@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap");
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
 
}

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"] {
  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"] {
  box-sizing: content-box;
}


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", "Noto Sans JP", "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: #000;
  background-color: #fff;
}

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

a {
  color: #0000ff;
  text-decoration: none;
}

a:hover, a:focus {
  color: #4d4dff;
  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: #fff;
  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: #000;
}

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: .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: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.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: "\2014 \00A0";
}

.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: "\00A0 \2014";
}

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


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

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.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.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .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.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .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.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .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 #dedede;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dedede;
}

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

.table .table {
  background-color: #fff;
}

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

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

.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: .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 #dedede;
  }
  .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.33333;
  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.33333;
  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.33333;
}

.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: #404040;
}

@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: #0000ff;
  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: #4d4dff;
  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.33333;
  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: 768px) {
  .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: #0000ff;
}

.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: #fff;
  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.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-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.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.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: 90px;
  margin-bottom: 23px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width: 991px) {
.navbar-header{
  width: 40%;
}
}

@media (min-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  height: 90px;
  padding: 33.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: 768px) {
  .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: 28px;
  margin-bottom: 28px;
  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: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 16.75px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 23px;
}

@media (max-width: 767px) {
  .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: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 33.5px;
    padding-bottom: 33.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: 26.5px;
  margin-bottom: 26.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: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .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: 26.5px;
  margin-bottom: 26.5px;
}

.navbar-btn.btn-sm {
  margin-top: 30px;
  margin-bottom: 30px;
}

.navbar-btn.btn-xs {
  margin-top: 34px;
  margin-bottom: 34px;
}

.navbar-text {
  margin-top: 33.5px;
  margin-bottom: 33.5px;
}

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

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #fff;
  border-color: #eeeeee;
}

.navbar-default .navbar-brand {
  color: #000;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: black;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #000;
}

.navbar-default .navbar-nav > li > a {
  color: #000;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #000;
  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: #eeeeee;
}

.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: #eeeeee;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #000;
    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: #eeeeee;
  }
  .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: #000;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #eeeeee;
}

.navbar-default .navbar-link {
  color: #000;
}

.navbar-default .navbar-link:hover {
  color: #000;
}

.navbar-default .btn-link {
  color: #000;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #000;
}

.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: 767px) {
  .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: #0000ff;
  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: #4d4dff;
  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.33333;
}

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

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .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: #0000ff;
  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: #fff;
  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: #000;
}

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

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

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

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

@media (max-width: 767px) {
  html {
    font-size: 13px;
  }
}

html.wf-active body {
  visibility: visible;
}

body {
  position: relative;
  min-width: 375px;
  background-color: #dbdbdb;
  /* visibility: hidden; */
}

@media (max-width: 767px) {
  body {
    font-size: 1rem;
  }
}

body.mode-blue {
  background-color: #172987;
}

body.mode-blue .navbar-default .navbar-brand, body.mode-blue .navbar-default .navbar-brand:hover, body.mode-blue .navbar-default .navbar-brand:focus {
  background-color: #172987;
}

.sans-serif {
  font-family: "Noto Sans", "Noto Sans JP", "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;
}

.font-montserrat {
  font-family: "Montserrat", sans-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-gray-xs {
  display: none;
}

@media (max-width: 767px) {
  .hr-gray-xs {
    display: block;
    margin-top: 0;
    margin-bottom: 50px;
    border-top: 1px solid #cecece;
  }
}

.hr-light-gray {
  margin-top: 38px;
  margin-bottom: 30px;
  border-top: 1px solid #f0f0f0;
}

@media (max-width: 767px) {
  .hr-light-gray {
    margin-top: 25px;
    margin-bottom: 20px;
  }
}

/* stylelint-disable */
/* stylelint-enable */
mark,
.mark {
  display: inline-block;
  padding: .1em 0;
  background-color: #fcee21;
}

.page-header-container {
  position: relative;
  background-color: #8cb806;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header-container--service {
  background-image: url("../img/bg-guide.jpg");
}

.page-header-container--company {
  background-image: url("../img/bg-sapporo.jpg");
}

.page-header-container--contact {
  background-image: url("../img/bg-contact.jpg");
}

.page-header-container--medical-support-pack {
  background-image: url("../img/bg-medical-support-pack.jpg");
}

.page-header-container .container-fluid {
  max-width: 1190px;
}

@media (max-width: 991px) {
  .page-header-container .container-fluid {
    padding-right: 60px;
    padding-left: 60px;
  }
}

@media (max-width: 767px) {
  .page-header-container .container-fluid {
    padding-right: 35px;
    padding-left: 35px;
  }
}

.page-header-container .text-vertical {
  position: absolute;
  right: 10px;
  bottom: 82px;
}

@media (max-width: 991px) {
  .page-header-container .text-vertical {
    right: 7px;
    bottom: 0;
    width: 13px;
  }
}

.page-header {
  display: table;
  width: 100%;
  padding-top: 118px;
  padding-bottom: 82px;
  margin: 0;
  color: #fff;
  border-bottom: 0;
}

@media (min-width: 768px) {
  .page-header {
    height: 400px;
  }
}

@media (max-width: 991px) {
  .page-header {
    height: 288px;
  }
}

@media (max-width: 767px) {
  .page-header {
    height: 204px;
    padding-top: 66px;
    padding-bottom: 66px;
  }
}

.page-header .text-img {
  display: block;
}

@media (max-width: 767px) {
  .page-header .logo {
    width: 90px;
  }
}

.page-header .title {
  display: inline-block;
  padding-bottom: 15px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Montserrat", "Noto Sans JP", "Noto Sans Japanese", "Avenir", "Open Sans", Roboto, "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: .05em;
  border-bottom: 1px solid #fff;
}

@media (max-width: 767px) {
  .page-header .title {
    padding-bottom: 12px;
    margin-bottom: 17px;
    font-size: 15px;
  }
}

.page-header.page-header-lg {
  padding-top: 100px;
}

@media (max-width: 767px) {
  .page-header.page-header-lg {
    padding-top: 44px;
    padding-bottom: 60px;
  }
}

.page-header.page-header-lg .title-lg {
  font-size: 32px;
  line-height: 1.15;
  letter-spacing: .15em;
}

@media (max-width: 767px) {
  .page-header.page-header-lg .title-lg {
    padding-bottom: 16px;
    font-size: 22px;
  }
}

.page-header.page-header-lg .title-lg small {
  display: block;
  margin-top: 15px;
  font-size: 18px;
  letter-spacing: normal;
  color: #fff;
}

@media (max-width: 767px) {
  .page-header.page-header-lg .title-lg small {
    font-size: 15px;
  }
}

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: 991px) {
  .dl-list-indent.cleared-sm dt {
    display: block;
    white-space: normal;
  }
  .dl-list-indent.cleared-sm dd {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .dl-list-indent.cleared-xs dt {
    display: block;
    white-space: normal;
  }
  .dl-list-indent.cleared-xs dd {
    padding-top: 0;
  }
}

.dl-list-indent a {
  text-decoration: underline;
  color: #000;
  font-weight: 900;
  text-decoration: none;
  font-size: 30px;
}

.dl-list-indent a:hover {
  filter: alpha(opacity=80);
  opacity: 0.7;
}


@media (max-width: 767px) {
  .dl-list-indent a {
    font-size: 20px;
  }
}

.dl-list-indent a p{
  margin-bottom: 0;
}

.dl-price-orange {
  margin-bottom: 5px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .dl-price-orange {
    margin-bottom: 15px;
  }
}

.dl-price-orange dt {
  padding-right: 20px;
  font-size: 16px;
  color: #000;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .dl-price-orange dt {
    min-width: 230px;
  }
}

@media (max-width: 767px) {
  .dl-price-orange dt {
    padding-top: 2px;
    padding-right: 0;
    margin-bottom: 3px;
    font-size: 12px;
  }
}

.dl-price-orange dd {
  font-size: 18px;
  font-weight: bold;
  color: #f38202;
}

@media (max-width: 767px) {
  .dl-price-orange dd {
    font-size: 16px;
    line-height: 1.1;
    text-align: right;
  }
}

.dl-price-orange dd small {
  font-size: 14px;
  font-weight: normal;
}

@media (max-width: 767px) {
  .dl-price-orange dd small {
    font-size: 12px;
  }
}

.text-orange {
  color: #ffce00 !important;
}

.text-gray {
  color: #9f9f9f !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;
  }
}

.text-img-vertical {
  position: absolute;
  top: 35px;
}

@media (max-width: 991px) {
  .text-img-vertical {
    display: none;
  }
}

.text-img-vertical.text-left {
  left: 45px;
}

@media (max-width: 991px) {
  .text-img-vertical.text-left {
    left: 35px;
  }
}

.text-img-vertical.text-right {
  right: 42px;
}

@media (max-width: 991px) {
  .text-img-vertical.text-right {
    right: 25px;
  }
}

.dl-title-icon {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .dl-title-icon {
    margin-bottom: 26px;
  }
}

.dl-title-icon dt,
.dl-title-icon dd {
  vertical-align: middle;
}

.dl-title-icon dt {
  padding-right: 10px;
}

.dl-title-icon .icon {
  width: 45px;
  height: 45px;
}

@media (max-width: 767px) {
  .dl-title-icon .icon {
    width: 26px;
    height: 25px;
  }
}

.dl-title-icon .title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .dl-title-icon .title {
    font-size: 16px;
    font-weight: 500;
  }
}

.dl-title-icon.title-note {
  margin-bottom: 28px;
}

@media (max-width: 767px) {
  .dl-title-icon.title-note {
    margin-bottom: 18px;
  }
}

.list-link-external {
  margin-top: 20px;
}

@media (min-width: 767px) {
  .list-link-external {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .list-link-external {
    margin-top: 10px;
  }
}

.list-link-external > li {
  padding-right: 45px;
}

@media (max-width: 991px) {
  .list-link-external > li {
    padding-right: 36px;
    padding-left: 0;
    margin-bottom: 10px;
  }
}

.list-link-external > li > a {
  position: relative;
  display: block;
  color: #9a9a9a;
}

@media (max-width: 767px) {
  .list-link-external > li > a {
    font-size: 12px;
  }
}

.list-link-external > li > a:before, .list-link-external > li > a:after {
  position: absolute;
  width: 13px;
  height: 8px;
  background-color: #fff;
  border: 1px solid #9a9a9a;
  content: "";
}

.list-link-external > li > a:before {
  top: 7px;
  right: -21px;
}

@media (max-width: 767px) {
  .list-link-external > li > a:before {
    top: 5px;
    right: -18px;
  }
}

.list-link-external > li > a:after {
  top: 3px;
  right: -25px;
}

@media (max-width: 767px) {
  .list-link-external > li > a:after {
    top: 1px;
    right: -22px;
  }
}

.dl-tel {
  margin-top: 28px;
  align-items: center;
  display: flex;
}

@media (min-width: 768px) and (max-width: 991px) {
  .dl-tel {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

.dl-tel dt {
  padding-top: 2px;
  padding-right: 11px;
}




.dl-tel dd a {
  display: inline-block;
}



.dl-tel .icon {
  width: 46px;
  height: 30px;
}

@media (max-width: 767px) {
  .dl-tel .icon {
    width: 44px;
  }
}

.text-shadow-outline-white {
  text-shadow: 2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px 0 0 #fff, 0 2px 0 #fff, -2px 0 0 #fff, 0 -2px 0 #fff;
}

@media (max-width: 767px) {
  .text-shadow-outline-white {
    text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff;
  }
}

.link-collapse {
  position: relative;
  display: inline-block;
  padding-right: 30px;
  margin-top: 16px;
  font-size: 14px;
  font-weight: bold;
  color: #9a9a9a;
}

@media (max-width: 767px) {
  .link-collapse {
    padding-right: 25px;
    margin-top: 9px;
    font-size: 12px;
  }
}

.link-collapse, .link-collapse:hover, .link-collapse:focus {
  color: #9a9a9a;
}

.link-collapse:hover, .link-collapse:focus, .link-collapse[aria-expanded="true"] {
  filter: alpha(opacity=95);
  opacity: 0.95;
  text-decoration: none;
}

.link-collapse[aria-expanded="true"] .icon-circle .bar-xs {
  transform: rotate(90deg);
}

.link-collapse .icon-circle {
  top: 3px;
  right: 0;
  bottom: 0;
  display: block;
  width: 15px;
  height: 15px;
  background-color: #fafafa;
  border: 1px solid #9a9a9a;
  border-radius: 50%;
  transition: 300ms all ease;
}

@media (max-width: 767px) {
  .link-collapse .icon-circle {
    top: 0;
  }
}

.link-collapse .icon-circle,
.link-collapse .icon-circle .bar-xs {
  position: absolute;
  content: "";
}

.link-collapse .bar-xs {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 7px;
  margin: auto;
  background-color: #9a9a9a;
  transition: 300ms all ease;
}

.link-collapse .bar-xs:nth-child(2n) {
  transform: rotate(90deg);
}

.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-0-xs {
    margin-right: 0;
    margin-left: 0;
  }
  .row-0-xs > div {
    padding-right: 0;
    padding-left: 0;
  }
  .row-5-xs {
    margin-right: -5px;
    margin-left: -5px;
  }
  .row-5-xs > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media (min-width: 1200px) {
  .row-25-lg {
    margin-right: -25px;
    margin-left: -25px;
  }
  .row-25-lg > div {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.gutter-15 {
  padding-right: 15px;
  padding-left: 15px;
}

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

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

.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%;
  }
  .col-md-41 {
    float: left;
    width: 41%;
  }
  .col-md-435 {
    float: left;
    width: 43.5%;
  }
  .col-md-45 {
    float: left;
    width: 45%;
  }
  .col-md-475 {
    float: left;
    width: 47.5%;
  }
}

@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%;
  }
}

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

.table-no-border > thead > tr > th,
.table-no-border > thead > tr > td,
.table-no-border > tbody > tr > th,
.table-no-border > tbody > tr > td,
.table-no-border > tfoot > tr > th,
.table-no-border > tfoot > tr > td {
  padding-left: 0;
  border-top: 0;
}

.table-no-border > thead > tr > th {
  border-bottom: 0;
}

.table-border-radius-8 {
  overflow: hidden;
  background-color: #fff;
  border-collapse: separate;
  border-top: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  border-radius: 8px;
}

.table-border-radius-8 > thead > tr > th,
.table-border-radius-8 > thead > tr > td,
.table-border-radius-8 > tbody > tr > th,
.table-border-radius-8 > tbody > tr > td,
.table-border-radius-8 > tfoot > tr > th,
.table-border-radius-8 > tfoot > tr > td {
  border-left: 1px solid #dedede;
}

.table-border-radius-8 > thead > tr:first-child th {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.table-border-radius-8 > thead > tr > th,
.table-border-radius-8 > thead > tr > td {
  border-bottom-width: 0;
}

.table-border-radius-8 .border-bottom-left-radius {
  border-bottom-left-radius: 8px;
}

.table-border-radius-8 .border-bottom-right-radius {
  border-bottom-right-radius: 8px;
}

@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 > .cell .font-size-sm {
  font-size: 10px;
}

@media (max-width: 991px) {
  .table-cell > .cell .font-size-sm {
    font-size: 9px;
  }
}

.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-horizontal {
  border-collapse: separate;
  border-spacing: 4px;
}

.table-horizontal > thead > tr > th,
.table-horizontal > tbody > tr > th {
  padding: 9px 10px 5px;
  color: #42210b;
  vertical-align: middle;
  background-color: #ffc099;
}

.table-horizontal > thead > tr > th small,
.table-horizontal > tbody > tr > th small {
  font-size: 14px;
}

@media (max-width: 991px) {
  .table-horizontal > thead > tr > th small,
  .table-horizontal > tbody > tr > th small {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .table-horizontal > thead {
    float: left;
    width: 50%;
  }
}

@media (max-width: 991px) {
  .table-horizontal > thead > tr,
  .table-horizontal > thead > tr > th {
    display: block;
  }
}

.table-horizontal > thead > tr > th {
  font-size: 24px;
  text-align: center;
  border-bottom: 0;
}

@media (max-width: 991px) {
  .table-horizontal > thead > tr > th {
    padding-top: 12px !important;
    padding-bottom: 8px !important;
    font-size: 20px;
    border-bottom: 5px solid #fff;
  }
}

.table-horizontal > tbody > tr > th,
.table-horizontal > tbody > tr > td {
  padding: 9px 10px 5px;
  border-top: 0;
}

.table-horizontal > tbody > tr > th {
  font-size: 20px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .table-horizontal > tbody > tr > th {
    width: 200px;
    padding-left: 48px;
  }
}

@media (max-width: 991px) {
  .table-horizontal > tbody > tr > th {
    font-size: 16px;
  }
}

.table-horizontal > tbody > tr > td {
  background-color: #ffe1c2;
}

@media (min-width: 768px) {
  .table-horizontal > tbody > tr > td {
    padding-right: 40px;
    padding-left: 45px;
  }
}

@media (max-width: 991px) {
  .table-horizontal > tbody > tr > td {
    padding-right: 5px;
    padding-left: 5px;
  }
}

.table-horizontal > tbody > tr > td small {
  font-size: 14px;
}

@media (max-width: 991px) {
  .table-horizontal > tbody > tr > td small {
    font-size: 12px;
  }
}

.table-horizontal.table-horizontal-responsive-xs {
  margin-bottom: 14px;
  border-spacing: 6px 5px;
}

@media (max-width: 991px) {
  .table-horizontal.table-horizontal-responsive-xs > thead {
    float: left;
    width: 50%;
  }
}

@media (max-width: 991px) {
  .table-horizontal.table-horizontal-responsive-xs > thead > tr,
  .table-horizontal.table-horizontal-responsive-xs > thead > tr > th {
    display: block;
  }
}

@media (max-width: 991px) {
  .table-horizontal.table-horizontal-responsive-xs > thead > tr > th {
    padding-top: 12px !important;
    padding-bottom: 8px !important;
    font-size: 20px;
    border-bottom: 5px solid #fff;
  }
}

@media (max-width: 991px) {
  .table-horizontal.table-horizontal-responsive-xs > tbody {
    display: block;
    float: left;
    width: 50%;
  }
}

@media (max-width: 991px) {
  .table-horizontal.table-horizontal-responsive-xs > tbody > tr,
  .table-horizontal.table-horizontal-responsive-xs > tbody > tr > td {
    display: block;
  }
}

.table-horizontal.table-horizontal-responsive-xs > tbody > tr > td {
  padding: 11px 10px 9px;
  font-size: 24px;
  text-align: center;
}

@media (max-width: 991px) {
  .table-horizontal.table-horizontal-responsive-xs > tbody > tr > td {
    font-size: 20px;
    border-bottom: 5px solid #fff;
    border-left: 6px solid #fff;
  }
}

.table-gray {
  margin-bottom: 20px;
  font-size: 14px;
}

@media (max-width: 767px) {
  .table-gray {
    font-size: 10px;
  }
}

.table-gray > thead > tr > th,
.table-gray > thead > tr > td,
.table-gray > tbody > tr > th,
.table-gray > tbody > tr > td {
  padding: 21px 10px 20px;
  text-align: center;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .table-gray > thead > tr > th,
  .table-gray > thead > tr > td,
  .table-gray > tbody > tr > th,
  .table-gray > tbody > tr > td {
    padding: 14px 5px;
  }
}

.table-gray > thead > tr > th,
.table-gray > tbody > tr > th {
  font-size: 15px;
  background-color: #fafafa;
}

@media (max-width: 767px) {
  .table-gray > thead > tr > th,
  .table-gray > tbody > tr > th {
    font-size: 11px;
  }
}

.table-gray > tbody > tr > th {
  vertical-align: middle;
}

.table-gray .col-1 {
  width: 38%;
}

@media (min-width: 768px) {
  .table-gray .col-1 {
    width: 280px;
  }
}

.table-gray2 {
  margin-bottom: 20px;
  font-size: 14px;
}

@media (max-width: 767px) {
  .table-gray2 {
    font-size: 10px;
  }
}

.table-gray2 > thead > tr > th,
.table-gray2 > thead > tr > td,
.table-gray2 > tbody > tr > th,
.table-gray2 > tbody > tr > td {
  padding: 21px 47px 20px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .table-gray2 > thead > tr > th,
  .table-gray2 > thead > tr > td,
  .table-gray2 > tbody > tr > th,
  .table-gray2 > tbody > tr > td {
    padding: 14px 5px;
  }
}

.table-gray2 > thead > tr > th,
.table-gray2 > tbody > tr > th {
  font-size: 15px;
  background-color: #fafafa;
  text-align: center;
}

@media (max-width: 767px) {
  .table-gray2 > thead > tr > th,
  .table-gray2 > tbody > tr > th {
    font-size: 11px;
  }
}

.table-gray2 > thead > tr > td,
.table-gray2 > tbody > tr > td {
  line-height: 1.71;
}

.table-gray2 > tbody > tr > th {
  vertical-align: middle;
}

.table-gray2 .col-1 {
  width: 38%;
}

@media (min-width: 768px) {
  .table-gray2 .col-1 {
    width: 310px;
  }
}

.table-terms-service {
  margin-bottom: 94px;
}

@media (max-width: 767px) {
  .table-terms-service {
    margin-bottom: 55px;
  }
}

.table-terms-service > tbody > tr > th,
.table-terms-service > tbody > tr > td {
  padding: 16px 25px;
}

@media (max-width: 767px) {
  .table-terms-service > tbody > tr > th,
  .table-terms-service > tbody > tr > td {
    padding: 11px 20px;
    line-height: 1.67;
  }
}

.table-terms-service > tbody > tr > th {
  width: 29.5%;
}

@media (max-width: 767px) {
  .table-terms-service > tbody > tr > th {
    width: 38%;
  }
}

.table-terms-service > tbody > tr > td {
  line-height: 2;
  text-align: left;
}

@media (max-width: 767px) {
  .table-terms-service > tbody > tr > td {
    line-height: 1.667;
  }
}

.table-expense {
  margin-bottom: 90px;
}

@media (max-width: 767px) {
  .table-expense {
    margin-bottom: 55px;
  }
}

@media (max-width: 767px) {
  .table-expense > tbody > tr {
    display: table;
    width: 100%;
  }
}

.table-expense > tbody > tr > th,
.table-expense > tbody > tr > td {
  padding: 15px 20px;
}

@media (max-width: 767px) {
  .table-expense > tbody > tr > th,
  .table-expense > tbody > tr > td {
    display: table-cell;
    padding: 15px;
    border: 0;
    border-bottom: 1px solid #dedede;
  }
}

@media (min-width: 768px) {
  .table-expense > tbody > tr > th {
    width: 19%;
  }
}

@media (max-width: 767px) {
  .table-expense > tbody > tr > th {
    width: 38%;
    border-right: 1px solid #dedede;
  }
}

@media (min-width: 768px) {
  .table-expense > tbody > tr > td {
    padding: 19px 20px 20px;
  }
}

@media (max-width: 767px) {
  .table-expense > tbody > tr > td {
    width: 62%;
  }
}

@media (min-width: 768px) {
  .table-expense > tbody > tr > td:first-of-type {
    width: 19.5%;
  }
}

@media (max-width: 767px) {
  .table-expense > tbody > tr > td:last-of-type {
    display: none;
  }
}

.table-expense > tbody > tr:last-of-type > th,
.table-expense > tbody > tr:last-of-type > td {
  border-bottom: 0;
}

select {
  cursor: pointer;
}

.form-container {
  overflow-x: hidden;
}

.form-container .form-control {
  height: 42px;
  padding: 5px 15px;
  font-size: 13px;
  line-height: 1.4;
  border-radius: 5px;
}

.form-container select.form-control {
  height: 42px;
  line-height: 42px;
}

.form-container textarea.form-control,
.form-container select[multiple].form-control {
  height: auto;
}

@media (max-width: 767px) {
  .form-container {
    font-size: 12px;
  }
}

.form-container .form-control {
  box-shadow: none;
  border: 1px solid #c4c4c4;
}

.form-container .form-control::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

.form-container .form-control:-ms-input-placeholder {
  color: #aaa;
}

.form-container .form-control::-webkit-input-placeholder {
  color: #aaa;
}

.form-container .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-container .form-control {
    height: 37px;
  }
}

.form-container .error .form-control {
  border: 1px solid #ff0000;
  background-color: #fff7f7;
}

.form-container .error .form-control:focus {
  border-color: #ff0000;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

.form-container .error .label-control {
  border-color: #ff0000 !important;
  background-color: #fff7f7;
}

.form-container .error .label-checkbox-border-gray {
  background-color: #fff7f7;
  border-color: #ff0000;
}

.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-container .form-name .form-control {
  width: 48%;
  margin-right: 14px;
}

@media (max-width: 991px) {
  .form-container .form-name .form-control {
    width: 46%;
    margin-right: 5px;
  }
}

@media (max-width: 767px) {
  .form-container .form-name .form-control {
    width: 100%;
    margin-top: 15px;
  }
}

.form-container .form-name .form-control:first-child {
  margin-top: 0;
}

.form-container .form-name .form-control:last-child {
  margin-right: 0;
}

.form-container .dash {
  padding-right: 5px;
  padding-left: 5px;
}

@media (max-width: 767px) {
  .form-container .dash {
    padding-right: 2px;
    padding-left: 2px;
  }
}

.form-container .table {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .form-container .table {
    margin-bottom: 25px;
  }
}

.form-container .table > tbody > tr {
  position: relative;
}

@media (max-width: 767px) {
  .form-container .table > tbody > tr {
    margin-bottom: 10px;
  }
}

.form-container .table > tbody > tr > th,
.form-container .table > tbody > tr > td {
  padding: 10px;
}

@media (max-width: 767px) {
  .form-container .table > tbody > tr > th,
  .form-container .table > tbody > tr > td {
    padding-right: 5px;
    padding-left: 5px;
  }
}

.form-container .table > tbody > tr > th {
  width: 25%;
  padding-top: 22px;
}

@media (max-width: 991px) {
  .form-container .table > tbody > tr > th {
    width: 15%;
  }
}

@media (max-width: 767px) {
  .form-container .table > tbody > tr > th {
    width: auto;
    padding-bottom: 8px !important;
    padding-left: 50px !important;
  }
}

.form-container .table > tbody > tr > th small {
  display: inline-block;
  font-size: 12px;
  color: #aaa;
}

@media (max-width: 767px) {
  .form-container .table > tbody > tr > th small {
    font-size: 12px;
  }
}

.form-container .table > tbody > tr > .company-name {
  padding-left: 0 !important;
}

@media (max-width: 767px) {
  .form-container .table > tbody > tr > td {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

.form-container .table > tbody > tr > td.td-label {
  padding-top: 22px;
  padding-bottom: 22px;
  width: 7%;
}

@media (max-width: 991px) {
  .form-container .table > tbody > tr > td.td-label {
    width: 10%;
  }
}

@media (max-width: 767px) {
  .form-container .table > tbody > tr > td.td-label {
    padding: 0 !important;
    width: auto;
  }
}

@media (max-width: 767px) {
  .form-container .table > tbody > tr > td.td-label .label {
    position: absolute;
    top: 10px;
    left: 0;
  }
}

.form-container .table-service-name .select-container {
  max-width: 280px;
}

@media (max-width: 767px) {
  .form-container .reason-opening-form .radio-inline:nth-child(1n+2) {
    margin-top: 6px !important;
  }
}

.form-container .other-form {
  white-space: nowrap;
  display: flex;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .form-container .other-form {
    display: block;
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .form-container .other-form .form-control {
    margin-top: 8px;
  }
}

.form-container .table-address .select-container {
  max-width: 170px;
}

.form-container .table-address dl {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .form-container .table-address dl {
    margin-bottom: 12px;
  }
}

.form-container .table-address dl:last-child {
  margin-bottom: 0;
}

.form-container .table-address dt {
  min-width: 62px;
  padding-right: 7px;
  white-space: nowrap;
  vertical-align: middle;
}

.form-container .table-address button {
  padding: 10px 14px;
  font-size: 12px;
  vertical-align: top;
}

@media (max-width: 767px) {
  .form-container .table-address button {
    padding: 8px 14px 7px;
    vertical-align: 0;
  }
}

.form-container .table-address .zipcode {
  width: 90px;
}

@media (max-width: 767px) {
  .form-container .table-address .zipcode {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 6px;
  }
}

.form-container .table-phone > tbody > tr > td {
  padding-right: 0;
}

.form-container .table-phone dt {
  padding-right: 7px;
  white-space: nowrap;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .form-container .table-phone dt {
    padding-right: 11px;
  }
}

.form-container .table-phone dd {
  width: auto;
}

.form-container .table-phone .form-control {
  width: 69px;
}

@media (max-width: 767px) {
  .form-container .table-phone .form-control {
    width: 29%;
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media (min-width: 768px) {
  .form-container .phone-container {
    display: inline-block;
    margin-right: 22px;
  }
}

@media (max-width: 767px) {
  .form-container .phone-container {
    margin-bottom: 15px;
  }
}

.form-container .phone-container:last-child {
  margin-bottom: 0;
}

.form-container .phone-container .form-control {
  margin-right: 0;
}

.form-container .phone-container:last-child {
  margin-right: 0;
}

.form-container .container-btn {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
  margin-top: 30px;
  max-width: 495px;
}

@media (min-width: 768px) {
  .form-container .container-btn {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .form-container .container-btn {
    max-width: 295px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left;
  }
}

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

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

textarea.form-control {
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 1.4;
}

label {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  cursor: pointer;
}

@media (max-width: 767px) {
  label {
    margin-bottom: 15px;
    font-size: 12px;
  }
}

label.label-checkbox-border-gray {
  display: block;
  padding: 16px 15px 17px 40px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
}

@media (max-width: 767px) {
  label.label-checkbox-border-gray {
    padding: 8px 15px 9px 20px;
    font-size: 12px;
  }
}

label.label-checkbox-border-gray .label-control {
  top: 0;
  bottom: 0;
  left: 70px;
  width: 14px;
  height: 14px;
  margin-top: auto;
  margin-bottom: auto;
  border: 1px solid #707070;
}

@media (max-width: 767px) {
  label.label-checkbox-border-gray .label-control {
    left: 105px;
    width: 12px;
    height: 12px;
  }
}

label.radio-inline {
  padding-left: 30px;
  margin-top: 0 !important;
  margin-right: 24px;
  margin-bottom: 0 !important;
  color: #aaa;
}

@media (min-width: 768px) {
  label.radio-inline {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}

@media (max-width: 767px) {
  label.radio-inline {
    padding-left: 26px;
  }
}

label.radio-inline.active {
  color: #000;
}

label.radio-inline + .radio-inline {
  margin-left: 0;
}

label.radio-inline:last-child {
  margin-right: 0;
}

label.radio-inline .label-control {
  top: -1px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #c4c4c4;
  border-radius: 50%;
}

@media (max-width: 767px) {
  label.radio-inline .label-control {
    width: 18px;
    height: 18px;
  }
}

label:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

label input[type="checkbox"], label input[type="radio"] {
  visibility: hidden;
}

label input[type="checkbox"]:checked ~ .label-control:before {
  top: -1px;
  left: 4px;
  width: 13px;
  height: 8px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-55deg);
}

@media (max-width: 767px) {
  label input[type="checkbox"]:checked ~ .label-control:before {
    top: 0;
    left: 2px;
    width: 12px;
    height: 5px;
  }
}

label input[type="radio"]:checked ~ .label-control:before {
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
}

@media (max-width: 767px) {
  label input[type="radio"]:checked ~ .label-control:before {
    top: 3px;
    left: 3px;
  }
}

label input:checked ~ .label-control:before {
  position: absolute;
  content: "";
}

label .label-control {
  position: absolute;
}

.select-container {
  position: relative;
}

.select-container:after {
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  width: 0;
  height: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-style: solid;
  border-width: 6px 3px 0 3px;
  border-color: #000 transparent transparent transparent;
  content: "";
}

.select-container select.form-control {
  padding-right: 20px;
  line-height: 1.4 !important;
  color: #aaa;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.select-container select.form-control::-ms-expand {
  display: none;
}

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

.btn {
  transition: all 0.15s ease;
}

.btn-green {
  color: #fff;
  background-color: #8cb806;
  border-color: #8cb806;
  padding: 9px 20px 8px;
  font-size: 12px;
  letter-spacing: .2em;
  text-align: left;
  border-radius: 0;
}

.btn-green:focus, .btn-green.focus {
  color: #8cb806;
  background-color: #fff;
}

.btn-green:hover {
  color: #8cb806;
  background-color: #fff;
}

.btn-green:active, .btn-green.active,
.open > .btn-green.dropdown-toggle {
  color: #8cb806;
  background-color: #fff;
}

.btn-green:active:hover, .btn-green:active:focus, .btn-green:active.focus, .btn-green.active:hover, .btn-green.active:focus, .btn-green.active.focus,
.open > .btn-green.dropdown-toggle:hover,
.open > .btn-green.dropdown-toggle:focus,
.open > .btn-green.dropdown-toggle.focus {
  color: #8cb806;
  background-color: #fff;
}

.btn-green:active, .btn-green.active {
  background-image: none;
}

.open > .btn-green .dropdown-toggle {
  background-image: none;
}

.btn-green.disabled:hover, .btn-green.disabled:focus, .btn-green.disabled.focus, .btn-green[disabled]:hover, .btn-green[disabled]:focus, .btn-green[disabled].focus,
fieldset[disabled] .btn-green:hover,
fieldset[disabled] .btn-green:focus,
fieldset[disabled] .btn-green.focus {
  background-color: #8cb806;
}

@media (max-width: 767px) {
  .btn-green {
    font-size: 11px;
  }
}

.btn-green.arrow-right, .btn-green.arrow-left {
  position: relative;
}

.btn-green.arrow-right:after, .btn-green.arrow-left:after {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 0;
  height: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 3px 0 3px 7px;
  content: "";
}

.btn-green.arrow-left {
  padding-left: 40px;
}

@media (max-width: 767px) {
  .btn-green.arrow-left {
    padding-left: 30px;
  }
}

.btn-green.arrow-left:after {
  right: auto;
  left: 15px;
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .btn-green.arrow-left:after {
    left: 10px;
  }
}

.btn-green:hover.arrow-right:after, .btn-green:hover.arrow-left:after, .btn-green:focus.arrow-right:after, .btn-green:focus.arrow-left:after {
  border-color: transparent transparent transparent #8cb806;
}

.btn-blue {
  color: #fff;
  background-color: #0099DB;
  border-color: #0099DB;
  padding: 9px 20px 8px;
  font-size: 12px;
  letter-spacing: .2em;
  text-align: left;
  border-radius: 0;
}

.btn-blue:focus, .btn-blue.focus {
  color: #0099DB;
  background-color: #fff;
}

.btn-blue:hover {
  color: #0099DB;
  background-color: #fff;
}

.btn-blue:active, .btn-blue.active,
.open > .btn-blue.dropdown-toggle {
  color: #0099DB;
  background-color: #fff;
}

.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: #0099DB;
  background-color: #fff;
}

.btn-blue:active, .btn-blue.active {
  background-image: none;
}

.open > .btn-blue .dropdown-toggle {
  background-image: none;
}

.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: #0099DB;
}

@media (max-width: 767px) {
  .btn-blue {
    font-size: 11px;
  }
}

.btn-blue.arrow-right, .btn-blue.arrow-left {
  position: relative;
}

.btn-blue.arrow-right:after, .btn-blue.arrow-left:after {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 0;
  height: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 3px 0 3px 7px;
  content: "";
}

.btn-blue.arrow-left {
  padding-left: 40px;
}

@media (max-width: 767px) {
  .btn-blue.arrow-left {
    padding-left: 30px;
  }
}

.btn-blue.arrow-left:after {
  right: auto;
  left: 15px;
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .btn-blue.arrow-left:after {
    left: 10px;
  }
}

.btn-blue:hover.arrow-right:after, .btn-blue:hover.arrow-left:after, .btn-blue:focus.arrow-right:after, .btn-blue:focus.arrow-left:after {
  border-color: transparent transparent transparent #0099DB;
}

.btn-dark-blue {
  color: #fff;
  background-color: #172987;
  border-color: #172987;
  padding: 9px 20px 8px;
  font-size: 12px;
  letter-spacing: .2em;
  text-align: left;
  border-radius: 0;
}

.btn-dark-blue:focus, .btn-dark-blue.focus {
  color: #172987;
  background-color: #fff;
}

.btn-dark-blue:hover {
  color: #172987;
  background-color: #fff;
}

.btn-dark-blue:active, .btn-dark-blue.active,
.open > .btn-dark-blue.dropdown-toggle {
  color: #172987;
  background-color: #fff;
}

.btn-dark-blue:active:hover, .btn-dark-blue:active:focus, .btn-dark-blue:active.focus, .btn-dark-blue.active:hover, .btn-dark-blue.active:focus, .btn-dark-blue.active.focus,
.open > .btn-dark-blue.dropdown-toggle:hover,
.open > .btn-dark-blue.dropdown-toggle:focus,
.open > .btn-dark-blue.dropdown-toggle.focus {
  color: #172987;
  background-color: #fff;
}

.btn-dark-blue:active, .btn-dark-blue.active {
  background-image: none;
}

.open > .btn-dark-blue .dropdown-toggle {
  background-image: none;
}

.btn-dark-blue.disabled:hover, .btn-dark-blue.disabled:focus, .btn-dark-blue.disabled.focus, .btn-dark-blue[disabled]:hover, .btn-dark-blue[disabled]:focus, .btn-dark-blue[disabled].focus,
fieldset[disabled] .btn-dark-blue:hover,
fieldset[disabled] .btn-dark-blue:focus,
fieldset[disabled] .btn-dark-blue.focus {
  background-color: #172987;
}

@media (max-width: 767px) {
  .btn-dark-blue {
    font-size: 11px;
  }
}

.btn-dark-blue.arrow-right, .btn-dark-blue.arrow-left {
  position: relative;
}

.btn-dark-blue.arrow-right:after, .btn-dark-blue.arrow-left:after {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 0;
  height: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 3px 0 3px 7px;
  content: "";
}

.btn-dark-blue.arrow-left {
  padding-left: 40px;
}

@media (max-width: 767px) {
  .btn-dark-blue.arrow-left {
    padding-left: 30px;
  }
}

.btn-dark-blue.arrow-left:after {
  right: auto;
  left: 15px;
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .btn-dark-blue.arrow-left:after {
    left: 10px;
  }
}

.btn-dark-blue:hover.arrow-right:after, .btn-dark-blue:hover.arrow-left:after, .btn-dark-blue:focus.arrow-right:after, .btn-dark-blue:focus.arrow-left:after {
  border-color: transparent transparent transparent #172987;
}

.btn-dark-blue-active {
  color: #172987;
  background-color: #fff;
  border-color: #172987;
  padding: 9px 20px 8px;
  font-size: 12px;
  letter-spacing: .2em;
  text-align: left;
  border-radius: 0;
}

.btn-dark-blue-active:focus, .btn-dark-blue-active.focus {
  color: #fff;
  background-color: #172987;
}

.btn-dark-blue-active:hover {
  color: #fff;
  background-color: #172987;
}

.btn-dark-blue-active:active, .btn-dark-blue-active.active,
.open > .btn-dark-blue-active.dropdown-toggle {
  color: #fff;
  background-color: #172987;
}

.btn-dark-blue-active:active:hover, .btn-dark-blue-active:active:focus, .btn-dark-blue-active:active.focus, .btn-dark-blue-active.active:hover, .btn-dark-blue-active.active:focus, .btn-dark-blue-active.active.focus,
.open > .btn-dark-blue-active.dropdown-toggle:hover,
.open > .btn-dark-blue-active.dropdown-toggle:focus,
.open > .btn-dark-blue-active.dropdown-toggle.focus {
  color: #fff;
  background-color: #172987;
}

.btn-dark-blue-active:active, .btn-dark-blue-active.active {
  background-image: none;
}

.open > .btn-dark-blue-active .dropdown-toggle {
  background-image: none;
}

.btn-dark-blue-active.disabled:hover, .btn-dark-blue-active.disabled:focus, .btn-dark-blue-active.disabled.focus, .btn-dark-blue-active[disabled]:hover, .btn-dark-blue-active[disabled]:focus, .btn-dark-blue-active[disabled].focus,
fieldset[disabled] .btn-dark-blue-active:hover,
fieldset[disabled] .btn-dark-blue-active:focus,
fieldset[disabled] .btn-dark-blue-active.focus {
  background-color: #fff;
}

@media (max-width: 767px) {
  .btn-dark-blue-active {
    font-size: 11px;
  }
}

.btn-dark-blue-active.arrow-right, .btn-dark-blue-active.arrow-left {
  position: relative;
}

.btn-dark-blue-active.arrow-right:after, .btn-dark-blue-active.arrow-left:after {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 0;
  height: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-color: transparent transparent transparent #172987;
  border-style: solid;
  border-width: 3px 0 3px 7px;
  content: "";
}

.btn-dark-blue-active.arrow-left {
  padding-left: 40px;
}

@media (max-width: 767px) {
  .btn-dark-blue-active.arrow-left {
    padding-left: 30px;
  }
}

.btn-dark-blue-active.arrow-left:after {
  right: auto;
  left: 15px;
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .btn-dark-blue-active.arrow-left:after {
    left: 10px;
  }
}

.btn-dark-blue-active:hover.arrow-right:after, .btn-dark-blue-active:hover.arrow-left:after, .btn-dark-blue-active:focus.arrow-right:after, .btn-dark-blue-active:focus.arrow-left:after {
  border-color: transparent transparent transparent #fff;
}

.btn-orange {
  color: #fff;
  background-color: #f38202;
  border-color: #f38202;
  padding: 9px 20px 8px;
  font-size: 12px;
  letter-spacing: .2em;
  text-align: left;
  border-radius: 0;
}

.btn-orange:focus, .btn-orange.focus {
  color: #f38202;
  background-color: #fff;
}

.btn-orange:hover {
  color: #f38202;
  background-color: #fff;
}

.btn-orange:active, .btn-orange.active,
.open > .btn-orange.dropdown-toggle {
  color: #f38202;
  background-color: #fff;
}

.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: #f38202;
  background-color: #fff;
}

.btn-orange:active, .btn-orange.active {
  background-image: none;
}

.open > .btn-orange .dropdown-toggle {
  background-image: none;
}

.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: #f38202;
}

@media (max-width: 767px) {
  .btn-orange {
    font-size: 11px;
  }
}

.btn-orange.arrow-right, .btn-orange.arrow-left {
  position: relative;
}

.btn-orange.arrow-right:after, .btn-orange.arrow-left:after {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 0;
  height: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 3px 0 3px 7px;
  content: "";
}

.btn-orange.arrow-left {
  padding-left: 40px;
}

@media (max-width: 767px) {
  .btn-orange.arrow-left {
    padding-left: 30px;
  }
}

.btn-orange.arrow-left:after {
  right: auto;
  left: 15px;
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .btn-orange.arrow-left:after {
    left: 10px;
  }
}

.btn-orange:hover.arrow-right:after, .btn-orange:hover.arrow-left:after, .btn-orange:focus.arrow-right:after, .btn-orange:focus.arrow-left:after {
  border-color: transparent transparent transparent #f38202;
}

.btn-gradient-orange-animated {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  position: relative;
  z-index: 1;
  padding: 20px 40px;
  border: 0;
  border-radius: 0;
}

.btn-gradient-orange-animated:focus, .btn-gradient-orange-animated.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #bfbfbf;
}

.btn-gradient-orange-animated:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}

.btn-gradient-orange-animated:active, .btn-gradient-orange-animated.active,
.open > .btn-gradient-orange-animated.dropdown-toggle {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: #e0e0e0;
}

.btn-gradient-orange-animated:active:hover, .btn-gradient-orange-animated:active:focus, .btn-gradient-orange-animated:active.focus, .btn-gradient-orange-animated.active:hover, .btn-gradient-orange-animated.active:focus, .btn-gradient-orange-animated.active.focus,
.open > .btn-gradient-orange-animated.dropdown-toggle:hover,
.open > .btn-gradient-orange-animated.dropdown-toggle:focus,
.open > .btn-gradient-orange-animated.dropdown-toggle.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #bfbfbf;
}

.btn-gradient-orange-animated.disabled:hover, .btn-gradient-orange-animated.disabled:focus, .btn-gradient-orange-animated.disabled.focus, .btn-gradient-orange-animated[disabled]:hover, .btn-gradient-orange-animated[disabled]:focus, .btn-gradient-orange-animated[disabled].focus,
fieldset[disabled] .btn-gradient-orange-animated:hover,
fieldset[disabled] .btn-gradient-orange-animated:focus,
fieldset[disabled] .btn-gradient-orange-animated.focus {
  background-color: transparent;
  border-color: #fff;
}

.btn-gradient-orange-animated .badge {
  color: transparent;
  background-color: #fff;
}

.btn-gradient-orange-animated:hover, .btn-gradient-orange-animated:focus {
  color: #fff;
}

.btn-gradient-orange-animated:hover {
  box-shadow: 0 0 15px 0 white;
}

.btn-gradient-orange-animated:hover:after {
  opacity: 1;
}

.btn-gradient-orange-animated:after {
  background-image: linear-gradient(to bottom, #f29e32 0%, #ef8701 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF29E32', endColorstr='#FFEF8701', GradientType=0);
  background-repeat: repeat-x;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  background-color: #ccc;
  content: "";
  opacity: 0;
}

.btn-gradient-orange-animated, .btn-gradient-orange-animated:active {
  background-image: linear-gradient(to bottom, #ef8701 0%, #f29e32 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEF8701', endColorstr='#FFF29E32', GradientType=0);
  background-repeat: repeat-x;
}

.btn-light-gray {
  color: #000;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  padding: 17px 30px 16px;
  font-size: 14px;
  border-radius: 5px;
}

.btn-light-gray:focus, .btn-light-gray.focus {
  color: #000;
  background-color: #d9d9d9;
  border-color: #b2b2b2;
}

.btn-light-gray:hover {
  color: #000;
  background-color: #d9d9d9;
  border-color: lightgray;
}

.btn-light-gray:active, .btn-light-gray.active,
.open > .btn-light-gray.dropdown-toggle {
  color: #000;
  background-color: #d9d9d9;
  background-image: none;
  border-color: lightgray;
}

.btn-light-gray:active:hover, .btn-light-gray:active:focus, .btn-light-gray:active.focus, .btn-light-gray.active:hover, .btn-light-gray.active:focus, .btn-light-gray.active.focus,
.open > .btn-light-gray.dropdown-toggle:hover,
.open > .btn-light-gray.dropdown-toggle:focus,
.open > .btn-light-gray.dropdown-toggle.focus {
  color: #000;
  background-color: #c7c7c7;
  border-color: #b2b2b2;
}

.btn-light-gray.disabled:hover, .btn-light-gray.disabled:focus, .btn-light-gray.disabled.focus, .btn-light-gray[disabled]:hover, .btn-light-gray[disabled]:focus, .btn-light-gray[disabled].focus,
fieldset[disabled] .btn-light-gray:hover,
fieldset[disabled] .btn-light-gray:focus,
fieldset[disabled] .btn-light-gray.focus {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

.btn-light-gray .badge {
  color: #f2f2f2;
  background-color: #000;
}

@media (max-width: 767px) {
  .btn-light-gray {
    padding: 10px 30px 10px;
    font-size: 12px;
  }
}

.btn-light-gray:focus {
  outline: 0 !important;
}

.btn-light-gray:active, .btn-light-gray:active:focus {
  outline: 0 !important;
}

.btn-light-gray.arrow-right-black {
  position: relative;
}

.btn-light-gray.arrow-right-black:after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 0;
  height: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-color: transparent transparent transparent #000;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  content: "";
}

@media (max-width: 767px) {
  .btn-light-gray.arrow-right-black:after {
    right: 14px;
  }
}

.btn-light-gray:disabled {
  filter: alpha(opacity=100);
  opacity: 1;
  color: #939393;
  background-color: #f2f2f2;
  border: 1px solid #c4c4c4;
}

.navbar-default {
  margin-bottom: 0;
  border-bottom: 0;
}

@media (max-width: 767px) {
  .navbar-default {
    min-height: 71px;
  }
}

@media (min-width: 768px) {
  .navbar-default .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .navbar-default.navbar-static-top {
    display: none;
  }
}

.navbar-default .navbar-brand {
  height: auto;
  padding: 5px 5px 5px 20px;
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .navbar-default .navbar-brand {
    padding: 20px 38px 20px 36px;
  }
}

@media (min-width: 768px) {
  .navbar-default .navbar-brand {
    margin-right: 4px;
  }
}

.navbar-default .navbar-brand .logo {
   width:200px;
}

@media (min-width: 768px) {
  .navbar-default .navbar-brand .logo {
    width: 200px;
  }
}

@media (min-width: 991px) {
  .navbar-default .navbar-brand .logo {
    width: 200px;
  }
}

.navbar-default .navbar-brand--blue, .navbar-default .navbar-brand--blue:hover, .navbar-default .navbar-brand--blue:focus {
  background-color: #023169;
}

.navbar-default .navbar-brand--green, .navbar-default .navbar-brand--green:hover, .navbar-default .navbar-brand--green:focus {
  background-color: #8cb806;
}

.navbar-default .navbar-brand--orange, .navbar-default .navbar-brand--orange:hover, .navbar-default .navbar-brand--orange:focus {
  background-color: #f38202;
}



@media (max-width: 767px) {
  .navbar-default .navbar-nav.nav-with-icon {
    margin-top: 22px;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-default .navbar-nav.nav-with-icon .icon {
    height: 35px;
    margin-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav.nav-with-icon .icon {
    height: 17px;
    margin-right: 3px;
    vertical-align: -3px;
  }
}

.navbar-default .navbar-nav.nav-with-icon > li {
  width: auto;
  border-left: 0;
}

.navbar-default .navbar-nav.nav-with-icon > li > a {
  padding: 16px 16px 12px;
  font-size: 10px;
}

@media (max-width: 991px) {
  .navbar-default .navbar-nav.nav-with-icon > li > a {
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav.nav-with-icon > li > a {
    color: #8cb808;
    background-color: #fff;
    border-color: #fff;
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 302px;
    padding: 4px 15px;
    margin-bottom: 16px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4;
    border-radius: 27px;
  }
  .navbar-default .navbar-nav.nav-with-icon > li > a:focus, .navbar-default .navbar-nav.nav-with-icon > li > a.focus {
    color: #8cb808;
    background-color: #e6e6e6;
    border-color: #bfbfbf;
  }
  .navbar-default .navbar-nav.nav-with-icon > li > a:hover {
    color: #8cb808;
    background-color: #e6e6e6;
    border-color: #e0e0e0;
  }
  .navbar-default .navbar-nav.nav-with-icon > li > a:active, .navbar-default .navbar-nav.nav-with-icon > li > a.active,
  .open > .navbar-default .navbar-nav.nav-with-icon > li > a.dropdown-toggle {
    color: #8cb808;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #e0e0e0;
  }
  .navbar-default .navbar-nav.nav-with-icon > li > a:active:hover, .navbar-default .navbar-nav.nav-with-icon > li > a:active:focus, .navbar-default .navbar-nav.nav-with-icon > li > a:active.focus, .navbar-default .navbar-nav.nav-with-icon > li > a.active:hover, .navbar-default .navbar-nav.nav-with-icon > li > a.active:focus, .navbar-default .navbar-nav.nav-with-icon > li > a.active.focus,
  .open > .navbar-default .navbar-nav.nav-with-icon > li > a.dropdown-toggle:hover,
  .open > .navbar-default .navbar-nav.nav-with-icon > li > a.dropdown-toggle:focus,
  .open > .navbar-default .navbar-nav.nav-with-icon > li > a.dropdown-toggle.focus {
    color: #8cb808;
    background-color: #d4d4d4;
    border-color: #bfbfbf;
  }
  .navbar-default .navbar-nav.nav-with-icon > li > a.disabled:hover, .navbar-default .navbar-nav.nav-with-icon > li > a.disabled:focus, .navbar-default .navbar-nav.nav-with-icon > li > a.disabled.focus, .navbar-default .navbar-nav.nav-with-icon > li > a[disabled]:hover, .navbar-default .navbar-nav.nav-with-icon > li > a[disabled]:focus, .navbar-default .navbar-nav.nav-with-icon > li > a[disabled].focus,
  fieldset[disabled] .navbar-default .navbar-nav.nav-with-icon > li > a:hover,
  fieldset[disabled] .navbar-default .navbar-nav.nav-with-icon > li > a:focus,
  fieldset[disabled] .navbar-default .navbar-nav.nav-with-icon > li > a.focus {
    background-color: #fff;
    border-color: #fff;
  }
  .navbar-default .navbar-nav.nav-with-icon > li > a .badge {
    color: #fff;
    background-color: #8cb808;
  }
}

@media (min-width: 768px) {
  .navbar-default .navbar-nav.navbar-right {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav.navbar-right {
    margin-top: 0;
  }
}

.navbar-default .navbar-nav > li {
  width: 173px;
  text-align: center;
}

@media (min-width: 768px) {
  .navbar-default .navbar-nav > li {
    border-left: 1px solid #d5d5d5;
  }
}

@media (max-width: 1199px) {
  .navbar-default .navbar-nav > li {
    width: 130px;
  }
}

@media (max-width: 991px) {
  .navbar-default .navbar-nav > li {
    width: 86px;
  }
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav > li {
    width: auto;
  }
}

.navbar-default .navbar-nav > li:last-of-type {
  border-right: 0;
}

.navbar-default .navbar-nav > li > a {
  position: relative;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 500;
}

@media (max-width: 991px) {
  .navbar-default .navbar-nav > li > a {
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 11px;
  }
}

.navbar-default .navbar-nav > li > a .text {
  display: block;
  height: 24px;
  overflow: hidden;
}

.navbar-default .navbar-nav > li > a .hover-hidden {
  padding-left: 0.12em;
  letter-spacing: 0.12em;
}

.navbar-default .navbar-nav > li > a .hover-hidden,
.navbar-default .navbar-nav > li > a .hover-text {
  display: block;
  transition: 300ms all ease;
}

.navbar-default .navbar-nav > li > a .hover-text {
  background-color: #fff;
}

.navbar-default .navbar-nav > li > a:hover .hover-hidden,
.navbar-default .navbar-nav > li > a:hover .hover-text {
  transform: translateY(-24px);
}

@media (max-width: 767px) {
  .navbar-default .navbar-collapse {
    box-shadow: none;
    background-color: #8cb808;
    border-color: transparent;
  }
}

.navbar-default .text-navbar-white {
  color: #fff !important;
}

.navbar-default .navbar-toggle {
  padding: 36px 41px 35px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}

.navbar-default .list-link-container {
  padding: 6px 20px 54px;
}

.navbar-default .list-link-container,
.navbar-default .list-link-container a {
  color: #fff;
}

.navbar-default .list-link-container .list-link > li.high-speed-internet {
  display: none;
}

.navbar-default .list-link-container .list-link > li > a {
  color: #fff;
}

.menu-trigger {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  width: 26px;
  height: 21px;
  padding: 0;
  transition: all .3s;
}

@media (max-width: 767px) {
  .menu-trigger {
    display: inline-block;
  }
}

.menu-trigger, .menu-trigger:hover, .menu-trigger:focus, .menu-trigger:active {
  background-color: #fff !important;
  border: 0;
  outline: 0;
}

.menu-trigger .icon-bar {
  position: absolute;
  right: 0;
  left: 0;
  display: inline-block;
  width: 26px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  border-radius: none;
  transition: all .3s;
}

.menu-trigger .icon-bar:nth-of-type(1) {
  top: 26px;
}

.menu-trigger .icon-bar:nth-of-type(2) {
  top: 35px;
}

.menu-trigger .icon-bar:nth-of-type(3) {
  bottom: 26px;
}

.menu-trigger .icon-bar + .icon-bar {
  margin-top: 0;
}

.menu-trigger.active .icon-bar:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}

.menu-trigger.active .icon-bar:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active .icon-bar:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

.nav-tabs-table-cell {
  display: table;
  width: 640px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  border: 0;
}

@media (max-width: 767px) {
  .nav-tabs-table-cell {
    width: auto;
  }
}

.nav-tabs-table-cell > li {
  display: table-cell;
  padding-right: 5px;
  padding-left: 5px;
  vertical-align: middle;
}

.nav-tabs-table-cell > li > a {
  display: block;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: 0;
  color: #008cc9;
  border: 1px solid #008cc9;
  border-radius: 0;
}

.nav-tabs-table-cell > li > a:hover, .nav-tabs-table-cell > li > a:focus {
  color: #fff;
  background-color: #008cc9;
}

.nav-tabs-table-cell > li.active > a {
  position: relative;
  color: #fff;
  background-color: #008cc9;
  border: 1px solid #008cc9;
}

.nav-tabs-table-cell > li.active > a:hover, .nav-tabs-table-cell > li.active > a:focus {
  color: #fff;
  background-color: #008cc9;
}

.fixed-nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  border: 0;
  border-radius: 0;
}

@media (min-width: 992px) {
  .fixed-nav {
    width: 360px;
    transform: translateY(-100%);
    transition: transform .2s linear;
  }
}

@media (max-width: 991px) {
  .fixed-nav {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .fixed-nav--active {
    transform: translateY(0);
  }
}

.fixed-nav .navbar-header {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  float: none;
}

.fixed-nav .navbar-brand {
  float: none;
  height: auto;
  padding: 5px 5px 5px 10px;
  margin: 0;
}

@media (max-width: 767px) {
  .fixed-nav .navbar-brand {
    padding: 5px 5px 5px 10px;
  }
}


.fixed-nav .navbar-brand--blue, .fixed-nav .navbar-brand--blue:hover, .fixed-nav .navbar-brand--blue:focus {
  background-color: #172987;
}

.fixed-nav .navbar-brand--green, .fixed-nav .navbar-brand--green:hover, .fixed-nav .navbar-brand--green:focus {
  background-color: #8cb806;
}

.fixed-nav .navbar-toggle {
  position: relative;
  display: block;
  align-self: center;
  float: none;
  margin: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .fixed-nav .navbar-toggle {
    margin-right: 0;
  }
}

.fixed-nav-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

@media (min-width: 992px) {
  .fixed-nav-menu.modal {
    padding: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .fixed-nav-menu.modal {
    padding: 90px 0 0 0 !important;
  }
}

@media (max-width: 767px) {
  .fixed-nav-menu.modal {
    padding: 70px 0 0 0 !important;
  }
}

.fixed-nav-menu__inner {
  width: 100%;
  min-height: 100%;
}

@media (min-width: 992px) {
  .fixed-nav-menu__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .fixed-nav-menu__inner {
    padding: 60px 45px 0 45px;
  }
}

@media (max-width: 767px) {
  .fixed-nav-menu__inner {
    padding: 42px 20px 36px 20px;
  }
}

.fixed-nav-menu__inner--blue {
  background-color: #172987;
}

.fixed-nav-menu__inner--green {
  background-color: #8cb806;
}

.fixed-nav-menu__inner--orange {
  background-color: #f38202;
}

.fixed-nav-menu__inner--keyblue {
  background-color: #0099db;
}

.fixed-nav-menu .container-fluid {
  width: 100%;
}

.fixed-nav-menu .list-link-container {
  color: #fff;
}

.fixed-nav-menu .list-link-container .list-link > li > a {
  color: #fff;
}

.fixed-nav-menu .list-link-container .text-title-xs {
  color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
  body {
    padding-top: 90px;
  }
}

@media (max-width: 767px) {
  body {
    padding-top: 70px;
  }
}

.breadcrumb > li + li:before {
  padding: 0 0 0 5px;
  vertical-align: 1px;
}

.pagination {
  display: inline-block;
}

.pagination a,
.pagination span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.7;
  color: #707070;
  text-decoration: none;
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.pagination a + a,
.pagination a + span,
.pagination span + a,
.pagination span + span {
  border-left: 1px solid #ddd;
}

.pagination a:first-child,
.pagination span:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-left: 0;
  border-left: 1px solid #ddd;
}

.pagination a:last-child,
.pagination span:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination a {
  padding-right: 15px;
  padding-left: 15px;
}

.pagination a:hover, .pagination a:focus {
  background-color: #eee;
}

.pagination span {
  z-index: 3;
  cursor: default;
}

.pagination .current {
  color: #fff;
  background-color: #707070;
}

.label {
  display: inline-block;
  padding: .5em .6em .3em;
  font-size: 14px;
  font-weight: normal;
}

.label.has-space {
  margin-bottom: 3px;
}

.label-container .label {
  margin-right: 10px;
  margin-bottom: 10px;
}

.label-required {
  background-color: #fe0100;
  padding: 4px 0.5em 4px 0.8em;
  font-size: 10px;
  letter-spacing: 0.3em;
  vertical-align: 2px;
  border-radius: 0;
}

.label-required[href]:hover, .label-required[href]:focus {
  background-color: #cb0100;
}

.label-green {
  background-color: #8cb806;
  padding: 11px 1em 8px 1.1em;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-radius: 17px;
}

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

.label-orange {
  background-color: #f38202;
  padding: 11px 1em 8px 1.1em;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-radius: 17px;
}

.label-orange[href]:hover, .label-orange[href]:focus {
  background-color: #c06702;
}

.label-border-black {
  background-color: #fff;
  padding: 21px 1em 20px 1.2em;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #000;
  border: 2px solid #000;
  border-radius: 10px;
}

.label-border-black[href]:hover, .label-border-black[href]:focus {
  background-color: #e6e6e6;
}

@media (max-width: 767px) {
  .label-border-black {
    padding-top: 17px;
    padding-bottom: 15px;
  }
}

.label-skewed {
  padding: 10px 1em 10px 1.09em;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.09em;
  color: #fff;
  border-radius: 0;
  transform: skewX(-10deg);
}

@media (max-width: 991px) {
  .label-skewed {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .label-skewed {
    font-size: 12px;
  }
}

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

.thumbnail-simple {
  padding: 0;
  margin-bottom: 15px;
  text-align: center;
  background: #fff;
  border: 0;
}

@media (max-width: 767px) {
  .thumbnail-simple {
    margin-bottom: 50px;
  }
}

.thumbnail-simple .thumbnail-title {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 18px;
}

@media (max-width: 767px) {
  .thumbnail-simple .thumbnail-title {
    font-size: 15px;
  }
}

.thumbnail-simple .caption {
  padding: 21px 0 0;
  font-size: 12px;
}

@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 (max-width: 991px) {
  .media.media-text-float-xs .media-left,
  .media.media-text-float-xs .media-right,
  .media.media-text-float-xs .media-body {
    display: block;
  }
  .media.media-text-float-xs .media-left {
    float: left;
  }
  .media.media-text-float-xs .media-right {
    float: right;
  }
  .media.media-text-float-xs .media-body {
    width: auto;
    overflow: visible;
  }
}

.media-title {
  margin-top: 80px;
  margin-bottom: 36px;
}

@media (max-width: 767px) {
  .media-title {
    max-width: 240px;
    margin-right: auto;
    margin-bottom: 32px;
    margin-left: auto;
    text-align: center;
  }
  .media-title.otoku-denki-title {
    max-width: 280px;
  }
}

.media-title .media-left {
  padding-right: 2px;
  vertical-align: middle;
}

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

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

.media-title .media-body-w-0 {
  width: 0;
}

.media-title .media-heading {
  font-size: 22px;
  font-weight: bold;
}

@media (min-width: 991px) {
  .media-title .media-heading {
    white-space: nowrap;
  }
}

@media (max-width: 991px) {
  .media-title .media-heading {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .media-title .media-heading {
    font-size: 18px;
  }
}

.media-title .media-heading .img-text {
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .media-title .media-object {
    width: 106px;
    height: 37px;
  }
  .media-title .media-object.otoku-denki-object {
    width: 139px;
    height: 30.5px;
  }
}

@media (max-width: 767px) {
  .media-title.media-title-campaign {
    max-width: none;
    margin-top: 50px;
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .media-title.media-title-campaign .media-heading {
    font-size: 16px;
  }
}

.media-step {
  margin-bottom: 36px;
}

@media (max-width: 767px) {
  .media-step {
    margin-bottom: 20px;
  }
}

.media-step,
.media-step .media-body {
  overflow: visible;
}

.media-step .label-step {
  width: 100px;
  height: 35px;
}

@media (max-width: 991px) {
  .media-step .label-step {
    width: 93px;
    height: 31px;
  }
}

@media (max-width: 767px) {
  .media-step .label-step {
    width: 77px;
    height: 27px;
  }
}

.media-step .label-step.light-cyan {
  background-color: #8cb806;
}

.media-step .label-step.green {
  background-color: #46b808;
}

.media-step .label-step.dark-green {
  background-color: #399d25;
}

.media-step .label-step.dark-cyan {
  background-color: #0c8128;
}

.media-step .label-step.orange1 {
  background-color: #fea641;
}

.media-step .label-step.orange2 {
  background-color: #fe9d2c;
}

.media-step .label-step.orange3 {
  background-color: #f19a31;
}

.media-step .label-step.orange4 {
  background-color: #f48a0e;
}

.media-step .label-step.orange5 {
  background-color: #f38202;
}

.media-step .media-left {
  padding-right: 20px;
}

@media (max-width: 767px) {
  .media-step .media-left {
    padding-right: 12px;
  }
}

.media-step .media-left .orange5 {
  margin-bottom: 70px;
}

.media-step .media-body {
  font-size: 12px;
  line-height: 2;
}

@media (max-width: 767px) {
  .media-step .media-body {
    font-size: 10px;
    line-height: 1.9;
  }
}

@media (max-width: 767px) {
  .media-step .text {
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .media-step .text dl dt {
    white-space: nowrap;
  }
}

.media-step .media-heading {
  display: inline-block;
  padding-bottom: 8px;
  font-weight: bold;
  letter-spacing: .06em;
}

@media (max-width: 991px) {
  .media-step .media-heading {
    margin-top: 5px;
    line-height: 2;
  }
}

@media (max-width: 767px) {
  .media-step .media-heading {
    display: block;
    font-size: 13px;
  }
}

.media-step .media-heading span {
  font-size: 15px;
  line-height: 2;
}

.media-step .media-heading span .br-xs-max {
  display: none;
}

@media (max-width: 767px) {
  .media-step .media-heading span .br-xs-max {
    display: block;
  }
}

@media (max-width: 991px) {
  .media-step .media-heading span {
    padding-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .media-step .media-heading span {
    padding-bottom: 5px;
    font-size: 13px;
  }
}

.media-step .media-heading span:before {
  display: block;
  margin-top: calc((1 - 2) * .5em);
  content: "";
}

.media-step .media-heading.title-light-cyan {
  color: #8cb806;
  border-bottom: 1px solid #8cb806;
}

.media-step .media-heading.title-green {
  color: #46b808;
  border-bottom: 1px solid #46b808;
}

.media-step .media-heading.title-dark-green {
  color: #399d25;
  border-bottom: 1px solid #399d25;
}

.media-step .media-heading.title-dark-cyan {
  color: #0c8128;
  border-bottom: 1px solid #0c8128;
}

.media-step .media-heading.orange1 {
  color: #fea641;
}

.media-step .media-heading.orange1 span {
  border-bottom: 1px solid #fea641;
}

.media-step .media-heading.orange2 {
  color: #fe9d2c;
}

.media-step .media-heading.orange2 span {
  border-bottom: 1px solid #fe9d2c;
}

.media-step .media-heading.orange3 {
  color: #f19a31;
}

.media-step .media-heading.orange3 span {
  border-bottom: 1px solid #f19a31;
}

.media-step .media-heading.orange4 {
  color: #f48a0e;
}

.media-step .media-heading.orange4 span {
  border-bottom: 1px solid #f48a0e;
}

.media-step .media-heading.orange5 {
  color: #f38202;
}

.media-step .media-heading.orange5 span {
  border-bottom: 1px solid #f38202;
}

@media (max-width: 767px) {
  .media-step .media-heading.orange5 span {
    font-size: 12px;
    letter-spacing: 0;
  }
}

@media (min-width: 992px) {
  .media-step.step-2 {
    padding-left: 6vw;
  }
}

@media (min-width: 1370px) {
  .media-step.step-2 {
    padding-left: 80px;
  }
}

@media (min-width: 992px) {
  .media-step.step-3 {
    padding-left: 12vw;
  }
}

@media (min-width: 1370px) {
  .media-step.step-3 {
    padding-left: 160px;
  }
}

@media (min-width: 992px) {
  .media-step.step-4 {
    padding-left: 18vw;
  }
}

@media (min-width: 1370px) {
  .media-step.step-4 {
    padding-left: 240px;
  }
}

@media (min-width: 992px) {
  .media-step.step-5 {
    padding-left: 24vw;
  }
}

@media (min-width: 1370px) {
  .media-step.step-5 {
    padding-left: 320px;
  }
}

.media-step:last-of-type {
  margin-bottom: 48px;
}

@media (min-width: 768px) {
  .media-step:last-of-type {
    margin-bottom: 76px;
  }
}

.panel-collapse-green {
  margin-bottom: 30px;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

@media (min-width: 768px) {
  .panel-collapse-green {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .panel-collapse-green {
    margin-bottom: 20px;
  }
}

.panel-collapse-green,
.panel-collapse-green p,
.panel-collapse-green .panel-body {
  line-height: 1.4;
  color: #646464;
}

@media (min-width: 768px) {
  .panel-collapse-green,
  .panel-collapse-green p,
  .panel-collapse-green .panel-body {
    font-size: 18px;
  }
}

.panel-collapse-green.border-top {
  border-top: 1px solid #1946ba;
}

.panel-collapse-green > .panel-heading {
  padding: 0;
  background-color: #fff;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border: none;
}

.panel-collapse-green > .panel-heading a {
  position: relative;
  display: block;
  padding: 23px 50px 25px 75px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: .05em;
  color: #fff;
  background-color: #8cb806;
}

@media (max-width: 767px) {
  .panel-collapse-green > .panel-heading a {
    padding: 15px 65px 15px 48px;
    font-size: 14px;
  }
}

.panel-collapse-green > .panel-heading a:hover, .panel-collapse-green > .panel-heading a:focus {
  filter: alpha(opacity=80);
  opacity: 0.8;
  text-decoration: none;
}

.panel-collapse-green > .panel-heading a[aria-expanded="true"] .icon .bar {
  transform: rotate(90deg);
}

.panel-collapse-green > .panel-heading .banner {
  display: inline-block;
  background-color: #fff;
  color: #8cb806;
  letter-spacing: 0.12em;
  font-size: 13px;
  padding: 6px 16px;
  border-radius: 5px;
  margin-left: 18px;
}

@media (max-width: 767px) {
  .panel-collapse-green > .panel-heading .banner {
    font-size: 10px;
    padding: 3px 6px;
    margin-left: 4px;
  }
}

.panel-collapse-green .panel-body {
  padding: 26px 32px 24px;
  font-size: 14px;
}

@media (max-width: 767px) {
  .panel-collapse-green .panel-body {
    padding: 20px 20px 10px;
  }
}

.panel-collapse-green .collapsing {
  margin-top: -1px;
  background-color: #fafafa;
}

.panel-collapse-green .collapse.in {
  margin-top: -1px;
  background-color: #fafafa;
}

.panel-collapse-green .icon,
.panel-collapse-green .icon-xs {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  content: "";
}

.panel-collapse-green .icon-xs {
  left: 35px;
  display: block;
}

@media (max-width: 767px) {
  .panel-collapse-green .icon-xs {
    left: 22px;
    width: 20px;
  }
}

.panel-collapse-green .icon {
  top: 0;
  right: 20px;
  bottom: 0;
  display: block;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  transition: 300ms all ease;
}

@media (max-width: 767px) {
  .panel-collapse-green .icon {
    right: 18px;
    width: 22px;
    height: 22px;
  }
}

.panel-collapse-green .bar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 2px;
  height: 12px;
  margin: auto;
  background-color: #8cb806;
  content: "";
  transition: 300ms all ease;
}

@media (max-width: 767px) {
  .panel-collapse-green .bar {
    height: 8px;
  }
}

.panel-collapse-green .bar:nth-child(2n) {
  height: 12px;
  transform: rotate(90deg);
}

@media (max-width: 767px) {
  .panel-collapse-green .bar:nth-child(2n) {
    height: 8px;
  }
}

@media (min-width: 992px) {
  .panel-collapse-green .media-option dl dt {
    min-width: 475px;
  }
}

.panel-collapse-green .option-note {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 600;
}

.panel-collapse-blue {
  margin-bottom: 30px;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

@media (min-width: 768px) {
  .panel-collapse-blue {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .panel-collapse-blue {
    margin-bottom: 20px;
  }
}

.panel-collapse-blue,
.panel-collapse-blue p,
.panel-collapse-blue .panel-body {
  line-height: 1.4;
  color: #646464;
}

@media (min-width: 768px) {
  .panel-collapse-blue,
  .panel-collapse-blue p,
  .panel-collapse-blue .panel-body {
    font-size: 18px;
  }
}

.panel-collapse-blue.border-top {
  border-top: 1px solid #1946ba;
}

.panel-collapse-blue > .panel-heading {
  padding: 0;
  background-color: #fff;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border: none;
}

.panel-collapse-blue > .panel-heading a {
  position: relative;
  display: block;
  padding: 23px 50px 25px 75px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: .05em;
  color: #fff;
  background-color: #172987;
}

@media (max-width: 767px) {
  .panel-collapse-blue > .panel-heading a {
    padding: 15px 65px 15px 48px;
    font-size: 14px;
  }
}

.panel-collapse-blue > .panel-heading a:hover, .panel-collapse-blue > .panel-heading a:focus {
  filter: alpha(opacity=80);
  opacity: 0.8;
  text-decoration: none;
}

.panel-collapse-blue > .panel-heading a[aria-expanded="true"] .icon .bar {
  transform: rotate(90deg);
}

.panel-collapse-blue > .panel-heading .banner {
  display: inline-block;
  background-color: #fff;
  color: #172987;
  letter-spacing: 0.12em;
  font-size: 13px;
  padding: 6px 16px;
  border-radius: 5px;
  margin-left: 18px;
}

@media (max-width: 767px) {
  .panel-collapse-blue > .panel-heading .banner {
    font-size: 10px;
    padding: 3px 6px;
    margin-left: 4px;
  }
}

.panel-collapse-blue .panel-body {
  padding: 40px 30px 60px 30px;
  font-size: 14px;
}

@media (max-width: 767px) {
  .panel-collapse-blue .panel-body {
    padding: 20px 20px 10px;
  }
}

.panel-collapse-blue .collapsing {
  margin-top: -1px;
  background-color: #fafafa;
}

.panel-collapse-blue .collapse.in {
  margin-top: -1px;
  background-color: #fafafa;
}

.panel-collapse-blue .icon,
.panel-collapse-blue .icon-xs {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  content: "";
}

.panel-collapse-blue .icon-xs {
  left: 35px;
  display: block;
}

@media (max-width: 767px) {
  .panel-collapse-blue .icon-xs {
    left: 22px;
    width: 20px;
  }
}

.panel-collapse-blue .icon {
  top: 0;
  right: 20px;
  bottom: 0;
  display: block;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  transition: 300ms all ease;
}

@media (max-width: 767px) {
  .panel-collapse-blue .icon {
    right: 18px;
    width: 22px;
    height: 22px;
  }
}

.panel-collapse-blue .bar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 2px;
  height: 12px;
  margin: auto;
  background-color: #8cb806;
  content: "";
  transition: 300ms all ease;
}

@media (max-width: 767px) {
  .panel-collapse-blue .bar {
    height: 8px;
  }
}

.panel-collapse-blue .bar:nth-child(2n) {
  height: 12px;
  transform: rotate(90deg);
}

@media (max-width: 767px) {
  .panel-collapse-blue .bar:nth-child(2n) {
    height: 8px;
  }
}

@media (min-width: 992px) {
  .panel-collapse-blue .media-option dl dt {
    min-width: 475px;
  }
}

.panel-collapse-normal {
  margin: 0;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #dedede;
  border-radius: 0;
  box-shadow: none;
}

@media (min-width: 768px) {
  .panel-collapse-normal {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .panel-collapse-normal {
    margin-bottom: 20px;
  }
}

.panel-collapse-normal:last-child {
  border-bottom: 1px solid #dedede;
}

.panel-collapse-normal,
.panel-collapse-normal p,
.panel-collapse-normal .panel-body {
  font-size: 12px;
  line-height: 1.4;
  color: #646464;
}

@media (max-width: 767px) {
  .panel-collapse-normal .text-right,
  .panel-collapse-normal p .text-right,
  .panel-collapse-normal .panel-body .text-right {
    font-size: 8px;
  }
}

.panel-collapse-normal.border-top {
  border-top: 1px solid #1946ba;
}

.panel-collapse-normal > .panel-heading {
  padding: 0;
  background-color: #fff;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-collapse-normal > .panel-heading a {
  position: relative;
  display: block;
  padding: 25px 0;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

@media (max-width: 767px) {
  .panel-collapse-normal > .panel-heading a {
    padding: 15px 65px 15px 48px;
    font-size: 14px;
  }
}

.panel-collapse-normal > .panel-heading a:hover, .panel-collapse-normal > .panel-heading a:focus {
  filter: alpha(opacity=80);
  opacity: 0.8;
  text-decoration: none;
}

.panel-collapse-normal > .panel-heading a[aria-expanded="true"] .icon .bar {
  transform: rotate(90deg);
}

.panel-collapse-normal .panel-body {
  padding: 26px 0 24px;
}

@media (max-width: 767px) {
  .panel-collapse-normal .panel-body {
    padding: 20px 0 10px;
  }
}

.panel-collapse-normal .panel-body img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.panel-collapse-normal .icon,
.panel-collapse-normal .icon-xs {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  content: "";
}

.panel-collapse-normal .icon-xs {
  left: 35px;
  display: block;
}

@media (max-width: 767px) {
  .panel-collapse-normal .icon-xs {
    left: 22px;
    width: 20px;
  }
}

.panel-collapse-normal .icon {
  top: 0;
  right: 20px;
  bottom: 0;
  display: block;
  width: 32px;
  height: 32px;
  background-color: #f38202;
  border-radius: 50%;
  transition: 300ms all ease;
}

@media (max-width: 767px) {
  .panel-collapse-normal .icon {
    right: 18px;
    width: 22px;
    height: 22px;
  }
}

.panel-collapse-normal .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;
}

@media (max-width: 767px) {
  .panel-collapse-normal .bar {
    height: 8px;
  }
}

.panel-collapse-normal .bar:nth-child(2n) {
  height: 12px;
  transform: rotate(90deg);
}

@media (max-width: 767px) {
  .panel-collapse-normal .bar:nth-child(2n) {
    height: 8px;
  }
}

.well {
  box-shadow: none;
  border-radius: 0;
}

.well.well-blank {
  background-color: #fff;
}

.well.border-radius-base {
  border-radius: 4px;
}

.well-border-gray {
  padding: 52px 35px 36px;
  margin-bottom: 14px;
  font-size: 13px;
  line-height: 2;
  letter-spacing: .091em;
  background-color: #fff;
}

@media (max-width: 991px) {
  .well-border-gray {
    margin-bottom: 28px;
  }
}

@media (max-width: 767px) {
  .well-border-gray {
    margin-bottom: 8px;
    font-size: 11px;
    line-height: 1.9;
  }
}

@media (max-width: 1199px) {
  .well-border-gray, .well-border-gray.well-tell {
    padding: 20px !important;
  }
}

@media (max-width: 767px) {
  .well-border-gray, .well-border-gray.well-tell {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
}

.well-border-gray .title-well {
  margin-bottom: 18px;
}

@media (max-width: 767px) {
  .well-border-gray .title-well {
    margin-bottom: 20px;
  }
}

.well-border-gray .text-well {
  font-size: 12px;
}

@media (max-width: 767px) {
  .well-border-gray .text-well {
    font-size: 10px;
  }
}

.well-border-gray .text-well .br-sm-max {
  display: none;
}

@media (max-width: 991px) {
  .well-border-gray .text-well .br-sm-max {
    display: block;
  }
}

.well-border-gray .container-btn {
  margin-top: 26px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .well-border-gray .container-btn {
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .well-border-gray .container-btn {
    margin-top: 22px;
  }
}

.well-border-gray.well-tell {
  padding-right: 20px;
  padding-left: 50px;
}



.well-white {
  max-width: 646px;
  padding: 66px 10px 11px;
  margin: 34px auto 17px;
  background-color: #fff;
  border: 0;
  border-radius: 5px;
}

.well-border-white {
  padding: 66px 20px 36px;
  border: 5px solid #fff;
  border-radius: 0;
}

@media (max-width: 767px) {
  .well-border-white {
    padding: 34px 18px 20px;
    border-width: 3px;
  }
}

.well-warning {
  padding: 28px;
  margin-bottom: 50px;
  color: #ff0000;
  background-color: #fff7f7;
  border: 1px solid #fe0100;
}

@media (max-width: 767px) {
  .well-warning {
    padding: 20px 14px;
    margin-bottom: 35px;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .well-warning dt {
    padding-right: 8px;
  }
}

.bg-contents {
  background: url("../img/bg-contents.png") #1d1d1d 93% 0 no-repeat;
}

@media (max-width: 767px) {
  .bg-contents {
    background-image: url("../img/sp/bg-contents.png");
    background-position: 100% 100%;
  }
}

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

.bg-blue {
  background-color: #172987 !important;
}

.bg-orange {
  background-color: #f38202 !important;
}

.width-15p {
  width: 15% !important;
}

.width-16p {
  width: 16% !important;
}

.width-18p {
  width: 18% !important;
}

.width-20p {
  width: 20% !important;
}

.width-30p {
  width: 30% !important;
}

.width-40p {
  width: 40% !important;
}

.width-50p {
  width: 50% !important;
}

.width-150 {
  width: 150px !important;
}

.max-width-400 {
  max-width: 400px !important;
}

.max-width-800 {
  max-width: 800px !important;
}

.max-width-1280 {
  max-width: 1280px !important;
}

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

.box-shadow-yellow {
  box-shadow: 0 0 30px 15px yellow;
}

.box-shadow-yellow-spread-sm {
  box-shadow: 0 0 30px 0 yellow;
}

.box-shadow-yellow-spread-lg {
  box-shadow: 0 0 30px 20px yellow;
}

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

.mb8 {
  margin-bottom: 8px !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;
}

@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);
  }
}

section {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 992px) {
  section.section-right {
    padding-right: 120px;
    padding-left: 155px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  section.section-right {
    padding-right: 60px;
    padding-left: 70px;
  }
}

@media (min-width: 768px) {
  section.section-right {
    float: right;
  }
}

.section-fv {
  display: block;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: none;
  background-position: center right 0;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 992px) {
  .section-fv {
    margin-bottom: 100px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-fv {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .section-fv {
    margin-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .section-fv {
    background-position: 50% 100%;
  }
}

@media (max-width: 767px) {
  .section-fv {
    margin-bottom: 40px;
  }
}

.section-fv--center {
  padding-top: 15.7vw;
  padding-bottom: 16.9vw;
}

@media (max-width: 991px) {
  .section-fv--center {
    padding-top: 14vw;
    padding-bottom: 88vw;
  }
}

@media (min-width: 992px) {
  .section-fv--bottom {
    padding-top: 24.74vw;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-fv--bottom {
    padding: 760px 40px 48px 40px;
  }
}

@media (max-width: 767px) {
  .section-fv--bottom {
    padding: 316px 0;
  }
}

@media (max-width: 767px) {
  .section-fv--bottom .section-fv__title {
    text-align: center;
  }
}

.section-fv--top {
  background-color: #fff;
}

.section-fv--bg-black:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100% - 24.74vw);
  background-color: #dbdbdb;
  content: "";
}

.section-fv--about {
  background-color: #172987;
}

@media (min-width: 992px) {
  .section-fv--about {
    background-image: url("../img/bg-meeting.png");
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-fv--about {
    background-image: url("../img/tab/bg-meeting.jpg");
    padding-bottom: 58vw;
  }
}

@media (max-width: 767px) {
  .section-fv--about {
    background-image: url("../img/tab/bg-meeting.jpg");
    padding-bottom: 50vw;
  }
}

.section-fv .fv-slider {
  position: absolute;
  top: 0;
  height: 100%;
}

@media (min-width: 992px) {
  .section-fv .fv-slider {
    right: 0;
    width: calc(100% - 270px);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-fv .fv-slider {
    left: 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .section-fv .fv-slider {
    left: 0;
    width: 100%;
  }
}

.section-fv .fv-slider__item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-fv .fv-slider__item--01 {
  background-image: url("../img/bg-city.jpg");
}

.section-fv .fv-slider__item--02 {
  background-image: url("../img/bg-call-center.jpg");
}

.section-fv .fv-slider__item--03 {
  background-image: url("../img/bg-life.jpg");
}

.section-fv--giga-hikari {
  background-color: #fff;
  background-image: url("../img/bg-keyboard.png");
}

@media (max-width: 991px) {
  .section-fv--giga-hikari {
    background-image: url("../img/sp/bg-keyboard.png");
  }
}

.section-fv--giga-hikari-plus {
  background-color: #fff;
  background-image: url("../img/bg-notebook.png");
}

@media (max-width: 991px) {
  .section-fv--giga-hikari-plus {
    background-image: url("../img/sp/bg-notebook.png");
  }
}

.section-fv--otokuni-mobile {
  background-color: #fff;
  background-image: url("../img/bg-keyboard-natural.png");
}

@media (max-width: 991px) {
  .section-fv--otokuni-mobile {
    background-image: url("../img/sp/bg-keyboard-natural.png");
  }
}

@media (min-width: 1400px) {
  .section-fv--otokuni-mobile .container {
    width: 80vw !important;
  }
}

@media (min-width: 1560px) {
  .section-fv--otokuni-mobile .container .logo {
    width: 288px;
  }
}

.section-fv--otoku-denki {
  background-color: #fff;
  background-image: url("../img/bg-transmitter-tower.png");
}

@media (max-width: 991px) {
  .section-fv--otoku-denki {
    background-image: url("../img/sp/bg-transmitter-tower.png");
  }
}

@media (min-width: 1400px) {
  .section-fv--otoku-denki .container {
    width: 80vw !important;
  }
}

@media (min-width: 1560px) {
  .section-fv--otoku-denki .container .logo {
    width: 240px;
  }
}

@media (min-width: 1400px) {
  .section-fv .container {
    width: 70vw;
  }
}

@media (min-width: 768px) and (max-width: 1399px) {
  .section-fv .container {
    width: 85vw;
  }
}

.section-fv .container-fluid {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 24.89vw;
  padding-left: 2.64vw;
}

.section-fv .container-fluid--center {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .section-fv .container-fluid--center > div {
    margin: 0 auto;
  }
}

.section-fv .logo {
  aspect-ratio: 171/108;
  width: 171px;
}

@media (max-width: 1560px) {
  .section-fv .logo {
    aspect-ratio: 288/77;
    width: 330px;
  }
}


@media (max-width: 991px) {
  .section-fv .logo {
    display: none;
  }
}

.section-fv .logo-sm {
  display: none;
}

@media (max-width: 991px) {
  .section-fv .logo-sm {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 241px;
    height: 76px;
  }
}

.section-fv .text-vertical {
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 2;
  width: 15px;
  height: 112px;
}

@media (max-width: 767px) {
  .section-fv .text-vertical {
    right: 7px;
    width: 13px;
    height: 86px;
  }
}

.section-fv__title {
  padding-bottom: 16px;
  line-height: 1.8;
  letter-spacing: .06em;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  border-bottom: 1px solid #fff;
}

@media (min-width: 992px) {
  .section-fv__title {
    font-size: 27px;
  }
}

@media (max-width: 991px) {
  .section-fv__title {
    font-size: 22px;
  }
}

.section-fv__company-name {
  display: block;
  margin-top: 20px;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.16));
}

@media (max-width: 767px) {
  .section-fv__company-name {
    margin-left: auto;
    margin-right: auto;
  }
}

.section-fv .container-about__title {
  height: auto;
}

@media (min-width: 992px) {
  .section-fv .container-about__title {
    width: 11.68%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-fv .container-about__title {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .section-fv .container-about__title {
    width: 146px;
    margin-left: 20px;
  }
}

.section-fv .container-about .title-section {
  letter-spacing: .1em;
}

.section-fv .container-about .title-section span {
  display: block;
  font-family: "Montserrat", "Noto Sans JP", "Noto Sans Japanese", "Avenir", "Open Sans", Roboto, "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 32px;
  color: #fff;
}

.section-fv .container-about .title-section small {
  display: block;
  margin-top: 8px;
  font-size: 18px;
  color: #fff;
}

.section-fv .container-about .company-name {
  display: block;
  padding-top: 20px;
  margin-top: 14px;
  border-top: 1px solid #fff;
}

.section-form-container {
  position: relative;
}

.section-form-container:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 50%;
  background-color: #fff;
  content: "";
}

.section-description-container {
  position: relative;
}

.section-description-container--green:before {
  background-color: #8cb806;
}

.section-description-container--orange:before {
  background-color: #f38202;
}

.section-description-container:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 50%;
  content: "";
}

.section-description {
  position: relative;
  z-index: 10;
  max-width: 1270px;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .section-description {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-description {
    padding-right: 25px;
    padding-left: 40px;
  }
}

@media (max-width: 767px) {
  .section-description {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.section-description--green {
  background-color: #8cb806;
}

.section-description--orange {
  background-color: #f38202;
}

@media (max-width: 1399px) {
  .section-description .container {
    width: auto;
  }
}

.section-description .title-section {
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .section-description .title-section {
    margin-bottom: 28px;
  }
}

.section-description .title-section span {
  margin-top: 10px;
  display: inline-block;
  font-weight: normal;
  font-size: 0.7em;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .section-description .title-section span {
    font-size: 10px;
  }
}

.section-description .well-lg {
  position: relative;
}

.section-description .text-sm {
  font-size: 11px;
  line-height: 2;
  color: #fff;
}

@media (max-width: 767px) {
  .section-description .container-dl {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 295px;
  }
}

.section-description .banner {
  margin-bottom: 16px;
}

.section-description .dl-sm {
  font-size: 10px;
  color: #fff;
}

.section-description .dl-sm dt,
.section-description .dl-sm dd {
  line-height: 1.8;
}

.section-description .dl-sm dt {
  padding-right: 0;
}

.section-features-container {
  position: relative;
}

.section-features-container:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 50%;
  background-color: #fff;
  content: "";
}

.section-form {
  position: relative;
  z-index: 10;
  max-width: 1160px;
  padding-top: 66px;
  padding-bottom: 100px;
  margin-top: -84px;
  background-color: #fff;
}

@media (min-width: 768px) {
  .section-form {
    padding-right: 15px;
    padding-left: 168px;
  }
}

@media (max-width: 767px) {
  .section-form {
    padding: 42px 40px 25px;
    margin-top: 0;
  }
}

.section-form .title-section {
  margin-top: 0;
  margin-bottom: 52px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .1em;
}

@media (max-width: 767px) {
  .section-form .title-section {
    margin-bottom: 35px;
  }
}

.section-form hr {
  margin-top: 0;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .section-form hr {
    margin-bottom: 25px;
  }
}

.section-form .text-img-vertical .text-left {
  left: 50px;
}

.section-form .text-policy {
  margin-bottom: 35px;
  font-size: 13px;
}

@media (min-width: 768px) {
  .section-form .text-policy {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .section-form .text-policy {
    margin-bottom: 24px;
    font-size: 12px;
  }
}

.section-form .text-policy a, .section-form .text-policy a:hover {
  color: #9a9a9a;
}

.section-features {
  position: relative;
  z-index: 10;
  max-width: 1160px;
  padding-top: 102px;
  padding-bottom: 88px;
  margin-top: 100px;
  background-color: #fff;
}

@media (min-width: 992px) {
  .section-features {
    padding-right: 15px;
    padding-left: 168px;
  }
}

@media (max-width: 991px) {
  .section-features {
    padding-right: 60px;
    padding-left: 60px;
  }
}

@media (max-width: 767px) {
  .section-features {
    padding: 50px 40px;
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  .section-features .container-banner {
    padding-right: 0;
    padding-left: 0;
  }
}

.section-features .text-img-vertical {
  top: 60px;
}

.section-features .note {
  margin-top: 20px;
  font-size: 12px;
}

@media (min-width: 768px) {
  .section-features .note {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-features .note {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .section-features .note {
    text-align: left;
  }
}

.section-features .dl-note {
  margin-top: 10px;
  font-size: 10px;
}

.section-features .dl-note dt,
.section-features .dl-note dd {
  line-height: 1.667;
}

.section-features .dl-note dt {
  padding-right: 0;
}

@media (max-width: 767px) {
  .section-features .banner-apply dt {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .section-features .banner-apply .body {
    padding-bottom: 45.5vw;
  }
}

@media (max-width: 767px) {
  .section-features .dl-note-container {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 292px;
  }
}

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

.section-features .number {
  vertical-align: -18px;
}

@media (max-width: 767px) {
  .section-features .number {
    vertical-align: -13px;
  }
}

@media (max-width: 767px) {
  .section-features .media-title-campaign {
    margin: 30px 0 14px 0 !important;
  }
  .section-features .media-title-campaign .media-heading {
    line-height: 1.4;
  }
}

.section-features .container-power-table {
  margin: 20px 0;
}

@media (max-width: 767px) {
  .section-features .container-power-table {
    margin-right: -40px;
    overflow-x: scroll;
  }
}

@media (max-width: 767px) {
  .section-features .container-power-table {
    margin-bottom: 10px;
  }
}

.section-features .container-power-table table {
  width: 100%;
  border: 1px solid #DEDEDE;
}

.section-features .container-power-table table th,
.section-features .container-power-table table td {
  text-align: center;
  letter-spacing: 0.06em;
  padding: 20px 0;
}

@media (min-width: 992px) {
  .section-features .container-power-table table th,
  .section-features .container-power-table table td {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .section-features .container-power-table table th,
  .section-features .container-power-table table td {
    font-size: 10px;
  }
}

.section-features .container-power-table table td {
  border-top: 1px solid #DEDEDE;
}

.section-features .container-power-table table td:nth-child(1n+2) {
  border-left: 1px solid #DEDEDE;
}

.section-features .container-power-table table thead {
  background-color: #fafafa;
}

@media (min-width: 992px) {
  .section-features .container-power-table table thead th {
    width: calc(100% / 5);
  }
}

@media (max-width: 767px) {
  .section-features .container-power-table table thead th {
    min-width: 100px;
  }
}

.section-features .container-power-table table thead th:nth-child(1n+2) {
  border-left: 1px solid #DEDEDE;
}

.section-features .table-swipe {
  display: block;
  margin-bottom: 20px;
}

.section-features .power-note {
  font-size: 12px;
}

@media (min-width: 992px) {
  .section-features .power-note {
    margin-bottom: 80px;
  }
}

@media (max-width: 991px) {
  .section-features .power-note {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .section-features .power-note {
    font-size: 10px;
  }
}

@media (min-width: 992px) {
  .section-features .power-note strong {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-features .power-note strong {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .section-features .power-note strong {
    font-size: 12px;
  }
}

.section-features .container-service-info {
  padding-top: 40px;
}

@media (min-width: 768px) {
  .section-features .container-service-info {
    padding-right: 16px;
  }
}

@media (max-width: 767px) {
  .section-features .container-service-info {
    padding-top: 40px;
  }
}

.section-features .container-service-info .label {
  background-color: transparent;
}

@media (min-width: 768px) {
  .section-features .container-service-info .label {
    min-width: 153px;
  }
}

@media (max-width: 767px) {
  .section-features .container-service-info .label {
    display: block;
  }
}

.section-features .container-service-info .collapse-option .list-link-external {
  padding-top: 12px;
  margin-top: 0;
}

.section-features .container-service-info .media-left {
  padding-right: 20px;
}

@media (max-width: 767px) {
  .section-features .container-service-info .media-left {
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .section-features .container-service-info .media-body {
    padding-top: 4px;
  }
}

.section-features .container-service-info .list-link-external {
  margin-top: 16px;
}

.section-features .container-service-info .list-link-external > li {
  padding-left: 0;
  margin-top: 3px;
  margin-right: 5px;
  margin-bottom: 3px;
}

@media (max-width: 767px) {
  .section-features .container-service-info .list-link-external > li {
    margin-bottom: 10px;
  }
}

.section-features .container-service-info .list-link-external > li > a:before, .section-features .container-service-info .list-link-external > li > a:after {
  background-color: #fafafa;
}

@media (max-width: 767px) {
  .section-features .container-collapse {
    padding-bottom: 10px;
  }
}

.section-features .container-features {
  margin-bottom: 80px;
}

@media (min-width: 768px) {
  .section-features .container-features {
    padding-right: 16px;
  }
}

@media (max-width: 767px) {
  .section-features .container-features {
    margin-bottom: 54px;
  }
}

@media (max-width: 767px) {
  .section-features .container-features .caption {
    line-height: 1.9;
  }
}

.section-features .container-features .icon-clock {
  width: 131px;
}

@media (max-width: 767px) {
  .section-features .container-features .icon-clock {
    width: 127px;
  }
}

.section-features .container-features .icon-money {
  width: 118px;
}

@media (max-width: 767px) {
  .section-features .container-features .icon-money {
    width: 103px;
  }
}

.section-features .container-features .icon-router {
  width: 118px;
}

@media (max-width: 767px) {
  .section-features .container-features .icon-router {
    width: 103px;
  }
}

@media (max-width: 767px) {
  .section-features .container-features .row div[class^="col-"]:last-of-type .thumbnail {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .section-features .container-features .explain {
    font-size: 9px;
  }
}

.section-giga-hikari-3-container {
  position: relative;
}

.section-giga-hikari-3-container:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 50%;
  background-color: #fff;
  content: "";
}

.section-giga-hikari-3 {
  position: relative;
  z-index: 10;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 100px;
  background-color: #fff;
}

@media (min-width: 992px) {
  .section-giga-hikari-3 {
    padding-right: 160px !important;
    padding-left: 36px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-giga-hikari-3 {
    padding-right: 60px !important;
    padding-left: 40px !important;
  }
}

@media (max-width: 767px) {
  .section-giga-hikari-3 {
    padding-top: 36px;
    padding-bottom: 40px;
    margin-top: 0;
  }
}

.section-giga-hikari-3 .text-img-vertical {
  top: 50px;
}

@media (max-width: 767px) {
  .section-giga-hikari-3 .container-fluid {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media (max-width: 767px) {
  .section-giga-hikari-3 .text-note {
    margin-bottom: 0;
    font-size: 12px;
  }
}

.section-giga-hikari-3 .list-link-external {
  margin-bottom: 18px;
}

@media (max-width: 767px) {
  .section-giga-hikari-3 .list-link-external {
    margin-bottom: 12px;
  }
}

.section-contact-container {
  position: relative;
}

.section-contact-container:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 50%;
  background-color: #fff;
  content: "";
}

.section-contact {
  position: relative;
  z-index: 10;
  padding-top: 100px;
  padding-bottom: 80px;
  margin-top: 100px;
  background-color: #fff;
}

@media (min-width: 768px) {
  .section-contact {
    padding: 64px 60px 60px;
  }
}

@media (min-width: 992px) {
  .section-contact {
    padding-left: 150px;
  }
}

@media (max-width: 767px) {
  .section-contact {
    padding-top: 42px;
    padding-bottom: 30px;
    margin-top: 50px;
  }
}

.section-contact .text-img-vertical {
  top: 46px;
}

@media (max-width: 767px) {
  .section-contact .media-title-section {
    margin-bottom: 36px;
  }
}

@media (max-width: 767px) {
  .section-contact .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media (max-width: 767px) {
  .section-contact .well {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 296px;
    margin-bottom: 25px;
  }
}

.section-thanks-container {
  position: relative;
}

.section-thanks-container:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 50%;
  background-color: #fff;
  content: "";
}

.section-thanks {
  position: relative;
  z-index: 10;
  max-width: 1160px;
  padding: 66px 15px 64px 170px;
  margin-top: -82px;
  line-height: 2;
  background-color: #fff;
}

@media (max-width: 991px) {
  .section-thanks {
    padding: 55px 60px 35px;
    margin-top: 0;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .section-thanks {
    padding: 55px 40px 35px;
  }
}

.section-thanks .title-section {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 16px;
  letter-spacing: .06em;
}

@media (max-width: 767px) {
  .section-thanks .title-section {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .section-thanks p {
    font-size: 12px;
  }
}

.section-thanks .text-sm {
  font-size: 13px;
  line-height: 1.77;
}

@media (max-width: 767px) {
  .section-thanks .text-sm {
    font-size: 12px;
  }
}

.section-thanks .text-img-vertical {
  top: 40px;
}

.section-thanks .text-img-vertical.text-left {
  left: 50px;
}

.section-thanks .btn-container {
  max-width: 280px;
  margin-top: 40px;
  margin-bottom: 44px;
}

@media (max-width: 767px) {
  .section-thanks .btn-container {
    margin-top: 26px;
    margin-bottom: 30px;
  }
}

.section-privacy-container {
  position: relative;
}

.section-privacy-container:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 50%;
  background-color: #fff;
  content: "";
}

.section-privacy-container + footer {
  margin-top: 0;
}

.section-privacy {
  position: relative;
  z-index: 10;
  max-width: 1160px;
  padding: 65px 15px 105px 170px;
  margin-top: -82px;
  line-height: 2;
  background-color: #fff;
}

@media (max-width: 767px) {
  .section-privacy {
    padding: 54px 40px 25px;
    margin-top: 0;
    font-size: 12px;
  }
}

.section-privacy .title-section {
  margin-top: 60px;
  margin-bottom: 38px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .06em;
}

@media (max-width: 767px) {
  .section-privacy .title-section {
    margin-top: 35px;
    margin-bottom: 20px;
    font-size: 14px;
  }
}

.section-privacy .title-sm {
  margin-top: 25px;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .section-privacy .title-sm {
    margin-top: 20px;
    font-size: 13px;
  }
}

.section-privacy .text-img-vertical {
  top: 40px;
}

.section-privacy .text-img-vertical.text-left {
  left: 50px;
}

.section-404 {
  padding-top: 21.4vw;
  padding-bottom: 14vw;
  font-size: 12px;
  line-height: 2.33333333;
  color: #fff;
}

@media (min-width: 1370px) {
  .section-404 {
    padding-top: 295px;
    padding-bottom: 190px;
  }
}

@media (max-width: 767px) {
  .section-404 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-404 .container {
  max-width: 1020px;
}

@media (max-width: 767px) {
  .section-404 .container {
    max-width: 335px;
  }
}

.section-404 .media-left {
  padding-right: 55px;
}

@media (max-width: 767px) {
  .section-404 .media-left {
    margin-bottom: 40px;
  }
}

.section-404 .media-heading {
  padding-left: 16px;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  border-left: 1px solid #fff;
}

@media (min-width: 768px) {
  .section-404 .media-heading {
    letter-spacing: .1em;
  }
}

@media (max-width: 767px) {
  .section-404 .media-heading {
    padding-left: 14px;
    margin-bottom: 17px;
    font-size: 14px;
  }
}

.section-404 .media-object {
  width: 237px;
  height: 83px;
}

@media (max-width: 767px) {
  .section-404 .media-object {
    width: 156px;
    height: 54px;
  }
}

.section-about-container {
  position: relative;
}

.section-about-container:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 50%;
  background-color: #172987;
  content: "";
}

.section-about {
  position: relative;
  z-index: 10;
  max-width: 1270px;
  margin-right: auto;
  margin-left: auto;
  background-color: #172987;
}

@media (min-width: 992px) {
  .section-about {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-about {
    padding: 60px 45px;
  }
}

@media (max-width: 767px) {
  .section-about {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.section-about .well-lg {
  position: relative;
}

@media (min-width: 992px) {
  .section-about .well-lg {
    padding: 112px 50% 100px 14%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-about .well-lg {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .section-about .well-lg {
    padding: 30px 20px;
  }
}

@media (max-width: 991px) {
  .section-about .about-image {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .section-about .about-image img {
    position: absolute;
    top: 50%;
    right: -2.8%;
    width: 519px;
    height: auto;
    max-width: 48%;
    transform: translateY(-50%);
  }
}

@media (max-width: 991px) {
  .section-about .about-image img {
    width: 100%;
  }
}

.section-about .wrapper {
  position: relative;
}

.section-about .title-section {
  line-height: 1;
}

.section-about .title-section span {
  display: inline-block;
  font-family: "Montserrat", "Noto Sans JP", "Noto Sans Japanese", "Avenir", "Open Sans", Roboto, "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  letter-spacing: .14em;
}

@media (max-width: 767px) {
  .section-about .title-section span {
    font-size: 26px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-about .title-section span {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .section-about .title-section span {
    font-size: 18px;
  }
}

.section-about .title-section small {
  display: inline-block;
  font-weight: 500;
  letter-spacing: .06em;
}

@media (min-width: 992px) {
  .section-about .title-section small {
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-about .title-section small {
    font-size: 14px;
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .section-about .title-section small {
    font-size: 14px;
    margin-left: 10px;
  }
}

.section-about .text-sm {
  line-height: 2;
  letter-spacing: .06em;
  color: #fff;
}

@media (min-width: 992px) {
  .section-about .text-sm {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .section-about .text-sm {
    font-size: 12px;
  }
}

.section-about .link-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 182px;
  height: 40px;
  padding: 0 20px;
  font-family: "Montserrat", "Noto Sans JP", "Noto Sans Japanese", "Avenir", "Open Sans", Roboto, "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: .3em;
  color: #fff;
  background-image: linear-gradient(to right, #162887, #1c33a7);
  border: 1px solid #fff;
  border-radius: 20px;
}

@media (min-width: 992px) {
  .section-about .link-button {
    margin-top: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-about .link-button {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .section-about .link-button {
    margin-top: 30px;
  }
}

.section-about .link-button:before {
  position: absolute;
  top: 16px;
  right: 16px;
  display: block;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 3px 4px;
  content: "";
}

.section-service-container {
  position: relative;
}

.section-service-container:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 50%;
  background-color: #fff;
  content: "";
}

.section-service {
  position: relative;
  z-index: 10;
  max-width: 1160px;
  background-color: #fff;
}

@media (min-width: 992px) {
  .section-service {
    padding: 102px 15px 88px 168px;
    margin-top: 100px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-service {
    padding: 60px 45px;
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .section-service {
    margin-top: 50px;
    padding-bottom: 40px;
  }
}

.section-service .text-img-vertical {
  top: 60px;
}

.section-service .title-section {
  line-height: 1;
}

@media (max-width: 767px) {
  .section-service .title-section {
    padding: 40px 50px 30px 50px;
  }
}

.section-service .title-section span {
  display: inline-block;
  font-family: "Montserrat", "Noto Sans JP", "Noto Sans Japanese", "Avenir", "Open Sans", Roboto, "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: .14em;
  color: #172987;
}

@media (max-width: 767px) {
  .section-service .title-section span {
    font-size: 18px;
  }
}

.section-service .title-section small {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .06em;
}

@media (min-width: 992px) {
  .section-service .title-section small {
    padding-left: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-service .title-section small {
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .section-service .title-section small {
    font-size: 14px;
  }
}

.section-service .container-service-list {
  padding: 0;
}

@media (min-width: 992px) {
  .section-service .container-service-list {
    margin-top: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-service .container-service-list {
    margin-top: 30px;
  }
}

@media (min-width: 992px) {
  .section-service .service-card {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-service .service-card {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    border: 1px solid #E3E3E3;
  }
}

@media (max-width: 767px) {
  .section-service .service-card {
    display: block;
  }
}

@media (min-width: 992px) {
  .section-service .service-card:nth-child(1n+2) {
    margin-top: 40px;
  }
}

@media (max-width: 991px) {
  .section-service .service-card:nth-child(1n+2) {
    margin-top: 30px;
  }
}

@media (min-width: 992px) {
  .section-service .service-card:before {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 0;
    background-color: rgba(0, 0, 0, 0.06);
    content: "";
    transform: translateY(-50%);
    transition: height .3s ease;
  }
}

.section-service .service-card:hover, .section-service .service-card:focus {
  text-decoration: none;
}

.section-service .service-card:hover:before, .section-service .service-card:focus:before {
  height: 100%;
}

.section-service .service-card:hover .service-card__link-text, .section-service .service-card:focus .service-card__link-text {
  letter-spacing: .5em;
}

.section-service .service-card__bg {
  display: block;
  width: 100%;
}

@media (min-width: 992px) {
  .section-service .service-card__image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32.7%;
    height: 313px;
    padding: 0 8%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-service .service-card__image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32.7%;
    height: 212px;
  }
}

@media (max-width: 767px) {
  .section-service .service-card__image {
    width: 63px;
    height: auto;
    margin-right: 20px;
  }
}

.section-service .service-card__image img {
  width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-service .service-card__image img {
    width: 105px;
  }
}

@media (min-width: 992px) {
  .section-service .service-card__content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 67.3%;
    color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 70px 0 60px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-service .service-card__content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 67.3%;
    color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 12px;
    padding: 0 48px 0 40px;
  }
}

@media (max-width: 767px) {
  .section-service .service-card__content {
    position: relative;
    margin-top: -120px;
    width: calc(100% - 40px);
    background-color: #fff;
    color: #000;
  }
}

.section-service .service-card__section {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 30px;
}

.section-service .service-card__title {
  margin: 0;
  font-size: 13px;
  letter-spacing: .1em;
}

.section-service .service-card__text {
  margin: 20px 0 0 0;
  font-size: 12px;
  line-height: 2.2;
  letter-spacing: .1em;
}

@media (max-width: 767px) {
  .section-service .service-card__text {
    font-size: 10px;
    letter-spacing: 0;
  }
}

@media (min-width: 992px) {
  .section-service .service-card__link-text {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    letter-spacing: .2em;
    text-align: center;
    transition: letter-spacing .3s linear;
    width: 70px;
    font-size: 13px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-service .service-card__link-text {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    letter-spacing: .2em;
    text-align: center;
    transition: letter-spacing .3s linear;
    width: 48px;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .section-service .service-card__link-text {
    color: #fff;
    padding: 24px;
    text-align: center;
    font-size: 12px;
  }
}

.section-service .service-card__link-text span {
  white-space: nowrap;
  transform: rotate(-90deg);
}

.section-information-container {
  position: relative;
}

@media (min-width: 992px) {
  .section-information-container {
    margin-bottom: -100px;
  }
}

.section-information-container:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 50%;
  background-color: #fff;
  content: "";
}

.section-information {
  position: relative;
  z-index: 10;
  background-color: #fff;
}

@media (min-width: 992px) {
  .section-information {
    padding: 100px 160px 100px 36px;
    margin-top: 100px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-information {
    margin-top: 60px;
    padding: 60px;
  }
}

@media (max-width: 767px) {
  .section-information {
    padding-top: 36px;
    padding-bottom: 40px;
    padding-left: 40px;
    margin-top: 50px;
  }
}

@media (min-width: 992px) {
  .section-information .row {
    margin-right: -30px;
    margin-left: -30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-information .row {
    margin-right: -30px;
    margin-left: -30px;
  }
}

.section-information .col-sm-6 {
  padding-right: 30px;
  padding-left: 30px;
}

@media (max-width: 767px) {
  .section-information .col {
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-information .col:nth-child(1n+2) {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .section-information .col:nth-child(1n+2) {
    margin-top: 40px;
  }
}

.section-information .title-section {
  line-height: 1;
}

.section-information .title-section span {
  display: inline-block;
  font-family: "Montserrat", "Noto Sans JP", "Noto Sans Japanese", "Avenir", "Open Sans", Roboto, "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: .14em;
  color: #172987;
}

.section-information .title-section small {
  display: inline-block;
  padding-left: 12px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .06em;
}

.section-information .information-card {
  position: relative;
  display: block;
  width: 100%;
  color: #fff;
}

@media (min-width: 992px) {
  .section-information .information-card {
    height: 340px;
    margin-top: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-information .information-card {
    margin-top: 20px;
    height: 278px;
  }
}

@media (max-width: 767px) {
  .section-information .information-card {
    height: 232px;
  }
}

.section-information .information-card:hover .information-card__image:before {
  opacity: 0;
}

.section-information .information-card:hover .information-card__text {
  letter-spacing: .7em;
}

.section-information .information-card__image {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 992px) {
  .section-information .information-card__image {
    width: calc(100% - 70px);
    height: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-information .information-card__image {
    width: 100%;
    height: 220px;
  }
}

@media (max-width: 767px) {
  .section-information .information-card__image {
    width: 100%;
    height: 172px;
  }
}

.section-information .information-card__image:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  content: "";
  opacity: 1;
  transition: opacity .3s linear;
}

.section-information .information-card__text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-size: 12px;
  letter-spacing: .49em;
  text-align: center;
  background-color: #1f339b;
  transition: letter-spacing .3s linear;
}

@media (min-width: 992px) {
  .section-information .information-card__text {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-information .information-card__text {
    width: 100%;
    height: 58px;
  }
}

@media (max-width: 767px) {
  .section-information .information-card__text {
    width: 100%;
    height: 60px;
  }
}

.section-information .information-card__text span {
  white-space: nowrap;
}

@media (min-width: 992px) {
  .section-information .information-card__text span {
    transform: rotate(-90deg);
  }
}

.section-information .text {
  margin: 20px 0 0 0;
  font-size: 14px;
  line-height: 2;
  letter-spacing: .1em;
}

@media (max-width: 767px) {
  .section-information .text {
    padding-right: 54px;
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-information .text br {
    display: none;
  }
}

.section-single-about-container {
  position: relative;
}

.section-single-about-container:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 50%;
  background-color: #fff;
  content: "";
}

.section-single-about {
  position: relative;
  z-index: 10;
  max-width: 1160px;
  background-color: #fff;
}

@media (min-width: 992px) {
  .section-single-about {
    margin-top: 100px;
    padding: 102px 15px 48px 168px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-single-about {
    margin-top: 60px;
    padding: 55px 45px 20px 45px;
  }
}

@media (max-width: 767px) {
  .section-single-about {
    padding: 40px 25px 22px 25px;
    margin-top: 40px;
    overflow: hidden;
  }
}

.section-single-about .banner {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #172987;
}

@media (min-width: 992px) {
  .section-single-about .banner {
    position: absolute;
    top: -60px;
    right: 0;
    width: 360px;
    height: 546px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-single-about .banner {
    width: 100%;
    height: 255px;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .section-single-about .banner {
    margin-top: 30px;
    height: 154px;
  }
}

@media (max-width: 767px) {
  .section-single-about .banner img {
    display: block;
    width: 155px;
  }
}

.section-single-about .text-img-vertical {
  top: 60px;
}

.section-single-about .title-section {
  margin: 0;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: .06em;
  color: #172987;
}

@media (max-width: 767px) {
  .section-single-about .title-section {
    font-size: 18px;
    line-height: 1.6;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.1em;
  }
}

.section-single-about strong {
  display: block;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .06em;
}

@media (max-width: 767px) {
  .section-single-about strong {
    margin-top: 20px;
    font-size: 13px;
    letter-spacing: 0;
    white-space: nowrap;
  }
}

.section-single-about .text {
  margin-top: 30px;
  font-size: 13px;
  line-height: 2;
  letter-spacing: .06em;
}

.section-single-about .typography {
  display: block;
  width: 100%;
}

@media (min-width: 992px) {
  .section-single-about .typography {
    margin-top: 62px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-single-about .typography {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .section-single-about .typography {
    margin-top: 20px;
    width: 440px;
  }
}

.section-about-mission {
  position: relative;
  z-index: 10;
  max-width: 1190px;
}

@media (min-width: 992px) {
  .section-about-mission {
    margin-top: 100px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-about-mission {
    margin-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (max-width: 767px) {
  .section-about-mission {
    margin-top: 40px;
  }
}

.section-about-mission .image {
  display: block;
  width: 100%;
}

.section-about-mission .typography {
  position: absolute;
}

@media (min-width: 992px) {
  .section-about-mission .typography {
    top: 63%;
    left: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-about-mission .typography {
    top: 20%;
    left: 92px;
  }
}

@media (max-width: 767px) {
  .section-about-mission .typography {
    width: 280px;
    top: 37%;
    left: -4px;
  }
}

.section-about-mission .container-fluid {
  position: relative;
  background-color: #fff;
}

@media (min-width: 992px) {
  .section-about-mission .container-fluid {
    width: 48%;
    padding: 6.9%;
    margin: -148px 40px 0 auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-about-mission .container-fluid {
    padding: 40px;
    width: 496px;
    margin: -100px -60px 0 auto;
  }
}

@media (max-width: 767px) {
  .section-about-mission .container-fluid {
    width: calc(100% - 20px);
    margin-top: -30px;
    margin-right: 0;
    padding: 34px 40px;
  }
}

.section-about-mission .title-section {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: .06em;
  color: #172987;
}

@media (max-width: 767px) {
  .section-about-mission .title-section {
    margin: 0;
    font-size: 18px;
  }
}

.section-about-mission .text {
  margin-top: 22px;
  font-size: 14px;
  letter-spacing: .06em;
  background-image: 2px;
}

@media (max-width: 767px) {
  .section-about-mission .text {
    font-size: 12px;
    margin-top: 15px;
  }
}

.section-contact-block-container {
  position: relative;
}

.section-contact-block-container:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 50%;
  background-color: #fff;
  content: "";
}

.section-contact-block {
  position: relative;
  z-index: 10;
  max-width: 1160px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;
}

@media (min-width: 992px) {
  .section-contact-block {
    margin-top: 100px;
    padding-left: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-contact-block {
    margin-top: 60px;
    padding: 64px 60px 60px 60px;
  }
}

@media (max-width: 767px) {
  .section-contact-block {
    margin-top: 40px;
    padding: 40px 0 40px 40px;
  }
}

@media (min-width: 992px) {
  .section-contact-block .container-fluid {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .section-contact-block .container-fluid {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .section-contact-block .content {
    width: 45%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-contact-block .content {
    margin-bottom: 20px;
  }
}

.section-contact-block .title-section {
  display: flex;
  align-items: center;
  margin: 0;
  line-height: 1;
}

@media (max-width: 991px) {
  .section-contact-block .title-section {
    width: 100%;
    text-align: left;
  }
}

.section-contact-block .title-section span {
  display: inline-block;
  font-family: "Montserrat", "Noto Sans JP", "Noto Sans Japanese", "Avenir", "Open Sans", Roboto, "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: .14em;
  color: #172987;
}

@media (max-width: 991px) {
  .section-contact-block .title-section span {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .section-contact-block .title-section span {
    font-size: 16px;
  }
}

.section-contact-block .title-section small {
  display: inline-block;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: .06em;
}

@media (max-width: 991px) {
  .section-contact-block .title-section small {
    font-size: 12px;
  }
}

.section-contact-block .text {
  margin-top: 25px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: .1em;
}

@media (max-width: 767px) {
  .section-contact-block .text {
    padding-right: 60px;
    font-size: 12px;
    margin-top: 20px;
  }
}

.section-contact-block .link {
  position: relative;
  display: block;
}

@media (min-width: 992px) {
  .section-contact-block .link {
    background-image: url("../img/section/information/bg-work.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 55%;
    height: 320px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-contact-block .link {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .section-contact-block .link {
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .section-contact-block .link::before {
    content: "";
    display: block;
    width: 100%;
    height: 220px;
    background-image: url("../img/section/information/bg-work.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-contact-block .link {
    width: 100%;
    background-image: url("../img/bg-contact.jpg");
  }
}

@media (max-width: 767px) {
  .section-contact-block .link {
    width: 100%;
  }
}

.section-contact-block .link:after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.07);
  content: "";
  transform: translateY(-50%);
  transition: height .2s linear;
}

@media (max-width: 991px) {
  .section-contact-block .link:after {
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    transform: translateX(-50%);
    transition: width .2s linear;
  }
}

.section-contact-block .link:hover:after {
  height: 100%;
}

@media (max-width: 991px) {
  .section-contact-block .link:hover:after {
    width: 100%;
  }
}

.section-contact-block .link:hover .link-text {
  letter-spacing: .5em;
}

.section-contact-block .link-text {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .3em;
  color: #fff;
  background-color: #172987;
  transition: letter-spacing .2s linear;
}

@media (min-width: 992px) {
  .section-contact-block .link-text {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 100%;
  }
}

@media (max-width: 991px) {
  .section-contact-block .link-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 58px;
  }
}

@media (min-width: 992px) {
  .section-contact-block .link-text span {
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    transform: translate(-50%, -50%) rotate(-90deg);
  }
}

.section-single-service-container {
  position: relative;
}

.section-single-service-container:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 50%;
  background-color: #fff;
  content: "";
}

.section-single-service-container + footer {
  margin-top: 0;
}

.single-section-service {
  position: relative;
  z-index: 10;
  max-width: 1160px;
  line-height: 2;
  background-color: #fff;
}

@media (min-width: 992px) {
  .single-section-service {
    padding: 65px 15px 105px 170px;
    margin-top: -82px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .single-section-service {
    padding: 60px;
  }
}

@media (max-width: 767px) {
  .single-section-service {
    padding: 50px 25px;
    margin-top: 0;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .single-section-service .col-sm-4:nth-child(1n+2) {
    margin-top: 50px;
  }
}

.single-section-service .service-link-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cecece;
  border-radius: 5px;
  transition: border-color .2s linear;
}

@media (min-width: 992px) {
  .single-section-service .service-link-card {
    height: 238px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .single-section-service .service-link-card {
    height: 170px;
  }
}

@media (max-width: 767px) {
  .single-section-service .service-link-card {
    height: 184px;
  }
}

@media (min-width: 992px) {
  .single-section-service .service-link-card:hover .service-link-card__image {
    transform: translateY(-15px);
  }
}

@media (min-width: 992px) {
  .single-section-service .service-link-card:hover .service-link-card__text {
    opacity: 1;
  }
}

.single-section-service .service-link-card--green {
  color: #8cb808;
}

@media (max-width: 991px) {
  .single-section-service .service-link-card--green {
    border-color: #8cb808;
  }
}

@media (min-width: 992px) {
  .single-section-service .service-link-card--green:hover {
    border-color: #8cb808;
  }
}

.single-section-service .service-link-card--green .service-link-card__text:before {
  border-left-color: #8cb808;
}

.single-section-service .service-link-card--orange {
  color: #f38202;
}

@media (max-width: 991px) {
  .single-section-service .service-link-card--orange {
    border-color: #f38202;
  }
}

@media (min-width: 992px) {
  .single-section-service .service-link-card--orange:hover {
    border-color: #f38202;
  }
}

.single-section-service .service-link-card--orange .service-link-card__text:before {
  border-left-color: #f38202;
}

.single-section-service .service-link-card--blue {
  color: #0e99db;
}

@media (max-width: 991px) {
  .single-section-service .service-link-card--blue {
    border-color: #0e99db;
  }
}

@media (min-width: 992px) {
  .single-section-service .service-link-card--blue:hover {
    border-color: #0e99db;
  }
}

.single-section-service .service-link-card--blue .service-link-card__text:before {
  border-left-color: #0e99db;
}

.single-section-service .service-link-card__image {
  display: block;
  transition: transform .3s linear;
}

@media (min-width: 992px) {
  .single-section-service .service-link-card__image {
    height: auto;
    max-width: 130px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .single-section-service .service-link-card__image {
    width: 92px;
    transform: translateY(-15px);
  }
}

@media (max-width: 767px) {
  .single-section-service .service-link-card__image {
    width: auto;
    height: 92px;
    transform: translateY(-15px);
  }
}

.single-section-service .service-link-card__text {
  position: absolute;
  left: 50%;
  margin: 0;
  white-space: nowrap;
  transform: translateX(-50%);
}

@media (min-width: 992px) {
  .single-section-service .service-link-card__text {
    padding-right: 30px;
    opacity: 0;
    transition: opacity .2s linear;
    bottom: 18px;
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .single-section-service .service-link-card__text {
    font-size: 12px;
    padding-right: 25px;
    bottom: 15px;
  }
}

@media (max-width: 767px) {
  .single-section-service .service-link-card__text {
    bottom: 15px;
    padding-right: 25px;
    font-size: 14px;
  }
}

.single-section-service .service-link-card__text:before {
  position: absolute;
  top: 50%;
  right: 0;
  border-color: transparent;
  border-style: solid;
  content: "";
  transform: translateY(-50%);
}

@media (min-width: 992px) {
  .single-section-service .service-link-card__text:before {
    border-width: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .single-section-service .service-link-card__text:before {
    border-width: 7px;
  }
}

@media (max-width: 767px) {
  .single-section-service .service-link-card__text:before {
    border-width: 7px;
  }
}

.single-section-service .service-name {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .1em;
}

@media (min-width: 992px) {
  .single-section-service .service-name {
    margin-top: 58px;
  }
}

@media (max-width: 991px) {
  .single-section-service .service-name {
    margin-top: 20px;
  }
}

.single-section-service .service-name--green {
  color: #8cb808;
}

.single-section-service .service-name--orange {
  color: #f38202;
}

.single-section-service .service-name--blue {
  color: #0e99db;
}

.single-section-service .service-name--dark-blue {
  color: #172987;
}

.single-section-service .service-text {
  margin: 10px 0 0 0;
  font-size: 12px;
  line-height: 2;
  border-bottom: 1px dashed #000;
}

@media (min-width: 992px) {
  .single-section-service .service-text {
    padding-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .single-section-service .service-text {
    padding-bottom: 20px;
  }
}

.single-section-service .service-text--green {
  border-bottom-color: #8cb808;
}

.single-section-service .service-text--orange {
  border-bottom-color: #f38202;
}

.single-section-service .service-text--blue {
  border-bottom-color: #0e99db;
}

.single-section-service .simple-service-link .service-text {
  padding-bottom: 20px;
  border-bottom: none;
}

.section-guideline-container {
  position: relative;
}

.section-guideline-container:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 50%;
  background-color: #fff;
  content: "";
}

.section-guideline {
  position: relative;
  z-index: 10;
  max-width: 1160px;
  padding: 65px 15px 105px 170px;
  margin-top: -82px;
  line-height: 2;
  background-color: #fff;
}

@media (max-width: 991px) {
  .section-guideline {
    padding: 54px 60px 25px;
    margin-top: 0;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .section-guideline {
    padding: 54px 40px 25px;
    font-size: 10px;
  }
}

.section-guideline .title-section {
  margin-top: 60px;
  margin-bottom: 38px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: .06em;
}

@media (max-width: 991px) {
  .section-guideline .title-section {
    margin-top: 65px;
    margin-bottom: 20px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .section-guideline .title-section {
    margin-top: 35px;
  }
}

.section-guideline .title-sm {
  margin-top: 25px;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .section-guideline .title-sm {
    margin-top: 20px;
    font-size: 14px;
  }
}

.section-guideline p {
  font-size: 12px;
}

@media (max-width: 767px) {
  .section-guideline p .br-sm-min {
    display: none;
  }
}

.section-guideline .text-img-vertical {
  top: 40px;
}

.section-guideline .text-img-vertical.text-left {
  left: 50px;
}

.section-single-company-container {
  position: relative;
}

.section-single-company-container:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 50%;
  background-color: #fff;
  content: "";
}

.section-single-company {
  position: relative;
  z-index: 10;
  max-width: 1160px;
  padding: 65px 15px 105px 170px;
  margin-top: -82px;
  line-height: 2;
  background-color: #fff;
}

@media (max-width: 991px) {
  .section-single-company {
    padding: 54px 60px 25px;
    margin-top: 0;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .section-single-company {
    padding: 54px 40px 25px;
  }
}

.section-single-company .company-logo {
  margin-top: 80px;
}

@media (max-width: 767px) {
  .section-single-company .company-logo {
    display: block;
    margin: 0 auto 30px;
  }
}

.section-single-company .company-table {
  table-layout: fixed;
}

.section-single-company .company-table th,
.section-single-company .company-table td {
  padding: 40px 0;
  font-size: 13px;
  line-height: 2;
}

@media (max-width: 767px) {
  .section-single-company .company-table th,
  .section-single-company .company-table td {
    font-size: 11px;
  }
}

.section-single-company .company-table th {
  width: 35%;
}

@media (max-width: 767px) {
  .section-single-company .company-table th {
    width: 25%;
  }
}

.section-single-company .company-table td {
  width: 65%;
}

@media (max-width: 767px) {
  .section-single-company .company-table td {
    width: 75%;
  }
}

.section-single-company .company-service {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .section-single-company .company-service .logo-giga-hikari {
    height: 66px;
    width: auto;
  }
}

@media (max-width: 767px) {
  .section-single-company .company-service .logo-otoku-denki {
    height: 58.6px;
    width: auto;
  }
}

@media (max-width: 767px) {
  .section-single-company .company-service .logo-otokuni {
    height: 57.5px;
    width: auto;
  }
}

.section-contact-form-container {
  position: relative;
}

.section-contact-form-container:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 50%;
  background-color: #fff;
  content: "";
}

.section-contact-form {
  position: relative;
  z-index: 10;
  max-width: 1160px;
  padding-top: 66px;
  padding-bottom: 100px;
  padding-right: 15px;
  padding-left: 168px;
  margin-top: -84px;
  background-color: #fff;
}

@media (max-width: 991px) {
  .section-contact-form {
    padding: 42px 60px 25px;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .section-contact-form {
    padding: 42px 40px 25px;
  }
}

.section-contact-form .title-section {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .1em;
}

@media (max-width: 767px) {
  .section-contact-form .title-section {
    margin-bottom: 20px;
    font-size: 14px;
  }
}

.section-contact-form .title-section + p {
  margin-bottom: 30px;
  font-size: 12px;
}

.section-contact-form .title-section + p .br-sp {
  display: none;
}

@media (max-width: 767px) {
  .section-contact-form .title-section + p .br-sp {
    display: block;
  }
}

.section-contact-form hr {
  margin-top: 0;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .section-contact-form hr {
    margin-bottom: 25px;
  }
}

.section-contact-form .text-img-vertical .text-left {
  left: 50px;
}

.section-contact-form .text-policy {
  margin-bottom: 35px;
  font-size: 13px;
}

@media (min-width: 768px) {
  .section-contact-form .text-policy {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .section-contact-form .text-policy {
    margin-bottom: 24px;
    font-size: 12px;
  }
}

.section-contact-form .text-policy a, .section-contact-form .text-policy a:hover {
  color: #9a9a9a;
}

.section-contact-form .select-category {
  margin-bottom: 40px;
}

.section-contact-form .select-category input {
  position: absolute;
  visibility: hidden;
}

.section-contact-form .select-category input:checked + label {
  border-color: #0e99db;
  border-width: 2px;
}

.section-contact-form .select-category label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 175px;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
}

@media (max-width: 991px) {
  .section-contact-form .select-category label {
    height: 111px;
  }
}

.section-contact-form .select-category img {
  display: block;
}

@media (max-width: 991px) {
  .section-contact-form .select-category img {
    height: 60%;
    width: auto;
  }
}

.section-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  max-width: 100%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
}

.section-modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}

.section-modal__container {
  max-width: 900px;
  width: 100%;
  padding: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background-color: #fff;
}

@media (max-width: 991px) {
  .section-modal__container {
    width: 84%;
    top: 30px;
    transform: translateX(-50%);
    padding: 25px;
  }
}

.section-modal__title {
  margin: 0;
  color: #8cb806;
  font-size: 22px;
  letter-spacing: 0.12em;
}

@media (max-width: 991px) {
  .section-modal__title {
    font-size: 18px;
  }
}

.section-modal__text {
  margin: 20px 0 0 0;
  font-size: 14px;
  letter-spacing: 0.12em;
}

@media (max-width: 991px) {
  .section-modal__text {
    margin-top: 10px;
    font-size: 13px;
  }
}

.section-modal__phone {
  margin-top: 30px;
}

@media (max-width: 991px) {
  .section-modal__phone {
    margin-top: 25px;
    text-align: center;
  }
}

.section-modal__phone .dl-tel {
  margin-bottom: 8px;
}

@media (max-width: 991px) {
  .section-modal__phone .dl-tel {
    margin-bottom: 5px;
    text-align: center;
  }
}

.section-modal__btn {
  position: absolute;
  display: block;
  right: 15px;
  top: 15px;
}

@media (max-width: 991px) {
  .section-modal__btn.visible-xs {
    position: static;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 11px;
    color: #000;
    margin-top: 25px;
    width: 104px;
    height: 32px;
    border-radius: 16px;
    background-image: url("../../img/icon/close-icon.svg");
    background-repeat: no-repeat;
    background-position: right 15px center;
    border: 1px solid #D0D0D0;
    margin: 25px auto 0 auto;
  }
}

.section-modal__image {
  display: block;
}

@media (max-width: 991px) {
  .section-modal__image {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.section-option {
  max-width: 1024px;
  padding: 0 32px;
  margin: 100px auto 0 auto;
}

@media (max-width: 767px) {
  .section-option {
    margin-top: 40px;
  }
}

.panel-collapse-blue .simple-section-blue:nth-child(1n+2) {
  margin-top: 30px;
}

.panel-collapse-blue .simple-section-blue__title {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: bold;
  color: #172987;
  font-size: 18px;
  letter-spacing: 0.2em;
}

.panel-collapse-blue .simple-section-blue__text {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 2;
  color: #000;
}

.panel-collapse-blue .container-btn {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .panel-collapse-blue .container-btn {
    display: block;
  }
}

.panel-collapse-blue .container-btn .btn {
  width: 280px;
}

@media (max-width: 767px) {
  .panel-collapse-blue .container-btn .btn {
    width: 100%;
  }
}

.panel-collapse-blue .container-btn .btn:nth-child(1n+2) {
  margin-left: 20px;
  margin-top: 0;
}

@media (max-width: 767px) {
  .panel-collapse-blue .container-btn .btn:nth-child(1n+2) {
    margin-left: 0;
    margin-top: 10px;
  }
}

.title-white {
  padding-left: 0.07em;
  margin-top: 0;
  font-size: 26px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.07em;
  color: #fff;
}

@media (max-width: 767px) {
  .title-white {
    font-size: 18px;
    line-height: 1.66;
  }
}

.title-green-sm {
  margin-top: 0;
  font-size: 18px;
  color: #8cb806;
}

@media (max-width: 767px) {
  .title-green-sm {
    font-size: 15px;
  }
}

.title-blue-sm {
  margin-top: 0;
  font-size: 18px;
  color: #0099DB;
}

@media (max-width: 767px) {
  .title-blue-sm {
    font-size: 15px;
  }
}

.title-orange-sm {
  margin-top: 0;
  font-size: 18px;
  color: #f38202;
}

@media (max-width: 767px) {
  .title-orange-sm {
    font-size: 15px;
  }
}

.title-black {
  margin-top: 0;
  margin-bottom: 44px;
  font-size: 22px;
  font-weight: bold;
  color: #000;
}

@media (min-width: 768px) {
  .title-black {
    letter-spacing: .07em;
  }
}

@media (max-width: 767px) {
  .title-black {
    margin-bottom: 20px;
    font-size: 14px;
  }
}

.container-all {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 1390px;
}

@media (min-width: 992px) {
  .flex-container {
    display: flex;
    justify-content: center;
  }
}



@media (min-width: 992px) {
  .flex-container .col-middle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.flex-container .col-1 {
  letter-spacing: 0.1em;
}

.flex-container .col-1 img{
  height: 40px;
}

@media(max-width:768px){
  .flex-container .col-1 img{
    height: 2.2rem;
  }
}

@media (min-width: 992px) {
  .flex-container .col-1 {
    font-size: 18px;
    flex-basis: 27%;
    padding-left: 1.1em;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .flex-container .col-1 {
    margin-bottom: 36px;
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .flex-container .col-1 {
    margin-bottom: 30px;
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .flex-container .col-2 {
    flex-basis: 23.5%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .flex-container .col-2 {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .flex-container .col-2 .list-link {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .flex-container .col-2 .list-link {
    float: left;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .flex-container .col-3 {
    flex-basis: 29.5%;
  }
}

@media (max-width: 991px) {
  .flex-container .col-3 {
    margin-bottom: 56px;
  }
}

.flex-container .col-3 .banner {
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .flex-container .col-3 .banner {
    margin-bottom: 12px;
  }
}

@media (max-width: 991px) {
  .flex-container .col-4 .logo {
    display: block;
    margin: 0 auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .flex-container .col-4 .logo {
    width: 249px;
  }
}

@media (max-width: 767px) {
  .flex-container .col-4 .logo {
    width: 166px;
  }
}

.list-link-container .text-title-xs {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.428;
  letter-spacing: .1em;
  color: #717171;
}

@media (max-width: 767px) {
  .list-link-container .text-title-xs {
    font-size: 10px;
  }
}

.list-link-container .list-link {
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-end
}

@media (max-width: 768px) {
  .list-link-container .list-link {
    justify-content: center;
  }
}

@media (min-width: 992px) {
  .list-link-container .list-link {
    margin-bottom: 76px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .list-link-container .list-link {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .list-link-container .list-link {
    margin-bottom: 26px;
  }
}

.list-link-container .list-link:last-of-type {
  margin-bottom: 0;
}

.list-link-container .list-link__title {
  color: #fff;
}




.list-link-container .list-link > li:last-of-type,
.list-link-container .list-link > li:last-of-type .banner {
  margin: 0 auto;
}

.list-link-container .list-link > li > a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  text-decoration: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .list-link-container .list-link.banner-list-link {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .list-link-container .list-link.banner-list-link li {
    width: 47.68%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .list-link-container .list-link.banner-list-link li:first-of-type {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .list-link-container .list-link.banner-list-link li:nth-of-type(3) {
    margin-left: 4.64%;
  }
}

@media (max-width: 767px) {
  .list-link-container .logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 56px;
  }
}

footer {
  font-size: 15px;
  color: #fff;
  background-color: #023169;
  background-repeat: no-repeat;
}

@media (min-width: 992px) {
  footer {
    padding-top: 20px;
    padding-bottom: 10px;
    margin-top: 100px;
    background-position: 93% 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  footer {
    margin-top: 60px;
    padding: 10px 45px 10px 45px;
    background-position: center bottom 25px;
    background-size: contain;
  }
}

@media (max-width: 767px) {
  footer {
    position: relative;
    z-index: 20;
    padding-top: 20px;
    padding-bottom: 50px;
    margin-top: 0;
    font-size: 14px;
  }
}

footer .container-fluid {
  max-width: 1366px;
}

@media (max-width: 767px) {
  footer .container-fluid {
    padding-right: 35px;
    padding-left: 35px;
  }
}

.copyright {
  padding: 0px 1em 18px 2em;
  margin-bottom: 0;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
  background-color: #023169;
}

@media (max-width: 767px) {
  .copyright {
    font-size: 11px;
    margin-top: -1px;
  }
}

.banner-apply {
  display: block;
  max-width: 960px;
  background-color: #fff;
}

@media (min-width: 992px) {
  .banner-apply--margin-top {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .banner-apply--margin-top {
    margin-top: 50px;
  }
}

.banner-apply--margin-bottom {
  margin-bottom: 85px;
}

@media (max-width: 767px) {
  .banner-apply--margin-bottom {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .banner-apply--margin-bottom-orange {
    margin-bottom: 0;
  }
}

.banner-apply--orange {
  border: 5px solid #f38202;
}

.banner-apply--orange, .banner-apply--orange:hover, .banner-apply--orange:focus {
  color: #f38202;
  text-decoration: none;
}

.banner-apply--orange .body:before {
  border-color: transparent transparent #f38202 transparent;
}

.banner-apply--green {
  border: 5px solid #8cb806;
}

.banner-apply--green, .banner-apply--green:hover, .banner-apply--green:focus {
  color: #8cb806;
  text-decoration: none;
}

.banner-apply--green .body:before {
  border-color: transparent transparent #8cb806 transparent;
}

.banner-apply:hover {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.banner-apply .body {
  position: relative;
  padding: 23px 26px;
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 991px) {
  .banner-apply .body {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .banner-apply .body {
    padding-top: 20px;
    padding-bottom: 37.5vw;
    background-position: 50% 100%;
  }
}

.banner-apply .body--bg-weiting {
  background-image: url("../img/bg-writing.jpg");
}

@media (max-width: 767px) {
  .banner-apply .body--bg-weiting {
    background-image: url("../img/bg-writing-xs.jpg");
  }
}

.banner-apply .body--bg-mouse {
  background-image: url("../img/bg-mouse.jpg");
}

@media (max-width: 767px) {
  .banner-apply .body--bg-mouse {
    background-image: url("../img/bg-mouse.jpg");
  }
}

.banner-apply .body:before, .banner-apply .body:after {
  position: absolute;
  content: "";
}

.banner-apply .body:before {
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 35px 35px;
}

@media (max-width: 767px) {
  .banner-apply .body:before {
    right: -1px;
    bottom: -1px;
  }
}

.banner-apply .body:after {
  right: 4px;
  bottom: 7px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.banner-apply .label {
  min-width: 192px;
  margin-bottom: 6px;
}

@media (max-width: 767px) {
  .banner-apply .label {
    margin-bottom: 10px;
  }
}

.banner-apply dt,
.banner-apply dd {
  font-weight: bold;
  vertical-align: middle;
}

.banner-apply dt {
  padding-right: 55px;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .banner-apply dt {
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .banner-apply dt {
    padding-right: 0;
    margin-bottom: 15px;
  }
}

.banner-apply .text-lg {
  padding-left: 0.2em;
  font-size: 19px;
  letter-spacing: 0.2em;
}

@media (max-width: 767px) {
  .banner-apply .text-lg {
    font-size: 16px;
  }
}

.banner-apply dd {
  font-size: 33px;
  letter-spacing: .09em;
}

@media (max-width: 991px) {
  .banner-apply dd {
    font-size: 3vw;
  }
}

@media (max-width: 767px) {
  .banner-apply dd {
    padding-left: .09em;
    font-size: 5vw;
    text-align: center;
  }
}

.banner-plus {
  display: block;
  max-width: 960px;
  background-color: #fff;
  border: 5px solid #8cb806;
  margin-top: 30px;
  margin-bottom: 85px;
}

@media (max-width: 767px) {
  .banner-plus {
    margin-top: 50px;
  }
}

.banner-plus:hover {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.banner-plus, .banner-plus:hover, .banner-plus:focus {
  color: #8cb806;
  text-decoration: none;
}

.banner-plus .body {
  position: relative;
  padding: 18px 26px 18px 44px;
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/bg-plus.jpg");
}

@media (max-width: 991px) {
  .banner-plus .body {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .banner-plus .body {
    padding-top: 20px;
    padding-bottom: 7vw;
    background-position: 50% 100%;
    background-image: url("../img/bg-plus-sp.jpg");
  }
}

.banner-plus .body:before, .banner-plus .body:after {
  position: absolute;
  content: "";
}

.banner-plus .body:before {
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 35px 35px;
  border-color: transparent transparent #8cb806 transparent;
}

@media (max-width: 767px) {
  .banner-plus .body:before {
    right: -1px;
    bottom: -1px;
  }
}

.banner-plus .body:after {
  right: 4px;
  bottom: 7px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.banner-plus .label {
  min-width: 234px;
  margin-bottom: 6px;
  padding-top: 8px;
  padding-bottom: 8px;
}

@media (max-width: 767px) {
  .banner-plus .label {
    min-width: auto;
    margin-bottom: 10px;
  }
}

.banner-plus dt,
.banner-plus dd {
  font-weight: bold;
  vertical-align: middle;
}

.banner-plus dt {
  padding-right: 55px;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .banner-plus dt {
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .banner-plus dt {
    padding-right: 0;
    margin-bottom: 70px;
  }
}

.banner-plus .text-lg {
  padding-left: 0.2em;
  font-size: 19px;
  letter-spacing: 0.2em;
}

@media (max-width: 767px) {
  .banner-plus .text-lg {
    font-size: 16px;
  }
}

.banner-plus dd {
  font-size: 33px;
  letter-spacing: .09em;
}

@media (max-width: 991px) {
  .banner-plus dd {
    font-size: 3vw;
  }
}

@media (max-width: 767px) {
  .banner-plus dd {
    padding-left: .09em;
    font-size: 5vw;
    text-align: center;
  }
}

.banner-plus .logo {
  display: block;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .banner-plus .logo {
    max-width: 234px;
    width: 100%;
  }
}

.banner-giga-hikari {
  display: block;
  max-width: 960px;
  background-color: #fff;
  border: 5px solid #8cb806;
  margin-top: 30px;
  margin-bottom: 85px;
}

@media (max-width: 767px) {
  .banner-giga-hikari {
    margin-top: 50px;
  }
}

.banner-giga-hikari:hover {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.banner-giga-hikari, .banner-giga-hikari:hover, .banner-giga-hikari:focus {
  color: #8cb806;
  text-decoration: none;
}

.banner-giga-hikari .body {
  position: relative;
  padding: 18px 26px 18px 44px;
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/bg-giga-hikari.jpg");
}

@media (max-width: 991px) {
  .banner-giga-hikari .body {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .banner-giga-hikari .body {
    padding-top: 20px;
    padding-bottom: 7vw;
    background-position: 50% 100%;
    background-image: url("../img/bg-giga-hikari-sp.jpg");
  }
}

.banner-giga-hikari .body:before, .banner-giga-hikari .body:after {
  position: absolute;
  content: "";
}

.banner-giga-hikari .body:before {
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 35px 35px;
  border-color: transparent transparent #8cb806 transparent;
}

@media (max-width: 767px) {
  .banner-giga-hikari .body:before {
    right: -1px;
    bottom: -1px;
  }
}

.banner-giga-hikari .body:after {
  right: 4px;
  bottom: 7px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.banner-giga-hikari .label {
  min-width: 234px;
  margin-bottom: 6px;
  padding-top: 8px;
  padding-bottom: 8px;
}

@media (max-width: 767px) {
  .banner-giga-hikari .label {
    min-width: auto;
    margin-bottom: 10px;
  }
}

.banner-giga-hikari dt,
.banner-giga-hikari dd {
  font-weight: bold;
  vertical-align: middle;
}

.banner-giga-hikari dt {
  padding-right: 55px;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .banner-giga-hikari dt {
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .banner-giga-hikari dt {
    padding-right: 0;
    margin-bottom: 70px;
  }
}

.banner-giga-hikari .text-lg {
  padding-left: 0.2em;
  font-size: 19px;
  letter-spacing: 0.2em;
}

@media (max-width: 767px) {
  .banner-giga-hikari .text-lg {
    font-size: 16px;
  }
}

.banner-giga-hikari dd {
  font-size: 33px;
  letter-spacing: .09em;
}

@media (max-width: 991px) {
  .banner-giga-hikari dd {
    font-size: 3vw;
  }
}

@media (max-width: 767px) {
  .banner-giga-hikari dd {
    padding-left: .09em;
    font-size: 5vw;
    text-align: center;
  }
}

.banner-giga-hikari .logo {
  display: block;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .banner-giga-hikari .logo {
    max-width: 234px;
    width: 100%;
  }
}

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

.card-brands {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.card-brands img {
  display: block;
}

.card-brands img:nth-child(1n+2) {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .card-brands img:nth-child(1n+2) {
    margin-left: 14px;
  }
}

@media (max-width: 767px) {
  .card-brands .visa {
    height: 34px;
    width: auto;
  }
  .card-brands .mastercard {
    height: 34px;
    width: auto;
  }
  .card-brands .american-express {
    height: 40px;
    width: auto;
  }
  .card-brands .diners-club {
    height: 35px;
    width: auto;
  }
  .card-brands .jcb {
    height: 34px;
    width: auto;
  }
}

.category-link-list {
  margin-top: 46px;
  margin-bottom: 76px;
}

@media (max-width: 991px) {
  .category-link-list {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .category-link-list {
    margin-bottom: 20px;
  }
}

.category-link-list__item {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  height: 118px;
  color: #000;
  border: 1px solid #cecece;
  border-radius: 5px;
}

@media (max-width: 991px) {
  .category-link-list__item {
    height: 82px;
  }
}

@media (max-width: 767px) {
  .category-link-list__item {
    height: 74px;
    margin-bottom: 20px;
  }
}

.category-link-list__item:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .category-link-list__item img {
    margin-right: 15px;
    transform: translateY(0px);
  }
}

@media (max-width: 767px) {
  .category-link-list__item--green {
    border-color: #399d25;
  }
}

.category-link-list__item--green:hover {
  border-color: #399d25;
}

@media (min-width: 768px) and (max-width: 991px) {
  .category-link-list__item--green img {
    height: 35.1px;
    width: auto;
  }
}

@media (max-width: 767px) {
  .category-link-list__item--green img {
    height: 33.5px;
    width: auto;
  }
}

.category-link-list__item--green .category-link-list__title {
  color: #399d25;
}

.category-link-list__item--green .category-link-list__title:before {
  border-left-color: #399d25;
}

@media (max-width: 767px) {
  .category-link-list__item--orange {
    border-color: #f38202;
  }
}

.category-link-list__item--orange:hover {
  border-color: #f38202;
}

@media (min-width: 768px) and (max-width: 991px) {
  .category-link-list__item--orange img {
    height: 28.7px;
    width: auto;
  }
}

@media (max-width: 767px) {
  .category-link-list__item--orange img {
    height: 28px;
    width: auto;
  }
}

.category-link-list__item--orange .category-link-list__title {
  color: #f38202;
}

.category-link-list__item--orange .category-link-list__title:before {
  border-left-color: #f38202;
}

@media (max-width: 767px) {
  .category-link-list__item--light-cyan {
    border-color: #0e99db;
  }
}

.category-link-list__item--light-cyan:hover {
  border-color: #0e99db;
}

@media (min-width: 768px) and (max-width: 991px) {
  .category-link-list__item--light-cyan img {
    height: 37.3px;
    width: auto;
  }
}

@media (max-width: 767px) {
  .category-link-list__item--light-cyan img {
    height: 32px;
    width: auto;
  }
}

.category-link-list__item--light-cyan .category-link-list__title {
  color: #0e99db;
}

.category-link-list__item--light-cyan .category-link-list__title:before {
  border-left-color: #0e99db;
}

@media (max-width: 767px) {
  .category-link-list__item--blue {
    border-color: #172987;
    margin-bottom: 0;
  }
}

.category-link-list__item--blue:hover {
  border-color: #172987;
}

@media (min-width: 768px) and (max-width: 991px) {
  .category-link-list__item--blue img {
    height: 33.3px;
    width: auto;
  }
}

@media (max-width: 767px) {
  .category-link-list__item--blue img {
    height: 34.3px;
    width: auto;
  }
}

.category-link-list__item--blue .category-link-list__title {
  color: #172987;
}

.category-link-list__item--blue .category-link-list__title:before {
  border-left-color: #172987;
}

.category-link-list img {
  transform: translateY(-5px);
}

.category-link-list__title {
  position: absolute;
  bottom: 14px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

@media (max-width: 991px) {
  .category-link-list__title {
    bottom: 10px;
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  .category-link-list__title {
    position: relative;
    bottom: 0px;
    flex-direction: row;
    margin-right: 20px;
  }
}

.category-link-list__title:before {
  position: absolute;
  top: 50%;
  right: -20px;
  display: block;
  border-color: transparent;
  border-style: solid;
  border-width: 4px 5px;
  content: "";
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .category-link-list__title:before {
    right: -20px;
  }
}

.confirm-table {
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  margin: 60px 0;
  font-size: 14px;
}

@media (max-width: 767px) {
  .confirm-table {
    display: block;
    margin: 30px 0;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .confirm-table body,
  .confirm-table tbody,
  .confirm-table tr,
  .confirm-table th,
  .confirm-table td {
    display: block;
  }
}

@media (max-width: 767px) {
  .confirm-table tr {
    padding: 30px 0;
    border-top: 1px solid #f0f0f0;
  }
}

.confirm-table th, .confirm-table td {
  border-top: 1px solid #f0f0f0;
  padding: 40px 0;
}

@media (max-width: 767px) {
  .confirm-table th, .confirm-table td {
    padding: 0;
    border: none;
  }
}

.confirm-table th {
  width: 246px;
}

@media (max-width: 767px) {
  .confirm-table th {
    width: auto;
  }
}

@media (max-width: 767px) {
  .confirm-table td {
    margin-top: 10px;
  }
}

.btn-back {
  position: relative;
  display: block;
  width: 100%;
  padding: 16px 15px 17px 15px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  background-color: initial;
}

@media (max-width: 767px) {
  .btn-back {
    margin-bottom: 15px;
    padding: 8px 15px 9px 20px;
    font-size: 12px;
  }
}

.btn-back::before {
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  width: 0;
  height: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-color: transparent #000 transparent transparent;
  border-style: solid;
  border-width: 5px 8px 5px 0;
  content: "";
}

@media (max-width: 767px) {
  .btn-back::before {
    left: 14px;
  }
}

.btn-back .label-control {
  top: 0;
  bottom: 0;
  left: 70px;
  width: 14px;
  height: 14px;
  margin-top: auto;
  margin-bottom: auto;
  border: 1px solid #707070;
}

@media (max-width: 767px) {
  .btn-back .label-control {
    left: 105px;
    width: 12px;
    height: 12px;
  }
}

footer .member-link {
  display: none !important;
}

@media (min-width: 992px) {
  .member-link {
    display: none;
  }
}

@media (max-width: 991px) {
  .member-link {
    margin-bottom: 25px;
  }
}

.member-link__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 38px;
  background-color: #fff;
  font-weight: bold;
  color: #8cb808;
  font-size: 12px;
  border-radius: 19px;
  line-height: 1;
}

.member-link__item:nth-child(1n+2) {
  margin-top: 16px;
}

.member-link__icon--lock {
  margin-top: -2px;
  margin-right: 6px;
}

.member-link__icon--document {
  margin-top: -5px;
  margin-right: 4px;
}

.modal-backdrop {
  z-index: 11;
}

.modal {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.modal-dialog {
  width: auto;
  max-width: 1088px;
}

@media (max-width: 767px) {
  .modal-dialog {
    margin-right: 0;
    margin-left: 0;
  }
}

.modal-content {
  border-radius: 0;
}

.modal-title {
  font-size: 16px;
  font-weight: bold;
}

.modal-header {
  padding: 50px 55px 15px;
  border-bottom: 0;
}

@media (max-width: 767px) {
  .modal-header {
    padding: 22px 20px 0;
    font-size: 14px;
  }
}

.modal-body {
  padding: 10px 14px 0 55px;
  font-size: 12px;
  line-height: 2;
}

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

.modal-body p {
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .modal-body p {
    margin-bottom: 26px;
  }
}

.modal-body .container-text {
  height: 400px;
  padding-right: 15px;
  overflow-y: scroll;
}

@media (max-width: 767px) {
  .modal-body .hr-light-gray {
    margin-top: 35px;
  }
}

.modal-footer {
  padding-bottom: 50px;
  border-top: 0;
}

@media (max-width: 767px) {
  .modal-footer {
    padding-bottom: 25px;
  }
}

.modal-footer .container-btn {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 495px;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .modal-footer .container-btn {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .modal-footer .container-btn {
    max-width: 285px;
  }
}
