@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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,
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: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline 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;
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Noto Sans JP", "Noto Sans", "Noto Sans Japanese", "Avenir", "Open Sans", Roboto, "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #333;
  background-color: #f7f7f7;
}

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

a {
  color: #999;
  text-decoration: none;
}
a:hover, a:focus {
  color: #bfbfbf;
  text-decoration: underline;
}
a:focus {
  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.7;
  background-color: #f7f7f7;
  border: 1px solid #999;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

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

hr {
  margin-top: 23px;
  margin-bottom: 23px;
  border: 0;
  border-top: 1px solid #000;
}

.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;
}

[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.2;
  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: 400;
  line-height: 1;
  color: #333;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 23px;
  margin-bottom: 11.5px;
}
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: 11.5px;
  margin-bottom: 11.5px;
}
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: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 11.5px;
}

.lead {
  margin-bottom: 23px;
  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 {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

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

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

.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-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.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-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.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: 10.5px;
  margin: 46px 0 23px;
  border-bottom: 1px solid #ccc;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 11.5px;
}
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-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 23px;
}

dt,
dd {
  line-height: 1.7;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 0) {
  .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;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 11.5px 23px;
  margin: 0 0 23px;
  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.7;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.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: " —";
}

address {
  margin-bottom: 23px;
  font-style: normal;
  line-height: 1.7;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: auto;
  }
}
@media (min-width: 992px) {
  .container {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before, .row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.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-right: 15px;
  padding-left: 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%;
  }
}
table {
  background-color: transparent;
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 23px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.7;
  vertical-align: top;
  border-top: 1px solid #999;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #999;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #999;
}
.table .table {
  background-color: #f7f7f7;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #999;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #999;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 17.25px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #999;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 23px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

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

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
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;
}

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

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

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

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.7;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 37px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.7;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@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: 37px;
  }
  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: 30px;
  }
  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: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 23px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

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

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

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

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

.form-control-static {
  min-height: 37px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

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

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 35px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

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

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 41px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 46.25px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  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: 46px;
  height: 46px;
  line-height: 46px;
}

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

.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: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.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: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.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: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}

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

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .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;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 30px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.7;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #999;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #bfbfbf;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

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

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

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  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;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px 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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  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);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.7;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.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;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.7;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 0) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before, .nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #999;
}
.nav .nav-divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.7;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #f7f7f7;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 23px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}
.navbar:after {
  clear: both;
}
@media (min-width: 0) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 0) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 0) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 0) {
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 0) {
  .container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 0) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 13.5px 15px;
  font-size: 18px;
  line-height: 23px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 0) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 0) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 6.75px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 23px;
}
@media (max-width: -1) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 23px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 0) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 13.5px;
    padding-bottom: 13.5px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 6.5px;
  margin-bottom: 6.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
.navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: -1) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 0) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 6.5px;
  margin-bottom: 6.5px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 13.5px;
  margin-bottom: 13.5px;
}
@media (min-width: 0) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 0) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: -1) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}
@media (max-width: -1) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 0 0;
  margin-bottom: 23px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #333;
  content: "/ ";
}
.breadcrumb > .active {
  color: #333;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 23px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.7;
  color: #999;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #bfbfbf;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 23px 0;
  text-align: center;
  list-style: none;
}
.pager:before, .pager:after {
  display: table;
  content: " ";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #999;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 23px;
  line-height: 1.7;
  background-color: #f7f7f7;
  border: 1px solid #999;
  border-radius: 0;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #999;
}

.alert {
  padding: 15px;
  margin-bottom: 23px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

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

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

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

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

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

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

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

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

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 23px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

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

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #999;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 23px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.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;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #999;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

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

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

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  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);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.7;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.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;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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;
  }
}
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-fv {
  margin-bottom: 24px;
}
.swiper-fv .label {
  position: absolute;
  top: 10px;
  left: 0;
  padding: 6px 9px 7px;
  font-size: 14px;
  line-height: 1.1;
  border-radius: 0;
}
.swiper-fv .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 18px 30px 25px;
  overflow: hidden;
  font-size: 20px;
  line-height: 1.4;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767px) {
  .swiper-fv .caption {
    padding: 10px 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
}
.swiper-fv .caption .text-sm {
  font-size: 14px;
}
@media (max-width: 767px) {
  .swiper-fv .caption .text-sm {
    letter-spacing: 0.01em;
  }
}
.swiper-fv .icon-lock {
  position: absolute;
  right: 0;
  bottom: 90px;
}
@media (max-width: 767px) {
  .swiper-fv .icon-lock {
    bottom: 67px;
  }
}

@media (max-width: -1) {
  html {
    font-size: 13px;
  }
}
html.wf-active body {
  visibility: visible;
}

body {
  position: relative;
  padding-top: 89px;
  min-width: 375px;
  visibility: hidden;
}
@media (max-width: -1) {
  body {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 60px;
  }
}

.sans-serif {
  font-family: "Noto Sans JP", "Noto Sans", "Noto Sans Japanese", "Avenir", "Open Sans", Roboto, "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.serif {
  font-family: "Roboto Slab", Garamond, "Times New Roman", "Hiragino Mincho Pro", "HGS明朝E", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

a,
a img {
  transition: all 0.15s ease;
}
a.underline {
  text-decoration: underline;
}
a.underline:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  a.hover:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
  }
}
@media (min-width: 768px) {
  a.hover-img:hover img {
    filter: alpha(opacity=80);
    opacity: 0.8;
  }
}
a .img-responsive {
  display: inline-block;
}

.google-map-container {
  position: relative;
  height: 0;
  padding-top: 30px;
  padding-bottom: 30%;
  overflow: hidden;
}
.google-map-container iframe,
.google-map-container object,
.google-map-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .google-map-container-xs {
    position: relative;
    height: 0;
    padding-top: 30px;
    padding-bottom: 30%;
    overflow: hidden;
    padding-bottom: 60%;
  }
  .google-map-container-xs iframe,
.google-map-container-xs object,
.google-map-container-xs embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

img.width-100p {
  width: 100% !important;
}

@media (max-width: 767px) {
  .img-responsive-xs {
    display: block;
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 991px) {
  .img-responsive-sm {
    display: block;
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 1199px) {
  .img-responsive-md {
    display: block;
    max-width: 100%;
    height: auto;
  }
}

hr.hr-light-gray {
  margin-top: 40px;
  margin-bottom: 40px;
  border-color: #dedede;
}

mark,
.mark {
  display: inline-block;
  padding: 0.1em 0;
  background-color: #fcee21;
}

.page-header {
  display: table;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 35px;
  margin: 0;
  text-align: center;
  background-color: #ccc;
  border-bottom: 0;
}
@media (min-width: 480px) {
  .page-header {
    height: 200px;
  }
}
.page-header .title {
  display: table-cell;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.1;
  vertical-align: middle;
}
.page-header small {
  display: block;
}

ul,
ol {
  padding-left: 1.5em;
  line-height: 1.428;
}

.list-inline {
  margin-left: 0;
}
.list-inline > li:first-child {
  padding-left: 0;
}
.list-inline.bordered > li {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 10px;
  line-height: 1.1;
  border-right: 1px solid #999;
}
.list-inline.bordered > li:first-child {
  border-left: 1px solid #999;
}

.dl-list-indent {
  margin-bottom: 0;
}
.dl-list-indent,
.dl-list-indent dd {
  overflow: hidden;
  zoom: 1;
}
.dl-list-indent dt,
.dl-list-indent dd {
  display: table-cell;
  line-height: 1.4;
  vertical-align: top;
}
.dl-list-indent dt {
  padding-right: 5px;
  font-weight: normal;
}
.dl-list-indent dt img {
  display: block;
}
.dl-list-indent dd {
  width: 10000px;
}
@media (max-width: 767px) {
  .dl-list-indent.cleared-xs dt,
.dl-list-indent.cleared-xs dd {
    display: block;
  }
  .dl-list-indent.cleared-xs dd {
    width: 100%;
    padding-top: 0;
  }
}

.dl-list-bordered {
  border-bottom: 1px solid #dedede;
}
@media (max-width: 767px) {
  .dl-list-bordered {
    padding: 18px 24px 14px;
  }
}
.dl-list-bordered:first-of-type {
  border-top: 1px solid #dedede;
}
.dl-list-bordered dt,
.dl-list-bordered a {
  color: #2c343c;
}
.dl-list-bordered dt,
.dl-list-bordered dd {
  padding: 30px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .dl-list-bordered dt,
.dl-list-bordered dd {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .dl-list-bordered dt {
    padding-right: 60px;
    padding-left: 5px;
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .dl-list-bordered dt {
    padding-bottom: 0;
  }
}
.dl-list-bordered dd a {
  display: inline-block;
}
@media (max-width: 767px) {
  .dl-list-bordered dd a {
    margin-top: 8px;
  }
}

.dl-list-indent-number-circle {
  margin-bottom: 5px;
}

.highlight-yellow {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

.text-gray {
  color: #999 !important;
}

.text-bold {
  font-weight: bold !important;
}

.text-break {
  word-break: break-all !important;
}

@media (max-width: 767px) {
  .text-center-xs {
    text-align: center !important;
  }
}

@media (max-width: 991px) {
  .text-center-sm {
    text-align: center !important;
  }
}

@media (max-width: 1199px) {
  .text-center-md {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .text-center-xs-border {
    margin-top: 6px;
    text-align: center !important;
  }
  .text-center-xs-border li {
    padding: 15px 0 !important;
    border-bottom: 1px solid #dedede;
  }
  .text-center-xs-border li:first-child {
    border-top: 1px solid #dedede;
  }
}

.layout-card {
  position: relative;
  display: block;
  height: 180px;
  overflow: hidden;
  box-shadow: 0 0 2px 2px #efefef;
  border-radius: 10px;
  border: 1px solid #cdcdcd;
  background-color: #555;
}
@media (max-width: 991px) {
  .layout-card {
    display: block;
  }
}
@media (max-width: 767px) {
  .layout-card {
    height: 140px;
  }
}
.layout-card, .layout-card:focus, .layout-card:hover {
  color: #fff;
}
.layout-card .img-responsive {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}
.layout-card:hover img {
  transform: scale(0.95);
}
.layout-card .label-container {
  position: absolute;
  top: 0;
  left: 0;
}
.layout-card .label-sm {
  padding: 0.5em 0.6em;
  margin: 0;
  font-size: 14px;
  border-radius: 0;
}
.layout-card .label-sm.brown {
  background-color: #998b79;
}
.layout-card .label-sm.blue {
  background-color: #7d9cac;
}
.layout-card .label-sm.green {
  background-color: #72a27c;
}
.layout-card .layout-card-title {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 22px 25px 12px 14px;
  margin: 0;
  font-size: 14px;
  line-height: 1.429;
  letter-spacing: 0.112em;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.52) 34%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.7) 100%);
}
@media (max-width: 991px) {
  .layout-card .layout-card-title {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .layout-card .layout-card-title {
    padding: 22px 20px 15px;
  }
}
.layout-card .layout-card-title .date {
  display: block;
  margin-bottom: 3px;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #fff;
}
.layout-card .icon-lock {
  position: absolute;
  right: 0;
  bottom: 0;
}

.text-line-both-side {
  text-align: center;
}
.text-line-both-side span {
  display: inline-block;
  width: 46%;
  height: 4px;
  border-top: 1px solid #dedede;
}
.text-line-both-side .text-center {
  display: inline-block;
  color: #8d8d8d;
}

.date-grey-sm {
  font-size: 12px;
  letter-spacing: 0.11em;
  color: #7d7d7d;
}

.text-lg {
  padding-right: 11px;
  font-size: 20px;
  color: #2c343c;
}
@media (max-width: 767px) {
  .text-lg {
    padding-right: 8px;
    font-size: 18px;
  }
}

.text-black-bold-md {
  margin-bottom: 34px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .text-black-bold-md {
    margin-bottom: 24px;
  }
}

.icon-lock {
  width: 60px;
  height: 60px;
}

.text-or-container {
  position: relative;
  margin-top: 18px;
  color: #8d8d8d;
  text-align: center;
}
@media (max-width: 767px) {
  .text-or-container {
    margin-top: 14px;
  }
}
.text-or-container:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  height: 1px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #dedede;
  content: "";
}
.text-or-container .text {
  position: relative;
  z-index: 10;
  display: inline-block;
  padding-right: 3px;
  padding-left: 3px;
  background-color: #fff;
}

.list-webinars {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  list-style: none;
  gap: 20px;
  padding-left: 8px;
  margin-bottom: 9px;
}
@media (max-width: 991px) {
  .list-webinars {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .list-webinars {
    gap: 15px;
  }
}
@media (max-width: 429px) {
  .list-webinars {
    gap: 5px;
    flex-wrap: nowrap;
  }
}
.list-webinars li {
  padding: 7px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.375;
  text-align: center;
  color: #fff;
  background: linear-gradient(327deg, #59a647 0%, #306cac 100%);
  border-radius: 50%;
}
@media (max-width: 991px) {
  .list-webinars li {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .list-webinars li {
    padding: 5px;
    font-size: 11px;
  }
}
@media (max-width: 429px) {
  .list-webinars li {
    font-size: 10px;
  }
}
.list-webinars li .icon {
  display: block;
  margin-inline: auto;
  margin-bottom: 9px;
  filter: brightness(0) invert(1);
}
@media (max-width: 767px) {
  .list-webinars li .icon {
    width: 30px;
  }
}
@media (max-width: 429px) {
  .list-webinars li .icon {
    width: 25px;
  }
}
.list-webinars li span {
  display: contents;
}
.list-webinars li .inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 146px;
  height: 146px;
  border: 2px solid #fff;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .list-webinars li .inner {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 767px) {
  .list-webinars li .inner {
    width: 104px;
    height: 104px;
  }
}
@media (max-width: 429px) {
  .list-webinars li .inner {
    width: 90px;
    height: 90px;
  }
}

.list-recommend {
  padding-left: 0;
  margin-bottom: 0;
  font-size: 12px;
  color: #222;
  list-style: none;
}
.list-recommend > li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 1px;
  line-height: 1.667;
}
.list-recommend > li,
.list-recommend > li a {
  color: #222;
}
.list-recommend > li:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #306cac;
  border-radius: 50%;
  content: "";
}
@media (max-width: 767px) {
  .list-recommend > li:before {
    top: 5px;
    width: 10px;
    height: 10px;
  }
}

.list-btn-video {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-content: center;
  padding-left: 0;
  list-style: none;
  max-width: 820px;
  margin: 48px auto 0;
}
@media (max-width: 767px) {
  .list-btn-video {
    flex-direction: column;
    margin-top: 30px;
    row-gap: 10px;
    max-width: 260px;
  }
}
@media (min-width: 768px) {
  .list-btn-video li {
    flex-basis: 360px;
  }
}
.list-btn-video li a {
  display: block;
  padding: 20px 10px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .list-btn-video li a {
    padding: 10px 5px;
    font-size: 13px;
  }
}
.list-btn-video li a:hover, .list-btn-video li a:focus {
  text-decoration: none;
  opacity: 0.8;
}
.list-btn-video li a.blue {
  background-color: #306cac;
}
.list-btn-video li a.green {
  background-color: #59a549;
}

.hidden-list-btn-video {
  position: absolute;
  z-index: 10;
  top: 15%;
  right: 0;
  left: 0;
  max-width: 860px;
  padding-right: 20px;
  padding-left: 20px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .hidden-list-btn-video {
    top: 35%;
    max-width: 260px;
  }
}
.hidden-list-btn-video.is-hidden {
  display: none;
}

.row-0 {
  margin-right: 0;
  margin-left: 0;
}
.row-0 > div {
  padding-right: 0;
  padding-left: 0;
}

.row-5 {
  margin-right: -5px;
  margin-left: -5px;
}
.row-5 > div {
  padding-right: 5px;
  padding-left: 5px;
}

.row-10 {
  margin-right: -10px;
  margin-left: -10px;
}
.row-10 > div {
  padding-right: 10px;
  padding-left: 10px;
}

@media (max-width: 767px) {
  .row-5-xs {
    margin-right: -5px;
    margin-left: -5px;
  }
  .row-5-xs > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 768px) {
  .row-0-sm {
    margin-right: 0;
    margin-left: 0;
  }
  .row-0-sm > div {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .row-20 {
    margin-right: -20px;
    margin-left: -20px;
  }
  .row-20 > div {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1400px) {
  .row-20-xlg {
    margin-right: -20px;
    margin-left: -20px;
  }
  .row-20-xlg > div {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1250px) {
  .row-20-lg {
    margin-right: -20px;
    margin-left: -20px;
  }
  .row-20-lg > div {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1285px) {
  .row-40-lg {
    margin-right: -40px;
    margin-left: -40px;
  }
  .row-40-lg > div {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.gutter-15 {
  padding-right: 15px;
  padding-left: 15px;
}

.gutter-0 {
  padding-right: 0;
  padding-left: 0;
}

@media (max-width: 767px) {
  .gutter-0-xs {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .gutter-40-xs {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media (max-width: 767px) {
  .gutter-20-xs {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .gutter-10-xs {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 991px) {
  .gutter-0-sm {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .gutter-20-sm {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 992px) {
  .gutter-60-md {
    padding-right: 60px;
    padding-left: 60px;
  }
}

@media (min-width: 768px) {
  .gutter-md {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .gutter-md {
    padding-right: 50px;
    padding-left: 50px;
  }
}

.col-base {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

@media (min-width: 768px) {
  .col-sm-15 {
    float: left;
    width: 20%;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    float: left;
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    float: left;
    width: 20%;
  }
}
.col-sidebar,
.col-main {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 60px;
}

@media (min-width: 768px) {
  .col-sidebar {
    right: 70%;
    float: left;
    width: 30%;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .col-main {
    left: 30%;
    float: left;
    width: 70%;
  }
}

@media (min-width: 768px) {
  .col-sm-524 {
    float: left;
    width: 52.4%;
  }

  .col-sm-476 {
    float: left;
    width: 47.6%;
  }

  .col-sm-23 {
    float: left;
    width: 25%;
  }

  .col-sm-27 {
    float: left;
    width: 27%;
  }

  .col-sm-275 {
    float: left;
    width: 27.5%;
  }

  .col-sm-73 {
    float: left;
    width: 73%;
  }
}
.col-sm-342 {
  float: left;
  width: 34.2%;
}
@media (max-width: 767px) {
  .col-sm-342 {
    float: none;
    width: 53.6%;
  }
}

@media (max-width: 767px) {
  .col-xs-44 {
    float: left;
    width: 43%;
  }

  .col-xs-56 {
    float: left;
    width: 57%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1230px;
  }
}

@media (max-width: 767px) {
  .container-xs {
    padding: 0 19px;
  }
}

@media (min-width: 768px) {
  .table {
    table-layout: fixed;
  }
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  line-height: 1.428571429;
}
.table > thead > tr > th,
.table > thead > tr > td {
  border-bottom-width: 1px;
}
.table > tbody > tr > th,
.table > tbody > tr > td {
  word-break: break-all;
}
.table th {
  font-weight: normal;
}
.table.table-text-center th,
.table.table-text-center td {
  text-align: center;
}
.table.table-text-right th,
.table.table-text-right td {
  text-align: right;
}

@media (max-width: 767px) {
  .table-responsive > .table > tbody > tr :first-child > th,
.table-responsive > .table > tbody > tr :first-child > td {
    border-top: 0;
  }
}

@media (max-width: 767px) {
  .table-collapsed-xs {
    display: block;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
  }
  .table-collapsed-xs > tbody {
    display: block;
  }
  .table-collapsed-xs > tbody > tr {
    display: block;
  }
  .table-collapsed-xs > tbody > tr > th,
.table-collapsed-xs > tbody > tr > td {
    display: block;
    width: auto;
    padding: 10px !important;
  }
  .table-collapsed-xs > tbody > tr > th {
    position: relative;
    border-top: 0 !important;
    border-bottom: 0 !important;
  }
  .table-collapsed-xs > tbody > tr > th:before, .table-collapsed-xs > tbody > tr > th:after {
    display: table;
    content: " ";
  }
  .table-collapsed-xs > tbody > tr > th:after {
    clear: both;
  }
}
.table-cell {
  display: table;
  width: 100%;
}
.table-cell > .cell {
  display: table-cell;
}
.table-cell.bordered {
  margin-bottom: 30px;
}
.table-cell.bordered .cell {
  padding: 0 10px;
  margin-bottom: 35px;
  border-left: 1px solid #ccc;
}
@media (max-width: 767px) {
  .table-cell.cleared-xs,
.table-cell.cleared-xs > .cell {
    display: block;
    width: auto;
  }
}
@media (max-width: 991px) {
  .table-cell.cleared-sm,
.table-cell.cleared-sm > .cell {
    display: block;
    width: auto;
  }
}

.table-tokusyohou {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
.table-tokusyohou th {
  width: 30%;
  font-weight: bold;
}

label {
  cursor: pointer;
}
label.error {
  padding: 5px 10px;
  font-size: 13px;
  color: #fff;
  cursor: default;
  background-color: #f00;
}

.icon-red {
  font-size: 10px;
  color: #e8411d;
}

select {
  cursor: pointer;
}

.form-container .list-inline {
  margin-bottom: 0;
  margin-left: -10px;
}
.form-container .list-inline li {
  margin-right: 10px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .form-container .list-inline li {
    display: block;
  }
}

.form-horizontal .form-control-static {
  padding-top: 12px;
}
.form-horizontal .control-label {
  padding: 12px 15px 0;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left;
  }
}
.form-horizontal .label-text {
  letter-spacing: 0.14em;
  white-space: nowrap;
}
.form-horizontal .form-control {
  height: 48px;
  padding: 6px 19px;
  font-weight: bold;
  letter-spacing: 0.13em;
  color: #333;
  background-color: #f4f4f4;
  border: 1px solid #dedede;
}
.form-horizontal .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
@media (max-width: 767px) {
  .form-horizontal .form-control {
    font-size: 16px;
  }
}
.form-horizontal textarea.form-control {
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 1.4;
}
.form-horizontal .container-select {
  position: relative;
}
.form-horizontal .container-select:after {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto 0;
  pointer-events: none;
  border-color: #333 transparent transparent transparent;
  border-style: solid;
  border-width: 11px 7px 0 7px;
  content: "";
}
@media (max-width: 767px) {
  .form-horizontal .container-select:after {
    right: 22px;
  }
}
.form-horizontal select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}
.form-horizontal select::-ms-expand {
  display: none;
}
.form-horizontal select.form-control {
  color: #999;
}
.form-horizontal .form-group {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .form-horizontal .form-group {
    margin-bottom: 3px;
  }
}
.form-horizontal .form-group-mb {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .form-horizontal .form-group-mb {
    margin-bottom: 4px;
  }
}
.form-horizontal .form-group-mb-lg {
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .form-horizontal .form-group-mb-lg {
    margin-bottom: 30px;
  }
}
.form-horizontal .container-select-birthday {
  display: inline-block;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .form-horizontal .container-select-birthday {
    margin-right: 10px;
  }
}
@media (max-width: 407px) {
  .form-horizontal .container-select-birthday {
    margin-right: 5px;
  }
}
.form-horizontal .container-select-birthday:after {
  right: 10px;
}
.form-horizontal .container-select-birthday:not(:first-of-type) {
  margin-left: 20px;
}
@media (max-width: 991px) {
  .form-horizontal .container-select-birthday:not(:first-of-type) {
    margin-left: 16px;
  }
}
@media (max-width: 767px) {
  .form-horizontal .container-select-birthday:not(:first-of-type) {
    margin-left: 20px;
  }
}
@media (max-width: 407px) {
  .form-horizontal .container-select-birthday:not(:first-of-type) {
    margin-left: 11px;
  }
}
.form-horizontal .container-select-birthday .form-control {
  padding: 6px 26px;
}
@media (max-width: 767px) {
  .form-horizontal .container-select-birthday .form-control {
    padding: 6px 21px 6px 10px;
  }
}
.form-horizontal .form-body {
  padding: 55px 78px 59px;
  border: 1px solid #dedede;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .form-horizontal .form-body {
    padding: 25px 9px 28px;
  }
}
.form-horizontal .form-body.sm {
  padding: 35px;
}
@media (max-width: 767px) {
  .form-horizontal .form-body.sm {
    padding: 15px;
  }
}
.form-horizontal .form-body.form-body-note {
  margin-top: 20px;
}
.form-horizontal .checkbox {
  padding-top: 0;
  margin-top: 40px;
  font-size: 14px;
  line-height: 1.857;
  color: #333;
}
@media (max-width: 767px) {
  .form-horizontal .checkbox {
    margin-top: 30px;
  }
}
.form-horizontal .checkbox .underline {
  color: #8b8b8b;
}
.form-horizontal .checkbox-policy .label-container {
  padding-left: 0;
}
.form-horizontal .checkbox-policy .label-item {
  position: relative;
  padding-top: 2px;
  padding-left: 35px;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .form-horizontal .checkbox-policy .label-item {
    display: inline-block;
    text-align: left;
  }
}
.form-horizontal .checkbox-policy .label-item:before, .form-horizontal .checkbox-policy .label-item:after {
  position: absolute;
  content: "";
}
.form-horizontal .checkbox-policy .label-item:before {
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 2px;
  visibility: visible;
}
.form-horizontal .checkbox-policy .label-item:after {
  top: 3px;
  left: 9px;
  width: 7px;
  height: 13px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(35deg);
}
.form-horizontal .checkbox-policy input[type=checkbox] {
  visibility: hidden;
}
.form-horizontal .checkbox-policy input[type=checkbox]:checked ~ .label-item:before {
  background-color: #000;
  border-radius: 2px;
  transition: 0.3s all ease;
}
.form-horizontal .checkbox-policy input[type=checkbox]:checked ~ .label-item:after {
  visibility: visible;
}

.form-inline .form-control {
  vertical-align: 1px;
}

.form-inline-force .form-control {
  display: inline-block;
  width: auto;
  max-width: 100%;
}

.form-border-grey {
  padding: 59px 19px;
  border: 1px solid #dedede;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .form-border-grey {
    padding: 28px 19px;
  }
}

.form-control-email {
  padding: 23px 19px;
  margin-top: 23px;
  font-size: 14px;
  color: #8d8d8d;
  background-color: #f4f4f4;
  border-color: #dedede;
}
@media (max-width: 767px) {
  .form-control-email {
    margin-top: 18px;
  }
}

.btn-multiline {
  white-space: normal;
}

.btn {
  transition: all 0.15s ease;
}

.btn-arrow-right,
.arrow-right {
  position: relative;
  display: inline-block;
  padding: 15px 48px 15px 15px;
  font-size: 14px;
  color: #2c343c;
}
@media (max-width: 767px) {
  .btn-arrow-right,
.arrow-right {
    display: block;
    padding: 12px 15px 12px 27px;
    letter-spacing: 0.1em;
    border: 1px solid #333;
    border-radius: 5px;
  }
}
.btn-arrow-right:before, .btn-arrow-right:after,
.arrow-right:before,
.arrow-right:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  margin-top: auto;
  margin-bottom: auto;
  content: "";
}
@media (min-width: 768px) {
  .btn-arrow-right:before,
.arrow-right:before {
    width: 30px;
    height: 30px;
    border: 2px solid #222;
    border-radius: 50%;
  }
}
@media (max-width: 767px) {
  .btn-arrow-right:before,
.arrow-right:before {
    content: none;
  }
}
.btn-arrow-right:after,
.arrow-right:after {
  width: 7px;
  height: 7px;
  margin-right: 13px;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .btn-arrow-right:after,
.arrow-right:after {
    position: static;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 12px;
    vertical-align: middle;
  }
}
.btn-arrow-right:active,
.arrow-right:active {
  box-shadow: none;
}
.btn-arrow-right.btn-white, .btn-arrow-right.arrow-right-white,
.arrow-right.btn-white,
.arrow-right.arrow-right-white {
  color: #fff;
}
@media (max-width: 767px) {
  .btn-arrow-right.btn-white, .btn-arrow-right.arrow-right-white,
.arrow-right.btn-white,
.arrow-right.arrow-right-white {
    padding: 0;
    border: 0;
  }
}
.btn-arrow-right.btn-white:before, .btn-arrow-right.btn-white:after, .btn-arrow-right.arrow-right-white:before, .btn-arrow-right.arrow-right-white:after,
.arrow-right.btn-white:before,
.arrow-right.btn-white:after,
.arrow-right.arrow-right-white:before,
.arrow-right.arrow-right-white:after {
  border-color: #fff;
}
.btn-arrow-right.btn-white:before, .btn-arrow-right.arrow-right-white:before,
.arrow-right.btn-white:before,
.arrow-right.arrow-right-white:before {
  margin-right: 0;
}
@media (max-width: 767px) {
  .btn-arrow-right.btn-white:before, .btn-arrow-right.arrow-right-white:before,
.arrow-right.btn-white:before,
.arrow-right.arrow-right-white:before {
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 50%;
    content: "";
  }
}
.btn-arrow-right.btn-white:after, .btn-arrow-right.arrow-right-white:after,
.arrow-right.btn-white:after,
.arrow-right.arrow-right-white:after {
  margin-right: 13px;
}
@media (max-width: 767px) {
  .btn-arrow-right.btn-white:after, .btn-arrow-right.arrow-right-white:after,
.arrow-right.btn-white:after,
.arrow-right.arrow-right-white:after {
    margin-bottom: 4px;
  }
}

.btn-arrow-right:hover, .btn-arrow-right:active, .btn-arrow-right:focus {
  opacity: 0.8;
}

.btn-red {
  color: #fff;
  background-color: #ea491b;
  border-color: #ea491b;
  font-size: 14px;
  border-radius: 5px;
}
.btn-red:focus, .btn-red.focus {
  color: #ea491b;
  background-color: #fff;
}
.btn-red:hover {
  color: #ea491b;
  background-color: #fff;
}
.btn-red:active, .btn-red.active, .open > .btn-red.dropdown-toggle {
  color: #ea491b;
  background-color: #fff;
}
.btn-red:active:hover, .btn-red:active:focus, .btn-red:active.focus, .btn-red.active:hover, .btn-red.active:focus, .btn-red.active.focus, .open > .btn-red.dropdown-toggle:hover, .open > .btn-red.dropdown-toggle:focus, .open > .btn-red.dropdown-toggle.focus {
  color: #ea491b;
  background-color: #fff;
}
.btn-red:active, .btn-red.active {
  background-image: none;
}
.open > .btn-red .dropdown-toggle {
  background-image: none;
}
.btn-red.disabled:hover, .btn-red.disabled:focus, .btn-red.disabled.focus, .btn-red[disabled]:hover, .btn-red[disabled]:focus, .btn-red[disabled].focus, fieldset[disabled] .btn-red:hover, fieldset[disabled] .btn-red:focus, fieldset[disabled] .btn-red.focus {
  background-color: #ea491b;
}
@media (max-width: 767px) {
  .btn-red {
    font-size: 12px;
  }
}

.btn-border-light-gray {
  color: #333;
  background-color: #fff;
  border-color: #dedede;
  font-size: 14px;
  border-radius: 5px;
}
.btn-border-light-gray:focus, .btn-border-light-gray.focus {
  color: #fff;
  background-color: #333;
}
.btn-border-light-gray:hover {
  color: #fff;
  background-color: #333;
}
.btn-border-light-gray:active, .btn-border-light-gray.active, .open > .btn-border-light-gray.dropdown-toggle {
  color: #fff;
  background-color: #333;
}
.btn-border-light-gray:active:hover, .btn-border-light-gray:active:focus, .btn-border-light-gray:active.focus, .btn-border-light-gray.active:hover, .btn-border-light-gray.active:focus, .btn-border-light-gray.active.focus, .open > .btn-border-light-gray.dropdown-toggle:hover, .open > .btn-border-light-gray.dropdown-toggle:focus, .open > .btn-border-light-gray.dropdown-toggle.focus {
  color: #fff;
  background-color: #333;
}
.btn-border-light-gray:active, .btn-border-light-gray.active {
  background-image: none;
}
.open > .btn-border-light-gray .dropdown-toggle {
  background-image: none;
}
.btn-border-light-gray.disabled:hover, .btn-border-light-gray.disabled:focus, .btn-border-light-gray.disabled.focus, .btn-border-light-gray[disabled]:hover, .btn-border-light-gray[disabled]:focus, .btn-border-light-gray[disabled].focus, fieldset[disabled] .btn-border-light-gray:hover, fieldset[disabled] .btn-border-light-gray:focus, fieldset[disabled] .btn-border-light-gray.focus {
  background-color: #fff;
}
@media (max-width: 767px) {
  .btn-border-light-gray {
    font-size: 12px;
  }
}

.btn-search {
  position: relative;
  width: 38px;
  height: 38px;
  padding: 6px;
  background-color: transparent;
}
@media (max-width: 767px) {
  .btn-search {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    background-color: #f5f5f5;
    border-radius: 50%;
  }
}
.btn-search:before, .btn-search:after {
  position: absolute;
  content: "";
}
.btn-search:before {
  top: 7px;
  left: 7px;
  width: 20px;
  height: 20px;
  border: 3px solid #999;
  border-radius: 50%;
}
.btn-search:after {
  top: 22px;
  left: 25px;
  width: 3px;
  height: 9px;
  background-color: #999;
  transform: rotate(-45deg);
}
.btn-search:hover, .btn-search:focus, .btn-search:active {
  outline: 0 !important;
}
.btn-search:hover:after, .btn-search:focus:after, .btn-search:active:after {
  border-color: #999;
}

.btn-dark-red {
  color: #fff;
  background-color: #d20820;
  border-color: #d20820;
  border-radius: 0;
}
.btn-dark-red:focus, .btn-dark-red.focus {
  color: #fff;
  background-color: #a10619;
  border-color: #57030d;
}
.btn-dark-red:hover {
  color: #fff;
  background-color: #a10619;
  border-color: #970617;
}
.btn-dark-red:active, .btn-dark-red.active, .open > .btn-dark-red.dropdown-toggle {
  color: #fff;
  background-color: #a10619;
  background-image: none;
  border-color: #970617;
}
.btn-dark-red:active:hover, .btn-dark-red:active:focus, .btn-dark-red:active.focus, .btn-dark-red.active:hover, .btn-dark-red.active:focus, .btn-dark-red.active.focus, .open > .btn-dark-red.dropdown-toggle:hover, .open > .btn-dark-red.dropdown-toggle:focus, .open > .btn-dark-red.dropdown-toggle.focus {
  color: #fff;
  background-color: #7e0513;
  border-color: #57030d;
}
.btn-dark-red.disabled:hover, .btn-dark-red.disabled:focus, .btn-dark-red.disabled.focus, .btn-dark-red[disabled]:hover, .btn-dark-red[disabled]:focus, .btn-dark-red[disabled].focus, fieldset[disabled] .btn-dark-red:hover, fieldset[disabled] .btn-dark-red:focus, fieldset[disabled] .btn-dark-red.focus {
  background-color: #d20820;
  border-color: #d20820;
}
.btn-dark-red .badge {
  color: #d20820;
  background-color: #fff;
}

.btn-blue {
  color: #fff;
  background-color: #3e4b88;
  border-color: #3e4b88;
  border-radius: 0;
}
.btn-blue:focus, .btn-blue.focus {
  color: #fff;
  background-color: #2e3865;
  border-color: #161b30;
}
.btn-blue:hover {
  color: #fff;
  background-color: #2e3865;
  border-color: #2b345e;
}
.btn-blue:active, .btn-blue.active, .open > .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #2e3865;
  background-image: none;
  border-color: #2b345e;
}
.btn-blue:active:hover, .btn-blue:active:focus, .btn-blue:active.focus, .btn-blue.active:hover, .btn-blue.active:focus, .btn-blue.active.focus, .open > .btn-blue.dropdown-toggle:hover, .open > .btn-blue.dropdown-toggle:focus, .open > .btn-blue.dropdown-toggle.focus {
  color: #fff;
  background-color: #232a4c;
  border-color: #161b30;
}
.btn-blue.disabled:hover, .btn-blue.disabled:focus, .btn-blue.disabled.focus, .btn-blue[disabled]:hover, .btn-blue[disabled]:focus, .btn-blue[disabled].focus, fieldset[disabled] .btn-blue:hover, fieldset[disabled] .btn-blue:focus, fieldset[disabled] .btn-blue.focus {
  background-color: #3e4b88;
  border-color: #3e4b88;
}
.btn-blue .badge {
  color: #3e4b88;
  background-color: #fff;
}

.btn-light-blue {
  color: #fff;
  background-color: #5fb1eb;
  border-color: #5fb1eb;
  border-radius: 0;
}
.btn-light-blue:focus, .btn-light-blue.focus {
  color: #fff;
  background-color: #329be5;
  border-color: #1773b4;
}
.btn-light-blue:hover {
  color: #fff;
  background-color: #329be5;
  border-color: #2996e4;
}
.btn-light-blue:active, .btn-light-blue.active, .open > .btn-light-blue.dropdown-toggle {
  color: #fff;
  background-color: #329be5;
  background-image: none;
  border-color: #2996e4;
}
.btn-light-blue:active:hover, .btn-light-blue:active:focus, .btn-light-blue:active.focus, .btn-light-blue.active:hover, .btn-light-blue.active:focus, .btn-light-blue.active.focus, .open > .btn-light-blue.dropdown-toggle:hover, .open > .btn-light-blue.dropdown-toggle:focus, .open > .btn-light-blue.dropdown-toggle.focus {
  color: #fff;
  background-color: #1b8ad8;
  border-color: #1773b4;
}
.btn-light-blue.disabled:hover, .btn-light-blue.disabled:focus, .btn-light-blue.disabled.focus, .btn-light-blue[disabled]:hover, .btn-light-blue[disabled]:focus, .btn-light-blue[disabled].focus, fieldset[disabled] .btn-light-blue:hover, fieldset[disabled] .btn-light-blue:focus, fieldset[disabled] .btn-light-blue.focus {
  background-color: #5fb1eb;
  border-color: #5fb1eb;
}
.btn-light-blue .badge {
  color: #5fb1eb;
  background-color: #fff;
}

.btn-with-icon {
  position: relative;
  padding: 12px 20px 12px 74px;
  margin-bottom: 14px;
  letter-spacing: 0.12em;
  text-align: left;
}
@media (max-width: 767px) {
  .btn-with-icon {
    padding-left: 35px;
  }
}
@media (max-width: 767px) and (max-width: 410px) {
  .btn-with-icon {
    padding-left: 15px;
  }
}
.btn-with-icon .icon {
  position: relative;
  display: inline-block;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .btn-with-icon .icon {
    padding-left: 38px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .btn-with-icon .icon {
    padding-left: 30px;
  }
}
.btn-with-icon .icon:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin-top: auto;
  margin-bottom: auto;
  content: "";
}
.btn-with-icon .icon.gmail:before {
  width: 24px;
  height: 24px;
  background: url("../img/icon/gmail.png") 50% 50% no-repeat;
  background-size: contain;
}
.btn-with-icon .icon.facebook:before {
  width: 24px;
  height: 24px;
  background: url("../img/icon/facebook.png") 50% 50% no-repeat;
  background-size: contain;
}
.btn-with-icon .icon.twitter:before {
  width: 24px;
  height: 20px;
  background: url("../img/icon/twitter.png") 50% 50% no-repeat;
  background-size: contain;
}

.btn-border-orange {
  color: #e8411d;
  background-color: #fff;
  border-color: #e8411d;
  padding: 13px 15px;
  border-radius: 5px;
}
.btn-border-orange:focus, .btn-border-orange.focus {
  color: #e8411d;
  background-color: #e6e6e6;
  border-color: #79200c;
}
.btn-border-orange:hover {
  color: #e8411d;
  background-color: #e6e6e6;
  border-color: #b52f12;
}
.btn-border-orange:active, .btn-border-orange.active, .open > .btn-border-orange.dropdown-toggle {
  color: #e8411d;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #b52f12;
}
.btn-border-orange:active:hover, .btn-border-orange:active:focus, .btn-border-orange:active.focus, .btn-border-orange.active:hover, .btn-border-orange.active:focus, .btn-border-orange.active.focus, .open > .btn-border-orange.dropdown-toggle:hover, .open > .btn-border-orange.dropdown-toggle:focus, .open > .btn-border-orange.dropdown-toggle.focus {
  color: #e8411d;
  background-color: #d4d4d4;
  border-color: #79200c;
}
.btn-border-orange.disabled:hover, .btn-border-orange.disabled:focus, .btn-border-orange.disabled.focus, .btn-border-orange[disabled]:hover, .btn-border-orange[disabled]:focus, .btn-border-orange[disabled].focus, fieldset[disabled] .btn-border-orange:hover, fieldset[disabled] .btn-border-orange:focus, fieldset[disabled] .btn-border-orange.focus {
  background-color: #fff;
  border-color: #e8411d;
}
.btn-border-orange .badge {
  color: #fff;
  background-color: #e8411d;
}

.btn-outline {
  color: #333;
  background-color: #fff;
  border-color: #5c5c5c;
  padding: 12px 30px;
  font-size: 14px;
  line-height: 1.857;
  letter-spacing: 0.1em;
  color: #333;
  border: 1px solid #5c5c5c;
}
.btn-outline:focus, .btn-outline.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #1c1c1c;
}
.btn-outline:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #3d3d3d;
}
.btn-outline:active, .btn-outline.active, .open > .btn-outline.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #3d3d3d;
}
.btn-outline:active:hover, .btn-outline:active:focus, .btn-outline:active.focus, .btn-outline.active:hover, .btn-outline.active:focus, .btn-outline.active.focus, .open > .btn-outline.dropdown-toggle:hover, .open > .btn-outline.dropdown-toggle:focus, .open > .btn-outline.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #1c1c1c;
}
.btn-outline.disabled:hover, .btn-outline.disabled:focus, .btn-outline.disabled.focus, .btn-outline[disabled]:hover, .btn-outline[disabled]:focus, .btn-outline[disabled].focus, fieldset[disabled] .btn-outline:hover, fieldset[disabled] .btn-outline:focus, fieldset[disabled] .btn-outline.focus {
  background-color: #fff;
  border-color: #5c5c5c;
}
.btn-outline .badge {
  color: #fff;
  background-color: #333;
}
@media (max-width: 767px) {
  .btn-outline {
    padding: 12px 90px;
  }
}
.btn-outline:hover, .btn-outline:active, .btn-outline:focus {
  outline: 0;
}
.btn-outline:active:focus {
  outline: 0;
}

.btn-outline-red {
  color: #e8411d;
  background-color: #fff;
  border-color: #e8411d;
  padding: 13px 15px;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #e8411d;
}
.btn-outline-red:focus, .btn-outline-red.focus {
  color: #e8411d;
  background-color: #e6e6e6;
  border-color: #79200c;
}
.btn-outline-red:hover {
  color: #e8411d;
  background-color: #e6e6e6;
  border-color: #b52f12;
}
.btn-outline-red:active, .btn-outline-red.active, .open > .btn-outline-red.dropdown-toggle {
  color: #e8411d;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #b52f12;
}
.btn-outline-red:active:hover, .btn-outline-red:active:focus, .btn-outline-red:active.focus, .btn-outline-red.active:hover, .btn-outline-red.active:focus, .btn-outline-red.active.focus, .open > .btn-outline-red.dropdown-toggle:hover, .open > .btn-outline-red.dropdown-toggle:focus, .open > .btn-outline-red.dropdown-toggle.focus {
  color: #e8411d;
  background-color: #d4d4d4;
  border-color: #79200c;
}
.btn-outline-red.disabled:hover, .btn-outline-red.disabled:focus, .btn-outline-red.disabled.focus, .btn-outline-red[disabled]:hover, .btn-outline-red[disabled]:focus, .btn-outline-red[disabled].focus, fieldset[disabled] .btn-outline-red:hover, fieldset[disabled] .btn-outline-red:focus, fieldset[disabled] .btn-outline-red.focus {
  background-color: #fff;
  border-color: #e8411d;
}
.btn-outline-red .badge {
  color: #fff;
  background-color: #e8411d;
}
.btn-outline-red:hover, .btn-outline-red:active, .btn-outline-red:focus {
  color: #fff !important;
  background-color: #e8411d !important;
  border-color: #e8411d !important;
  outline: 0;
}
.btn-outline-red:active:focus {
  outline: 0;
}

.btn-category {
  padding: 0.85em 0.85em;
  font-size: 14px;
  line-height: 1.857;
  color: #fffefe;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .btn-category {
    min-width: 124px;
    margin-right: 7px;
  }
}
@media (max-width: 767px) {
  .btn-category {
    width: 48%;
    margin-bottom: 10px;
  }
}
.btn-category.white {
  color: #484848;
  background-color: #fff;
  border: 1px solid #484848;
}
.btn-category.white:hover, .btn-category.white:active, .btn-category.white:focus {
  color: #484848;
}
.btn-category.blue {
  background-color: #7d9cac;
  border: 1px solid #7d9cac;
}
.btn-category.green {
  background-color: #72a27c;
  border: 1px solid #72a27c;
}
.btn-category.brown {
  background-color: #998b79;
  border: 1px solid #998b79;
}
.btn-category:hover, .btn-category:active, .btn-category:focus {
  color: #fff;
  opacity: 0.8;
}

.btn-deep-orange {
  color: #fff;
  background-color: #ea491c;
  border-color: #ea491c;
  padding: 17px 18px;
  font-size: 16px;
  letter-spacing: 0.1em;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 10px 10px;
}
.btn-deep-orange:focus, .btn-deep-orange.focus {
  color: #fff;
  background-color: #c13812;
  border-color: #7b240b;
}
.btn-deep-orange:hover {
  color: #fff;
  background-color: #c13812;
  border-color: #b83511;
}
.btn-deep-orange:active, .btn-deep-orange.active, .open > .btn-deep-orange.dropdown-toggle {
  color: #fff;
  background-color: #c13812;
  background-image: none;
  border-color: #b83511;
}
.btn-deep-orange:active:hover, .btn-deep-orange:active:focus, .btn-deep-orange:active.focus, .btn-deep-orange.active:hover, .btn-deep-orange.active:focus, .btn-deep-orange.active.focus, .open > .btn-deep-orange.dropdown-toggle:hover, .open > .btn-deep-orange.dropdown-toggle:focus, .open > .btn-deep-orange.dropdown-toggle.focus {
  color: #fff;
  background-color: #a02f0f;
  border-color: #7b240b;
}
.btn-deep-orange.disabled:hover, .btn-deep-orange.disabled:focus, .btn-deep-orange.disabled.focus, .btn-deep-orange[disabled]:hover, .btn-deep-orange[disabled]:focus, .btn-deep-orange[disabled].focus, fieldset[disabled] .btn-deep-orange:hover, fieldset[disabled] .btn-deep-orange:focus, fieldset[disabled] .btn-deep-orange.focus {
  background-color: #ea491c;
  border-color: #ea491c;
}
.btn-deep-orange .badge {
  color: #ea491c;
  background-color: #fff;
}
@media (max-width: 767px) {
  .btn-deep-orange {
    padding-right: 10px;
    font-size: 15px;
  }
}
.btn-deep-orange:hover, .btn-deep-orange:active, .btn-deep-orange:focus {
  color: #fff !important;
  background-color: #ed5f38 !important;
  border-color: #ea491c !important;
  outline: 0;
}
.btn-deep-orange:active:focus {
  outline: 0;
}
.btn-deep-orange.icon-pc {
  padding-left: 66px;
  background-image: url("../img/icon/pc.png");
  background-position: 10px 50%;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .btn-deep-orange.icon-pc {
    padding-left: 56px;
    background-position: 2px 50%;
  }
}

.btn-orange {
  color: #fff;
  background-color: #ea7d1c;
  border-color: #ea7d1c;
  padding: 17px 18px;
  font-size: 16px;
  letter-spacing: 0.1em;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 10px 10px;
}
.btn-orange:focus, .btn-orange.focus {
  color: #fff;
  background-color: #c16412;
  border-color: #7b400b;
}
.btn-orange:hover {
  color: #fff;
  background-color: #c16412;
  border-color: #b86011;
}
.btn-orange:active, .btn-orange.active, .open > .btn-orange.dropdown-toggle {
  color: #fff;
  background-color: #c16412;
  background-image: none;
  border-color: #b86011;
}
.btn-orange:active:hover, .btn-orange:active:focus, .btn-orange:active.focus, .btn-orange.active:hover, .btn-orange.active:focus, .btn-orange.active.focus, .open > .btn-orange.dropdown-toggle:hover, .open > .btn-orange.dropdown-toggle:focus, .open > .btn-orange.dropdown-toggle.focus {
  color: #fff;
  background-color: #a0530f;
  border-color: #7b400b;
}
.btn-orange.disabled:hover, .btn-orange.disabled:focus, .btn-orange.disabled.focus, .btn-orange[disabled]:hover, .btn-orange[disabled]:focus, .btn-orange[disabled].focus, fieldset[disabled] .btn-orange:hover, fieldset[disabled] .btn-orange:focus, fieldset[disabled] .btn-orange.focus {
  background-color: #ea7d1c;
  border-color: #ea7d1c;
}
.btn-orange .badge {
  color: #ea7d1c;
  background-color: #fff;
}
@media (max-width: 767px) {
  .btn-orange {
    padding-right: 10px;
    font-size: 15px;
  }
}
.btn-orange:hover, .btn-orange:active, .btn-orange:focus {
  color: #fff !important;
  background-color: #ed8d38 !important;
  border-color: #ec8a33 !important;
  outline: 0;
}
.btn-orange:active:focus {
  outline: 0;
}
.btn-orange.icon-graph {
  padding-left: 66px;
  background-image: url("../img/icon/graph.png");
  background-position: 10px 50%;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .btn-orange.icon-graph {
    padding-left: 56px;
    background-position: 2px 50%;
  }
}

.btn-light-blue {
  color: #fff;
  background-color: #2f6bac;
  border-color: #2f6bac;
  display: inline-block;
  padding: 13px 12px 14px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
}
.btn-light-blue:focus, .btn-light-blue.focus {
  color: #fff;
  background-color: #245284;
  border-color: #142d48;
}
.btn-light-blue:hover {
  color: #fff;
  background-color: #245284;
  border-color: #224d7c;
}
.btn-light-blue:active, .btn-light-blue.active, .open > .btn-light-blue.dropdown-toggle {
  color: #fff;
  background-color: #245284;
  background-image: none;
  border-color: #224d7c;
}
.btn-light-blue:active:hover, .btn-light-blue:active:focus, .btn-light-blue:active.focus, .btn-light-blue.active:hover, .btn-light-blue.active:focus, .btn-light-blue.active.focus, .open > .btn-light-blue.dropdown-toggle:hover, .open > .btn-light-blue.dropdown-toggle:focus, .open > .btn-light-blue.dropdown-toggle.focus {
  color: #fff;
  background-color: #1c4168;
  border-color: #142d48;
}
.btn-light-blue.disabled:hover, .btn-light-blue.disabled:focus, .btn-light-blue.disabled.focus, .btn-light-blue[disabled]:hover, .btn-light-blue[disabled]:focus, .btn-light-blue[disabled].focus, fieldset[disabled] .btn-light-blue:hover, fieldset[disabled] .btn-light-blue:focus, fieldset[disabled] .btn-light-blue.focus {
  background-color: #2f6bac;
  border-color: #2f6bac;
}
.btn-light-blue .badge {
  color: #2f6bac;
  background-color: #fff;
}
.btn-light-blue:hover, .btn-light-blue:active, .btn-light-blue:focus {
  color: #fff;
  background-color: #367ac4;
  border-color: #2f6bac;
  outline: 0;
}
.btn-light-blue:active:focus {
  outline: 0;
}
.btn-light-blue.icon-info {
  padding-left: 44px;
  text-align: left;
  background-image: url("../img/icon/info.svg");
  background-position: 12px 50%;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .btn-light-blue.icon-info {
    padding-right: 20px;
    background-position-x: 10px;
  }
}

.btn-light-green {
  color: #fff;
  background-color: #60a53d;
  border-color: #60a53d;
  display: inline-block;
  padding: 13px 12px 14px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
}
.btn-light-green:focus, .btn-light-green.focus {
  color: #fff;
  background-color: #4a802f;
  border-color: #2a481b;
}
.btn-light-green:hover {
  color: #fff;
  background-color: #4a802f;
  border-color: #46782c;
}
.btn-light-green:active, .btn-light-green.active, .open > .btn-light-green.dropdown-toggle {
  color: #fff;
  background-color: #4a802f;
  background-image: none;
  border-color: #46782c;
}
.btn-light-green:active:hover, .btn-light-green:active:focus, .btn-light-green:active.focus, .btn-light-green.active:hover, .btn-light-green.active:focus, .btn-light-green.active.focus, .open > .btn-light-green.dropdown-toggle:hover, .open > .btn-light-green.dropdown-toggle:focus, .open > .btn-light-green.dropdown-toggle.focus {
  color: #fff;
  background-color: #3b6626;
  border-color: #2a481b;
}
.btn-light-green.disabled:hover, .btn-light-green.disabled:focus, .btn-light-green.disabled.focus, .btn-light-green[disabled]:hover, .btn-light-green[disabled]:focus, .btn-light-green[disabled].focus, fieldset[disabled] .btn-light-green:hover, fieldset[disabled] .btn-light-green:focus, fieldset[disabled] .btn-light-green.focus {
  background-color: #60a53d;
  border-color: #60a53d;
}
.btn-light-green .badge {
  color: #60a53d;
  background-color: #fff;
}
.btn-light-green:hover, .btn-light-green:active, .btn-light-green:focus {
  color: #fff;
  background-color: #6dbb46;
  border-color: #60a53d;
  outline: 0;
}
.btn-light-green:active:focus {
  outline: 0;
}
.btn-light-green.icon-document {
  padding-left: 44px;
  text-align: left;
  background-image: url("../img/icon/document.svg");
  background-position: 11px 50%;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .btn-light-green.icon-document {
    padding-right: 20px;
    background-position-x: 10px;
  }
}

.navbar-default {
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 0;
}
.navbar-default .form-control {
  height: 50px;
  padding: 10px 10px;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 25px;
}
.navbar-default select.form-control {
  height: 50px;
  line-height: 50px;
}
.navbar-default textarea.form-control,
.navbar-default select[multiple].form-control {
  height: auto;
}
.navbar-default .container-fluid {
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .navbar-default .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.navbar-default .navbar-form {
  position: relative;
  max-width: 500px;
  padding-right: 5px;
  padding-left: 5px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
}
@media (max-width: 767px) {
  .navbar-default .navbar-form {
    padding-right: 12px;
  }
}
@media (min-width: 768px) {
  .navbar-default .navbar-form .form-group {
    display: block;
  }
}
.navbar-default .navbar-form button[type=submit] {
  position: absolute;
  top: 6px;
  left: 16px;
}
.navbar-default .form-control {
  box-shadow: none;
  display: block;
  width: 100%;
  padding-left: 56px;
  letter-spacing: 0.2em;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.navbar-default .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
@media (max-width: 767px) {
  .navbar-default .form-control {
    font-size: 16px;
  }
}
.navbar-default .navbar-nav.navbar-right {
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
  margin-right: 0;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav.navbar-right {
    margin-left: 10px;
  }
}
@media (min-width: 1200px) {
  .navbar-default .navbar-nav.navbar-right .dropdown-menu {
    right: -5px;
  }
}
.navbar-default .navbar-nav > li {
  padding: 19px 10px;
}
@media (max-width: 1299px) {
  .navbar-default .navbar-nav > li {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav > li {
    padding: 10px 2px;
  }
}
.navbar-default .navbar-nav > li.menu {
  padding: 30px 10px 16px;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav > li.menu {
    padding-top: 15px;
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav > li.menu.dropdown {
    position: static;
  }
}
.navbar-default .navbar-nav > li > a {
  padding-right: 33px;
  padding-left: 33px;
  color: #333;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav > li > a.btn {
    padding: 8px 7px;
  }
}
.navbar-default .navbar-nav > li > a.btn:hover, .navbar-default .navbar-nav > li > a.btn:focus {
  color: #fff;
  background-color: #333;
}
.navbar-default .navbar-nav > li > a.btn-red {
  color: #fff;
}
.navbar-default .navbar-nav > li > a.btn-red:hover, .navbar-default .navbar-nav > li > a.btn-red:focus {
  color: #ea491b;
  background-color: #fff;
}
.navbar-default .navbar-nav .li-form {
  flex-grow: 1;
}
.navbar-default .navbar-toggle {
  display: block;
  margin: 0;
  border: 0;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
}
.navbar-default .navbar-text {
  margin-top: 28px;
  margin-right: 0;
  margin-bottom: 0;
  color: #555555;
  font-size: 12px;
  line-height: 1.333;
}
@media (max-width: 1299px) {
  .navbar-default .navbar-text {
    font-size: 0.9vw;
  }
}
@media (max-width: 991px) {
  .navbar-default .navbar-text {
    margin-left: 5px;
    font-size: 0.7vw;
  }
}
.navbar-default .navbar-collapse {
  display: flex !important;
}

.navbar-brand {
  height: auto;
  padding: 25px 0 0 4px;
  margin-left: 0;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .navbar-brand {
    padding-top: 20px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-brand img {
    width: 30vw;
  }
}

.js-header.is-scrolled {
  position: fixed;
  top: -200px;
}
.js-header.is-transition {
  transition: top 0.3s ease-in-out;
  will-change: top;
}
.js-header.is-show {
  top: 0;
}

.menu-trigger {
  position: absolute;
  top: 3px;
  right: 0;
  z-index: 1000;
  width: 25px;
  height: 25px;
  padding: 0 !important;
  transition: all 0.3s;
}
@media (max-width: -1) {
  .menu-trigger {
    display: inline-block;
    height: 23px;
  }
}
.menu-trigger:before {
  position: absolute;
  top: -14px;
  right: 0;
  bottom: 0;
  left: -13px;
  width: 52px;
  height: 52px;
  background-color: #fff;
  border-radius: 5px;
  content: "";
  transition: 0.3s all ease;
}
@media (max-width: 767px) {
  .menu-trigger:before {
    top: -8px;
    left: -8px;
    width: 40px;
    height: 41px;
    border: 1px solid #dedede;
  }
}
.menu-trigger, .menu-trigger:hover, .menu-trigger:focus, .menu-trigger:active {
  background-color: transparent !important;
  border: 0;
  outline: 0;
}
.menu-trigger:hover, .menu-trigger:focus {
  filter: alpha(opacity=70);
  opacity: 0.7;
  transition: 0.3s all ease;
}
@media (min-width: 768px) {
  .menu-trigger:hover:before, .menu-trigger:focus:before {
    background-color: #dedede;
    transition: 0.3s all ease;
  }
  .menu-trigger:hover .icon-bar, .menu-trigger:focus .icon-bar {
    background-color: #fff;
    transition: 0.3s all ease;
  }
}
.menu-trigger .icon-bar {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 0;
  transition: all 0.3s;
}
.menu-trigger .icon-bar:nth-of-type(1) {
  top: 0;
}
.menu-trigger .icon-bar:nth-of-type(2) {
  top: 11px;
}
.menu-trigger .icon-bar:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger .icon-bar + .icon-bar {
  margin-top: 0;
}
.menu-trigger.active .icon-bar:nth-of-type(1) {
  transform: translateY(11px) rotate(-45deg);
}
.menu-trigger.active .icon-bar:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active .icon-bar:nth-of-type(3) {
  transform: translateY(-11px) rotate(45deg);
}

.collapse-parent {
  position: relative;
}
.collapse-parent .collapse-child {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-color: #fff;
}
@media (min-width: 0) {
  .collapse-parent .collapse-child {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 1000;
  }
}
@media (max-width: -1) {
  .collapse-parent .collapse-child {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
  }
}
.collapse-parent .collapse-child ul {
  padding-top: 6px;
  padding-bottom: 6px;
}
.collapse-parent a {
  display: block;
  padding: 6px 15px;
}
.collapse-parent .collapsing {
  transition: height 0.2s ease;
}
.collapse-parent [data-toggle-touch] {
  position: absolute;
  top: 0;
  right: 0;
}

.dropdown-menu-lg {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  width: 1200px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: rgba(255, 255, 255, 0.98);
  border: 0;
  border-radius: 0;
}
@media (min-width: 768px) {
  .dropdown-menu-lg {
    top: 126%;
  }
}
@media (max-width: 1199px) {
  .dropdown-menu-lg {
    width: 900px;
  }
}
@media (max-width: 991px) {
  .dropdown-menu-lg {
    width: 700px;
  }
}
@media (max-width: 767px) {
  .dropdown-menu-lg {
    width: 100%;
    min-width: 100%;
  }
}
.dropdown-menu-lg:before {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -6px;
  right: 20px;
  z-index: 1;
  width: 14px;
  height: 14px;
  font-size: 16px;
  background-color: #fff;
  content: "";
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .dropdown-menu-lg:before {
    top: -4px;
    right: 26px;
    width: 10px;
    height: 10px;
  }
}
.dropdown-menu-lg .container {
  position: relative;
  z-index: 10;
  padding-right: 0;
  padding-left: 0;
  background-color: #fff;
}
.dropdown-menu-lg .container [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 767px) {
  .dropdown-menu-lg .table-cell-xs {
    display: table;
    width: 100%;
  }
  .dropdown-menu-lg .table-cell-xs > .cell-xs {
    display: table-cell;
  }
}

@media (max-width: 767px) {
  .dropdown-search {
    position: static !important;
  }
}
@media (max-width: 767px) {
  .dropdown-search > .btn-search {
    position: relative;
    padding: 7px !important;
  }
  .dropdown-search > .btn-search:before {
    top: 9px;
    left: 10px;
    width: 16px;
    height: 16px;
    border-width: 2px;
  }
  .dropdown-search > .btn-search:after {
    top: 21px;
    left: 24px;
    width: 2px;
    height: 8px;
  }
}
@media (max-width: 767px) {
  .dropdown-search > .btn-search[aria-expanded=true] {
    position: relative;
    background-color: #999 !important;
  }
  .dropdown-search > .btn-search[aria-expanded=true]:focus {
    border-color: #999;
  }
  .dropdown-search > .btn-search[aria-expanded=true]:before {
    border-color: #fff;
  }
  .dropdown-search > .btn-search[aria-expanded=true]:after {
    background-color: #fff;
  }
  .dropdown-search > .btn-search[aria-expanded=true] .arrow-white {
    display: block;
  }
}
.dropdown-search > .btn-search .arrow-white {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -17px;
  left: 13px;
  z-index: 1003;
  display: none;
  width: 10px;
  height: 10px;
  font-size: 16px;
  background-color: #fff;
  transform: rotate(135deg);
}
.dropdown-search > .btn-search .arrow-white:last-child {
  box-shadow: none;
  bottom: -24px;
  left: 8px;
  width: 20px;
  height: 12px;
  background-color: #fff;
  transform: rotate(0);
}
@media (max-width: 767px) {
  .dropdown-search .dropdown-menu {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    z-index: 1002;
    width: 100%;
    min-width: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .dropdown-search button[type=submit] {
    top: 25px !important;
    left: 32px !important;
  }
}
@media (max-width: 767px) {
  .dropdown-search .form-group {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .dropdown-search .navbar-form {
    padding: 20px;
    background-color: #fff;
  }
}

.breadcrumb {
  margin-bottom: 0;
}
.breadcrumb > li {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  vertical-align: top;
  color: #000;
}
.breadcrumb > li + li:before {
  padding: 0 4px 0 2px;
  font-weight: normal;
  content: ">";
}
.breadcrumb > li + li a {
  margin-left: -5px;
}
.breadcrumb > li:last-of-type {
  font-weight: normal;
}
.breadcrumb a {
  color: #000;
}

.pagination {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}
.pagination a,
.pagination span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  font-size: 18px;
  line-height: 1.7;
  color: #333;
  text-decoration: none;
  background-color: transparent;
}
.pagination a:first-child,
.pagination span:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: 0;
}
.pagination a:last-child,
.pagination span:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination a {
  padding-right: 12px;
  padding-left: 12px;
}
.pagination a:hover {
  opacity: 0.7;
}
.pagination span {
  z-index: 3;
  cursor: default;
}
.pagination .current {
  color: #c9c9c9;
}
.pagination .next,
.pagination .prev {
  position: relative;
  color: transparent;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .pagination .next,
.pagination .prev {
    width: 50px;
  }
}
.pagination .next:hover,
.pagination .prev:hover {
  opacity: 1;
}
.pagination .next:hover:before,
.pagination .prev:hover:before {
  background-color: #141d26;
}
.pagination .next:hover:after,
.pagination .prev:hover:after {
  border-color: #fff;
}
.pagination .next:before, .pagination .next:after,
.pagination .prev:before,
.pagination .prev:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-color: #141d26;
  border-style: solid;
  content: "";
  transition: all 0.15s ease;
}
.pagination .next:before,
.pagination .prev:before {
  width: 30px;
  height: 30px;
  border-width: 2px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .pagination .next:before,
.pagination .prev:before {
    width: 50px;
    height: 50px;
  }
}
.pagination .next:after,
.pagination .prev:after {
  width: 7px;
  height: 7px;
  border-width: 2px 2px 0 0;
}
@media (max-width: 767px) {
  .pagination .next:after,
.pagination .prev:after {
    width: 10px;
    height: 10px;
    border-top-width: 3px;
    border-right-width: 3px;
  }
}
.pagination .next {
  margin-left: 12px;
}
@media (max-width: 767px) {
  .pagination .next {
    margin-left: 20px;
  }
}
.pagination .next:after {
  right: 4px;
  transform: rotate(45deg);
}
.pagination .prev {
  margin-right: 12px;
}
@media (max-width: 767px) {
  .pagination .prev {
    margin-right: 20px;
  }
}
.pagination .prev:after {
  left: 4px;
  transform: rotate(-135deg);
}
.pagination .disabled {
  pointer-events: none;
  opacity: 0.2;
}

.label {
  display: inline-block;
  padding: 0.5em 0.6em 0.3em;
  font-size: 14px;
  font-weight: normal;
}
.label.has-space {
  margin-bottom: 3px;
}

.label-black {
  padding: 0.1em 0.39em;
  font-size: 14px;
  line-height: 1.571;
  letter-spacing: 0.01em;
  background-color: #141d26;
  border-radius: 0;
}

.label-blue-gray {
  background-color: #7d9cac;
}
.label-blue-gray[href]:hover, .label-blue-gray[href]:focus {
  background-color: #608496;
}

.label-light-green {
  background-color: #72a27c;
}
.label-light-green[href]:hover, .label-light-green[href]:focus {
  background-color: #598863;
}

.label-brown {
  background-color: #998b79;
}
.label-brown[href]:hover, .label-brown[href]:focus {
  background-color: #7f7160;
}

.label-blue {
  background-color: #7d9cac;
}
.label-blue[href]:hover, .label-blue[href]:focus {
  background-color: #608496;
}

.label-green {
  background-color: #72a27c;
}
.label-green[href]:hover, .label-green[href]:focus {
  background-color: #598863;
}

.label-orange {
  background-color: #ea491b;
  padding: 7px 10px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0;
}
.label-orange[href]:hover, .label-orange[href]:focus {
  background-color: #c03912;
}

.label-sm {
  padding: 0.5em 0.6em;
  margin: 0;
  font-size: 14px;
  border-radius: 0;
}

a.thumbnail {
  transition: all 0.15s ease;
}

.thumbnail-simple {
  padding: 22px 20px 8px;
  background-color: #f9f9f9;
  border: 0;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .thumbnail-simple {
    display: flex;
    min-height: 160px;
    padding: 26px 20px 27px 15px;
    margin-bottom: 20px;
  }
  .thumbnail-simple > div {
    align-self: center;
  }
}
.thumbnail-simple.coming-soon {
  color: transparent;
}
.thumbnail-simple, .thumbnail-simple:focus, .thumbnail-simple:hover {
  color: #fff;
  text-decoration: none;
}
.thumbnail-simple:hover {
  opacity: 0.8;
}
.thumbnail-simple .caption {
  padding: 0;
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.6;
  color: #fff;
}
@media (max-width: 767px) {
  .thumbnail-simple .caption {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 0;
  }
}
.thumbnail-simple .title {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 767px) {
  .thumbnail-simple .title {
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) {
  .thumbnail-simple .title {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .thumbnail-simple .btn-container {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .media.media-cleared-xs.media,
.media.media-cleared-xs .media-body {
    overflow: visible;
  }
  .media.media-cleared-xs .media-body {
    width: auto;
  }
  .media.media-cleared-xs .media-left,
.media.media-cleared-xs .media-right,
.media.media-cleared-xs .media-body {
    display: block;
  }
  .media.media-cleared-xs .media-right,
.media.media-cleared-xs .media > .pull-right {
    padding-bottom: 10px;
    padding-left: 0 !important;
  }
  .media.media-cleared-xs .media-left,
.media.media-cleared-xs .media > .pull-left {
    padding-right: 0 !important;
    padding-bottom: 10px;
  }
  .media.media-cleared-xs .media-object {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .media.media-cleared-sm.media,
.media.media-cleared-sm .media-body {
    overflow: visible;
  }
  .media.media-cleared-sm .media-body {
    width: auto;
  }
  .media.media-cleared-sm .media-left,
.media.media-cleared-sm .media-right,
.media.media-cleared-sm .media-body {
    display: block;
  }
  .media.media-cleared-sm .media-right,
.media.media-cleared-sm .media > .pull-right {
    padding-bottom: 10px;
    padding-left: 0 !important;
  }
  .media.media-cleared-sm .media-left,
.media.media-cleared-sm .media > .pull-left {
    padding-right: 0 !important;
    padding-bottom: 10px;
  }
  .media.media-cleared-sm .media-object {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .media.media-direction-rtl {
    direction: rtl;
  }
  .media.media-direction-rtl .media-body,
.media.media-direction-rtl .media-left {
    direction: ltr;
  }
  .media.media-direction-rtl .media-right {
    padding-right: 10px;
    padding-left: 0;
    direction: ltr;
  }
}

.media-gray {
  padding: 18px 19px 8px 19px;
  background-color: #f5f5f5;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .media-gray {
    position: relative;
    padding: 18px 19px 20px;
  }
}
.media-gray .media-heading {
  margin-top: 3px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0.1em;
  color: #484848;
}
@media (max-width: 767px) {
  .media-gray .media-heading {
    max-width: 50vw;
    margin-top: 5px;
  }
}
.media-gray .media-heading small {
  display: block;
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 1.563;
  letter-spacing: 0.1em;
  color: #484848;
}
@media (max-width: 767px) {
  .media-gray .media-heading small {
    margin-bottom: 8px;
    line-height: 1.25;
  }
}
.media-gray .media-body {
  padding-top: 11px;
  font-size: 14px;
  line-height: 1.786;
  letter-spacing: 0.12em;
}
@media (max-width: 767px) {
  .media-gray .media-body {
    padding-top: 1px;
  }
}
@media (max-width: 767px) {
  .media-gray .media-xs {
    padding-left: 122px;
  }
}
@media (max-width: 767px) {
  .media-gray .text {
    clear: both;
  }
}
.media-gray .media-left {
  padding-right: 17px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .media-gray .media-left img {
    max-width: 90px;
  }
}
@media (max-width: 767px) {
  .media-gray .media-left {
    float: left;
  }
}
.media-gray .img-circle {
  border: 2px solid #fff;
}

.media-detail {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .media-detail {
    margin-top: 42px;
  }
}
.media-detail .media-object-container {
  width: 380px;
  height: 215px;
}
@media (max-width: 991px) {
  .media-detail .media-object-container {
    width: 300px;
    height: 160px;
  }
}
@media (max-width: 767px) {
  .media-detail .media-object-container {
    width: 100%;
    height: auto;
  }
}
.media-detail .media-object-container .media-object {
  width: 100%;
  height: 100%;
}
.media-detail .media-left {
  padding-right: 50px;
}
@media (max-width: 991px) {
  .media-detail .media-left {
    padding-right: 30px;
  }
}
.media-detail .media-body {
  font-size: 14px;
  line-height: 1.8;
}
.media-detail .media-heading {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .media-detail .media-heading {
    margin-top: 8px;
  }
}
.media-detail .text-sm {
  margin-bottom: 8px;
  font-size: 12px;
}
.media-detail .label-new {
  position: absolute;
  top: 0;
  left: 0;
}
.media-detail .icon-lock {
  position: absolute;
  right: 0;
  bottom: 0;
}

.media-performer .media-left {
  padding-right: 23px;
}
@media (max-width: 767px) {
  .media-performer .media-left {
    padding-bottom: 10px;
  }
}
.media-performer .media-heading {
  margin-bottom: 12px;
  letter-spacing: 0.08em;
}
.media-performer .img-circle {
  max-width: none;
}

.list-group-company {
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .list-group-company {
    margin-bottom: 0;
  }
}
.list-group-company .list-group-item {
  position: relative;
  padding: 15px 0;
  color: #484848;
  border-right: 0;
  border-left: 0;
  border-color: #000;
}
@media (max-width: 767px) {
  .list-group-company .list-group-item {
    padding: 10px 0;
  }
}
.list-group-company .list-group-item:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  background-color: transparent;
}
.list-group-company .list-group-item:first-child, .list-group-company .list-group-item:last-child {
  border-radius: 0;
}
.list-group-company .list-group-item:last-child {
  border-bottom: 0;
}
.list-group-company .list-group-item .col-left {
  padding-right: 20px;
}

.panel-collapse {
  margin-bottom: 0;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
@media (min-width: 768px) {
  .panel-collapse {
    font-size: 16px;
  }
}
.panel-collapse,
.panel-collapse p,
.panel-collapse .panel-body {
  line-height: 1.4;
  color: #646464;
}
@media (min-width: 768px) {
  .panel-collapse,
.panel-collapse p,
.panel-collapse .panel-body {
    font-size: 18px;
  }
}
.panel-collapse.border-top {
  border-top: 1px solid #1946ba;
}
.panel-collapse > .panel-heading {
  padding: 0;
  background-color: #fff;
  border-bottom: 1px solid #1946ba;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-collapse > .panel-heading a {
  position: relative;
  display: block;
  padding: 22px 50px 23px 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: #646464;
}
@media (max-width: 767px) {
  .panel-collapse > .panel-heading a {
    padding: 12px 65px 10px 15px;
    font-size: 16px;
  }
}
.panel-collapse > .panel-heading a:hover, .panel-collapse > .panel-heading a:focus, .panel-collapse > .panel-heading a[aria-expanded=true] {
  color: #275cc4;
  text-decoration: none;
}
.panel-collapse > .panel-heading a:hover .icon, .panel-collapse > .panel-heading a:focus .icon, .panel-collapse > .panel-heading a[aria-expanded=true] .icon {
  background-color: #275cc4;
}
.panel-collapse > .panel-heading a[aria-expanded=true] {
  color: #646464;
  background-color: #f4f5f7;
}
.panel-collapse > .panel-heading a[aria-expanded=true]:hover {
  color: #275cc4;
}
.panel-collapse > .panel-heading a[aria-expanded=true]:hover .icon {
  background-color: #a8a8a8;
}
.panel-collapse > .panel-heading a[aria-expanded=true] .icon {
  background-color: #999;
}
.panel-collapse > .panel-heading a[aria-expanded=true] .icon .bar {
  transform: rotate(90deg);
}
.panel-collapse .panel-body {
  padding: 5px 100px 21px 20px;
}
@media (max-width: 767px) {
  .panel-collapse .panel-body {
    padding: 5px 15px 20px;
  }
}
.panel-collapse .panel-body a {
  line-height: 1.4;
  color: #1946ba;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .panel-collapse .panel-body a {
    font-size: 18px;
  }
}
.panel-collapse .panel-body a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.panel-collapse .collapsing {
  margin-top: -1px;
  background-color: #f4f5f7;
  border-bottom: 1px solid #1946ba;
}
.panel-collapse .collapse.in {
  margin-top: -1px;
  background-color: #f4f5f7;
  border-bottom: 1px solid #1946ba;
}
.panel-collapse .icon {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  display: block;
  width: 22px;
  height: 22px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #1946ba;
  content: "";
  transition: 300ms all ease;
}
@media (max-width: 767px) {
  .panel-collapse .icon {
    right: 10px;
  }
}
.panel-collapse .bar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 2px;
  height: 12px;
  margin: auto;
  background-color: #fff;
  content: "";
  transition: 300ms all ease;
}
.panel-collapse .bar:nth-child(2n) {
  transform: rotate(90deg);
}

.well {
  box-shadow: none;
  border-radius: 0;
}
.well.well-blank {
  background-color: #fff;
}
.well.border-radius-base {
  border-radius: 4px;
}
.well.well-title-on-border {
  position: relative;
  padding-top: 35px;
}
.well.well-title-on-border .title {
  position: absolute;
  top: -0.75em;
  right: 0;
  left: 0;
  padding-right: 1.5%;
  padding-left: 1.5%;
  margin: 0;
}
.well.well-title-on-border .title .bg {
  display: inline-block;
  padding: 3px 12px;
  line-height: 1.1;
  background: #fff;
  border: 1px solid #000;
}

.well-bg-dark-blue {
  transition: all 0.15s ease;
  display: block;
  font-size: 12px;
  line-height: 1.667;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: auto 100%;
  border: 0;
  color: #fff;
}
@media (max-width: 767px) {
  .well-bg-dark-blue {
    padding: 10px 70px 10px 18px;
    font-size: 15px;
  }
}
.well-bg-dark-blue.link:hover, .well-bg-dark-blue.link:focus {
  color: #fff;
  filter: alpha(opacity=70);
  opacity: 0.7;
  text-decoration: none;
}
.well-bg-dark-blue .title-sm {
  margin-bottom: 0;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .well-bg-dark-blue .title-sm {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .well-bg-dark-blue .inner {
    max-width: 410px;
    padding: 0 45px 0 10px;
  }
}
@media (min-width: 992px) {
  .well-bg-dark-blue .inner {
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .well-bg-dark-blue .inner {
    padding: 10px 70px 16px 20px;
  }
}

.well-border-grey {
  padding: 59px 19px;
  border-color: #dedede;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .well-border-grey {
    padding: 28px 19px;
  }
}

.well-grey-no-border {
  padding: 54px 60px 20px 60px;
  background-color: #f4f4f4;
  border: 0;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .well-grey-no-border {
    padding: 23px 20px 20px 20px;
  }
}

.well-light-grey-no-border {
  padding: 54px 60px 20px 60px;
  background-color: #f5f5f5;
  border: 0;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .well-light-grey-no-border {
    padding: 23px 20px 20px 20px;
  }
}

.well-white {
  padding: 59px;
  background-color: #fff;
  border-color: #dedede;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .well-white {
    padding: 28px 19px;
  }
}

.modal-vertical-middle {
  overflow: hidden !important;
}
.modal-vertical-middle .modal-dialog {
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 0;
  margin-bottom: 0;
  pointer-events: none;
}
.modal-vertical-middle .modal-content {
  width: 100%;
  margin: 0 auto;
  pointer-events: auto;
}

.bg-gray {
  background-color: #ccc !important;
}

.bg-blue-gray {
  background-color: #7d9cac !important;
}

.bg-dark-blue {
  background-color: #141d26 !important;
}

.bg-light-green {
  background-color: #72a27c !important;
}

.bg-brown {
  background-color: #998b79 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-black {
  background-color: #333 !important;
}

.bg-expert {
  background-image: url("../img/common/bg-expert.jpg");
}
@media (max-width: 767px) {
  .bg-expert {
    background-image: url("../img/common/bg-expert-xs.jpg");
  }
}

.bg-policy {
  background-image: url("../img/common/bg-policy.jpg");
}
@media (max-width: 767px) {
  .bg-policy {
    background-image: url("../img/common/bg-policy-xs.jpg");
  }
}

.bg-list {
  background-image: url("../img/common/bg-many-people.jpg");
}
@media (max-width: 767px) {
  .bg-list {
    background-image: url("../img/common/bg-many-people-xs.jpg");
  }
}

.bg-suit {
  background-image: url("../img/common/bg-suit.jpg");
}
@media (max-width: 767px) {
  .bg-suit {
    background-image: url("../img/common/bg-suit-xs.jpg");
  }
}

.bg-company {
  background-image: url("../img/common/bg-company.jpg");
}
@media (max-width: 767px) {
  .bg-company {
    background-image: url("../img/common/bg-company-xs.jpg");
  }
}

.bg-program {
  background-image: url("../img/common/bg-program.jpg");
}
@media (max-width: 767px) {
  .bg-program {
    background-image: url("../img/common/bg-program-sm.jpg");
  }
}

.bg-register {
  background-image: url("../img/common/bg-register.jpg");
}
@media (max-width: 767px) {
  .bg-register {
    background-image: url("../img/common/bg-register-xs.jpg");
  }
}

.bg-rirekisyo {
  background-image: url("../img/common/bg-rirekisyo.jpg");
}
@media (max-width: 767px) {
  .bg-rirekisyo {
    background-image: url("../img/common/bg-rirekisyo-xs.jpg");
  }
}

.bg-companies {
  background-image: url("../img/common/bg-companies.jpg");
}
@media (max-width: 767px) {
  .bg-companies {
    background-image: url("../img/common/bg-companies-xs.jpg");
  }
}

.bg-contact {
  background: url("../img/common/bg-contact.jpg");
}
@media (max-width: 767px) {
  .bg-contact {
    background-image: url("../img/common/bg-contact-xs.jpg");
  }
}

@media (min-width: 768px) {
  .bg-city {
    background-image: url("../img/common/bg-city.png");
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

@media (min-width: 768px) {
  .bg-man {
    background-image: url("../img/common/bg-man.png");
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

@media (min-width: 768px) {
  .bg-business-man {
    background-image: url("../img/common/bg-business-man.jpg");
    background-position: 79% 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.inline-block {
  display: inline-block;
}

.position-relative {
  position: relative !important;
}

.clear {
  clear: both !important;
}

.v-top {
  vertical-align: top !important;
}

.v-middle {
  vertical-align: middle !important;
}

.v-bottom {
  vertical-align: bottom !important;
}

.v-text-bottom {
  vertical-align: text-bottom;
}

.max-width-900 {
  max-width: 900px;
}

.fs11 {
  font-size: 11px !important;
}

.fs12 {
  font-size: 12px !important;
}

.fs14-xs {
  font-size: 14px !important;
}
@media (max-width: 767px) {
  .fs14-xs {
    font-size: 12px !important;
  }
}

.mt0 {
  margin-top: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl5 {
  padding-left: 5px !important;
}

@media (max-width: 767px) {
  .pull-none-xs {
    float: none !important;
  }
}

@media (max-width: 991px) {
  .pull-none-sm {
    float: none !important;
  }
}

@media (max-width: 1199px) {
  .pull-none-md {
    float: none !important;
  }
}

@media (max-width: 767px) {
  .center-block-xs {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 991px) {
  .center-block-sm {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 1199px) {
  .center-block-md {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .rotate-90-xs {
    transform: rotate(90deg);
  }
}

@media (max-width: 991px) {
  .rotate-90-sm {
    transform: rotate(90deg);
  }
}

.title-white {
  margin: 0;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.786;
  letter-spacing: 0.098em;
  color: #fff;
}
.title-white .category-subtitle {
  display: inline-block;
  font-size: 18px;
}
@media (max-width: 767px) {
  .title-white .category-subtitle {
    font-size: 16px;
  }
}
.title-white.title-sm {
  font-size: 20px;
}
@media (max-width: 767px) {
  .title-white.title-sm {
    letter-spacing: 0.2em;
  }
}

.title-black-sm-bold {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.title-white-with-small-text {
  margin: 0;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.786;
  letter-spacing: 0.098em;
  color: #fff;
}
.title-white-with-small-text small {
  display: block;
  margin-top: 13px;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.12em;
  color: #fff;
}
@media (max-width: 767px) {
  .title-white-with-small-text small {
    margin-top: 3px;
  }
}

.title-white-with-icon {
  position: relative;
  padding-left: 51px;
  margin: 0;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.786;
  letter-spacing: 0.098em;
  color: #fff;
}
.title-white-with-icon:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 31px;
  height: 40px;
  margin-top: auto;
  margin-bottom: auto;
  background: url("../img/icon/icon-rirekisyo.png") 50% 50% no-repeat;
  background-size: contain;
  content: "";
}

.title-black {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.title-blue-border-left {
  position: relative;
  padding-left: 15px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.12em;
  color: #141d26;
}
.title-blue-border-left:before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 5px;
  height: 30px;
  background-color: #141d26;
  content: "";
}

.title-black-with-sm-grey-text {
  font-size: 18px;
  font-weight: bold;
}
.title-black-with-sm-grey-text small {
  display: block;
  padding-bottom: 4px;
  font-size: 12px;
  color: #888;
}
@media (max-width: 767px) {
  .title-black-with-sm-grey-text small {
    padding-bottom: 7px;
  }
}

.title-black-with-sm-black-text {
  font-size: 18px;
  font-weight: bold;
}
.title-black-with-sm-black-text small {
  display: block;
  padding-bottom: 4px;
  font-size: 12px;
  color: #333;
}
@media (max-width: 767px) {
  .title-black-with-sm-black-text small {
    padding-bottom: 7px;
  }
}

.title-black-lg {
  font-size: 30px;
  font-weight: bold;
  color: #2c343c;
}

.title-black-md {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.083;
  color: #333333;
}

.section-fv .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.section-breadcrumbs {
  padding: 24px 150px 24px 0;
}
@media (min-width: 1200px) {
  .section-breadcrumbs {
    padding-right: 220px;
  }
}
@media (max-width: 767px) {
  .section-breadcrumbs {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .section-breadcrumbs .visible-xs {
    display: inline-block !important;
  }
}

.section-category {
  padding-bottom: 25px;
}
.section-category.first {
  padding-top: 28px;
}
@media (max-width: 767px) {
  .section-category .row > div {
    margin-bottom: 20px;
  }
}
.section-category .swiper a {
  display: block;
}
@media (max-width: 767px) {
  .section-category .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.section-category .title-section {
  font-size: 22px;
}
@media (max-width: 767px) {
  .section-category .title-section {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-category.section-category-sm .row > div {
    margin-bottom: 30px;
    text-align: center;
  }
  .section-category.section-category-sm .inner-sm {
    max-width: 825px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .section-category.section-category-sm {
    text-align: center;
  }
  .section-category.section-category-sm .btn-footer-container {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 374px;
  }
}
.section-category .category-subtitle {
  display: inline-block;
  font-size: 18px;
}
@media (max-width: 767px) {
  .section-category .category-subtitle {
    display: block;
    margin-top: 8px;
    font-size: 16px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .section-category-recommend {
    padding-top: 10px;
  }
}

.section-category-video {
  position: relative;
}
.section-category-video:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100px;
  background-color: #f5f5f5;
  content: "";
}
@media (max-width: 767px) {
  .section-category-video .title-section {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .section-category-video .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.section-media {
  padding-top: 81px;
}
@media (max-width: 767px) {
  .section-media {
    padding-top: 61px;
  }
}
.section-media .btn-container {
  margin-top: 8px;
  text-align: right;
}
@media (max-width: 767px) {
  .section-media .btn-container {
    margin-top: 15px;
  }
}
.section-media .row > div {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .section-media .row > div {
    margin-bottom: 20px;
  }
  .section-media .row > div:last-of-type {
    margin-bottom: 0;
  }
}

.section-privacypolicy {
  padding-top: 74px;
  line-height: 1.786;
}
@media (max-width: 767px) {
  .section-privacypolicy {
    padding-top: 50px;
  }
}
.section-privacypolicy h2,
.section-privacypolicy h3,
.section-privacypolicy h4 {
  margin-top: 35px;
  margin-bottom: 11.5px;
  font-size: inherit;
  font-weight: bold;
}
.section-privacypolicy ul,
.section-privacypolicy ol {
  line-height: 1.786;
  list-style: none;
}
.section-privacypolicy ul li,
.section-privacypolicy ol li {
  margin-bottom: 10px;
}
.section-privacypolicy .title-lg {
  margin-top: 30px;
  margin-bottom: 20px;
  line-height: inherit;
}
@media (max-width: 767px) {
  .section-privacypolicy .title-lg {
    margin-bottom: 10px;
  }
}
.section-privacypolicy .title-sm {
  margin-bottom: 0;
  font-size: inherit;
  line-height: inherit;
}
.section-privacypolicy a {
  text-decoration: underline;
}
.section-privacypolicy a:hover {
  text-decoration: none;
}

.section-terms {
  padding-top: 74px;
  line-height: 1.786;
}
@media (max-width: 767px) {
  .section-terms {
    padding-top: 50px;
  }
}
.section-terms ul,
.section-terms ol {
  line-height: 1.786;
}
.section-terms .title-lg {
  margin-top: 30px;
  margin-bottom: 20px;
  line-height: inherit;
}
@media (max-width: 767px) {
  .section-terms .title-lg {
    margin-bottom: 10px;
  }
}
.section-terms .title-sm {
  margin-bottom: 0;
  font-size: inherit;
  line-height: inherit;
}

.section-meta {
  padding: 61px 0 30px;
}
@media (max-width: 767px) {
  .section-meta {
    padding: 20px 0 17px;
  }
  .section-meta .container {
    padding: 0 16px;
  }
  .section-meta .btn-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.section-meta .number-red {
  margin-left: 10px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1;
  color: #ea491b;
}

.section-program-list .section-title {
  margin-top: 57px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .section-program-list .section-title {
    margin-top: 27px;
    margin-bottom: 13px;
  }
}
.section-program-list .section-title .icon {
  margin-right: 12px;
}
.section-program-list .lead {
  margin-top: 25px;
  margin-bottom: 55px;
  font-size: 14px;
  line-height: 1.8;
}
.section-program-list .body {
  padding: 58px 60px 85px;
  background-color: #f5f5f5;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .section-program-list .body {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .section-program-list .body {
    padding: 30px 20px 25px;
    border-radius: 0;
  }
}

.section-company-list {
  padding-top: 67px;
}
@media (max-width: 767px) {
  .section-company-list {
    padding-top: 49px;
  }
}
.section-company-list .container-fluid {
  max-width: 1233px;
}
.section-company-list .title-black-lg {
  margin-top: 8px;
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .section-company-list .title-black-lg {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .section-company-list .row {
    margin-bottom: 42px;
  }
}

.section-new-video {
  padding-top: 20px;
}
@media (min-width: 1200px) {
  .section-new-video {
    padding-right: 37px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-new-video .container {
    max-width: 825px;
  }
}
@media (max-width: 767px) {
  .section-new-video {
    text-align: center;
  }
}
.section-new-video .row > div {
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-new-video .row > div {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .section-new-video .row > div {
    margin-bottom: 20px;
  }
}
.section-new-video .movie-information {
  margin-top: 5px;
  padding: 12px;
  min-height: 150px;
  text-align: left;
  border-radius: 10px;
  background-color: #fff;
}
.section-new-video .movie-information .layout-card-title-lg {
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: bold;
  color: #306cac;
}
@media (max-width: 767px) {
  .section-new-video .movie-information .layout-card-title-lg {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .section-new-video .layout-card {
    height: 13vw;
  }
}
@media (max-width: 767px) {
  .section-new-video .layout-card {
    height: 48vw;
  }
}

.section-page-header {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.section-page-header .table-cell {
  min-height: 200px;
}

.section-title-header .title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .section-title-header .title {
    font-size: 18px;
  }
}

.section-btn-see-more {
  overflow: hidden;
}
.section-btn-see-more .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 50px;
  padding-left: 50px;
}
@media (max-width: 991px) {
  .section-btn-see-more .container {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  .section-btn-see-more .container {
    flex-direction: column;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.section-btn-see-more .container > * {
  min-width: 0;
  min-height: 0;
}
.section-btn-see-more .title-section {
  flex: auto;
  order: 1;
  padding-left: 50px;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .section-btn-see-more .title-section {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .section-btn-see-more .title-section {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
.section-btn-see-more .btn-container {
  order: 2;
}
@media (max-width: 767px) {
  .section-btn-see-more .btn-container {
    order: 3;
    margin-top: 30px;
  }
}
.section-btn-see-more .swiper-container {
  overflow: visible;
}
.section-btn-see-more .inner {
  position: relative;
  order: 3;
  flex: 1 1 100%;
  min-width: 0;
  padding-left: 50px;
}
@media (max-width: 991px) {
  .section-btn-see-more .inner {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .section-btn-see-more .inner {
    order: 2;
    max-width: 100%;
    padding-left: 40px;
  }
}
.section-btn-see-more .inner .swiper-button-prev,
.section-btn-see-more .inner .swiper-button-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 100;
  width: 50px;
  height: 50px;
  margin-top: auto;
  margin-bottom: auto;
  transition: 0.3s all ease;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .section-btn-see-more .inner .swiper-button-prev,
.section-btn-see-more .inner .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.section-btn-see-more .inner .swiper-button-prev:hover,
.section-btn-see-more .inner .swiper-button-next:hover {
  opacity: 0.7;
}
.section-btn-see-more .inner .swiper-button-prev.swiper-button-disabled,
.section-btn-see-more .inner .swiper-button-next.swiper-button-disabled {
  visibility: hidden;
  pointer-events: none;
}
.section-btn-see-more .inner .swiper-button-prev {
  left: -25px;
}
@media (max-width: 1400px) {
  .section-btn-see-more .inner .swiper-button-prev {
    left: -10px;
  }
}
.section-btn-see-more .inner .swiper-button-next {
  right: -25px;
  transform: scaleX(-1);
}
@media (max-width: 1400px) {
  .section-btn-see-more .inner .swiper-button-next {
    right: -10px;
  }
}
.section-btn-see-more .inner .btn-navigation {
  width: 100%;
}
@media (max-width: 767px) {
  .section-btn-see-more .swiper-container {
    width: 100%;
  }
}
.section-btn-see-more .swiper-slide {
  width: 320px !important;
  opacity: 0.3;
  transition: 0.3s all ease;
}
@media (max-width: 767px) {
  .section-btn-see-more .swiper-slide {
    width: 280px !important;
  }
}
.section-btn-see-more .swiper-slide.swiper-slide-visible {
  opacity: 1;
}
.section-btn-see-more .swiper-slide .layout-card.hover {
  width: 100% !important;
}

.section-banner {
  padding-bottom: 30px;
  background-color: #f0f0f0;
}
@media (max-width: 767px) {
  .section-banner {
    padding-bottom: 40px;
  }
}
.section-banner .well {
  padding-bottom: 6px;
}
@media (max-width: 767px) {
  .section-banner .well {
    box-shadow: 0 0 5px 0 rgba(51, 51, 51, 0.2);
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 374px;
    padding: 0;
  }
}
.section-banner .well .inner {
  position: relative;
}
.section-banner .arrow-right {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .section-banner .arrow-right {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .section-banner .arrow-right, .section-banner .arrow-right:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
}
.section-banner p {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .section-banner .container {
    max-width: 1080px !important;
  }
}

.section-register {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .section-register {
    padding-top: 60px;
  }
}
.section-register .container {
  max-width: 790px;
}
@media (max-width: 767px) {
  .section-register .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.section-register .inner {
  max-width: 430px;
  margin-right: auto;
  margin-left: auto;
}
.section-register [type=submit] {
  margin-top: 40px;
}

.section-pagination {
  padding: 0 0 26px;
  text-align: center;
}
@media (max-width: 767px) {
  .section-pagination {
    padding-top: 26px;
  }
}

.section-banner-about {
  margin-bottom: 46px;
  background-color: #141d26;
}
.section-banner-about .container-fluid {
  max-width: 1225px;
}
@media (max-width: 767px) {
  .section-banner-about .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
.section-banner-about .inner {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 23px;
  padding-bottom: 23px;
}
@media (max-width: 767px) {
  .section-banner-about .inner {
    padding: 17px 35px;
  }
}
.section-banner-about .btn {
  max-width: 124px;
  padding-left: 0;
  letter-spacing: 0.19em;
}
.section-banner-about .title-section {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.19em;
  color: #fff;
}
@media (max-width: 767px) {
  .section-banner-about .title-section {
    letter-spacing: 0.12em;
  }
}

.section-video {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .section-video {
    padding-bottom: 51px;
  }
}
.section-video .container {
  position: relative;
}

.section-resume-detail {
  padding-bottom: 40px;
}
.section-resume-detail .container {
  max-width: 1110px;
}
.section-resume-detail .title-section {
  margin-top: 28px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section-resume-detail .title-section {
    margin-top: 18px;
    margin-bottom: 10px;
  }
}
.section-resume-detail .lead {
  margin-bottom: 11px;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.12em;
}

.section-news {
  position: relative;
  padding-top: 36px;
  padding-bottom: 50px;
  margin-top: 45px;
  background-color: #f0f0f0;
}
@media (max-width: 767px) {
  .section-news {
    margin-top: 30px;
    padding-bottom: 30px;
  }
}
.section-news .title-section {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section-news .title-section {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .section-news .container {
    padding-right: 28px;
    padding-left: 28px;
  }
}
@media (max-width: 767px) {
  .section-news .btn-footer-container {
    margin-top: 20px;
  }
}
.section-news .inner {
  padding-right: 0;
  padding-left: 0;
}

.section-well {
  position: relative;
  line-height: 1.8;
  letter-spacing: 0.12em;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .section-well {
    padding-bottom: 25px;
    letter-spacing: 0.1em;
  }
}
.section-well h2 {
  position: relative;
  padding-left: 15px;
  margin-top: 58px;
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.12em;
  color: #141d26;
}
@media (max-width: 767px) {
  .section-well h2 {
    margin-top: 44px;
  }
}
.section-well h2:before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 5px;
  height: 30px;
  background-color: #141d26;
  content: "";
}
.section-well h3 {
  margin-bottom: 26px;
  font-size: 16px;
  letter-spacing: 0.11em;
  color: #2c343c;
}
@media (max-width: 767px) {
  .section-well h3 {
    font-size: 14px;
  }
}
.section-well h3:before {
  display: inline-block;
  width: 50px;
  height: 7px;
  margin-right: 18px;
  border-top: 1px solid #2c343c;
  content: "";
}
.section-well strong {
  margin-bottom: 15px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .section-well strong {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.section-well img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 36px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .section-well img {
    margin-top: 27px;
    margin-bottom: 22px;
  }
}
.section-well .btn-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 150px;
  padding-right: 20px;
  padding-left: 20px;
  background: linear-gradient(transparent 0, #fff 40%, #fff 100%);
}
.section-well .btn-red {
  max-width: 262px;
  padding: 13px 10px;
}
@media (max-width: 767px) {
  .section-well .btn-red {
    max-width: 354px;
  }
}

.section-base {
  padding-top: 82px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .section-base {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
.section-base .container {
  max-width: 790px;
}
@media (max-width: 767px) {
  .section-base .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.section-base .title {
  padding-bottom: 18px;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #dedede;
}
@media (max-width: 767px) {
  .section-base .title {
    margin-bottom: 4px;
  }
}
.section-base .btn-container {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 428px;
  margin-top: 18px;
}
@media (max-width: 767px) {
  .section-base .btn-container {
    max-width: 335px;
    margin-top: 25px;
  }
}
.section-base .btn-container.mt-lg {
  margin-top: 36px;
}

.section-base-lg {
  padding-top: 82px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .section-base-lg {
    padding-top: 60px;
    padding-bottom: 0;
  }
}
.section-base-lg .container {
  max-width: 1100px !important;
}

.section-performer {
  padding-top: 78px;
}
@media (max-width: 767px) {
  .section-performer {
    padding-top: 38px;
  }
}
.section-performer .container {
  max-width: 1110px;
}
.section-performer .title-section {
  margin-bottom: 33px;
}
.section-performer .well {
  padding: 29px 24px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .section-performer .well {
    padding: 19px 19px;
    margin-bottom: 20px;
  }
}
.section-performer .caption {
  letter-spacing: 0.11em;
  color: #888;
}
@media (max-width: 767px) {
  .section-performer .caption {
    line-height: 1.8;
  }
}

.section-interviewer {
  padding-top: 28px;
  padding-bottom: 74px;
}
@media (max-width: 767px) {
  .section-interviewer {
    padding-top: 8px;
    padding-bottom: 18px;
  }
}
.section-interviewer .container {
  max-width: 1110px;
}
.section-interviewer .title-section {
  margin-bottom: 32px;
}
.section-interviewer .well {
  padding: 29px 24px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .section-interviewer .well {
    padding: 19px 19px;
    margin-bottom: 20px;
  }
}

.section-category-rirekisyo {
  padding-bottom: 50px;
  padding-left: 0;
  background: linear-gradient(-180deg, transparent 70%, #f5f5f5 50%);
}
@media (max-width: 767px) {
  .section-category-rirekisyo {
    padding-bottom: 33px;
    background: linear-gradient(-180deg, transparent 86%, #f5f5f5 50%);
  }
}
@media (max-width: 767px) {
  .section-category-rirekisyo .title-section {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .section-category-rirekisyo .layout-card {
    height: 13vw;
  }
}

.section-news-show {
  padding-top: 40px;
  padding-bottom: 40px;
  line-height: 1.857;
}
@media (min-width: 768px) {
  .section-news-show .inner {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.section-contact-form {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .section-contact-form {
    padding-top: 60px;
  }
}
.section-contact-form .container {
  max-width: 790px;
}
@media (max-width: 767px) {
  .section-contact-form .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.section-contact-form .inner {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .section-contact-form .form-group {
    margin-bottom: 12px;
  }
}
.section-contact-form [type=submit] {
  margin-top: 40px;
}

.text-blue {
  color: #2b71b8;
}

.section-webinars {
  padding-top: 65px;
  padding-bottom: 60px;
  background: url("../img/section/webinars/bg.jpg") no-repeat 10% 0/cover;
}
@media (max-width: 767px) {
  .section-webinars {
    padding-top: 47px;
    padding-bottom: 30px;
    background: url("../img/section/webinars/bg-sp.jpg") no-repeat 0 0/cover;
  }
}
.section-webinars .container {
  padding-right: 100px;
  padding-left: 100px;
}
@media (max-width: 991px) {
  .section-webinars .container {
    padding-right: 55px;
    padding-left: 55px;
  }
}
.section-webinars .title-section {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 39px;
  font-weight: 400;
  line-height: 1.32;
  color: #222222;
}
@media (max-width: 991px) {
  .section-webinars .title-section {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .section-webinars .title-section {
    margin-bottom: 30px;
    font-size: 23px;
    text-align: left;
    line-height: 1.5;
  }
}
.section-webinars .title-section u {
  text-underline-offset: 7px;
  -webkit-text-decoration-color: #306cac;
          text-decoration-color: #306cac;
}
@media (max-width: 767px) {
  .section-webinars .title-section u {
    text-underline-offset: 4px;
  }
}
.section-webinars .title-section b,
.section-webinars .title-section strong {
  font-weight: 400;
}
.section-webinars .title-section .text-sm {
  display: block;
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .section-webinars .title-section .text-sm {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .section-webinars .title-section .text-sm {
    font-size: 18px;
    line-height: 1.6;
  }
}
.section-webinars .title-section .text-sm b,
.section-webinars .title-section .text-sm strong {
  font-size: 38px;
}
@media (max-width: 991px) {
  .section-webinars .title-section .text-sm b,
.section-webinars .title-section .text-sm strong {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .section-webinars .title-section .text-sm b,
.section-webinars .title-section .text-sm strong {
    font-size: 23px;
  }
}
.section-webinars .title-section .text-md {
  position: relative;
  font-size: 40px;
}
@media (max-width: 991px) {
  .section-webinars .title-section .text-md {
    font-size: 33px;
  }
}
@media (max-width: 767px) {
  .section-webinars .title-section .text-md {
    font-size: 24px;
    line-height: 1.1;
  }
}
.section-webinars .title-section .text-md b,
.section-webinars .title-section .text-md strong {
  font-size: 50px;
  color: #306cac;
}
@media (max-width: 991px) {
  .section-webinars .title-section .text-md b,
.section-webinars .title-section .text-md strong {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .section-webinars .title-section .text-md b,
.section-webinars .title-section .text-md strong {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .section-webinars .container {
    padding-right: 28px;
    padding-left: 28px;
  }
}

@media (max-width: 767px) {
  footer {
    padding-bottom: 60px;
  }
}
footer .copyright-text {
  margin-top: -24px;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: #fff;
}
@media (max-width: 767px) {
  footer .copyright-text {
    margin-top: 30px;
  }
}
footer .footer-menu {
  padding-top: 46px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  footer .footer-menu {
    padding-top: 38px;
    padding-bottom: 38px;
  }
}
footer .footer-menu .footer-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
@media (min-width: 768px) {
  footer .footer-menu .footer-list {
    padding-right: 15px;
  }
}
footer .footer-menu .footer-list + .footer-list {
  margin-top: 26px;
}
footer .footer-menu .footer-list li {
  padding-bottom: 6px;
}
@media (max-width: 767px) {
  footer .footer-menu .footer-list li {
    padding-bottom: 21px;
  }
}
footer .footer-menu .footer-list a {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #fff;
}
footer .container {
  max-width: 1070px !important;
}

.page-top {
  position: fixed;
  right: 20px;
  bottom: 0;
  width: 50px;
  height: 50px;
  transition: fill;
}
@media (max-width: 767px) {
  .page-top {
    right: 0;
  }
}
.page-top:hover .bg-color {
  fill: #00aaad;
}

.meta {
  position: relative;
}
.meta .date-grey-sm {
  margin-left: 20px;
}
.meta .icon {
  position: absolute;
  right: 0;
  display: inline-block;
  text-align: right;
}
.meta .icon-item {
  padding-left: 17px;
  font-size: 12px;
  color: #7d7d7d;
}
.meta .icon-item a {
  padding-right: 5px;
}

.vimeo-thumbnail-container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 1100px;
}
.vimeo-thumbnail-container .btn-container {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  max-width: 260px;
  margin: auto;
  transform: translateY(-50%);
}
.vimeo-thumbnail-container .btn {
  padding: 13px 10px;
}
.vimeo-thumbnail-container .icon-lock {
  position: absolute;
  right: 0;
  bottom: 0;
}

a.arrow-black {
  position: relative;
  display: block;
  padding: 21px 0 19px 76px;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #f5f5f5;
  transition: 0.3s all ease;
}
@media (min-width: 768px) {
  a.arrow-black {
    letter-spacing: 0.15em;
  }
}
@media (max-width: 767px) {
  a.arrow-black {
    padding: 16px 10px 15px 38px;
    font-size: 13px;
  }
}
a.arrow-black:before {
  position: absolute;
  top: 26px;
  left: 48px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg) skewY(17deg) skewX(17deg);
  content: "";
}
@media (max-width: 767px) {
  a.arrow-black:before {
    top: 22px;
    left: 20px;
  }
}
a.arrow-black:hover, a.arrow-black:focus {
  color: #ea491b;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s all ease;
}
a.arrow-black:hover:before, a.arrow-black:focus:before {
  border-color: #ea491b;
}
a.arrow-black:first-child {
  border-right: 1px solid #f5f5f5;
}

.note-container {
  padding-top: 60px;
}

.banner-fixed-bottom {
  position: fixed;
  top: 89px;
  right: 30px;
  z-index: 1000;
  width: 180px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .banner-fixed-bottom {
    right: 10px;
    width: 130px;
  }
}
@media (max-width: 767px) {
  .banner-fixed-bottom {
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    width: auto;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.banner-fixed-bottom li {
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .banner-fixed-bottom li {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .banner-fixed-bottom li {
    display: table-cell;
    width: 50%;
  }
  .banner-fixed-bottom li:first-child {
    padding-right: 5px;
  }
  .banner-fixed-bottom li:nth-child(2) {
    padding-left: 5px;
  }
}
@media (min-width: 768px) {
  .banner-fixed-bottom li:first-child a {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
}
.banner-fixed-bottom li a.label-category {
  position: relative;
  display: block;
  padding: 4px 18px 4px 26px;
  font-size: 12px;
  color: #fff;
  white-space: normal;
  line-height: 1.3;
  text-align: left;
  background-color: transparent;
  border-radius: 0;
}
.banner-fixed-bottom li a.label-category:hover {
  opacity: 0.7;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .banner-fixed-bottom li a.btn-fixed {
    padding: 6px 40px;
    font-size: 12px;
  }
}
.banner-fixed-bottom li .list-category-footer {
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
}
.banner-fixed-bottom li .list-category-footer > li.category-item {
  margin-top: 0;
}
.banner-fixed-bottom .btn {
  display: block;
}
@media (max-width: 767px) {
  .banner-fixed-bottom .btn {
    display: inline-block;
  }
}

.container-with-sidebar {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .container-with-sidebar {
    flex-direction: column;
  }
}
.container-with-sidebar .sidebar {
  width: 250px;
  height: 100vh;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .container-with-sidebar .sidebar {
    width: 0;
    height: 0;
  }
}
.container-with-sidebar .body {
  flex-grow: 1;
  overflow: hidden;
  background-color: #f7f7f7;
}
.container-with-sidebar .body .container {
  width: auto;
  max-width: none;
}
.container-with-sidebar .navbar-vertical {
  position: fixed;
  top: 0;
  padding-top: 112px;
  padding-bottom: 90px;
  padding-left: 32px;
  height: 100vh;
  margin-bottom: 0;
  width: 250px;
  background-color: #fff;
  z-index: 1020;
  transition: 0.3s all ease;
  overflow: auto;
}
@media (max-width: 767px) {
  .container-with-sidebar .navbar-vertical {
    left: -250px;
    padding-top: 70px;
    padding-bottom: 90px;
    padding-left: 22px;
    overflow: scroll;
  }
}
@media (max-width: 767px) {
  .container-with-sidebar .navbar-vertical.active {
    left: 0;
  }
}
.container-with-sidebar .navbar-vertical > li {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .container-with-sidebar .navbar-vertical > li {
    margin-bottom: 15px;
  }
}
.container-with-sidebar .navbar-vertical li:last-of-type {
  margin-bottom: 0;
}
.container-with-sidebar .navbar-vertical li.icon {
  position: relative;
  padding-left: 32px;
  font-weight: bold;
}
.container-with-sidebar .navbar-vertical li .img-icon {
  position: absolute;
  top: 0;
  left: 0;
}
.container-with-sidebar .navbar-vertical li a {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.container-with-sidebar .navbar-vertical li a:hover, .container-with-sidebar .navbar-vertical li a.active {
  color: #317cc0;
  text-decoration: none;
}
.container-with-sidebar .navbar-vertical-sm {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .container-with-sidebar .navbar-vertical-sm {
    margin-top: 15px;
  }
}
.container-with-sidebar .navbar-vertical-sm li {
  margin-bottom: 25px;
}
.container-with-sidebar .navbar-vertical-sm li:last-of-type {
  margin-bottom: 0;
}
.container-with-sidebar .navbar-vertical-sm li a {
  padding: 0;
}

#interview-collapse {
  overflow: hidden;
  transition: max-height 0.45s ease;
}

#toggle-interview {
  font-size: 15px;
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}
