@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
.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;
  }
}

footer.has-banner {
  padding-bottom: 90px;
}

@media (max-width: 767px) {
  footer.has-banner {
    padding-bottom: 225px;
  }
}

.modal-vertical-middle {
  overflow: hidden !important;
}

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

.modal-vertical-middle .modal-content {
  width: 100%;
  margin: 0 auto;
  pointer-events: auto;
}

.modal-open {
  padding-right: 0 !important;
}

.bootstrap {
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
}

.bootstrap html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.bootstrap body {
  margin: 0;
}

.bootstrap article,
.bootstrap aside,
.bootstrap details,
.bootstrap figcaption,
.bootstrap figure,
.bootstrap footer,
.bootstrap header,
.bootstrap hgroup,
.bootstrap main,
.bootstrap menu,
.bootstrap nav,
.bootstrap section,
.bootstrap summary {
  display: block;
}

.bootstrap audio,
.bootstrap canvas,
.bootstrap progress,
.bootstrap video {
  display: inline-block;
  vertical-align: baseline;
}

.bootstrap audio:not([controls]) {
  display: none;
  height: 0;
}

.bootstrap [hidden],
.bootstrap template {
  display: none;
}

.bootstrap a {
  background-color: transparent;
}

.bootstrap a:active,
.bootstrap a:hover {
  outline: 0;
}

.bootstrap abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

.bootstrap b,
.bootstrap strong {
  font-weight: bold;
}

.bootstrap dfn {
  font-style: italic;
}

.bootstrap h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

.bootstrap mark {
  background: #ff0;
  color: #000;
}

.bootstrap small {
  font-size: 80%;
}

.bootstrap sub,
.bootstrap sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.bootstrap sup {
  top: -0.5em;
}

.bootstrap sub {
  bottom: -0.25em;
}

.bootstrap img {
  border: 0;
}

.bootstrap svg:not(:root) {
  overflow: hidden;
}

.bootstrap figure {
  margin: 1em 40px;
}

.bootstrap hr {
  box-sizing: content-box;
  height: 0;
}

.bootstrap pre {
  overflow: auto;
}

.bootstrap code,
.bootstrap kbd,
.bootstrap pre,
.bootstrap samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

.bootstrap button,
.bootstrap input,
.bootstrap optgroup,
.bootstrap select,
.bootstrap textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

.bootstrap button {
  overflow: visible;
}

.bootstrap button,
.bootstrap select {
  text-transform: none;
}

.bootstrap button,
.bootstrap html input[type="button"],
.bootstrap input[type="reset"],
.bootstrap input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

.bootstrap button[disabled],
.bootstrap html input[disabled] {
  cursor: default;
}

.bootstrap button::-moz-focus-inner,
.bootstrap input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.bootstrap input {
  line-height: normal;
}

.bootstrap input[type="checkbox"],
.bootstrap input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

.bootstrap input[type="number"]::-webkit-inner-spin-button,
.bootstrap input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

.bootstrap input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

.bootstrap input[type="search"]::-webkit-search-cancel-button,
.bootstrap input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.bootstrap fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

.bootstrap legend {
  border: 0;
  padding: 0;
}

.bootstrap textarea {
  overflow: auto;
}

.bootstrap optgroup {
  font-weight: bold;
}

.bootstrap table {
  border-collapse: collapse;
  border-spacing: 0;
}

.bootstrap td,
.bootstrap th {
  padding: 0;
}

.bootstrap * {
  box-sizing: border-box;
}

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

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

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

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

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

.bootstrap a:hover, .bootstrap a:focus {
  color: #4d4dff;
  text-decoration: underline;
}

.bootstrap a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.bootstrap figure {
  margin: 0;
}

.bootstrap img {
  vertical-align: middle;
}

.bootstrap .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.bootstrap .img-rounded {
  border-radius: 6px;
}

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

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

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

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

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

.bootstrap [role="button"] {
  cursor: pointer;
}

.bootstrap h1, .bootstrap h2, .bootstrap h3, .bootstrap h4, .bootstrap h5, .bootstrap h6,
.bootstrap .h1, .bootstrap .h2, .bootstrap .h3, .bootstrap .h4, .bootstrap .h5, .bootstrap .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

.bootstrap h1 small,
.bootstrap h1 .small, .bootstrap h2 small,
.bootstrap h2 .small, .bootstrap h3 small,
.bootstrap h3 .small, .bootstrap h4 small,
.bootstrap h4 .small, .bootstrap h5 small,
.bootstrap h5 .small, .bootstrap h6 small,
.bootstrap h6 .small,
.bootstrap .h1 small,
.bootstrap .h1 .small, .bootstrap .h2 small,
.bootstrap .h2 .small, .bootstrap .h3 small,
.bootstrap .h3 .small, .bootstrap .h4 small,
.bootstrap .h4 .small, .bootstrap .h5 small,
.bootstrap .h5 .small, .bootstrap .h6 small,
.bootstrap .h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #333;
}

.bootstrap h1, .bootstrap .h1,
.bootstrap h2, .bootstrap .h2,
.bootstrap h3, .bootstrap .h3 {
  margin-top: 23px;
  margin-bottom: 11.5px;
}

.bootstrap h1 small,
.bootstrap h1 .small, .bootstrap .h1 small,
.bootstrap .h1 .small,
.bootstrap h2 small,
.bootstrap h2 .small, .bootstrap .h2 small,
.bootstrap .h2 .small,
.bootstrap h3 small,
.bootstrap h3 .small, .bootstrap .h3 small,
.bootstrap .h3 .small {
  font-size: 65%;
}

.bootstrap h4, .bootstrap .h4,
.bootstrap h5, .bootstrap .h5,
.bootstrap h6, .bootstrap .h6 {
  margin-top: 11.5px;
  margin-bottom: 11.5px;
}

.bootstrap h4 small,
.bootstrap h4 .small, .bootstrap .h4 small,
.bootstrap .h4 .small,
.bootstrap h5 small,
.bootstrap h5 .small, .bootstrap .h5 small,
.bootstrap .h5 .small,
.bootstrap h6 small,
.bootstrap h6 .small, .bootstrap .h6 small,
.bootstrap .h6 .small {
  font-size: 75%;
}

.bootstrap h1, .bootstrap .h1 {
  font-size: 36px;
}

.bootstrap h2, .bootstrap .h2 {
  font-size: 30px;
}

.bootstrap h3, .bootstrap .h3 {
  font-size: 24px;
}

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

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

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

.bootstrap p {
  margin: 0 0 11.5px;
}

.bootstrap .lead {
  margin-bottom: 23px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .bootstrap .lead {
    font-size: 21px;
  }
}

.bootstrap small,
.bootstrap .small {
  font-size: 85%;
}

.bootstrap mark,
.bootstrap .mark {
  padding: .2em;
  background-color: #fcf8e3;
}

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

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

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

.bootstrap .text-justify {
  text-align: justify;
}

.bootstrap .text-nowrap {
  white-space: nowrap;
}

.bootstrap .text-lowercase {
  text-transform: lowercase;
}

.bootstrap .text-uppercase, .bootstrap .initialism {
  text-transform: uppercase;
}

.bootstrap .text-capitalize {
  text-transform: capitalize;
}

.bootstrap .text-muted {
  color: #777777;
}

.bootstrap .text-primary {
  color: #337ab7;
}

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

.bootstrap .text-success {
  color: #3c763d;
}

.bootstrap a.text-success:hover,
.bootstrap a.text-success:focus {
  color: #2b542c;
}

.bootstrap .text-info {
  color: #31708f;
}

.bootstrap a.text-info:hover,
.bootstrap a.text-info:focus {
  color: #245269;
}

.bootstrap .text-warning {
  color: #8a6d3b;
}

.bootstrap a.text-warning:hover,
.bootstrap a.text-warning:focus {
  color: #66512c;
}

.bootstrap .text-danger {
  color: #a94442;
}

.bootstrap a.text-danger:hover,
.bootstrap a.text-danger:focus {
  color: #843534;
}

.bootstrap .bg-primary {
  color: #fff;
}

.bootstrap .bg-primary {
  background-color: #337ab7;
}

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

.bootstrap .bg-success {
  background-color: #dff0d8;
}

.bootstrap a.bg-success:hover,
.bootstrap a.bg-success:focus {
  background-color: #c1e2b3;
}

.bootstrap .bg-info {
  background-color: #d9edf7;
}

.bootstrap a.bg-info:hover,
.bootstrap a.bg-info:focus {
  background-color: #afd9ee;
}

.bootstrap .bg-warning {
  background-color: #fcf8e3;
}

.bootstrap a.bg-warning:hover,
.bootstrap a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bootstrap .bg-danger {
  background-color: #f2dede;
}

.bootstrap a.bg-danger:hover,
.bootstrap a.bg-danger:focus {
  background-color: #e4b9b9;
}

.bootstrap .page-header {
  padding-bottom: 10.5px;
  margin: 46px 0 23px;
  border-bottom: 1px solid #ccc;
}

.bootstrap ul,
.bootstrap ol {
  margin-top: 0;
  margin-bottom: 11.5px;
}

.bootstrap ul ul,
.bootstrap ul ol,
.bootstrap ol ul,
.bootstrap ol ol {
  margin-bottom: 0;
}

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

.bootstrap .list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.bootstrap .list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

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

.bootstrap dt,
.bootstrap dd {
  line-height: 1.7;
}

.bootstrap dt {
  font-weight: 700;
}

.bootstrap dd {
  margin-left: 0;
}

.bootstrap .dl-horizontal dd:before, .bootstrap .dl-horizontal dd:after {
  display: table;
  content: " ";
}

.bootstrap .dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .bootstrap .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .bootstrap .dl-horizontal dd {
    margin-left: 180px;
  }
}

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

.bootstrap .initialism {
  font-size: 90%;
}

.bootstrap blockquote {
  padding: 11.5px 23px;
  margin: 0 0 23px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

.bootstrap blockquote p:last-child,
.bootstrap blockquote ul:last-child,
.bootstrap blockquote ol:last-child {
  margin-bottom: 0;
}

.bootstrap blockquote footer,
.bootstrap blockquote small,
.bootstrap blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.7;
  color: #777777;
}

.bootstrap blockquote footer:before,
.bootstrap blockquote small:before,
.bootstrap blockquote .small:before {
  content: "\2014 \00A0";
}

.bootstrap .blockquote-reverse,
.bootstrap blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

.bootstrap .blockquote-reverse footer:before,
.bootstrap .blockquote-reverse small:before,
.bootstrap .blockquote-reverse .small:before,
.bootstrap blockquote.pull-right footer:before,
.bootstrap blockquote.pull-right small:before,
.bootstrap blockquote.pull-right .small:before {
  content: "";
}

.bootstrap .blockquote-reverse footer:after,
.bootstrap .blockquote-reverse small:after,
.bootstrap .blockquote-reverse .small:after,
.bootstrap blockquote.pull-right footer:after,
.bootstrap blockquote.pull-right small:after,
.bootstrap blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}

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

.bootstrap .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.bootstrap .container:before, .bootstrap .container:after {
  display: table;
  content: " ";
}

.bootstrap .container:after {
  clear: both;
}

@media (min-width: 768px) {
  .bootstrap .container {
    width: auto;
  }
}

@media (min-width: 992px) {
  .bootstrap .container {
    width: auto;
  }
}

@media (min-width: 1200px) {
  .bootstrap .container {
    width: 1105px;
  }
}

.bootstrap .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.bootstrap .container-fluid:before, .bootstrap .container-fluid:after {
  display: table;
  content: " ";
}

.bootstrap .container-fluid:after {
  clear: both;
}

.bootstrap .row {
  margin-right: -15px;
  margin-left: -15px;
}

.bootstrap .row:before, .bootstrap .row:after {
  display: table;
  content: " ";
}

.bootstrap .row:after {
  clear: both;
}

.bootstrap .row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

.bootstrap .col-xs-1, .bootstrap .col-sm-1, .bootstrap .col-md-1, .bootstrap .col-lg-1, .bootstrap .col-xs-2, .bootstrap .col-sm-2, .bootstrap .col-md-2, .bootstrap .col-lg-2, .bootstrap .col-xs-3, .bootstrap .col-sm-3, .bootstrap .col-md-3, .bootstrap .col-lg-3, .bootstrap .col-xs-4, .bootstrap .col-sm-4, .bootstrap .col-md-4, .bootstrap .col-lg-4, .bootstrap .col-xs-5, .bootstrap .col-sm-5, .bootstrap .col-md-5, .bootstrap .col-lg-5, .bootstrap .col-xs-6, .bootstrap .col-sm-6, .bootstrap .col-md-6, .bootstrap .col-lg-6, .bootstrap .col-xs-7, .bootstrap .col-sm-7, .bootstrap .col-md-7, .bootstrap .col-lg-7, .bootstrap .col-xs-8, .bootstrap .col-sm-8, .bootstrap .col-md-8, .bootstrap .col-lg-8, .bootstrap .col-xs-9, .bootstrap .col-sm-9, .bootstrap .col-md-9, .bootstrap .col-lg-9, .bootstrap .col-xs-10, .bootstrap .col-sm-10, .bootstrap .col-md-10, .bootstrap .col-lg-10, .bootstrap .col-xs-11, .bootstrap .col-sm-11, .bootstrap .col-md-11, .bootstrap .col-lg-11, .bootstrap .col-xs-12, .bootstrap .col-sm-12, .bootstrap .col-md-12, .bootstrap .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.bootstrap .col-xs-1, .bootstrap .col-xs-2, .bootstrap .col-xs-3, .bootstrap .col-xs-4, .bootstrap .col-xs-5, .bootstrap .col-xs-6, .bootstrap .col-xs-7, .bootstrap .col-xs-8, .bootstrap .col-xs-9, .bootstrap .col-xs-10, .bootstrap .col-xs-11, .bootstrap .col-xs-12 {
  float: left;
}

.bootstrap .col-xs-1 {
  width: 8.33333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bootstrap .col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .bootstrap .col-sm-1, .bootstrap .col-sm-2, .bootstrap .col-sm-3, .bootstrap .col-sm-4, .bootstrap .col-sm-5, .bootstrap .col-sm-6, .bootstrap .col-sm-7, .bootstrap .col-sm-8, .bootstrap .col-sm-9, .bootstrap .col-sm-10, .bootstrap .col-sm-11, .bootstrap .col-sm-12 {
    float: left;
  }
  .bootstrap .col-sm-1 {
    width: 8.33333%;
  }
  .bootstrap .col-sm-2 {
    width: 16.66667%;
  }
  .bootstrap .col-sm-3 {
    width: 25%;
  }
  .bootstrap .col-sm-4 {
    width: 33.33333%;
  }
  .bootstrap .col-sm-5 {
    width: 41.66667%;
  }
  .bootstrap .col-sm-6 {
    width: 50%;
  }
  .bootstrap .col-sm-7 {
    width: 58.33333%;
  }
  .bootstrap .col-sm-8 {
    width: 66.66667%;
  }
  .bootstrap .col-sm-9 {
    width: 75%;
  }
  .bootstrap .col-sm-10 {
    width: 83.33333%;
  }
  .bootstrap .col-sm-11 {
    width: 91.66667%;
  }
  .bootstrap .col-sm-12 {
    width: 100%;
  }
  .bootstrap .col-sm-pull-0 {
    right: auto;
  }
  .bootstrap .col-sm-pull-1 {
    right: 8.33333%;
  }
  .bootstrap .col-sm-pull-2 {
    right: 16.66667%;
  }
  .bootstrap .col-sm-pull-3 {
    right: 25%;
  }
  .bootstrap .col-sm-pull-4 {
    right: 33.33333%;
  }
  .bootstrap .col-sm-pull-5 {
    right: 41.66667%;
  }
  .bootstrap .col-sm-pull-6 {
    right: 50%;
  }
  .bootstrap .col-sm-pull-7 {
    right: 58.33333%;
  }
  .bootstrap .col-sm-pull-8 {
    right: 66.66667%;
  }
  .bootstrap .col-sm-pull-9 {
    right: 75%;
  }
  .bootstrap .col-sm-pull-10 {
    right: 83.33333%;
  }
  .bootstrap .col-sm-pull-11 {
    right: 91.66667%;
  }
  .bootstrap .col-sm-pull-12 {
    right: 100%;
  }
  .bootstrap .col-sm-push-0 {
    left: auto;
  }
  .bootstrap .col-sm-push-1 {
    left: 8.33333%;
  }
  .bootstrap .col-sm-push-2 {
    left: 16.66667%;
  }
  .bootstrap .col-sm-push-3 {
    left: 25%;
  }
  .bootstrap .col-sm-push-4 {
    left: 33.33333%;
  }
  .bootstrap .col-sm-push-5 {
    left: 41.66667%;
  }
  .bootstrap .col-sm-push-6 {
    left: 50%;
  }
  .bootstrap .col-sm-push-7 {
    left: 58.33333%;
  }
  .bootstrap .col-sm-push-8 {
    left: 66.66667%;
  }
  .bootstrap .col-sm-push-9 {
    left: 75%;
  }
  .bootstrap .col-sm-push-10 {
    left: 83.33333%;
  }
  .bootstrap .col-sm-push-11 {
    left: 91.66667%;
  }
  .bootstrap .col-sm-push-12 {
    left: 100%;
  }
  .bootstrap .col-sm-offset-0 {
    margin-left: 0%;
  }
  .bootstrap .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .bootstrap .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .bootstrap .col-sm-offset-3 {
    margin-left: 25%;
  }
  .bootstrap .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .bootstrap .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .bootstrap .col-sm-offset-6 {
    margin-left: 50%;
  }
  .bootstrap .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .bootstrap .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .bootstrap .col-sm-offset-9 {
    margin-left: 75%;
  }
  .bootstrap .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .bootstrap .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .bootstrap .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .bootstrap .col-md-1, .bootstrap .col-md-2, .bootstrap .col-md-3, .bootstrap .col-md-4, .bootstrap .col-md-5, .bootstrap .col-md-6, .bootstrap .col-md-7, .bootstrap .col-md-8, .bootstrap .col-md-9, .bootstrap .col-md-10, .bootstrap .col-md-11, .bootstrap .col-md-12 {
    float: left;
  }
  .bootstrap .col-md-1 {
    width: 8.33333%;
  }
  .bootstrap .col-md-2 {
    width: 16.66667%;
  }
  .bootstrap .col-md-3 {
    width: 25%;
  }
  .bootstrap .col-md-4 {
    width: 33.33333%;
  }
  .bootstrap .col-md-5 {
    width: 41.66667%;
  }
  .bootstrap .col-md-6 {
    width: 50%;
  }
  .bootstrap .col-md-7 {
    width: 58.33333%;
  }
  .bootstrap .col-md-8 {
    width: 66.66667%;
  }
  .bootstrap .col-md-9 {
    width: 75%;
  }
  .bootstrap .col-md-10 {
    width: 83.33333%;
  }
  .bootstrap .col-md-11 {
    width: 91.66667%;
  }
  .bootstrap .col-md-12 {
    width: 100%;
  }
  .bootstrap .col-md-pull-0 {
    right: auto;
  }
  .bootstrap .col-md-pull-1 {
    right: 8.33333%;
  }
  .bootstrap .col-md-pull-2 {
    right: 16.66667%;
  }
  .bootstrap .col-md-pull-3 {
    right: 25%;
  }
  .bootstrap .col-md-pull-4 {
    right: 33.33333%;
  }
  .bootstrap .col-md-pull-5 {
    right: 41.66667%;
  }
  .bootstrap .col-md-pull-6 {
    right: 50%;
  }
  .bootstrap .col-md-pull-7 {
    right: 58.33333%;
  }
  .bootstrap .col-md-pull-8 {
    right: 66.66667%;
  }
  .bootstrap .col-md-pull-9 {
    right: 75%;
  }
  .bootstrap .col-md-pull-10 {
    right: 83.33333%;
  }
  .bootstrap .col-md-pull-11 {
    right: 91.66667%;
  }
  .bootstrap .col-md-pull-12 {
    right: 100%;
  }
  .bootstrap .col-md-push-0 {
    left: auto;
  }
  .bootstrap .col-md-push-1 {
    left: 8.33333%;
  }
  .bootstrap .col-md-push-2 {
    left: 16.66667%;
  }
  .bootstrap .col-md-push-3 {
    left: 25%;
  }
  .bootstrap .col-md-push-4 {
    left: 33.33333%;
  }
  .bootstrap .col-md-push-5 {
    left: 41.66667%;
  }
  .bootstrap .col-md-push-6 {
    left: 50%;
  }
  .bootstrap .col-md-push-7 {
    left: 58.33333%;
  }
  .bootstrap .col-md-push-8 {
    left: 66.66667%;
  }
  .bootstrap .col-md-push-9 {
    left: 75%;
  }
  .bootstrap .col-md-push-10 {
    left: 83.33333%;
  }
  .bootstrap .col-md-push-11 {
    left: 91.66667%;
  }
  .bootstrap .col-md-push-12 {
    left: 100%;
  }
  .bootstrap .col-md-offset-0 {
    margin-left: 0%;
  }
  .bootstrap .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .bootstrap .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .bootstrap .col-md-offset-3 {
    margin-left: 25%;
  }
  .bootstrap .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .bootstrap .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .bootstrap .col-md-offset-6 {
    margin-left: 50%;
  }
  .bootstrap .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .bootstrap .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .bootstrap .col-md-offset-9 {
    margin-left: 75%;
  }
  .bootstrap .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .bootstrap .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .bootstrap .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .bootstrap .col-lg-1, .bootstrap .col-lg-2, .bootstrap .col-lg-3, .bootstrap .col-lg-4, .bootstrap .col-lg-5, .bootstrap .col-lg-6, .bootstrap .col-lg-7, .bootstrap .col-lg-8, .bootstrap .col-lg-9, .bootstrap .col-lg-10, .bootstrap .col-lg-11, .bootstrap .col-lg-12 {
    float: left;
  }
  .bootstrap .col-lg-1 {
    width: 8.33333%;
  }
  .bootstrap .col-lg-2 {
    width: 16.66667%;
  }
  .bootstrap .col-lg-3 {
    width: 25%;
  }
  .bootstrap .col-lg-4 {
    width: 33.33333%;
  }
  .bootstrap .col-lg-5 {
    width: 41.66667%;
  }
  .bootstrap .col-lg-6 {
    width: 50%;
  }
  .bootstrap .col-lg-7 {
    width: 58.33333%;
  }
  .bootstrap .col-lg-8 {
    width: 66.66667%;
  }
  .bootstrap .col-lg-9 {
    width: 75%;
  }
  .bootstrap .col-lg-10 {
    width: 83.33333%;
  }
  .bootstrap .col-lg-11 {
    width: 91.66667%;
  }
  .bootstrap .col-lg-12 {
    width: 100%;
  }
  .bootstrap .col-lg-pull-0 {
    right: auto;
  }
  .bootstrap .col-lg-pull-1 {
    right: 8.33333%;
  }
  .bootstrap .col-lg-pull-2 {
    right: 16.66667%;
  }
  .bootstrap .col-lg-pull-3 {
    right: 25%;
  }
  .bootstrap .col-lg-pull-4 {
    right: 33.33333%;
  }
  .bootstrap .col-lg-pull-5 {
    right: 41.66667%;
  }
  .bootstrap .col-lg-pull-6 {
    right: 50%;
  }
  .bootstrap .col-lg-pull-7 {
    right: 58.33333%;
  }
  .bootstrap .col-lg-pull-8 {
    right: 66.66667%;
  }
  .bootstrap .col-lg-pull-9 {
    right: 75%;
  }
  .bootstrap .col-lg-pull-10 {
    right: 83.33333%;
  }
  .bootstrap .col-lg-pull-11 {
    right: 91.66667%;
  }
  .bootstrap .col-lg-pull-12 {
    right: 100%;
  }
  .bootstrap .col-lg-push-0 {
    left: auto;
  }
  .bootstrap .col-lg-push-1 {
    left: 8.33333%;
  }
  .bootstrap .col-lg-push-2 {
    left: 16.66667%;
  }
  .bootstrap .col-lg-push-3 {
    left: 25%;
  }
  .bootstrap .col-lg-push-4 {
    left: 33.33333%;
  }
  .bootstrap .col-lg-push-5 {
    left: 41.66667%;
  }
  .bootstrap .col-lg-push-6 {
    left: 50%;
  }
  .bootstrap .col-lg-push-7 {
    left: 58.33333%;
  }
  .bootstrap .col-lg-push-8 {
    left: 66.66667%;
  }
  .bootstrap .col-lg-push-9 {
    left: 75%;
  }
  .bootstrap .col-lg-push-10 {
    left: 83.33333%;
  }
  .bootstrap .col-lg-push-11 {
    left: 91.66667%;
  }
  .bootstrap .col-lg-push-12 {
    left: 100%;
  }
  .bootstrap .col-lg-offset-0 {
    margin-left: 0%;
  }
  .bootstrap .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .bootstrap .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .bootstrap .col-lg-offset-3 {
    margin-left: 25%;
  }
  .bootstrap .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .bootstrap .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .bootstrap .col-lg-offset-6 {
    margin-left: 50%;
  }
  .bootstrap .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .bootstrap .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .bootstrap .col-lg-offset-9 {
    margin-left: 75%;
  }
  .bootstrap .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .bootstrap .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .bootstrap .col-lg-offset-12 {
    margin-left: 100%;
  }
}

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

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

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

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

.bootstrap input[type="radio"],
.bootstrap input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

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

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

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

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

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

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

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

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

.bootstrap .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.bootstrap .form-control:-ms-input-placeholder {
  color: #999;
}

.bootstrap .form-control::-webkit-input-placeholder {
  color: #999;
}

.bootstrap .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.bootstrap .form-control[disabled], .bootstrap .form-control[readonly],
fieldset[disabled] .bootstrap .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.bootstrap .form-control[disabled],
fieldset[disabled] .bootstrap .form-control {
  cursor: not-allowed;
}

.bootstrap textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .bootstrap input[type="date"].form-control,
  .bootstrap input[type="time"].form-control,
  .bootstrap input[type="datetime-local"].form-control,
  .bootstrap input[type="month"].form-control {
    line-height: 37px;
  }
  .bootstrap input[type="date"].input-sm,
  .input-group-sm .bootstrap input[type="date"],
  .bootstrap input[type="time"].input-sm,
  .input-group-sm
  .bootstrap input[type="time"],
  .bootstrap input[type="datetime-local"].input-sm,
  .input-group-sm
  .bootstrap input[type="datetime-local"],
  .bootstrap input[type="month"].input-sm,
  .input-group-sm
  .bootstrap input[type="month"] {
    line-height: 30px;
  }
  .bootstrap input[type="date"].input-lg,
  .input-group-lg .bootstrap input[type="date"],
  .bootstrap input[type="time"].input-lg,
  .input-group-lg
  .bootstrap input[type="time"],
  .bootstrap input[type="datetime-local"].input-lg,
  .input-group-lg
  .bootstrap input[type="datetime-local"],
  .bootstrap input[type="month"].input-lg,
  .input-group-lg
  .bootstrap input[type="month"] {
    line-height: 46px;
  }
}

.bootstrap .form-group {
  margin-bottom: 15px;
}

.bootstrap .radio,
.bootstrap .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.bootstrap .radio label,
.bootstrap .checkbox label {
  min-height: 23px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

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

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

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

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

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

.bootstrap .form-control-static {
  min-height: 37px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.bootstrap .form-control-static.input-lg, .bootstrap .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

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

.bootstrap .form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

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

.bootstrap .form-group-sm .form-control-static {
  height: 30px;
  min-height: 35px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

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

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

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

.bootstrap .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 0;
}

.bootstrap .form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

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

.bootstrap .form-group-lg .form-control-static {
  height: 46px;
  min-height: 41px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.bootstrap .has-feedback {
  position: relative;
}

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

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

.bootstrap .input-lg + .form-control-feedback,
.bootstrap .input-group-lg + .form-control-feedback,
.bootstrap .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

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

.bootstrap .has-success .help-block,
.bootstrap .has-success .control-label,
.bootstrap .has-success .radio,
.bootstrap .has-success .checkbox,
.bootstrap .has-success .radio-inline,
.bootstrap .has-success .checkbox-inline,
.bootstrap .has-success.radio label,
.bootstrap .has-success.checkbox label,
.bootstrap .has-success.radio-inline label,
.bootstrap .has-success.checkbox-inline label {
  color: #3c763d;
}

.bootstrap .has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.bootstrap .has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.bootstrap .has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.bootstrap .has-success .form-control-feedback {
  color: #3c763d;
}

.bootstrap .has-warning .help-block,
.bootstrap .has-warning .control-label,
.bootstrap .has-warning .radio,
.bootstrap .has-warning .checkbox,
.bootstrap .has-warning .radio-inline,
.bootstrap .has-warning .checkbox-inline,
.bootstrap .has-warning.radio label,
.bootstrap .has-warning.checkbox label,
.bootstrap .has-warning.radio-inline label,
.bootstrap .has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.bootstrap .has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.bootstrap .has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.bootstrap .has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.bootstrap .has-warning .form-control-feedback {
  color: #8a6d3b;
}

.bootstrap .has-error .help-block,
.bootstrap .has-error .control-label,
.bootstrap .has-error .radio,
.bootstrap .has-error .checkbox,
.bootstrap .has-error .radio-inline,
.bootstrap .has-error .checkbox-inline,
.bootstrap .has-error.radio label,
.bootstrap .has-error.checkbox label,
.bootstrap .has-error.radio-inline label,
.bootstrap .has-error.checkbox-inline label {
  color: #a94442;
}

.bootstrap .has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.bootstrap .has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.bootstrap .has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.bootstrap .has-error .form-control-feedback {
  color: #a94442;
}

.bootstrap .has-feedback label ~ .form-control-feedback {
  top: 28px;
}

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

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

@media (min-width: 768px) {
  .bootstrap .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .bootstrap .form-inline .form-control-static {
    display: inline-block;
  }
  .bootstrap .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .bootstrap .form-inline .input-group .input-group-addon,
  .bootstrap .form-inline .input-group .input-group-btn,
  .bootstrap .form-inline .input-group .form-control {
    width: auto;
  }
  .bootstrap .form-inline .input-group > .form-control {
    width: 100%;
  }
  .bootstrap .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap .form-inline .radio,
  .bootstrap .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap .form-inline .radio label,
  .bootstrap .form-inline .checkbox label {
    padding-left: 0;
  }
  .bootstrap .form-inline .radio input[type="radio"],
  .bootstrap .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .bootstrap .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.bootstrap .form-horizontal .radio,
.bootstrap .form-horizontal .checkbox,
.bootstrap .form-horizontal .radio-inline,
.bootstrap .form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.bootstrap .form-horizontal .radio,
.bootstrap .form-horizontal .checkbox {
  min-height: 30px;
}

.bootstrap .form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.bootstrap .form-horizontal .form-group:before, .bootstrap .form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.bootstrap .form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .bootstrap .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

.bootstrap .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .bootstrap .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .bootstrap .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

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

.bootstrap .btn:focus, .bootstrap .btn.focus, .bootstrap .btn:active:focus, .bootstrap .btn:active.focus, .bootstrap .btn.active:focus, .bootstrap .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.bootstrap .btn:hover, .bootstrap .btn:focus, .bootstrap .btn.focus {
  color: #333;
  text-decoration: none;
}

.bootstrap .btn:active, .bootstrap .btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.bootstrap .btn.disabled, .bootstrap .btn[disabled],
fieldset[disabled] .bootstrap .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}

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

.bootstrap .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.bootstrap .btn-default:focus, .bootstrap .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.bootstrap .btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.bootstrap .btn-default:active, .bootstrap .btn-default.active,
.open > .bootstrap .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

.bootstrap .btn-default:active:hover, .bootstrap .btn-default:active:focus, .bootstrap .btn-default:active.focus, .bootstrap .btn-default.active:hover, .bootstrap .btn-default.active:focus, .bootstrap .btn-default.active.focus,
.open > .bootstrap .btn-default.dropdown-toggle:hover,
.open > .bootstrap .btn-default.dropdown-toggle:focus,
.open > .bootstrap .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.bootstrap .btn-default.disabled:hover, .bootstrap .btn-default.disabled:focus, .bootstrap .btn-default.disabled.focus, .bootstrap .btn-default[disabled]:hover, .bootstrap .btn-default[disabled]:focus, .bootstrap .btn-default[disabled].focus,
fieldset[disabled] .bootstrap .btn-default:hover,
fieldset[disabled] .bootstrap .btn-default:focus,
fieldset[disabled] .bootstrap .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.bootstrap .btn-default .badge {
  color: #fff;
  background-color: #333;
}

.bootstrap .btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.bootstrap .btn-primary:focus, .bootstrap .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.bootstrap .btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.bootstrap .btn-primary:active, .bootstrap .btn-primary.active,
.open > .bootstrap .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}

.bootstrap .btn-primary:active:hover, .bootstrap .btn-primary:active:focus, .bootstrap .btn-primary:active.focus, .bootstrap .btn-primary.active:hover, .bootstrap .btn-primary.active:focus, .bootstrap .btn-primary.active.focus,
.open > .bootstrap .btn-primary.dropdown-toggle:hover,
.open > .bootstrap .btn-primary.dropdown-toggle:focus,
.open > .bootstrap .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.bootstrap .btn-primary.disabled:hover, .bootstrap .btn-primary.disabled:focus, .bootstrap .btn-primary.disabled.focus, .bootstrap .btn-primary[disabled]:hover, .bootstrap .btn-primary[disabled]:focus, .bootstrap .btn-primary[disabled].focus,
fieldset[disabled] .bootstrap .btn-primary:hover,
fieldset[disabled] .bootstrap .btn-primary:focus,
fieldset[disabled] .bootstrap .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.bootstrap .btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.bootstrap .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.bootstrap .btn-success:focus, .bootstrap .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.bootstrap .btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.bootstrap .btn-success:active, .bootstrap .btn-success.active,
.open > .bootstrap .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}

.bootstrap .btn-success:active:hover, .bootstrap .btn-success:active:focus, .bootstrap .btn-success:active.focus, .bootstrap .btn-success.active:hover, .bootstrap .btn-success.active:focus, .bootstrap .btn-success.active.focus,
.open > .bootstrap .btn-success.dropdown-toggle:hover,
.open > .bootstrap .btn-success.dropdown-toggle:focus,
.open > .bootstrap .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.bootstrap .btn-success.disabled:hover, .bootstrap .btn-success.disabled:focus, .bootstrap .btn-success.disabled.focus, .bootstrap .btn-success[disabled]:hover, .bootstrap .btn-success[disabled]:focus, .bootstrap .btn-success[disabled].focus,
fieldset[disabled] .bootstrap .btn-success:hover,
fieldset[disabled] .bootstrap .btn-success:focus,
fieldset[disabled] .bootstrap .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.bootstrap .btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.bootstrap .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.bootstrap .btn-info:focus, .bootstrap .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.bootstrap .btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.bootstrap .btn-info:active, .bootstrap .btn-info.active,
.open > .bootstrap .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}

.bootstrap .btn-info:active:hover, .bootstrap .btn-info:active:focus, .bootstrap .btn-info:active.focus, .bootstrap .btn-info.active:hover, .bootstrap .btn-info.active:focus, .bootstrap .btn-info.active.focus,
.open > .bootstrap .btn-info.dropdown-toggle:hover,
.open > .bootstrap .btn-info.dropdown-toggle:focus,
.open > .bootstrap .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.bootstrap .btn-info.disabled:hover, .bootstrap .btn-info.disabled:focus, .bootstrap .btn-info.disabled.focus, .bootstrap .btn-info[disabled]:hover, .bootstrap .btn-info[disabled]:focus, .bootstrap .btn-info[disabled].focus,
fieldset[disabled] .bootstrap .btn-info:hover,
fieldset[disabled] .bootstrap .btn-info:focus,
fieldset[disabled] .bootstrap .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.bootstrap .btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.bootstrap .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.bootstrap .btn-warning:focus, .bootstrap .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.bootstrap .btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.bootstrap .btn-warning:active, .bootstrap .btn-warning.active,
.open > .bootstrap .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}

.bootstrap .btn-warning:active:hover, .bootstrap .btn-warning:active:focus, .bootstrap .btn-warning:active.focus, .bootstrap .btn-warning.active:hover, .bootstrap .btn-warning.active:focus, .bootstrap .btn-warning.active.focus,
.open > .bootstrap .btn-warning.dropdown-toggle:hover,
.open > .bootstrap .btn-warning.dropdown-toggle:focus,
.open > .bootstrap .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.bootstrap .btn-warning.disabled:hover, .bootstrap .btn-warning.disabled:focus, .bootstrap .btn-warning.disabled.focus, .bootstrap .btn-warning[disabled]:hover, .bootstrap .btn-warning[disabled]:focus, .bootstrap .btn-warning[disabled].focus,
fieldset[disabled] .bootstrap .btn-warning:hover,
fieldset[disabled] .bootstrap .btn-warning:focus,
fieldset[disabled] .bootstrap .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.bootstrap .btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.bootstrap .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.bootstrap .btn-danger:focus, .bootstrap .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.bootstrap .btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.bootstrap .btn-danger:active, .bootstrap .btn-danger.active,
.open > .bootstrap .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}

.bootstrap .btn-danger:active:hover, .bootstrap .btn-danger:active:focus, .bootstrap .btn-danger:active.focus, .bootstrap .btn-danger.active:hover, .bootstrap .btn-danger.active:focus, .bootstrap .btn-danger.active.focus,
.open > .bootstrap .btn-danger.dropdown-toggle:hover,
.open > .bootstrap .btn-danger.dropdown-toggle:focus,
.open > .bootstrap .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.bootstrap .btn-danger.disabled:hover, .bootstrap .btn-danger.disabled:focus, .bootstrap .btn-danger.disabled.focus, .bootstrap .btn-danger[disabled]:hover, .bootstrap .btn-danger[disabled]:focus, .bootstrap .btn-danger[disabled].focus,
fieldset[disabled] .bootstrap .btn-danger:hover,
fieldset[disabled] .bootstrap .btn-danger:focus,
fieldset[disabled] .bootstrap .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.bootstrap .btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.bootstrap .btn-link {
  font-weight: 400;
  color: #0000ff;
  border-radius: 0;
}

.bootstrap .btn-link, .bootstrap .btn-link:active, .bootstrap .btn-link.active, .bootstrap .btn-link[disabled],
fieldset[disabled] .bootstrap .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.bootstrap .btn-link, .bootstrap .btn-link:hover, .bootstrap .btn-link:focus, .bootstrap .btn-link:active {
  border-color: transparent;
}

.bootstrap .btn-link:hover, .bootstrap .btn-link:focus {
  color: #4d4dff;
  text-decoration: underline;
  background-color: transparent;
}

.bootstrap .btn-link[disabled]:hover, .bootstrap .btn-link[disabled]:focus,
fieldset[disabled] .bootstrap .btn-link:hover,
fieldset[disabled] .bootstrap .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

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

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

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

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

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

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

.bootstrap .fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.bootstrap .fade.in {
  opacity: 1;
}

.bootstrap .collapse {
  display: none;
}

.bootstrap .collapse.in {
  display: block;
}

.bootstrap tr.collapse.in {
  display: table-row;
}

.bootstrap tbody.collapse.in {
  display: table-row-group;
}

.bootstrap .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.bootstrap .nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.bootstrap .nav:before, .bootstrap .nav:after {
  display: table;
  content: " ";
}

.bootstrap .nav:after {
  clear: both;
}

.bootstrap .nav > li {
  position: relative;
  display: block;
}

.bootstrap .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.bootstrap .nav > li > a:hover, .bootstrap .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.bootstrap .nav > li.disabled > a {
  color: #777777;
}

.bootstrap .nav > li.disabled > a:hover, .bootstrap .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.bootstrap .nav .open > a, .bootstrap .nav .open > a:hover, .bootstrap .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #0000ff;
}

.bootstrap .nav .nav-divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.bootstrap .nav > li > a > img {
  max-width: none;
}

.bootstrap .nav-tabs {
  border-bottom: 1px solid #ddd;
}

.bootstrap .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.bootstrap .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.7;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.bootstrap .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.bootstrap .nav-tabs > li.active > a, .bootstrap .nav-tabs > li.active > a:hover, .bootstrap .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.bootstrap .nav-pills > li {
  float: left;
}

.bootstrap .nav-pills > li > a {
  border-radius: 4px;
}

.bootstrap .nav-pills > li + li {
  margin-left: 2px;
}

.bootstrap .nav-pills > li.active > a, .bootstrap .nav-pills > li.active > a:hover, .bootstrap .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.bootstrap .nav-stacked > li {
  float: none;
}

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

.bootstrap .nav-justified, .bootstrap .nav-tabs.nav-justified {
  width: 100%;
}

.bootstrap .nav-justified > li, .bootstrap .nav-tabs.nav-justified > li {
  float: none;
}

.bootstrap .nav-justified > li > a, .bootstrap .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.bootstrap .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .bootstrap .nav-justified > li, .bootstrap .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .bootstrap .nav-justified > li > a, .bootstrap .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.bootstrap .nav-tabs-justified, .bootstrap .nav-tabs.nav-justified {
  border-bottom: 0;
}

.bootstrap .nav-tabs-justified > li > a, .bootstrap .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.bootstrap .nav-tabs-justified > .active > a, .bootstrap .nav-tabs.nav-justified > .active > a,
.bootstrap .nav-tabs-justified > .active > a:hover,
.bootstrap .nav-tabs.nav-justified > .active > a:hover,
.bootstrap .nav-tabs-justified > .active > a:focus,
.bootstrap .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

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

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

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

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

.bootstrap .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 23px;
  border: 1px solid transparent;
}

.bootstrap .navbar:before, .bootstrap .navbar:after {
  display: table;
  content: " ";
}

.bootstrap .navbar:after {
  clear: both;
}

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

.bootstrap .navbar-header:before, .bootstrap .navbar-header:after {
  display: table;
  content: " ";
}

.bootstrap .navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .bootstrap .navbar-header {
    float: left;
  }
}

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

.bootstrap .navbar-collapse:before, .bootstrap .navbar-collapse:after {
  display: table;
  content: " ";
}

.bootstrap .navbar-collapse:after {
  clear: both;
}

.bootstrap .navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .bootstrap .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .bootstrap .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .bootstrap .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .bootstrap .navbar-collapse,
  .navbar-static-top .bootstrap .navbar-collapse,
  .navbar-fixed-bottom .bootstrap .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.bootstrap .navbar-fixed-top,
.bootstrap .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.bootstrap .navbar-fixed-top .navbar-collapse,
.bootstrap .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .bootstrap .navbar-fixed-top .navbar-collapse,
  .bootstrap .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

@media (min-width: 768px) {
  .bootstrap .navbar-fixed-top,
  .bootstrap .navbar-fixed-bottom {
    border-radius: 0;
  }
}

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

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

.bootstrap .container > .navbar-header,
.bootstrap .container > .navbar-collapse,
.bootstrap .container-fluid > .navbar-header,
.bootstrap .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

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

.bootstrap .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .bootstrap .navbar-static-top {
    border-radius: 0;
  }
}

.bootstrap .navbar-brand {
  float: left;
  height: 50px;
  padding: 13.5px 15px;
  font-size: 18px;
  line-height: 23px;
}

.bootstrap .navbar-brand:hover, .bootstrap .navbar-brand:focus {
  text-decoration: none;
}

.bootstrap .navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .bootstrap .navbar-brand,
  .navbar > .container-fluid .bootstrap .navbar-brand {
    margin-left: -15px;
  }
}

.bootstrap .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.bootstrap .navbar-toggle:focus {
  outline: 0;
}

.bootstrap .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.bootstrap .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .bootstrap .navbar-toggle {
    display: none;
  }
}

.bootstrap .navbar-nav {
  margin: 6.75px -15px;
}

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

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

@media (min-width: 768px) {
  .bootstrap .navbar-nav {
    float: left;
    margin: 0;
  }
  .bootstrap .navbar-nav > li {
    float: left;
  }
  .bootstrap .navbar-nav > li > a {
    padding-top: 13.5px;
    padding-bottom: 13.5px;
  }
}

.bootstrap .navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 6.5px;
  margin-bottom: 6.5px;
}

@media (min-width: 768px) {
  .bootstrap .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .bootstrap .navbar-form .form-control-static {
    display: inline-block;
  }
  .bootstrap .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .bootstrap .navbar-form .input-group .input-group-addon,
  .bootstrap .navbar-form .input-group .input-group-btn,
  .bootstrap .navbar-form .input-group .form-control {
    width: auto;
  }
  .bootstrap .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .bootstrap .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap .navbar-form .radio,
  .bootstrap .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bootstrap .navbar-form .radio label,
  .bootstrap .navbar-form .checkbox label {
    padding-left: 0;
  }
  .bootstrap .navbar-form .radio input[type="radio"],
  .bootstrap .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .bootstrap .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .bootstrap .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .bootstrap .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .bootstrap .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}

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

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

.bootstrap .navbar-btn {
  margin-top: 6.5px;
  margin-bottom: 6.5px;
}

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

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

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

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

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

.bootstrap .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.bootstrap .navbar-default .navbar-brand {
  color: #777;
}

.bootstrap .navbar-default .navbar-brand:hover, .bootstrap .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.bootstrap .navbar-default .navbar-text {
  color: #777;
}

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

.bootstrap .navbar-default .navbar-nav > li > a:hover, .bootstrap .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.bootstrap .navbar-default .navbar-nav > .active > a, .bootstrap .navbar-default .navbar-nav > .active > a:hover, .bootstrap .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.bootstrap .navbar-default .navbar-nav > .disabled > a, .bootstrap .navbar-default .navbar-nav > .disabled > a:hover, .bootstrap .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.bootstrap .navbar-default .navbar-nav > .open > a, .bootstrap .navbar-default .navbar-nav > .open > a:hover, .bootstrap .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .bootstrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.bootstrap .navbar-default .navbar-toggle {
  border-color: #ddd;
}

.bootstrap .navbar-default .navbar-toggle:hover, .bootstrap .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.bootstrap .navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

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

.bootstrap .navbar-default .navbar-link {
  color: #777;
}

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

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

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

.bootstrap .navbar-default .btn-link[disabled]:hover, .bootstrap .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .bootstrap .navbar-default .btn-link:hover,
fieldset[disabled] .bootstrap .navbar-default .btn-link:focus {
  color: #ccc;
}

.bootstrap .navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.bootstrap .navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.bootstrap .navbar-inverse .navbar-brand:hover, .bootstrap .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.bootstrap .navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.bootstrap .navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.bootstrap .navbar-inverse .navbar-nav > li > a:hover, .bootstrap .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.bootstrap .navbar-inverse .navbar-nav > .active > a, .bootstrap .navbar-inverse .navbar-nav > .active > a:hover, .bootstrap .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

.bootstrap .navbar-inverse .navbar-nav > .disabled > a, .bootstrap .navbar-inverse .navbar-nav > .disabled > a:hover, .bootstrap .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.bootstrap .navbar-inverse .navbar-nav > .open > a, .bootstrap .navbar-inverse .navbar-nav > .open > a:hover, .bootstrap .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}

@media (max-width: 767px) {
  .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .bootstrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.bootstrap .navbar-inverse .navbar-toggle {
  border-color: #333;
}

.bootstrap .navbar-inverse .navbar-toggle:hover, .bootstrap .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.bootstrap .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.bootstrap .navbar-inverse .navbar-collapse,
.bootstrap .navbar-inverse .navbar-form {
  border-color: #101010;
}

.bootstrap .navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.bootstrap .navbar-inverse .navbar-link:hover {
  color: #fff;
}

.bootstrap .navbar-inverse .btn-link {
  color: #9d9d9d;
}

.bootstrap .navbar-inverse .btn-link:hover, .bootstrap .navbar-inverse .btn-link:focus {
  color: #fff;
}

.bootstrap .navbar-inverse .btn-link[disabled]:hover, .bootstrap .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .bootstrap .navbar-inverse .btn-link:hover,
fieldset[disabled] .bootstrap .navbar-inverse .btn-link:focus {
  color: #444;
}

.bootstrap .breadcrumb {
  padding: 0 0;
  margin-bottom: 23px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
}

.bootstrap .breadcrumb > li {
  display: inline-block;
}

.bootstrap .breadcrumb > li + li:before {
  padding: 0 5px;
  color: #333;
  content: "/ ";
}

.bootstrap .breadcrumb > .active {
  color: #333;
}

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

.bootstrap .label:empty {
  display: none;
}

.btn .bootstrap .label {
  position: relative;
  top: -1px;
}

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

.bootstrap .label-default {
  background-color: #777777;
}

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

.bootstrap .label-primary {
  background-color: #337ab7;
}

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

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

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

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

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

.bootstrap .label-warning {
  background-color: #f0ad4e;
}

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

.bootstrap .label-danger {
  background-color: #d9534f;
}

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

.bootstrap .media {
  margin-top: 15px;
}

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

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

.bootstrap .media-body {
  width: 10000px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bootstrap .panel-title > a,
.bootstrap .panel-title > small,
.bootstrap .panel-title > .small,
.bootstrap .panel-title > small > a,
.bootstrap .panel-title > .small > a {
  color: inherit;
}

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

.bootstrap .panel > .list-group,
.bootstrap .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.bootstrap .panel > .list-group .list-group-item,
.bootstrap .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.bootstrap .panel > .list-group:first-child .list-group-item:first-child,
.bootstrap .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;
}

.bootstrap .panel > .list-group:last-child .list-group-item:last-child,
.bootstrap .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;
}

.bootstrap .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

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

.bootstrap .panel > .table caption,
.bootstrap .panel > .table-responsive > .table caption,
.bootstrap .panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.bootstrap .panel > .table:first-child,
.bootstrap .panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.bootstrap .panel > .table:first-child > thead:first-child > tr:first-child,
.bootstrap .panel > .table:first-child > tbody:first-child > tr:first-child,
.bootstrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.bootstrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.bootstrap .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.bootstrap .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.bootstrap .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.bootstrap .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.bootstrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.bootstrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.bootstrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.bootstrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.bootstrap .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.bootstrap .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.bootstrap .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.bootstrap .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.bootstrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.bootstrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.bootstrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.bootstrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.bootstrap .panel > .table:last-child,
.bootstrap .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.bootstrap .panel > .table:last-child > tbody:last-child > tr:last-child,
.bootstrap .panel > .table:last-child > tfoot:last-child > tr:last-child,
.bootstrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.bootstrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.bootstrap .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.bootstrap .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.bootstrap .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.bootstrap .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.bootstrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.bootstrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.bootstrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.bootstrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.bootstrap .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.bootstrap .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.bootstrap .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.bootstrap .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.bootstrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.bootstrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.bootstrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.bootstrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

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

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

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

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

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

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

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

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

.bootstrap .panel-group {
  margin-bottom: 23px;
}

.bootstrap .panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

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

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

.bootstrap .panel-group .panel-heading + .panel-collapse > .panel-body,
.bootstrap .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

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

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

.bootstrap .panel-default {
  border-color: #ddd;
}

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

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

.bootstrap .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

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

.bootstrap .panel-primary {
  border-color: #337ab7;
}

.bootstrap .panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.bootstrap .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.bootstrap .panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.bootstrap .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

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

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

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

.bootstrap .panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

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

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

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

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

.bootstrap .panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

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

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

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

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

.bootstrap .panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

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

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

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

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

.bootstrap .panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

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

.bootstrap .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.bootstrap .embed-responsive .embed-responsive-item,
.bootstrap .embed-responsive iframe,
.bootstrap .embed-responsive embed,
.bootstrap .embed-responsive object,
.bootstrap .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

.bootstrap .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.bootstrap .close:hover, .bootstrap .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

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

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

.bootstrap .clearfix:after {
  clear: both;
}

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

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

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

.bootstrap .hide {
  display: none !important;
}

.bootstrap .show {
  display: block !important;
}

.bootstrap .invisible {
  visibility: hidden;
}

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

.bootstrap .hidden {
  display: none !important;
}

.bootstrap .affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.bootstrap .visible-xs {
  display: none !important;
}

.bootstrap .visible-sm {
  display: none !important;
}

.bootstrap .visible-md {
  display: none !important;
}

.bootstrap .visible-lg {
  display: none !important;
}

.bootstrap .visible-xs-block,
.bootstrap .visible-xs-inline,
.bootstrap .visible-xs-inline-block,
.bootstrap .visible-sm-block,
.bootstrap .visible-sm-inline,
.bootstrap .visible-sm-inline-block,
.bootstrap .visible-md-block,
.bootstrap .visible-md-inline,
.bootstrap .visible-md-inline-block,
.bootstrap .visible-lg-block,
.bootstrap .visible-lg-inline,
.bootstrap .visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .bootstrap .visible-xs {
    display: block !important;
  }
  .bootstrap table.visible-xs {
    display: table !important;
  }
  .bootstrap tr.visible-xs {
    display: table-row !important;
  }
  .bootstrap th.visible-xs,
  .bootstrap td.visible-xs {
    display: table-cell !important;
  }
}

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

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

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

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

@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap .visible-sm-inline-block {
    display: inline-block !important;
  }
}

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

@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap .visible-md-inline-block {
    display: inline-block !important;
  }
}

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

@media (min-width: 1200px) {
  .bootstrap .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .bootstrap .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .bootstrap .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .bootstrap .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .bootstrap .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .bootstrap .hidden-lg {
    display: none !important;
  }
}

.bootstrap .visible-print {
  display: none !important;
}

@media print {
  .bootstrap .visible-print {
    display: block !important;
  }
  .bootstrap table.visible-print {
    display: table !important;
  }
  .bootstrap tr.visible-print {
    display: table-row !important;
  }
  .bootstrap th.visible-print,
  .bootstrap td.visible-print {
    display: table-cell !important;
  }
}

.bootstrap .visible-print-block {
  display: none !important;
}

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

.bootstrap .visible-print-inline {
  display: none !important;
}

@media print {
  .bootstrap .visible-print-inline {
    display: inline !important;
  }
}

.bootstrap .visible-print-inline-block {
  display: none !important;
}

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

@media print {
  .bootstrap .hidden-print {
    display: none !important;
  }
}

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

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

.bootstrap body {
  position: relative;
  min-width: 375px;
  visibility: hidden;
}

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

.bootstrap a,
.bootstrap a img {
  transition: all 0.15s ease;
}

.bootstrap a.underline {
  text-decoration: underline;
}

.bootstrap a.underline:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .bootstrap a.hover:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
  }
}

@media (min-width: 768px) {
  .bootstrap a.hover-img:hover img {
    filter: alpha(opacity=80);
    opacity: 0.8;
  }
}

.bootstrap a .img-responsive {
  display: inline-block;
}

.bootstrap .both-side-slash {
  position: relative;
  display: inline-block;
  padding-right: 62px;
  padding-left: 62px;
  margin-top: 5%;
  margin-bottom: 5%;
  text-align: center;
}

.bootstrap .both-side-slash:before, .bootstrap .both-side-slash:after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 32px;
  height: 49px;
  margin-top: auto;
  margin-bottom: auto;
  content: "";
}

.bootstrap .both-side-slash:before {
  left: 0;
  background: url("../img/common/slash-left.png") no-repeat 0 0;
}

.bootstrap .both-side-slash:after {
  right: 0;
  background: url("../img/common/slash-right.png") no-repeat 100% 0;
}

.bootstrap .both-side-slash .title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
}

@media (max-width: 767px) {
  .bootstrap .both-side-slash .title {
    font-size: 1.1rem;
  }
}

.bootstrap .google-map-container {
  position: relative;
  height: 0;
  padding-top: 30px;
  padding-bottom: 30%;
  overflow: hidden;
}

.bootstrap .google-map-container iframe,
.bootstrap .google-map-container object,
.bootstrap .google-map-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

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

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

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

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

.bootstrap hr.hr-arrow-bottom-red {
  height: auto;
  border-top: 0;
}

.bootstrap hr.hr-arrow-bottom-red:after {
  display: block;
  width: 0;
  height: 0;
  margin-right: auto;
  margin-left: auto;
  border-color: #f00 transparent transparent transparent;
  border-style: solid;
  border-width: 50px 100px 0 100px;
  content: "";
}

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

.bootstrap .page-header {
  display: table;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 35px;
  margin: 0;
  text-align: center;
  background-color: #ccc;
  border-bottom: 0;
}

@media (min-width: 480px) {
  .bootstrap .page-header {
    height: 200px;
  }
}

.bootstrap .page-header .title {
  display: table-cell;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.1;
  vertical-align: middle;
}

.bootstrap .page-header small {
  display: block;
}

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

.bootstrap .list-inline {
  margin-left: 0;
}

.bootstrap .list-inline > li:first-child {
  padding-left: 0;
}

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

.bootstrap .list-inline.bordered > li:first-child {
  border-left: 1px solid #999;
}

.bootstrap .list-dot-orange {
  padding: 0;
  margin: 0;
}

@media (max-width: 991px) {
  .bootstrap .list-dot-orange {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .bootstrap .list-dot-orange {
    font-size: 9px;
  }
}

.bootstrap .list-dot-orange li {
  position: relative;
  padding-left: 10px;
  line-height: 1.7;
}

@media (max-width: 991px) {
  .bootstrap .list-dot-orange li {
    line-height: 1.5;
  }
}

.bootstrap .list-dot-orange li:before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 9px;
  height: 9px;
  margin: auto;
  background-color: #e6872c;
  border-radius: 50%;
  content: "";
}

@media (max-width: 991px) {
  .bootstrap .list-dot-orange li:before {
    top: 4px;
    font-size: 12px;
  }
}

.bootstrap .list-disc-orange-lg li {
  position: relative;
  padding: 0 0 0 1.5em;
}

.bootstrap .list-disc-orange-lg li:before {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #ff8c00;
  border-radius: 5px;
  content: "";
}

.bootstrap .list-disc-dark-blue {
  padding-left: 0;
  list-style: none;
}

.bootstrap .list-disc-dark-blue li {
  position: relative;
  padding-left: 13px;
}

.bootstrap .list-disc-dark-blue li:before {
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #1e374e;
  border-radius: 5px;
  content: "";
}

@media (max-width: 767px) {
  .bootstrap .list-disc-dark-blue li:before {
    top: 5px;
  }
}

.bootstrap .list-dot-blue {
  padding-left: 0;
  list-style: none;
}

.bootstrap .list-dot-blue li {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: .01em;
}

.bootstrap .list-dot-blue li:before {
  display: inline-block;
  width: 13px;
  height: 13px;
  background-color: #2b71b8;
  border-radius: 50%;
  content: "";
}

.bootstrap .list-dot-green {
  margin-bottom: 0;
}

.bootstrap .list-dot-green li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 23px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #898989;
}

@media (max-width: 767px) {
  .bootstrap .list-dot-green li {
    padding-left: 17px;
    margin-bottom: 2px;
    font-size: 13px;
    line-height: 1.4;
  }
}

.bootstrap .list-dot-green li:before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #9dc72d;
  border-radius: 50%;
  content: "";
}

@media (max-width: 767px) {
  .bootstrap .list-dot-green li:before {
    top: 4px;
    width: 12px;
    height: 12px;
  }
}

.bootstrap .list-dot-green li:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .bootstrap .list-dot-green.list-dot-green-xs li {
    margin-bottom: 21px;
  }
}

.bootstrap .list-dot-light-orange {
  margin-bottom: 0;
}

.bootstrap .list-dot-light-orange li {
  position: relative;
  padding-left: 22px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.667;
}

@media (max-width: 767px) {
  .bootstrap .list-dot-light-orange li {
    padding-left: 18px;
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 1.7;
  }
}

.bootstrap .list-dot-light-orange li:before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #ff8a19;
  content: "";
}

@media (max-width: 767px) {
  .bootstrap .list-dot-light-orange li:before {
    top: 4px;
    width: 13px;
    height: 13px;
  }
}

.bootstrap .list-text-black li {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .bootstrap .list-text-black li {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.45;
  }
}

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

.bootstrap .dl-list-indent,
.bootstrap .dl-list-indent dd {
  overflow: hidden;
  zoom: 1;
}

.bootstrap .dl-list-indent dt,
.bootstrap .dl-list-indent dd {
  display: table-cell;
  line-height: 1.4;
  vertical-align: top;
}

.bootstrap .dl-list-indent dt {
  padding-right: 5px;
  font-weight: normal;
}

.bootstrap .dl-list-indent dt img {
  display: block;
}

.bootstrap .dl-list-indent dd {
  width: 10000px;
}

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

.bootstrap .dl-case {
  margin-bottom: 29px;
}

@media (max-width: 767px) {
  .bootstrap .dl-case {
    margin-bottom: 12px;
  }
}

.bootstrap .dl-case dt {
  position: relative;
  padding-right: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

@media (max-width: 767px) {
  .bootstrap .dl-case dt {
    padding-right: 10px;
    font-size: 11px;
  }
}

.bootstrap .dl-case .case {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  line-height: 1.1;
  text-align: center;
  background-color: #ff8a19;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .bootstrap .dl-case .case {
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  .bootstrap .dl-case .case {
    width: 50px;
    height: 50px;
  }
}

.bootstrap .dl-case .dl-title {
  margin: 0;
  font-size: 26px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .bootstrap .dl-case .dl-title {
    margin-top: 10px;
    font-size: 19px;
  }
}

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

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

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

.bootstrap .text-red {
  color: #f00 !important;
}

.bootstrap .text-blue {
  color: #3f83c2 !important;
}

.bootstrap .text-green {
  color: #87aa2a !important;
}

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

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

.bootstrap .text-emphasis {
  font-size: 3rem;
  line-height: 4.5rem;
}

@media (max-width: 767px) {
  .bootstrap .text-emphasis {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}

.bootstrap .text-emphasis .fs-xxs {
  font-size: 1rem;
}

.bootstrap .text-emphasis .fs-xs {
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .bootstrap .text-emphasis .fs-xs {
    font-size: 1.2rem;
  }
}

.bootstrap .text-emphasis .fs-sm {
  font-size: 2rem;
}

@media (max-width: 767px) {
  .bootstrap .text-emphasis .fs-sm {
    font-size: 1.5rem;
  }
}

.bootstrap .text-emphasis .fs-lg {
  font-size: 6rem;
}

@media (max-width: 767px) {
  .bootstrap .text-emphasis .fs-lg {
    font-size: 2rem;
  }
}

.bootstrap .text-emphasis .fs-xlg {
  font-size: 8rem;
}

@media (max-width: 767px) {
  .bootstrap .text-emphasis .fs-xlg {
    font-size: 3rem;
  }
}

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

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

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

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

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

.bootstrap .text-switch-color {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 40px 0 0 20%;
}

.bootstrap .text-switch-color .text-overflow {
  position: absolute;
  top: 50%;
  left: 7.5%;
  margin: -35px 0 0;
}

.bootstrap .text-switch-color .text-overflow .inner {
  position: relative;
  font-size: 100px;
  font-weight: bold;
  line-height: 100px;
  color: white;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .bootstrap .text-switch-color .text-overflow .inner {
    font-size: 7vw;
  }
}

.bootstrap .text-switch-color .text-overflow .inner .text-below {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
}

.bootstrap .text-switch-color .text-overflow .inner:nth-child(2) {
  margin: 15px 0 0;
}

.bootstrap .text-switch-color .text-black {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  overflow: hidden;
}

.bootstrap .text-switch-color .text-black .text-overflow {
  left: 37.5%;
}

.bootstrap .text-switch-color .text-black .text-overflow .inner {
  color: black;
}

.bootstrap .text-switch-color .bg {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 200px;
  overflow: hidden;
  background: url("../img/common/bg-room.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.bootstrap .text-shadow-outline-black {
  text-shadow: 2px 2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, -2px -2px 0 #000, 2px 0 0 #000, 0 2px 0 #000, -2px 0 0 #000, 0 -2px 0 #000;
  color: #fff;
}

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

.bootstrap .text-shadow-outline-blurred-black {
  text-shadow: 2px 2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, -2px -2px 0 #000, 2px 0 0 #000, 0 2px 0 #000, -2px 0 0 #000, 0 -2px 0 #000, 2px 3px 2px #000, 2px -3px 2px #000, -2px 3px 2px #000, -2px -3px 2px #000, 3px 0 2px #000, 0 3px 2px #000, -3px 0 2px #000, 0 -3px 2px #000;
  color: #fff;
}

@media (max-width: 767px) {
  .bootstrap .text-shadow-outline-blurred-black {
    text-shadow: 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000, 1px 0 0 #000, 0 1px 0 #000, -1px 0 0 #000, 0 -1px 0 #000, 1px 2px 1px #000, 1px -2px 1px #000, -1px 2px 1px #000, -1px -2px 1px #000, 2px 0 1px #000, 0 2px 1px #000, -2px 0 1px #000, 0 -2px 1px #000;
  }
}

.bootstrap .text-fluffy > span {
  transition: all 1.4s ease;
  display: inline-block;
  white-space: pre-wrap;
  opacity: 0;
}

.bootstrap .text-fluffy > span:nth-child(0) {
  transform: translate(1px, 8px);
  transition-delay: .1s;
}

.bootstrap .text-fluffy > span:nth-child(1) {
  transform: translate(-2px, 4px);
  transition-delay: .3s;
}

.bootstrap .text-fluffy > span:nth-child(2) {
  transform: translate(3px, 2px);
  transition-delay: .4s;
}

.bootstrap .text-fluffy > span:nth-child(3) {
  transform: translate(-4px, 8px);
  transition-delay: .6s;
}

.bootstrap .text-fluffy > span:nth-child(4) {
  transform: translate(-2px, 2px);
  transition-delay: .8s;
}

.bootstrap .text-fluffy > span:nth-child(5) {
  transform: translate(2px, 4px);
  transition-delay: 1s;
}

.bootstrap .text-fluffy > span:nth-child(6) {
  transform: translate(2px, -4px);
  transition-delay: 1.2s;
}

.bootstrap .text-fluffy > span:nth-child(7) {
  transform: translate(-2px, 1px);
  transition-delay: 1.3s;
}

.bootstrap .text-fluffy > span:nth-child(8) {
  transform: translate(4px, -4px);
  transition-delay: 1.4s;
}

.bootstrap .text-fluffy > span:nth-child(9) {
  transform: translate(2px, 2px);
  transition-delay: 1.5s;
}

.bootstrap .text-fluffy > span:nth-child(10) {
  transform: translate(-2px, -1px);
  transition-delay: 1.6s;
}

.bootstrap .text-fluffy > span:nth-child(11) {
  transform: translate(-2px, 1px);
  transition-delay: 1.8s;
}

.bootstrap .text-fluffy > span:nth-child(12) {
  transform: translate(2px, -4px);
  transition-delay: 2s;
}

.bootstrap .text-fluffy > span:nth-child(13) {
  transform: translate(-2px, 3px);
  transition-delay: 2.1s;
}

.bootstrap .text-fluffy > span:nth-child(14) {
  transform: translate(2px, 1px);
  transition-delay: 2.2s;
}

.bootstrap .text-fluffy > span:nth-child(15) {
  transform: translate(-2px, -3px);
  transition-delay: 2.3s;
}

.bootstrap .text-fluffy > span:nth-child(16) {
  transform: translate(-2px, -3px);
  transition-delay: 2.4s;
}

.bootstrap .text-fluffy > span:nth-child(17) {
  transform: translate(-2px, -3px);
  transition-delay: 2.5s;
}

.bootstrap .text-fluffy > span:nth-child(18) {
  transform: translate(-2px, -3px);
  transition-delay: 2.6s;
}

.bootstrap .text-fluffy > span:nth-child(19) {
  transform: translate(-2px, -3px);
  transition-delay: 2.7s;
}

.bootstrap .text-fluffy.active > span {
  opacity: 1;
  transform: translate(0, 0);
}

.bootstrap address {
  margin-bottom: 0;
  line-height: 1.1;
}

.bootstrap .text-scroll {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}

.bootstrap .text-dark-blue {
  color: #4288c9;
}

.bootstrap .scroll-animation {
  position: absolute;
  bottom: 0;
  left: 40%;
  z-index: 2;
  display: inline-block;
  width: 1px;
  height: 70px;
  font-size: 10px;
  text-decoration: none;
}

.bootstrap .scroll-animation .text {
  position: relative;
  display: inline-block;
  top: 7px;
  left: -2px;
  line-height: 1.02;
  letter-spacing: .1em;
  color: #000;
  transform: rotate(90deg);
}

.bootstrap .scroll-animation .line {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 70px;
  background-color: #b3b3b3;
  overflow: hidden;
}

.bootstrap .scroll-animation .line:before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 1px;
  height: 8px;
  margin-left: 0;
  background-color: #000;
  -webkit-animation: sdb 2s infinite;
          animation: sdb 2s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 62px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 62px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.bootstrap .banner-video {
  position: relative;
}

.bootstrap .banner-video .img-video {
  box-shadow: 0 0 0 1px #fff;
}

.bootstrap .banner-video .tooltip {
  position: absolute;
  top: -67px;
  right: 2px;
  transition: all .3s ease;
}

@media (max-width: 767px) {
  .bootstrap .banner-video .tooltip {
    top: -60px;
    max-width: 100px;
  }
}

.bootstrap .banner-video .img-link:hover {
  opacity: 1;
}

.bootstrap .banner-video .img-link:hover .tooltip {
  transform: scale(1.05);
  transition: all .3s ease;
}

.bootstrap .banner-video .text-dark {
  position: absolute;
  display: inline-block;
  top: -33px;
  right: 32px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.22;
  color: #222;
  text-align: center;
}

@media (max-width: 767px) {
  .bootstrap .banner-video .text-dark {
    top: -28px;
    right: 28px;
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .bootstrap .online_movie {
    bottom: -35.5%;
  }
}

.bootstrap .online_movie .btn-container {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 245px;
  margin-top: 10px;
}

.bootstrap .online_movie:hover {
  opacity: 1;
}

@media (max-width: 600px) {
  .bootstrap .online_movie {
    right: 10px;
    width: 230px;
  }
}

.bootstrap .row-0 {
  margin-right: 0;
  margin-left: 0;
}

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

.bootstrap .row-5 {
  margin-right: -5px;
  margin-left: -5px;
}

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

.bootstrap .row-6 {
  margin-right: -6px;
  margin-left: -6px;
}

.bootstrap .row-6 > div {
  padding-right: 6px;
  padding-left: 6px;
}

.bootstrap .row-7 {
  margin-right: -7px;
  margin-left: -7px;
}

.bootstrap .row-7 > div {
  padding-right: 7px;
  padding-left: 7px;
}

.bootstrap .row-10 {
  margin-right: -10px;
  margin-left: -10px;
}

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

.bootstrap .row-14 {
  margin-right: -14px;
  margin-left: -14px;
}

.bootstrap .row-14 > div {
  padding-right: 14px;
  padding-left: 14px;
}

.bootstrap .row-15 {
  margin-right: -15px;
  margin-left: -15px;
}

.bootstrap .row-15 > div {
  padding-right: 15px;
  padding-left: 15px;
}

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

@media (max-width: 767px) {
  .bootstrap .row-5-xs {
    margin-right: -5px;
    margin-left: -5px;
  }
  .bootstrap .row-5-xs > div {
    padding-right: 5px;
    padding-left: 5px;
  }
}

.bootstrap .row-flex {
  display: flex;
  flex-wrap: wrap;
}

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

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

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

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

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

@media (min-width: 768px) {
  .bootstrap .col-sm-15 {
    float: left;
    width: 20%;
  }
}

@media (min-width: 992px) {
  .bootstrap .col-md-15 {
    float: left;
    width: 20%;
  }
}

@media (min-width: 1200px) {
  .bootstrap .col-lg-15 {
    float: left;
    width: 20%;
  }
}

@media (min-width: 768px) {
  .bootstrap .col-sm-18 {
    float: left;
    width: 12.5%;
  }
}

@media (min-width: 768px) {
  .bootstrap .col-sm-222 {
    float: left;
    width: 22.2%;
  }
  .bootstrap .col-sm-389 {
    float: left;
    width: 38.9%;
  }
}

.bootstrap .col-sidebar,
.bootstrap .col-main {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

.bootstrap .col-sidebar .widget,
.bootstrap .col-main .widget {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 20px;
  text-align: center;
}

.bootstrap .col-sidebar .widget img,
.bootstrap .col-main .widget img {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .bootstrap .col-sidebar {
    width: 320px;
    padding-right: 0;
    padding-left: 0;
    float: right;
  }
}

.bootstrap .col-sidebar .widget_sp_image {
  padding: 0;
  margin-bottom: 20px;
}

.bootstrap .col-sidebar .widget_sp_image a {
  display: block;
}

@media (min-width: 768px) {
  .bootstrap .col-sidebar .widget_sp_image a:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
  }
}

.bootstrap .col-sidebar .widget_sp_image blockquote.aligncenter,
.bootstrap .col-sidebar .widget_sp_image .wp-caption.aligncenter,
.bootstrap .col-sidebar .widget_sp_image img.aligncenter {
  margin-bottom: 0 !important;
}

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

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

@media (min-width: 768px) {
  .bootstrap .table {
    table-layout: fixed;
  }
}

.bootstrap .table > thead > tr > th,
.bootstrap .table > thead > tr > td,
.bootstrap .table > tbody > tr > th,
.bootstrap .table > tbody > tr > td,
.bootstrap .table > tfoot > tr > th,
.bootstrap .table > tfoot > tr > td {
  line-height: 1.428571429;
}

.bootstrap .table > thead > tr > th,
.bootstrap .table > thead > tr > td {
  border-bottom-width: 1px;
}

.bootstrap .table > tbody > tr > th,
.bootstrap .table > tbody > tr > td {
  word-break: break-all;
}

.bootstrap .table th {
  font-weight: normal;
}

.bootstrap .table.table-text-center th,
.bootstrap .table.table-text-center td {
  text-align: center;
}

.bootstrap .table.table-text-right th,
.bootstrap .table.table-text-right td {
  text-align: right;
}

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .bootstrap .table-collapsed-xs {
    display: block;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
  }
  .bootstrap .table-collapsed-xs > tbody {
    display: block;
  }
  .bootstrap .table-collapsed-xs > tbody > tr {
    display: block;
  }
  .bootstrap .table-collapsed-xs > tbody > tr > th,
  .bootstrap .table-collapsed-xs > tbody > tr > td {
    display: block;
    width: auto;
    padding: 10px !important;
  }
  .bootstrap .table-collapsed-xs > tbody > tr > th {
    position: relative;
    border-top: 0 !important;
    border-bottom: 0 !important;
  }
  .bootstrap .table-collapsed-xs > tbody > tr > th:before, .bootstrap .table-collapsed-xs > tbody > tr > th:after {
    display: table;
    content: " ";
  }
  .bootstrap .table-collapsed-xs > tbody > tr > th:after {
    clear: both;
  }
}

.bootstrap .table-cell {
  display: table;
  width: 100%;
}

.bootstrap .table-cell > .cell {
  display: table-cell;
}

.bootstrap .table-cell.bordered {
  margin-bottom: 30px;
}

.bootstrap .table-cell.bordered .cell {
  padding: 0 10px;
  margin-bottom: 35px;
  border-left: 1px solid #ccc;
}

@media (max-width: 767px) {
  .bootstrap .table-cell.cleared-xs,
  .bootstrap .table-cell.cleared-xs > .cell {
    display: block;
    width: auto;
  }
}

@media (max-width: 991px) {
  .bootstrap .table-cell.cleared-sm,
  .bootstrap .table-cell.cleared-sm > .cell {
    display: block;
    width: auto;
  }
}

.bootstrap .table-cell-blue {
  text-align: center;
}

.bootstrap .table-cell-blue a {
  padding: 10px 5px 8px;
  color: #fff;
  vertical-align: middle;
  background-color: #0d6fb8;
}

@media (min-width: 768px) {
  .bootstrap .table-cell-blue a {
    width: 14.2857143%;
  }
}

@media (min-width: 768px) {
  .bootstrap .table-cell-blue a + a {
    border-left: 1px solid #fff;
  }
}

@media (max-width: 767px) {
  .bootstrap .table-cell-blue a + a {
    border-top: 1px solid #fff;
  }
}

.bootstrap .table-cell-blue a:hover, .bootstrap .table-cell-blue a:focus {
  background-color: #2fa8e1;
}

.bootstrap .table-horizontal {
  border-collapse: separate;
  border-spacing: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 991px) {
  .bootstrap .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) {
  .bootstrap .table-horizontal.table-horizontal-responsive-xs > tbody {
    display: block;
    float: left;
    width: 50%;
  }
}

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

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

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

.bootstrap .table-cell-elastic-arrow .cell {
  width: 100px;
  padding: 10px;
  vertical-align: middle;
}

.bootstrap .table-cell-elastic-arrow .col-1 {
  color: #fff;
  background-color: #00a0e9;
}

.bootstrap .table-cell-elastic-arrow .col-arrow {
  width: 20px;
  padding: 0;
  vertical-align: middle;
}

.bootstrap .table-cell-elastic-arrow .col-arrow:before {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-color: transparent transparent transparent #00a0e9;
  border-style: solid;
  border-width: 55px 0 55px 20px;
  content: "";
}

.bootstrap label {
  cursor: pointer;
}

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

.bootstrap select {
  cursor: pointer;
}

.bootstrap .form-container .list-inline {
  margin-bottom: 0;
  margin-left: -10px;
}

.bootstrap .form-container .list-inline li {
  margin-right: 10px;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .bootstrap .form-container .list-inline li {
    display: block;
  }
}

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

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

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

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

.bootstrap .form-sidebar .form_input_item_wrap {
  flex-direction: column;
  align-items: stretch;
}

.bootstrap .form-sidebar .form_input_item_wrap .form_input_item {
  width: 100%;
  margin-bottom: 15px;
}

.bootstrap .form-sidebar .form_input_item_wrap .form_input_item.acceptance span {
  font-size: 12px;
}

.bootstrap .form-sidebar .form_input_item_wrap .form_ttl,
.bootstrap .form-sidebar .form_input_item_wrap .form_tt {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
}

.bootstrap .form-sidebar .form_input_item_wrap .form_ttl.require:after {
  font-size: 12px;
}

.bootstrap .form-sidebar .form_input_item_wrap .form_input input {
  border-radius: 0;
  border: 0;
  background-color: #fff;
  width: 100% !important;
  max-width: unset;
}

.bootstrap .form-sidebar .accep_txt {
  height: 150px;
  overflow-x: auto;
  overflow-y: scroll;
  margin-top: 7px;
  font-size: 12px;
  line-height: 1.667;
  border: 0;
}

.bootstrap .form-sidebar .form_input_item.acceptance {
  margin-top: 12px;
  margin-bottom: 0;
  display: flex;
}

.bootstrap .form-sidebar .form_input_item.acceptance span {
  margin-left: 0;
  font-size: 12px;
  letter-spacing: -.06em;
  text-align: left;
}

.bootstrap .form-sidebar .form_input_item.acceptance input[type=checkbox] {
  width: 14px;
  height: 14px;
  margin-top: 6px;
  margin-right: 3px;
}

.bootstrap .form-sidebar p {
  margin-bottom: -5px !important;
  text-align: center;
}

.bootstrap .form-sidebar .wpcf7-validation-errors {
  padding: 7px 10px;
  margin: -15px 0 15px 0;
  color: #f00;
  font-size: 12px;
  line-height: 1.6;
  background-color: #fff;
}

.bootstrap .form-sidebar .wpcf7-not-valid-tip {
  font-size: 12px;
}

.bootstrap .form-sidebar .wpcf7-submit {
  display: block;
  max-width: 190px;
  margin-top: -11px;
  padding: 5px 5px 7px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background-color: #2b71b8;
  border-radius: 20px;
}

.bootstrap .form-sidebar .wpcf7-submit:disabled:hover {
  background: #444;
}

.bootstrap .form-sidebar .wpcf7-submit:hover {
  background-color: #21588f;
}

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

.bootstrap .btn {
  transition: all 0.15s ease;
}

.bootstrap .btn-bg-gray {
  color: #555;
  background-color: #9bca00;
  border-color: #898989;
  padding: 12px 50px;
  border-radius: 3px;
}

.bootstrap .btn-bg-gray:focus, .bootstrap .btn-bg-gray.focus {
  color: #555;
  background-color: #749700;
  border-color: #494949;
}

.bootstrap .btn-bg-gray:hover {
  color: #555;
  background-color: #749700;
  border-color: #6a6a6a;
}

.bootstrap .btn-bg-gray:active, .bootstrap .btn-bg-gray.active,
.open > .bootstrap .btn-bg-gray.dropdown-toggle {
  color: #555;
  background-color: #749700;
  background-image: none;
  border-color: #6a6a6a;
}

.bootstrap .btn-bg-gray:active:hover, .bootstrap .btn-bg-gray:active:focus, .bootstrap .btn-bg-gray:active.focus, .bootstrap .btn-bg-gray.active:hover, .bootstrap .btn-bg-gray.active:focus, .bootstrap .btn-bg-gray.active.focus,
.open > .bootstrap .btn-bg-gray.dropdown-toggle:hover,
.open > .bootstrap .btn-bg-gray.dropdown-toggle:focus,
.open > .bootstrap .btn-bg-gray.dropdown-toggle.focus {
  color: #555;
  background-color: #587300;
  border-color: #494949;
}

.bootstrap .btn-bg-gray.disabled:hover, .bootstrap .btn-bg-gray.disabled:focus, .bootstrap .btn-bg-gray.disabled.focus, .bootstrap .btn-bg-gray[disabled]:hover, .bootstrap .btn-bg-gray[disabled]:focus, .bootstrap .btn-bg-gray[disabled].focus,
fieldset[disabled] .bootstrap .btn-bg-gray:hover,
fieldset[disabled] .bootstrap .btn-bg-gray:focus,
fieldset[disabled] .bootstrap .btn-bg-gray.focus {
  background-color: #9bca00;
  border-color: #898989;
}

.bootstrap .btn-bg-gray .badge {
  color: #9bca00;
  background-color: #555;
}

.bootstrap .btn-bg-gray, .bootstrap .btn-bg-gray.btn-sm {
  font-size: 13px;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .bootstrap .btn-bg-gray, .bootstrap .btn-bg-gray.btn-sm {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 15px;
  }
}

.bootstrap .btn-bg-gray.btn-sm {
  padding: 13px 10px;
}

@media (max-width: 991px) {
  .bootstrap .btn-bg-gray.btn-sm {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

.bootstrap .btn-light-green {
  color: #fff;
  background-color: #9bca00;
  border-color: #fff;
  height: auto;
  padding: 5px 22px;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  border-radius: 0;
}

.bootstrap .btn-light-green:focus, .bootstrap .btn-light-green.focus {
  color: #fff;
  background-color: #749700;
  border-color: #bfbfbf;
}

.bootstrap .btn-light-green:hover {
  color: #fff;
  background-color: #749700;
  border-color: #e0e0e0;
}

.bootstrap .btn-light-green:active, .bootstrap .btn-light-green.active,
.open > .bootstrap .btn-light-green.dropdown-toggle {
  color: #fff;
  background-color: #749700;
  background-image: none;
  border-color: #e0e0e0;
}

.bootstrap .btn-light-green:active:hover, .bootstrap .btn-light-green:active:focus, .bootstrap .btn-light-green:active.focus, .bootstrap .btn-light-green.active:hover, .bootstrap .btn-light-green.active:focus, .bootstrap .btn-light-green.active.focus,
.open > .bootstrap .btn-light-green.dropdown-toggle:hover,
.open > .bootstrap .btn-light-green.dropdown-toggle:focus,
.open > .bootstrap .btn-light-green.dropdown-toggle.focus {
  color: #fff;
  background-color: #587300;
  border-color: #bfbfbf;
}

.bootstrap .btn-light-green.disabled:hover, .bootstrap .btn-light-green.disabled:focus, .bootstrap .btn-light-green.disabled.focus, .bootstrap .btn-light-green[disabled]:hover, .bootstrap .btn-light-green[disabled]:focus, .bootstrap .btn-light-green[disabled].focus,
fieldset[disabled] .bootstrap .btn-light-green:hover,
fieldset[disabled] .bootstrap .btn-light-green:focus,
fieldset[disabled] .bootstrap .btn-light-green.focus {
  background-color: #9bca00;
  border-color: #fff;
}

.bootstrap .btn-light-green .badge {
  color: #9bca00;
  background-color: #fff;
}

@media (max-width: 767px) {
  .bootstrap .btn-light-green {
    padding: 5px 18px;
  }
}

.bootstrap .btn-light-green small {
  position: relative;
  display: block;
  font-size: 10px;
  line-height: normal;
  text-align: right;
}

.bootstrap .btn-light-green small:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  border-color: transparent transparent transparent #ffffff;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  vertical-align: middle;
  content: "";
}

.bootstrap .btn-light-green:hover, .bootstrap .btn-light-green:active, .bootstrap .btn-light-green:focus {
  opacity: .9;
  background-color: #9bca00 !important;
  border-color: #fff !important;
  outline: 0;
}

.bootstrap .btn-white {
  color: #2b71b8;
  background-color: #fff;
  border-color: #fff;
  padding-bottom: 7px;
  font-size: 14px;
  border-radius: 20px;
}

.bootstrap .btn-white:focus, .bootstrap .btn-white.focus {
  color: #2b71b8;
  background-color: #e6e6e6;
  border-color: #bfbfbf;
}

.bootstrap .btn-white:hover {
  color: #2b71b8;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}

.bootstrap .btn-white:active, .bootstrap .btn-white.active,
.open > .bootstrap .btn-white.dropdown-toggle {
  color: #2b71b8;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #e0e0e0;
}

.bootstrap .btn-white:active:hover, .bootstrap .btn-white:active:focus, .bootstrap .btn-white:active.focus, .bootstrap .btn-white.active:hover, .bootstrap .btn-white.active:focus, .bootstrap .btn-white.active.focus,
.open > .bootstrap .btn-white.dropdown-toggle:hover,
.open > .bootstrap .btn-white.dropdown-toggle:focus,
.open > .bootstrap .btn-white.dropdown-toggle.focus {
  color: #2b71b8;
  background-color: #d4d4d4;
  border-color: #bfbfbf;
}

.bootstrap .btn-white.disabled:hover, .bootstrap .btn-white.disabled:focus, .bootstrap .btn-white.disabled.focus, .bootstrap .btn-white[disabled]:hover, .bootstrap .btn-white[disabled]:focus, .bootstrap .btn-white[disabled].focus,
fieldset[disabled] .bootstrap .btn-white:hover,
fieldset[disabled] .bootstrap .btn-white:focus,
fieldset[disabled] .bootstrap .btn-white.focus {
  background-color: #fff;
  border-color: #fff;
}

.bootstrap .btn-white .badge {
  color: #fff;
  background-color: #2b71b8;
}

.bootstrap .btn-blue {
  color: #fff;
  background-color: #2b71b8;
  border-color: #2b71b8;
  padding: 7px;
  font-size: 16px;
  font-weight: 500;
  background-color: #2b71b8 !important;
  border-radius: 20px;
  outline: none !important;
}

.bootstrap .btn-blue:focus, .bootstrap .btn-blue.focus {
  color: #fff;
  background-color: #21588f;
  border-color: #133251;
}

.bootstrap .btn-blue:hover {
  color: #fff;
  background-color: #21588f;
  border-color: #1f5386;
}

.bootstrap .btn-blue:active, .bootstrap .btn-blue.active,
.open > .bootstrap .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #21588f;
  background-image: none;
  border-color: #1f5386;
}

.bootstrap .btn-blue:active:hover, .bootstrap .btn-blue:active:focus, .bootstrap .btn-blue:active.focus, .bootstrap .btn-blue.active:hover, .bootstrap .btn-blue.active:focus, .bootstrap .btn-blue.active.focus,
.open > .bootstrap .btn-blue.dropdown-toggle:hover,
.open > .bootstrap .btn-blue.dropdown-toggle:focus,
.open > .bootstrap .btn-blue.dropdown-toggle.focus {
  color: #fff;
  background-color: #1b4672;
  border-color: #133251;
}

.bootstrap .btn-blue.disabled:hover, .bootstrap .btn-blue.disabled:focus, .bootstrap .btn-blue.disabled.focus, .bootstrap .btn-blue[disabled]:hover, .bootstrap .btn-blue[disabled]:focus, .bootstrap .btn-blue[disabled].focus,
fieldset[disabled] .bootstrap .btn-blue:hover,
fieldset[disabled] .bootstrap .btn-blue:focus,
fieldset[disabled] .bootstrap .btn-blue.focus {
  background-color: #2b71b8;
  border-color: #2b71b8;
}

.bootstrap .btn-blue .badge {
  color: #2b71b8;
  background-color: #fff;
}

.bootstrap .btn-blue:hover {
  background-color: #fff !important;
  color: #2b71b8;
  opacity: 1;
}

.bootstrap .btn-blue:focus, .bootstrap .btn-blue:active {
  border-color: #2b71b8;
}

.bootstrap .btn-strong-green, .bootstrap .btn-strong-green:focus {
  color: #fff;
  background-color: #69b644;
  border-color: #69b644;
  outline: none !important;
}

.bootstrap .btn-strong-green:hover, .bootstrap .btn-strong-green:active {
  color: #69b644;
  background-color: #fff;
}

.bootstrap .btn-orange {
  color: #fff;
  background-color: #ff8a19;
  border-color: #ff8a19;
  padding: 7px;
  font-size: 16px;
  font-weight: 500;
  background-color: #ff8a19 !important;
  border-radius: 20px;
}

.bootstrap .btn-orange:focus, .bootstrap .btn-orange.focus {
  color: #fff;
  background-color: #e57100;
  border-color: #994b00;
}

.bootstrap .btn-orange:hover {
  color: #fff;
  background-color: #e57100;
  border-color: #db6b00;
}

.bootstrap .btn-orange:active, .bootstrap .btn-orange.active,
.open > .bootstrap .btn-orange.dropdown-toggle {
  color: #fff;
  background-color: #e57100;
  background-image: none;
  border-color: #db6b00;
}

.bootstrap .btn-orange:active:hover, .bootstrap .btn-orange:active:focus, .bootstrap .btn-orange:active.focus, .bootstrap .btn-orange.active:hover, .bootstrap .btn-orange.active:focus, .bootstrap .btn-orange.active.focus,
.open > .bootstrap .btn-orange.dropdown-toggle:hover,
.open > .bootstrap .btn-orange.dropdown-toggle:focus,
.open > .bootstrap .btn-orange.dropdown-toggle.focus {
  color: #fff;
  background-color: #c15f00;
  border-color: #994b00;
}

.bootstrap .btn-orange.disabled:hover, .bootstrap .btn-orange.disabled:focus, .bootstrap .btn-orange.disabled.focus, .bootstrap .btn-orange[disabled]:hover, .bootstrap .btn-orange[disabled]:focus, .bootstrap .btn-orange[disabled].focus,
fieldset[disabled] .bootstrap .btn-orange:hover,
fieldset[disabled] .bootstrap .btn-orange:focus,
fieldset[disabled] .bootstrap .btn-orange.focus {
  background-color: #ff8a19;
  border-color: #ff8a19;
}

.bootstrap .btn-orange .badge {
  color: #ff8a19;
  background-color: #fff;
}

.bootstrap .btn-orange:hover {
  background-color: #fff !important;
  color: #ff8a19;
  opacity: 1;
}

.bootstrap .btn-orange:focus, .bootstrap .btn-orange:active {
  border-color: #ff8a19;
}

.bootstrap .btn-outline-white {
  color: #fff;
  background-color: #ff8a19;
  border-color: #fff;
  height: auto;
  padding: 15px 12px 13px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  border-width: 1px;
  border-radius: 5px;
  box-shadow: none;
}

.bootstrap .btn-outline-white:focus, .bootstrap .btn-outline-white.focus {
  color: #fff;
  background-color: #e57100;
  border-color: #bfbfbf;
}

.bootstrap .btn-outline-white:hover {
  color: #fff;
  background-color: #e57100;
  border-color: #e0e0e0;
}

.bootstrap .btn-outline-white:active, .bootstrap .btn-outline-white.active,
.open > .bootstrap .btn-outline-white.dropdown-toggle {
  color: #fff;
  background-color: #e57100;
  background-image: none;
  border-color: #e0e0e0;
}

.bootstrap .btn-outline-white:active:hover, .bootstrap .btn-outline-white:active:focus, .bootstrap .btn-outline-white:active.focus, .bootstrap .btn-outline-white.active:hover, .bootstrap .btn-outline-white.active:focus, .bootstrap .btn-outline-white.active.focus,
.open > .bootstrap .btn-outline-white.dropdown-toggle:hover,
.open > .bootstrap .btn-outline-white.dropdown-toggle:focus,
.open > .bootstrap .btn-outline-white.dropdown-toggle.focus {
  color: #fff;
  background-color: #c15f00;
  border-color: #bfbfbf;
}

.bootstrap .btn-outline-white.disabled:hover, .bootstrap .btn-outline-white.disabled:focus, .bootstrap .btn-outline-white.disabled.focus, .bootstrap .btn-outline-white[disabled]:hover, .bootstrap .btn-outline-white[disabled]:focus, .bootstrap .btn-outline-white[disabled].focus,
fieldset[disabled] .bootstrap .btn-outline-white:hover,
fieldset[disabled] .bootstrap .btn-outline-white:focus,
fieldset[disabled] .bootstrap .btn-outline-white.focus {
  background-color: #ff8a19;
  border-color: #fff;
}

.bootstrap .btn-outline-white .badge {
  color: #ff8a19;
  background-color: #fff;
}

@media (max-width: 767px) {
  .bootstrap .btn-outline-white {
    padding: 12px;
    font-size: 17px;
    border-radius: 3px;
  }
}

.bootstrap .btn-outline-white:hover, .bootstrap .btn-outline-white:focus, .bootstrap .btn-outline-white:active {
  border-color: #ff8a19 !important;
  background-color: #fff !important;
  color: #ff8a19 !important;
}

.bootstrap .btn-green-rounded {
  color: #fff;
  background-color: #75c35e;
  border-color: #fff;
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.75;
  padding: 23px 10px;
  border-radius: 42.5px;
}

.bootstrap .btn-green-rounded:focus, .bootstrap .btn-green-rounded.focus {
  color: #fff;
  background-color: #59ad41;
  border-color: #bfbfbf;
}

.bootstrap .btn-green-rounded:hover {
  color: #fff;
  background-color: #59ad41;
  border-color: #e0e0e0;
}

.bootstrap .btn-green-rounded:active, .bootstrap .btn-green-rounded.active,
.open > .bootstrap .btn-green-rounded.dropdown-toggle {
  color: #fff;
  background-color: #59ad41;
  background-image: none;
  border-color: #e0e0e0;
}

.bootstrap .btn-green-rounded:active:hover, .bootstrap .btn-green-rounded:active:focus, .bootstrap .btn-green-rounded:active.focus, .bootstrap .btn-green-rounded.active:hover, .bootstrap .btn-green-rounded.active:focus, .bootstrap .btn-green-rounded.active.focus,
.open > .bootstrap .btn-green-rounded.dropdown-toggle:hover,
.open > .bootstrap .btn-green-rounded.dropdown-toggle:focus,
.open > .bootstrap .btn-green-rounded.dropdown-toggle.focus {
  color: #fff;
  background-color: #4c9337;
  border-color: #bfbfbf;
}

.bootstrap .btn-green-rounded.disabled:hover, .bootstrap .btn-green-rounded.disabled:focus, .bootstrap .btn-green-rounded.disabled.focus, .bootstrap .btn-green-rounded[disabled]:hover, .bootstrap .btn-green-rounded[disabled]:focus, .bootstrap .btn-green-rounded[disabled].focus,
fieldset[disabled] .bootstrap .btn-green-rounded:hover,
fieldset[disabled] .bootstrap .btn-green-rounded:focus,
fieldset[disabled] .bootstrap .btn-green-rounded.focus {
  background-color: #75c35e;
  border-color: #fff;
}

.bootstrap .btn-green-rounded .badge {
  color: #75c35e;
  background-color: #fff;
}

@media (min-width: 768px) {
  .bootstrap .btn-green-rounded {
    width: 350px;
  }
}

@media (max-width: 767px) {
  .bootstrap .btn-green-rounded {
    font-size: 15px;
    width: 240px;
    padding: 15px 5px;
  }
}

.bootstrap .js-header.is-scrolled {
  position: fixed;
  top: -200px;
}

.bootstrap .js-header.is-transition {
  transition: top 0.3s ease-in-out;
  will-change: top;
}

.bootstrap .js-header.is-show {
  top: 0;
}

.bootstrap .nav-tabs {
  margin-bottom: 40px;
  text-align: center;
  border-bottom: 3px solid #69b644 !important;
}

@media (max-width: 767px) {
  .bootstrap .nav-tabs {
    margin-bottom: 25px;
  }
}

.bootstrap .nav-tabs > li {
  width: 20%;
}

.bootstrap .nav-tabs > li > a {
  padding: 8px 15px;
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  color: #333;
  border: 1px solid #e6e6e6;
  border-bottom: 0 !important;
  border-radius: 5px 5px 0 0;
  background-color: #f7f7f7;
}

@media (max-width: 767px) {
  .bootstrap .nav-tabs > li > a {
    padding: 5px 2px 4px;
    font-size: 11px;
  }
}

.bootstrap .nav-tabs > li > a:hover, .bootstrap .nav-tabs > li > a:focus {
  filter: alpha(opacity=100);
  opacity: 1;
  color: #fff;
  background-color: #69b644;
  border: 1px solid #69b644;
}

.bootstrap .nav-tabs > li.active > a, .bootstrap .nav-tabs > li.active > a:hover, .bootstrap .nav-tabs > li.active > a:focus {
  color: #fff;
  background-color: #69b644;
  border: 1px solid #69b644;
}

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

.bootstrap .breadcrumblist li a:hover, .bootstrap .breadcrumblist li a:focus, .bootstrap .breadcrumblist li a:active {
  text-decoration: none;
  color: #2b71b8;
}

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

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

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

.bootstrap .label-border-gray {
  color: #000;
  border: 1px solid #9b9b9b;
}

.bootstrap .label-border-gray:hover {
  background-color: #595757;
  border: 1px solid #9b9b9b;
}

.bootstrap .label-blue {
  background-color: #355ea6;
  padding: 6px 6px 4px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
}

.bootstrap .label-blue[href]:hover, .bootstrap .label-blue[href]:focus {
  background-color: #29487f;
}

@media (max-width: 767px) {
  .bootstrap .label-blue {
    padding: 4px 3px 2px;
    font-size: 10px;
  }
}

.bootstrap .label-required {
  background-color: #f00;
  vertical-align: 2px;
}

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

.bootstrap .label-green {
  background-color: #79b553;
  padding: 8px 19px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 14px;
}

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

@media (max-width: 767px) {
  .bootstrap .label-green {
    font-size: 13px;
  }
}

.bootstrap .label-dark-gray {
  background-color: #999;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  border-radius: 20px;
}

.bootstrap .label-dark-gray[href]:hover, .bootstrap .label-dark-gray[href]:focus {
  background-color: gray;
}

@media (max-width: 767px) {
  .bootstrap .label-dark-gray {
    font-size: 11px;
  }
}

.bootstrap .label-seminar-status .icon {
  margin-right: 4px;
}

.bootstrap .label-live {
  background-color: #e51f26;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  padding: 7px 16px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 15px;
}

.bootstrap .label-live[href]:hover, .bootstrap .label-live[href]:focus {
  background-color: #bb161c;
}

.bootstrap .label-online {
  background-color: #2b71b8;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  padding: 7px 16px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 15px;
}

.bootstrap .label-online[href]:hover, .bootstrap .label-online[href]:focus {
  background-color: #21588f;
}

.bootstrap .label-archive .icon {
  margin: -4px 2px -2px 2px;
}

.bootstrap .label-gray-border {
  filter: alpha(opacity=30);
  opacity: 0.3;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  padding: 5px 19px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 15px;
  color: #999;
  border: 2px solid #999;
}

@media (max-width: 767px) {
  .bootstrap .label-gray-border {
    font-size: 11px;
  }
}

.bootstrap .label-gray-border.active {
  filter: alpha(opacity=100);
  opacity: 1;
}

.bootstrap .label-inner {
  display: flex;
  flex-wrap: wrap;
}

.bootstrap .label-inner .label {
  margin-right: 10px;
  margin-bottom: 5px;
}

.bootstrap .label-dark-green {
  background-color: #87aa2a;
  display: block;
  padding: .6em;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 20px;
}

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

@media (max-width: 767px) {
  .bootstrap .label-dark-green {
    font-size: 14px;
  }
}

.bootstrap .label-light-green {
  background-color: #9dc72d;
  padding: 7px 17px 6px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border-radius: 0;
}

.bootstrap .label-light-green[href]:hover, .bootstrap .label-light-green[href]:focus {
  background-color: #7c9d24;
}

@media (max-width: 767px) {
  .bootstrap .label-light-green {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
  }
}

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

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

@media (min-width: 768px) {
  .bootstrap .media.media-direction-rtl {
    direction: rtl;
  }
  .bootstrap .media.media-direction-rtl .media-body,
  .bootstrap .media.media-direction-rtl .media-left {
    direction: ltr;
  }
  .bootstrap .media.media-direction-rtl .media-right {
    padding-right: 10px;
    padding-left: 0;
    direction: ltr;
  }
}

.bootstrap .media-elastic-thumbnail {
  margin-bottom: 15px;
  background-color: #fff;
}

.bootstrap .media-elastic-thumbnail .media-left {
  min-width: 130px;
  padding-bottom: 36%;
}

@media (max-width: 767px) {
  .bootstrap .media-elastic-thumbnail .media-left {
    min-width: 75px;
    padding-bottom: 30%;
  }
}

.bootstrap .media-elastic-thumbnail .media-left.img-1 {
  background: url("../img/media/img-1.png") no-repeat 50% 50%/cover;
}

.bootstrap .media-elastic-thumbnail .media-body {
  padding-left: 15px;
}

.bootstrap .media-bordered-blue {
  background-color: transparent;
  border: 5px solid #355ea6;
  border-radius: 10px;
}

.bootstrap .media-bordered-blue .media-left {
  min-width: 200px;
  padding-bottom: 15%;
}

.bootstrap .media-bordered-blue .media-body {
  padding: 15px;
}

.bootstrap .media-bordered-blue .img-cleaning-2 {
  background: url("../img/media/img-1.png") 50% 50% no-repeat;
  background-size: cover;
}

.bootstrap .media-separated {
  border-top: 1px solid #000;
}

.bootstrap .media-separated .media-left,
.bootstrap .media-separated .media-body {
  padding-top: 20px;
}

@media (max-width: 767px) {
  .bootstrap .media-separated .media-left,
  .bootstrap .media-separated .media-body {
    padding-top: 10px;
  }
}

.bootstrap .media-separated .media-left {
  min-width: 174px;
  font-weight: bold;
  border-right: 1px solid #000;
}

@media (min-width: 768px) {
  .bootstrap .media-separated .media-left {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .bootstrap .media-separated .media-left {
    min-width: 100px;
  }
}

.bootstrap .media-separated .media-body {
  padding-left: 26px;
}

@media (max-width: 767px) {
  .bootstrap .media-separated .media-body {
    padding-left: 15px;
  }
}

.bootstrap .media-styled {
  padding: 10px;
}

.bootstrap .media-styled .media-left {
  padding: 10px;
  color: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  .bootstrap .media-styled .media-left {
    min-width: 240px;
    font-size: 20px;
  }
}

.bootstrap .media-styled.gray {
  background-color: #eee;
}

.bootstrap .media-styled.gray .media-left {
  background-color: #999;
}

@media (max-width: 767px) {
  .bootstrap .media-styled.media-cleared-xs .media-left {
    padding-right: 10px !important;
  }
}

@media (min-width: 768px) {
  .bootstrap .media-styled .media-body {
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .bootstrap .media-styled .media-body {
    padding-top: 10px;
  }
}

.bootstrap .media-styled ul {
  margin-bottom: 0;
}

.bootstrap .media-seminar {
  position: absolute;
  padding: 15px;
  margin-top: 0;
}

@media (min-width: 768px) {
  .bootstrap .media-seminar {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 12px 10px;
  }
}

@media (max-width: 767px) {
  .bootstrap .media-seminar .media-right {
    max-width: 285px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}

.bootstrap .media-seminar .media-right .caption {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 1.714;
}

@media (max-width: 767px) {
  .bootstrap .media-seminar .media-right .caption {
    font-size: 13px;
    text-align: left;
  }
}

.bootstrap .media-seminar .media-right .media-object {
  width: 270px;
}

@media (min-width: 768px) {
  .bootstrap .media-seminar .media-right .media-object {
    max-width: none;
  }
}

.bootstrap .media-seminar .media-right a {
  display: inline-block;
}

.bootstrap .media-seminar .media-heading {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 2;
  color: #fff;
}

@media (min-width: 768px) {
  .bootstrap .media-seminar .media-heading {
    padding-top: 17px;
  }
}

@media (max-width: 991px) {
  .bootstrap .media-seminar .media-heading {
    font-size: 17px;
    line-height: 1.6;
  }
}

@media (max-width: 767px) {
  .bootstrap .media-seminar .media-heading {
    margin-bottom: 10px;
  }
}

.bootstrap .media-seminar .media-body {
  width: 37%;
}

@media (max-width: 991px) {
  .bootstrap .media-seminar .media-body {
    width: 45%;
  }
}

@media (max-width: 767px) {
  .bootstrap .media-seminar .media-body {
    width: 100% !important;
    text-align: center;
  }
}

.bootstrap .media-profile .media-left {
  padding-right: 38px;
}

@media (max-width: 767px) {
  .bootstrap .media-profile .media-left {
    text-align: center;
  }
}

.bootstrap .media-profile .media-left .media-object {
  -o-object-fit: cover;
     object-fit: cover;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  max-width: unset;
}

.bootstrap .media-profile .media-body {
  padding-top: 8px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .bootstrap .media-profile .media-body {
    padding-top: 0;
    padding-right: 0;
  }
}

.bootstrap .media-profile .media-heading {
  margin-bottom: 13px;
  color: #2b71b8;
  font-size: 16px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .bootstrap .media-profile .media-heading {
    margin-bottom: 8px;
    text-align: center;
  }
}

.bootstrap .media-profile .department-title,
.bootstrap .media-profile .profile-name {
  color: #222;
  font-size: 14px;
}

.bootstrap .media-profile .profile-name {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .bootstrap .media-profile .profile-name {
    margin-bottom: 15px;
  }
}

.bootstrap .media-profile .lead {
  margin-bottom: 5px;
  color: #222;
  font-size: 13px;
  line-height: 2;
  letter-spacing: .01em;
  font-weight: normal;
}

.bootstrap .media-case .media-left {
  padding-right: 30px;
  color: #3a3a3a;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.889;
}

@media (max-width: 991px) {
  .bootstrap .media-case .media-left {
    padding-right: 17px;
  }
}

@media (max-width: 767px) {
  .bootstrap .media-case .media-left {
    padding-bottom: 5px !important;
    font-size: 16px;
    line-height: 1.25;
  }
}

.bootstrap .media-case .media-left .media-object {
  margin-top: 32px;
  max-width: unset;
}

@media (max-width: 767px) {
  .bootstrap .media-case .media-left .media-object {
    display: block;
    max-width: 100%;
    margin: 12px auto 0;
  }
}

.bootstrap .media-case .media-body {
  padding-top: 10px;
}

.bootstrap .media-common {
  margin-bottom: 42px;
}

@media (max-width: 767px) {
  .bootstrap .media-common {
    margin-bottom: 21px;
  }
}

.bootstrap .media-common .media-left {
  padding-top: 2px;
  padding-right: 0;
  padding-left: 60px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap .media-common .media-left {
    padding-left: 40px;
  }
}

@media (max-width: 767px) {
  .bootstrap .media-common .media-left {
    padding-bottom: 18px !important;
    padding-left: 0;
  }
}

.bootstrap .media-common .media-left img {
  max-width: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap .media-common .media-left img {
    max-width: 350px;
  }
}

@media (max-width: 767px) {
  .bootstrap .media-common .media-left img {
    max-width: 335px;
  }
}

.bootstrap .media-common .media-heading {
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #3a3a3a;
}

@media (max-width: 767px) {
  .bootstrap .media-common .media-heading {
    margin-bottom: 2px;
    font-size: 15px;
    line-height: 1.26;
  }
}

.bootstrap .media-common .lead-lg {
  margin-bottom: 6px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  color: #87aa2a;
}

@media (max-width: 767px) {
  .bootstrap .media-common .lead-lg {
    margin-bottom: 14px;
    font-size: 15px;
  }
}

.bootstrap .media-common .lead {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 2;
  color: #3a3a3a;
}

@media (max-width: 767px) {
  .bootstrap .media-common .lead {
    font-size: 13px;
    line-height: 1.2;
  }
}

.bootstrap .media-common span {
  font-weight: normal;
}

.bootstrap .media-common.media-common-1 {
  padding-top: 58px;
  margin-top: 0;
  border-top: 1px solid #dee6eb;
}

@media (max-width: 767px) {
  .bootstrap .media-common.media-common-1 {
    padding-top: 21px;
  }
}

.bootstrap .media-common.media-common-1 .media-left {
  padding-top: 4px;
  padding-right: 57px;
  padding-left: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap .media-common.media-common-1 .media-left {
    padding-right: 40px;
  }
}

@media (max-width: 767px) {
  .bootstrap .media-common.media-common-1 .media-left {
    padding-right: 0;
  }
}

.bootstrap .media-common.media-common-1 .media-heading {
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .bootstrap .media-common.media-common-1 .media-heading {
    margin-bottom: 9px;
  }
}

.bootstrap .panel-contact {
  box-shadow: none;
  color: #222;
  border: 0;
  border-radius: 0;
}

@media (max-width: 767px) {
  .bootstrap .panel-contact {
    margin-bottom: 15px;
  }
}

.bootstrap .panel-contact .panel-title {
  margin-bottom: 0;
}

.bootstrap .panel-contact .both-side-slash {
  position: relative;
  display: inline-block;
  padding-right: 56px;
  padding-left: 56px;
  margin-top: 5px;
  text-align: center;
}

.bootstrap .panel-contact .both-side-slash:after, .bootstrap .panel-contact .both-side-slash:before {
  top: -8px;
  bottom: 0;
  width: 26px;
  height: 34px;
}

.bootstrap .panel-contact .both-side-slash:before {
  background: url("../img/common/slash-left-white.png") no-repeat;
}

.bootstrap .panel-contact .both-side-slash:after {
  background: url("../img/common/slash-right-white.png") no-repeat;
}

.bootstrap .panel-contact .panel-heading {
  padding: 9px 10px 2px;
  text-align: center;
  background-color: #c83737;
  border-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

@media (max-width: 767px) {
  .bootstrap .panel-contact .panel-heading {
    padding-top: 9px;
    padding-bottom: 6px;
  }
}

.bootstrap .panel-contact .panel-body {
  padding: 15px 15px 20px;
  border: 7px solid #b9b9b9;
  border-top: 0;
}

@media (max-width: 767px) {
  .bootstrap .panel-contact .panel-body {
    padding: 4px 4px 0 4px;
    border-width: 4px;
  }
}

.bootstrap .panel-contact .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.1;
  color: #fff;
  text-align: center;
}

@media (max-width: 767px) {
  .bootstrap .panel-contact .title {
    font-size: 20px;
  }
}

.bootstrap .panel-contact .inner {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 820px;
}

.bootstrap .panel-contact .inner:before, .bootstrap .panel-contact .inner:after {
  display: table;
  content: " ";
}

.bootstrap .panel-contact .inner:after {
  clear: both;
}

.bootstrap .panel-contact .lead {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -1px;
}

@media (max-width: 767px) {
  .bootstrap .panel-contact .lead {
    font-size: 14px;
    text-align: center;
  }
}

.bootstrap .panel-contact .hours {
  display: block;
  margin-top: 5px;
  margin-left: 67px;
  font-size: 26px;
}

.bootstrap .panel-contact .img {
  float: right;
  margin-top: -74px;
}

@media (min-width: 768px) {
  .bootstrap .panel-contact .body {
    float: left;
  }
}

.bootstrap .panel-contact .btn-container {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 854px;
  text-align: center;
}

.bootstrap .panel-contact .btn-container a {
  box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.3);
  display: block;
  border-radius: 24px;
}

.bootstrap .panel-contact .btn-tel-sm {
  margin-bottom: 4px;
}

.bootstrap .panel-contact .media {
  max-width: 304px;
  margin-right: auto;
  margin-left: auto;
}

.bootstrap .panel-contact .media-right {
  padding-left: 0;
}

.bootstrap .panel-contact .media-right img {
  display: inline-block;
  vertical-align: bottom;
}

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

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

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

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

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

.bootstrap .panel-collapse > .panel-heading {
  padding: 0;
  background-color: #fff;
  border-bottom: 1px solid #1946ba;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.bootstrap .panel-collapse > .panel-heading a {
  position: relative;
  display: block;
  padding: 22px 50px 23px 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: #646464;
}

@media (max-width: 767px) {
  .bootstrap .panel-collapse > .panel-heading a {
    padding: 12px 65px 10px 15px;
    font-size: 16px;
  }
}

.bootstrap .panel-collapse > .panel-heading a:hover, .bootstrap .panel-collapse > .panel-heading a:focus, .bootstrap .panel-collapse > .panel-heading a[aria-expanded="true"] {
  color: #275cc4;
  text-decoration: none;
}

.bootstrap .panel-collapse > .panel-heading a:hover .icon, .bootstrap .panel-collapse > .panel-heading a:focus .icon, .bootstrap .panel-collapse > .panel-heading a[aria-expanded="true"] .icon {
  background-color: #275cc4;
}

.bootstrap .panel-collapse > .panel-heading a[aria-expanded="true"] {
  color: #646464;
  background-color: #f4f5f7;
}

.bootstrap .panel-collapse > .panel-heading a[aria-expanded="true"]:hover {
  color: #275cc4;
}

.bootstrap .panel-collapse > .panel-heading a[aria-expanded="true"]:hover .icon {
  background-color: #a8a8a8;
}

.bootstrap .panel-collapse > .panel-heading a[aria-expanded="true"] .icon {
  background-color: #999;
}

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

.bootstrap .panel-collapse .panel-body {
  padding: 5px 100px 21px 20px;
}

@media (max-width: 767px) {
  .bootstrap .panel-collapse .panel-body {
    padding: 5px 15px 20px;
  }
}

.bootstrap .panel-collapse .panel-body a {
  line-height: 1.4;
  color: #1946ba;
  text-decoration: underline;
}

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

.bootstrap .panel-collapse .panel-body a:hover {
  text-decoration: none;
  opacity: .8;
}

.bootstrap .panel-collapse .collapsing {
  margin-top: -1px;
  background-color: #f4f5f7;
  border-bottom: 1px solid #1946ba;
}

.bootstrap .panel-collapse .collapse.in {
  margin-top: -1px;
  background-color: #f4f5f7;
  border-bottom: 1px solid #1946ba;
}

.bootstrap .panel-collapse .icon {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  display: block;
  width: 22px;
  height: 22px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #1946ba;
  content: "";
  transition: 300ms all ease;
}

@media (max-width: 767px) {
  .bootstrap .panel-collapse .icon {
    right: 10px;
  }
}

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

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

.bootstrap .panel-case {
  display: block;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

@media (max-width: 767px) {
  .bootstrap .panel-case {
    margin-bottom: 11px;
  }
}

.bootstrap .panel-case .panel-heading {
  padding: 11px 15px 7px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background-color: #9dc72d;
  border: 0;
  border-radius: 0 !important;
}

@media (max-width: 767px) {
  .bootstrap .panel-case .panel-heading {
    padding: 3px 15px 3px;
    font-size: 16px;
  }
}

.bootstrap .panel-case .panel-body {
  padding: 21px 0;
  font-size: 14px;
  line-height: 2;
}

@media (max-width: 767px) {
  .bootstrap .panel-case .panel-body {
    padding-top: 12px;
    padding-bottom: 0;
    line-height: 1.4;
  }
}

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

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

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

.bootstrap .well.well-title-on-border {
  position: relative;
  padding-top: 35px;
}

.bootstrap .well.well-title-on-border .title {
  position: absolute;
  top: -.75em;
  right: 0;
  left: 0;
  padding-right: 1.5%;
  padding-left: 1.5%;
  margin: 0;
}

.bootstrap .well.well-title-on-border .title .bg {
  display: inline-block;
  padding: 3px 12px;
  line-height: 1.1;
  background: #fff;
  border: 1px solid #000;
}

.bootstrap .well-overview {
  padding: 30px 26px 30px 58px;
  margin-bottom: 50px;
  color: #1e374e;
  background-color: #d8dcdf;
  border: 0;
}

@media (max-width: 767px) {
  .bootstrap .well-overview {
    padding: 20px;
    margin-bottom: 25px;
  }
}

.bootstrap .well-overview .media-left {
  padding-right: 40px;
}

@media (min-width: 768px) {
  .bootstrap .well-overview .media-left {
    border-right: 1px solid #1e374e;
  }
}

@media (max-width: 767px) {
  .bootstrap .well-overview .media-left {
    padding-bottom: 10px;
    border-bottom: 1px solid #1e374e;
  }
}

@media (min-width: 768px) {
  .bootstrap .well-overview .media-body {
    padding-left: 26px;
  }
}

@media (max-width: 767px) {
  .bootstrap .well-overview .media-body {
    padding-top: 10px;
  }
}

.bootstrap .well-overview .dl-list-indent + .dl-list-indent {
  margin-top: 7px;
}

.bootstrap .well-overview .dl-list-indent dt {
  min-width: 100px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .bootstrap .well-overview .dl-list-indent dt {
    min-width: 80px;
  }
}

.bootstrap .well-overview .dl-list-indent dd {
  line-height: 1.563;
}

.bootstrap .well-gray {
  padding: 10px;
  background-color: #d8dcdf;
  border: 0;
  border-radius: 0;
}

.bootstrap .well-has-ribbon {
  background-color: #fff;
}

.bootstrap .well-has-ribbon .ribbon {
  padding-right: 30px;
  padding-bottom: 7px;
  background-color: #fff;
}

@media (max-width: 991px) {
  .bootstrap .well-has-ribbon .ribbon {
    padding-right: 15px;
  }
}

.bootstrap .well-has-ribbon .ribbon.blue dt {
  background-color: #1f89ca;
}

.bootstrap .well-has-ribbon .ribbon .dl-list-indent {
  margin-left: -31px;
  overflow: visible;
}

.bootstrap .well-has-ribbon .ribbon .dl-list-indent dt,
.bootstrap .well-has-ribbon .ribbon .dl-list-indent dd {
  vertical-align: middle;
}

.bootstrap .well-has-ribbon .ribbon .dl-list-indent dt {
  position: relative;
  min-width: 110px;
  padding: 8px 3px 6px;
  color: #fff;
  text-align: center;
  border-radius: 0;
}

@media (min-width: 768px) {
  .bootstrap .well-has-ribbon .ribbon .dl-list-indent dt {
    font-size: 16px;
  }
}

.bootstrap .well-has-ribbon .ribbon .dl-list-indent dt:before {
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 0;
  height: 0;
  border-color: transparent #03263b transparent transparent;
  border-style: solid;
  border-width: 0 12px 12px 0;
  content: "";
}

.bootstrap .well-has-ribbon .ribbon .dl-list-indent dd {
  padding: 7px 14px 5px;
  font-weight: bold;
  color: #1f89ca;
  background-color: #d2e7f4;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

@media (min-width: 768px) {
  .bootstrap .well-has-ribbon .ribbon .dl-list-indent dd {
    font-size: 16px;
  }
}

.bootstrap .well-blue {
  padding: 38px 15px 42px;
  color: #fff;
  background-color: #2b71b8;
  border: 0;
  border-radius: 20px;
}

@media (min-width: 768px) {
  .bootstrap .well-blue {
    margin-left: 9px;
  }
}

@media (max-width: 767px) {
  .bootstrap .well-blue {
    padding-top: 25px;
    padding-bottom: 25px;
    margin: 15px auto 0 !important;
  }
}

.bootstrap .well-blue .well-title {
  margin-top: 0;
  margin-bottom: 27px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .3em;
}

@media (max-width: 767px) {
  .bootstrap .well-blue .well-title {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

.bootstrap .well-blue .caption {
  font-size: 12px;
  line-height: 1.667;
}

.bootstrap .well-gray-border {
  padding: 28px 29px;
  border-radius: 10px;
  border: 2px solid #f0f0f0;
}

@media (max-width: 767px) {
  .bootstrap .well-gray-border {
    padding: 20px 15px;
  }
}

.bootstrap .well-streaming {
  position: absolute;
  right: 6px;
  bottom: 6px;
  left: 6px;
  padding: 3px 6px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  background-color: #fff;
  border: 0;
  border-radius: 5px;
}

.bootstrap .well-list-white {
  padding: 38px 19px 69px;
  border: 0;
  background-color: #fff;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .bootstrap .well-list-white {
    max-width: 243px;
    padding: 16px 15px 21px;
    border-radius: 5px;
  }
}

@media (max-width: 767px) {
  .bootstrap .well-list-white.well-list-white-right-xs {
    margin-right: 0;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .bootstrap .well-list-white.well-list-white-left-xs {
    margin-right: auto;
    margin-left: 0;
  }
}

.bootstrap .well-no-border {
  border: 0;
  border-radius: 0;
}

.bootstrap .well-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-content: center;
  text-align: center;
  border: 0;
  border-radius: 50%;
}

.bootstrap .well-circle-bg-green {
  width: 170px;
  height: 170px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.333;
  background: linear-gradient(135deg, #9dc72d 52%, #92b92b 0%);
}

@media (max-width: 767px) {
  .bootstrap .well-circle-bg-green {
    font-size: 13px;
  }
}

.bootstrap .well-circle-bg-green .icon {
  margin-bottom: 10px;
}

.bootstrap .well-circle-gradient-blue {
  justify-content: start;
  width: 136px;
  height: 136px;
  padding: 22px 5px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.25;
  color: #fff;
  background: linear-gradient(135deg, #4288c9 52%, #3576ba 0%);
}

@media (max-width: 767px) {
  .bootstrap .well-circle-gradient-blue {
    float: right;
    width: 79px;
    height: 79px;
    padding: 14px 5px;
    margin-bottom: 10px;
    font-size: 9px;
    line-height: 1.285;
  }
}

.bootstrap .well-circle-gradient-blue .icon {
  margin-bottom: 6px;
}

@media (max-width: 767px) {
  .bootstrap .well-circle-gradient-blue .icon {
    margin-bottom: 4px;
  }
}

.bootstrap .well-bubble-white {
  width: 244px;
  height: 244px;
  font-size: 18px;
  font-weight: 900;
  color: #3a3a3a;
  background-color: #fff;
  border: 0;
}

@media (max-width: 991px) {
  .bootstrap .well-bubble-white {
    width: 150px;
    height: 150px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .bootstrap .well-bubble-white {
    width: 122px;
    height: 122px;
    padding: 5px 12px;
    font-size: 12px;
  }
}

.bootstrap .well-bubble-white:before {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
}

.bootstrap .well-bubble-white.well-top:before {
  border-width: 0 8px 16px 8px;
  border-color: transparent transparent #fff transparent;
}

@media (max-width: 767px) {
  .bootstrap .well-bubble-white.well-top:before {
    border-width: 0 4.5px 8px 4.5px;
  }
}

.bootstrap .well-bubble-white.well-bottom:before {
  border-width: 16px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
}

@media (max-width: 767px) {
  .bootstrap .well-bubble-white.well-bottom:before {
    border-width: 8px 4.5px 0 4.5px;
  }
}

.bootstrap .well-bubble-white .text,
.bootstrap .well-bubble-white span {
  line-height: 1.667;
}

@media (max-width: 767px) {
  .bootstrap .well-bubble-white .text,
  .bootstrap .well-bubble-white span {
    line-height: 1.5;
  }
}

.bootstrap .well-point {
  position: relative;
  min-height: 300px;
  padding: 66px 25px 20px;
  border-radius: 10px;
  font-size: 18px;
  line-height: 1.667;
}

@media (max-width: 767px) {
  .bootstrap .well-point {
    min-height: 210px;
    padding: 47px 18px 10px;
    font-size: 12px;
    line-height: 1.75;
    border-radius: 6px;
  }
}

@media (max-width: 767px) {
  .bootstrap .well-point .text-blue {
    line-height: 1.75;
  }
}

.bootstrap .well-point .circle-well {
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  width: 70px;
  height: 70px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  padding: 10px 5px 5px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.25;
  background-color: #4288c9;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .bootstrap .well-point .circle-well {
    top: -24px;
    width: 49px;
    height: 49px;
    font-size: 11px;
  }
}

.bootstrap .well-point .icon {
  margin-right: auto;
  margin-bottom: 28px;
  margin-left: auto;
}

@media (max-width: 767px) {
  .bootstrap .well-point .icon {
    margin-bottom: 17px;
  }
}

.bootstrap .well-list-dot-orange {
  padding: 14px 30px 22px;
  margin-bottom: 21px;
  max-width: 563px;
  border: 0;
  background-color: #fff;
  border-radius: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap .well-list-dot-orange {
    max-width: 450px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .bootstrap .well-list-dot-orange {
    padding: 11px 10px 5px;
    margin-bottom: 10px;
    max-width: 250px;
    border-radius: 5px;
  }
}

.bootstrap .well-list-dot-orange .well-title {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #ff8a19;
}

@media (max-width: 991px) {
  .bootstrap .well-list-dot-orange .well-title {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .bootstrap .well-list-dot-orange .well-title {
    margin-bottom: 5px;
    font-size: 15px;
  }
}

.bootstrap .well-gradient {
  min-height: 112px;
  padding: 21px 8px 15px;
  margin-bottom: 19px;
  background: linear-gradient(145deg, #4288c9 49%, #3576ba 49%);
  border: 0;
  border-radius: 5px;
}

@media (max-width: 991px) {
  .bootstrap .well-gradient {
    min-height: 94px;
    padding-top: 15px;
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .bootstrap .well-gradient {
    min-height: 76px;
    margin-bottom: 14px;
    border-radius: 3px;
  }
}

.bootstrap .well-gradient.green {
  background: linear-gradient(145deg, #9dc72d 49%, #80a226 49%);
}

.bootstrap .well-gradient .img-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bootstrap .well-gradient .well-title {
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

@media (max-width: 991px) {
  .bootstrap .well-gradient .well-title {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .bootstrap .well-gradient .well-title {
    margin-top: 11px;
    font-size: 10px;
  }
}

.bootstrap .well-case-white {
  position: relative;
  padding: 30px 70px 51px;
  border: 0;
  background-color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap .well-case-white {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .bootstrap .well-case-white {
    padding: 15px 15px 16px 15px;
    margin-bottom: 15px;
  }
}

.bootstrap .well-case-white .img {
  position: absolute;
}

.bootstrap .well-case-white .icon-circle {
  right: 30px;
  bottom: 30px;
}

@media (max-width: 767px) {
  .bootstrap .well-case-white .icon-circle {
    right: 11px;
    bottom: 13px;
    max-width: 61px;
  }
}

.bootstrap .well-case-white .icon-screen-pc {
  right: 41px;
  bottom: 37px;
}

@media (max-width: 767px) {
  .bootstrap .well-case-white .icon-screen-pc {
    right: 18px;
    bottom: 150px;
    max-width: 76px;
  }
}

.bootstrap .well-case-white .icon-chart {
  bottom: 0;
}

@media (max-width: 767px) {
  .bootstrap .well-case-white .icon-chart {
    left: 0;
    max-width: 58px;
  }
}

.bootstrap .well-thanks {
  background-color: #f0f0f0;
  border: 0;
  border-radius: 10px;
  padding-top: 44px;
  padding-bottom: 50px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .bootstrap .well-thanks {
    border-radius: 5px;
    padding: 20px 5px;
  }
}

.bootstrap .well-thanks .text {
  font-size: 16px;
  line-height: 1.85;
  margin-bottom: 44px;
}

@media (max-width: 767px) {
  .bootstrap .well-thanks .text {
    font-size: 13px;
    line-height: 1.55;
    margin-bottom: 21px;
  }
}

.bootstrap .well-thanks .link {
  display: inline-block;
}

.bootstrap .well-thanks .link:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .bootstrap .well-thanks .icon {
    width: 36%;
  }
}

.bootstrap .well-thanks .title {
  color: #75c35e;
  font-size: 22px;
  font-weight: bold;
  margin-top: 26px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .bootstrap .well-thanks .title {
    font-size: 15px;
    margin-top: 27px;
  }
}

.bootstrap .bg-room {
  background-image: url("../img/common/bg-room.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.bootstrap .bg-dot {
  background: url("../img/common/bg-dot.png") repeat 0 0;
}

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

.bootstrap .bg-light-salmon {
  background-color: #ffa07a !important;
}

.bootstrap .bg-red {
  background-color: #f00 !important;
}

.bootstrap .bg-light-blue {
  background-color: #add8e6 !important;
}

.bootstrap .bg-blue {
  background-color: #3075ba !important;
}

.bootstrap .bg-light-green {
  background-color: #ecf3d8 !important;
}

.bootstrap .bg-green {
  background-color: #9dc72d !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.bootstrap .clear {
  clear: both !important;
}

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

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

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

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

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

.bootstrap .box-shadow-yellow-spread-lg {
  box-shadow: 0 0 30px 20px yellow;
}

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

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

.bootstrap .fs14-xs {
  font-size: 14px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bootstrap .title-blue-strong {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #2b71b8;
}

.bootstrap .title-blue-strong.title-sm {
  margin-bottom: 12px;
  font-size: 14px;
}

@media (max-width: 767px) {
  .bootstrap .title-blue-strong {
    font-size: 15px;
  }

  .bootstrap .title-blue-strong.title-sm {
    margin-bottom: 8px;
    font-size: 13px;
  }
}

.bootstrap .title-with-small {
  margin-top: 0;
  margin-bottom: 47px;
  font-size: 37px;
  font-weight: bold;
  line-height: 1.351;
  letter-spacing: .06em;
}

@media (max-width: 767px) {
  .bootstrap .title-with-small {
    margin-bottom: 24px;
    font-size: 26px;
  }
}

.bootstrap .title-with-small small {
  display: block;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .05em;
}

@media (max-width: 767px) {
  .bootstrap .title-with-small small {
    margin-top: 3px;
    font-size: 14px;
  }
}

.bootstrap .title-with-small small.white {
  color: #fff;
}

.bootstrap .title-with-small small.green {
  color: #9dc72d;
}

.bootstrap .title-with-small.white {
  color: #fff;
}

.bootstrap .title-with-small.gray {
  color: #898989;
}

.bootstrap .title-gray-with-sm-text {
  margin-top: 0;
  font-size: 37px;
  font-weight: bold;
  letter-spacing: .06em;
  color: #898989;
}

@media (max-width: 767px) {
  .bootstrap .title-gray-with-sm-text {
    font-size: 26px;
  }
}

.bootstrap .title-gray-with-sm-text small {
  display: block;
  margin-top: 4px;
  text-align: center;
  color: #87aa2a;
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .bootstrap .title-gray-with-sm-text small {
    font-size: 14px;
  }
}

.bootstrap .title-light-orange {
  margin-top: 0;
  margin-bottom: 19px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  color: #ff8a19;
  text-align: left;
}

@media (max-width: 767px) {
  .bootstrap .title-light-orange {
    margin-bottom: 5px;
    font-size: 20px;
  }
}

.bootstrap .title-black {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .bootstrap .title-black {
    margin-bottom: 9px;
    font-size: 16px;
  }
}

.bootstrap .title-white {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 37px;
  font-weight: bold;
  color: #fff;
}

@media (max-width: 767px) {
  .bootstrap .title-white {
    font-size: 26px;
  }
}

.bootstrap .title-border-bottom-green {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 45px;
  padding-bottom: 21px;
  position: relative;
}

@media (max-width: 767px) {
  .bootstrap .title-border-bottom-green {
    font-size: 17px;
    padding-bottom: 15px;
    margin-bottom: 21px;
  }
}

.bootstrap .title-border-bottom-green:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  width: 150px;
  background-color: #75c35e;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .bootstrap .title-border-bottom-green:after {
    width: 125px;
    height: 2px;
  }
}

.bootstrap .wp_list_white_paper a, .bootstrap .wp_list_white_paper a:hover, .bootstrap .wp_list_white_paper a:focus {
  color: #333;
  text-decoration: none;
}

.bootstrap .wp_list_white_paper .title a {
  color: #333;
}

.bootstrap .wp_list_white_paper .d_l > a {
  color: #fff;
}

.bootstrap .wp_list_white_paper .cat a {
  color: #333;
}

.bootstrap .wp_list_white_paper .cat a:nth-of-type(1) {
  display: inline-block;
}

.bootstrap .wp_list_white_paper .list_foot a {
  color: #fff;
}

.bootstrap .wp_list_white_paper .wp_list .cat a:nth-of-type(1) {
  display: inline-block;
}

.bootstrap .section-modal .modal {
  text-align: center;
}

.bootstrap .section-modal .modal.in {
  opacity: .9;
  padding-right: 0 !important;
  background: rgba(0, 0, 0, 0.8);
}

.bootstrap .section-modal .modal:before {
  display: inline-block;
  height: 25%;
  vertical-align: middle;
  content: '';
}

.bootstrap .section-modal .modal-content {
  background-color: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
}

@media (min-width: 992px) {
  .bootstrap .section-modal .modal-dialog {
    width: 800px;
  }
}

.bootstrap .section-modal iframe {
  border: 0;
}

.bootstrap .section-breadcrumb-seminar-detail {
  margin-top: 84px;
}

@media (max-width: 750px) {
  .bootstrap .section-breadcrumb-seminar-detail {
    margin-top: 107px;
  }
}

@media (max-width: 600px) {
  .bootstrap .section-breadcrumb-seminar-detail {
    margin-top: 125px;
  }
}

.bootstrap .section-breadcrumb-seminar-detail .breadcrumblist {
  padding-left: 0;
  padding-bottom: 15px;
  margin-bottom: 0;
}

.bootstrap .section-breadcrumb-seminar-detail .container {
  width: 100%;
  max-width: 1133px;
}

.bootstrap .section-seminar-detail .container {
  width: 100%;
  max-width: 1133px;
}

.bootstrap .section-seminar-detail.seminar-close .container-image {
  position: relative;
}

.bootstrap .section-seminar-detail.seminar-close .container-image:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  content: "";
}

.bootstrap .section-seminar-detail .img-semi {
  margin-bottom: 20px;
  border-radius: 8px;
}

.bootstrap .section-seminar-detail .label-inner {
  margin-top: 20px;
}

.bootstrap .section-seminar-detail .label-inner .label-gray-border {
  min-width: 90px;
}

.bootstrap .section-seminar-detail .container-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 730px;
  width: 100%;
  height: 400px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .bootstrap .section-seminar-detail .container-image {
    height: 50vw;
  }
}

.bootstrap .section-seminar-detail .title-section {
  margin-top: 16px;
  margin-bottom: 18px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.333;
}

@media (max-width: 767px) {
  .bootstrap .section-seminar-detail .title-section {
    font-size: 25px;
  }
}

.bootstrap .section-seminar-detail .date {
  display: block;
  margin-bottom: 48px;
  color: #2b71b8;
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .bootstrap .section-seminar-detail .date {
    margin-bottom: 30px;
    font-size: 16px;
  }
}

.bootstrap .section-seminar-detail p {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: .05em;
}

@media (max-width: 767px) {
  .bootstrap .section-seminar-detail p {
    margin-bottom: 20px;
    font-size: 13px;
  }
}

.bootstrap .section-seminar-detail h3 {
  padding-top: 2px;
  padding-bottom: 4px;
  padding-left: 16px;
  margin-top: 62px;
  margin-bottom: 29px;
  font-size: 20px;
  font-weight: 500;
  border-left: 4px solid #2b71b8;
}

@media (max-width: 767px) {
  .bootstrap .section-seminar-detail h3 {
    padding-left: 12px;
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 18px;
  }
}

.bootstrap .section-seminar-detail ul {
  padding-left: 0;
  font-size: 15px;
}

@media (max-width: 767px) {
  .bootstrap .section-seminar-detail ul {
    font-size: 13px;
  }
}

.bootstrap .section-seminar-detail ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 6px;
}

@media (max-width: 767px) {
  .bootstrap .section-seminar-detail ul li {
    padding-left: 16px;
  }
}

.bootstrap .section-seminar-detail ul li:before {
  position: absolute;
  top: 5px;
  left: 1px;
  width: 14px;
  height: 14px;
  background-color: #2b71b8;
  border-radius: 50%;
  content: "";
}

@media (max-width: 767px) {
  .bootstrap .section-seminar-detail ul li:before {
    top: 7px;
    width: 10px;
    height: 10px;
  }
}

.bootstrap .section-seminar-detail ol {
  padding-left: 20px;
  list-style-type: decimal;
  font-size: 15px;
}

@media (max-width: 767px) {
  .bootstrap .section-seminar-detail ol {
    font-size: 13px;
  }
}

.bootstrap .section-seminar-detail ol li {
  padding-left: 5px;
  margin-bottom: 6px;
}

.bootstrap .section-seminar-detail .well {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .bootstrap .section-seminar-detail .well {
    margin-bottom: 20px;
  }
}

.bootstrap .section-seminar-detail .title-inner {
  margin-bottom: 29px;
}

.bootstrap .section-seminar-detail .btn-container {
  max-width: 190px;
}

.bootstrap .section-seminar-detail .col-main {
  width: 67.1%;
  padding-bottom: 41px;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .bootstrap .section-seminar-detail .col-main {
    width: 100%;
    padding-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .bootstrap .section-seminar-detail .col-sidebar {
    padding-right: 10px;
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .bootstrap .section-seminar-detail .col-sidebar {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.bootstrap .section-seminar-detail .col-sidebar .inner {
  padding: 5px 35px;
  background-color: #f0f0f0;
  border-radius: 20px;
}

@media (max-width: 991px) {
  .bootstrap .section-seminar-detail .col-sidebar .inner {
    padding: 5px 15px;
  }
}

.bootstrap .section-seminar-detail .col-sidebar hr {
  margin-bottom: 13px;
  border-top: 1px solid #ddd;
}

.bootstrap .section-seminar-detail .title-form {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 28px;
}

.bootstrap .section-seminar-detail .title-form small {
  margin-bottom: 4px;
  display: block;
  font-size: 16px;
}

.bootstrap .section-seminar-detail .well-blue {
  margin-left: 0;
}

.bootstrap .section-seminar-detail .well-blue .well-title {
  padding: 0;
  border: 0;
}

.bootstrap .section-seminar-detail .well-blue .btn-container {
  max-width: 208px;
  margin-top: 37px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
  .bootstrap .section-seminar-detail .well-blue .btn-container {
    margin-top: 20px;
  }
}

.bootstrap .section-seminar-list {
  padding-top: 10px;
}

@media (max-width: 767px) {
  .bootstrap .section-seminar-list {
    padding-top: 50px;
  }
}

.bootstrap .section-seminar-list .breadcrumblist {
  padding-top: 0;
  padding-left: 0;
  margin-bottom: 26px;
}

.bootstrap .section-seminar-list .section-inner {
  position: relative;
  padding-top: 46px;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .bootstrap .section-seminar-list .section-inner {
    padding-top: 48px;
  }
}

.bootstrap .section-seminar-list .section-inner:nth-child(even):before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background-color: #f0f0f0;
  content: "";
  transform: translateX(-50%);
}

.bootstrap .section-seminar-list .info {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .01em;
  color: #2b71b8;
}

@media (max-width: 767px) {
  .bootstrap .section-seminar-list .info {
    margin-bottom: 10px;
    flex-wrap: nowrap;
    font-size: 12px;
  }
}

.bootstrap .section-seminar-list .info .label {
  min-width: 70px;
  margin-right: 12px;
}

@media (max-width: 767px) {
  .bootstrap .section-seminar-list .info .label {
    margin-right: 8px;
  }
}

.bootstrap .section-seminar-list .container-fluid {
  max-width: 1130px;
}

@media (max-width: 767px) {
  .bootstrap .section-seminar-list .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.bootstrap .section-seminar-list .media {
  display: block;
  margin-bottom: 32px;
  border-radius: 10px;
  overflow: visible;
}

@media (max-width: 767px) {
  .bootstrap .section-seminar-list .media {
    margin-bottom: 30px;
  }
}

.bootstrap .section-seminar-list .media, .bootstrap .section-seminar-list .media:hover {
  color: #333;
  text-decoration: none;
}

.bootstrap .section-seminar-list .media:hover .img, .bootstrap .section-seminar-list .media:focus .img {
  box-shadow: 5px 0 20px rgba(43, 113, 184, 0.7), 5px 5px 25px rgba(43, 113, 184, 0.2);
  transform: translate3d(0, -4px, 0);
  transition: box-shadow 0.5s cubic-bezier(0.37, 0.16, 0.12, 1), transform 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
  color: #303030;
  text-decoration: none;
}

.bootstrap .section-seminar-list .media-left {
  padding-right: 30px;
}

@media (min-width: 768px) {
  .bootstrap .section-seminar-list .media-left .media-object {
    max-width: none;
  }
}

.bootstrap .section-seminar-list .media-left .img {
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.8s cubic-bezier(0.52, 0.08, 0.18, 1), transform 0.8s cubic-bezier(0.52, 0.08, 0.18, 1);
}

.bootstrap .section-seminar-list .media-left .img,
.bootstrap .section-seminar-list .media-left .img .media-object {
  border-radius: 10px;
}

@media (max-width: 767px) {
  .bootstrap .section-seminar-list .media-left .img .media-object {
    width: 100%;
  }
}

.bootstrap .section-seminar-list .media-left .img .label-container {
  position: absolute;
  top: 0;
}

.bootstrap .section-seminar-list .media-left .img .label-container .label {
  margin-left: 0;
  margin-right: 0;
  float: left;
}

.bootstrap .section-seminar-list .media-left .img .label-seminar-status {
  display: inline-block;
  min-height: 31px;
  padding: 9px 16px 7px;
  margin-bottom: 0;
  border-radius: 0;
  vertical-align: top;
}

.bootstrap .section-seminar-list .media-left .img .label-seminar-status.label-sm {
  min-height: 26px;
  padding: 6px 10px 4px;
}

.bootstrap .section-seminar-list .media-heading {
  padding-bottom: 15px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  border-bottom: 1px solid #ddd;
}

@media (max-width: 767px) {
  .bootstrap .section-seminar-list .media-heading {
    padding-bottom: 10px;
    font-size: 20px;
  }
}

.bootstrap .section-seminar-list .tag-status {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-right: -5px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .bootstrap .section-seminar-list .tag-status {
    padding-right: 0;
    padding-left: 0;
    margin-top: 14px;
    margin-right: -5px;
    margin-bottom: 10px;
  }
}

.bootstrap .section-seminar-list .tag-status .label {
  flex: 0 1 calc(33.333% - 5px);
  display: block;
  margin: 0 5px 5px 0;
}

@media (max-width: 767px) {
  .bootstrap .section-seminar-list .tag-status .label {
    padding-top: 6px;
    padding-bottom: 5px;
    font-size: 12px;
    border-width: 1px;
    border-radius: 18px;
  }
}

@media (max-width: 767px) {
  .bootstrap .section-seminar-list .tag-status .label:last-child {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .bootstrap .section-seminar-list .tag-status .label:first-child {
    margin-left: 0;
  }
}

.bootstrap .section-seminar-list .s_wrap {
  margin-bottom: 18px;
}

.bootstrap .section-seminar-list .search {
  padding: 30px 34px 38px;
  margin-bottom: 30px;
  background-color: #f0f0f0;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .bootstrap .section-seminar-list .search {
    padding: 23px 4px 25px;
    margin-bottom: 70px;
    border-radius: 12px;
  }
}

.bootstrap .section-seminar-list .search .select-container {
  position: relative;
}

.bootstrap .section-seminar-list .search .select-container select {
  width: 100%;
  padding: 7px 35px 7px 16px;
  font-size: 16px;
  font-weight: 500;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.bootstrap .section-seminar-list .search .select-container select, .bootstrap .section-seminar-list .search .select-container select:active, .bootstrap .section-seminar-list .search .select-container select:focus, .bootstrap .section-seminar-list .search .select-container select:focus:active {
  border: 1px solid #999 !important;
  outline: 0;
}

.bootstrap .section-seminar-list .search .select-container select::-ms-expand {
  display: none;
}

.bootstrap .section-seminar-list .search .select-container select:focus {
  border: 0;
}

.bootstrap .section-seminar-list .search .select-container:after {
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #333333 transparent transparent transparent;
  pointer-events: none;
  content: "";
}

.bootstrap .section-seminar-list input[type="submit"] {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 150px;
  padding: 5px 6px;
  margin-top: 28px;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .bootstrap .section-seminar-list input[type="submit"] {
    padding: 5px;
  }
}

.bootstrap .section-seminar-list input[type="submit"]:hover {
  border-width: 1px;
}

.bootstrap .section-seminar-list .alm-btn-wrap {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 400px;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .bootstrap .section-seminar-list .alm-btn-wrap {
    max-width: 200px;
    margin-top: -8px;
    margin-bottom: 40px;
  }
}

.bootstrap .section-seminar-list .btn-more {
  max-width: 400px;
  padding: 12px 15px !important;
  margin-right: auto;
  margin-left: auto;
  font-size: 20px;
  border-radius: 30px;
}

@media (max-width: 767px) {
  .bootstrap .section-seminar-list .btn-more {
    margin-bottom: 70px;
  }
}

.bootstrap .section-seminar-list .btn-more.loading:before {
  display: none;
}

.bootstrap .section-seminar-list .archives_wrap dl {
  margin-bottom: 0;
}

.bootstrap .section-seminar-list .month {
  display: block;
}

.bootstrap .section-seminar-list .month.flex .month_inner {
  width: auto;
}

.bootstrap .section-seminar-list .month.flex .month_inner .title-month {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .bootstrap .section-seminar-list .month.flex .month_inner .title-month {
    font-size: 16px;
  }
}

.bootstrap .section-seminar-list .select_wrap {
  padding: 12px 0px 13px;
  border-top: 1px solid #ddd;
}

@media (max-width: 767px) {
  .bootstrap .section-seminar-list .select_wrap {
    padding: 12px 0;
  }
}

.bootstrap .section-seminar-list .select_wrap:after {
  display: none;
}

.bootstrap .section-seminar-list .select_wrap:last-child {
  border-bottom: 1px solid #ddd;
}

.bootstrap .section-seminar-list .select_wrap dt {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  pointer-events: none;
}

@media (max-width: 767px) {
  .bootstrap .section-seminar-list .select_wrap dt {
    font-size: 16px;
  }
}

.bootstrap .section-seminar-list .select_wrap dd {
  margin-top: 2px;
}

.bootstrap .section-seminar-list .select_wrap dd label {
  padding-left: 18px;
  font-size: 16px;
  font-weight: 500;
}

.bootstrap .section-seminar-list .select_wrap dd label:before {
  top: 55%;
  width: 12px;
  height: 12px;
  border: 1px solid #333;
  background-color: transparent;
}

.bootstrap .section-seminar-list .select_wrap ul {
  padding-left: 0;
  margin-bottom: 0;
}

.bootstrap .section-seminar-list .select_wrap ul li input[type="radio"]:checked + label::after {
  top: 55%;
  width: 6px;
  height: 6px;
}

.bootstrap .section-seminar-list .title-search {
  margin-top: 0;
  margin-bottom: 26px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 767px) {
  .bootstrap .section-seminar-list .title-search {
    margin-bottom: 21px;
    font-size: 20px;
  }
}

.bootstrap .section-seminar-list .title-search small {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: normal;
}

@media (max-width: 767px) {
  .bootstrap .section-seminar-list .title-search small {
    font-size: 13px;
  }
}

.bootstrap .section-voice {
  padding-top: 94px;
}

@media (max-width: 767px) {
  .bootstrap .section-voice {
    padding-top: 45px;
    padding-bottom: 30px;
  }
}

.bootstrap .section-voice .container {
  width: 100%;
  max-width: 1030px;
}

@media (max-width: 767px) {
  .bootstrap .section-voice .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 768px) {
  .bootstrap .section-voice .img {
    margin-top: -65px;
  }
}

@media (max-width: 767px) {
  .bootstrap .section-voice .img {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 100px;
  }
}

@media (max-width: 767px) {
  .bootstrap .section-voice .img-left-xs {
    left: 12px;
  }
}

@media (max-width: 767px) {
  .bootstrap .section-voice .img-right-xs {
    right: 15px;
  }
}

@media (max-width: 767px) {
  .bootstrap .section-voice .row [class*="col-"] {
    position: relative;
    max-width: 370px;
    margin: 0 auto 25px;
  }
}

.bootstrap .section-case {
  padding-top: 95px;
  padding-bottom: 121px;
}

@media (max-width: 767px) {
  .bootstrap .section-case {
    padding-top: 50px;
    padding-bottom: 26px;
  }
}

.bootstrap .section-case .container {
  max-width: 1030px;
}

@media (max-width: 767px) {
  .bootstrap .section-case .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.bootstrap .section-case .title-section {
  margin-bottom: 48px;
}

@media (max-width: 767px) {
  .bootstrap .section-case .title-section {
    margin-bottom: 22px;
  }
}

.bootstrap .section-case .label-green {
  min-width: 287px;
  padding: 9px 15px 7px;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  background-color: #9dc72d;
  border-radius: 5px;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

@media (max-width: 767px) {
  .bootstrap .section-case .label-green {
    min-width: 199px;
    padding: 7px 9px 5px;
    font-size: 12px;
    border-radius: 4px;
  }
}

.bootstrap .section-case .well-no-border {
  min-height: 585px;
  padding: 30px 60px 23px;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .bootstrap .section-case .well-no-border {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .bootstrap .section-case .well-no-border {
    margin-bottom: 22px;
    padding: 20px 25px;
  }
}

.bootstrap .section-case .well-no-border .title-well {
  margin-top: 0;
  margin-bottom: 6px;
  color: #87aa2a;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.667;
}

@media (max-width: 767px) {
  .bootstrap .section-case .well-no-border .title-well {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 18px;
    line-height: 1.388;
    letter-spacing: normal;
  }
}

.bootstrap .section-case .well-no-border.margin-bottom {
  margin-bottom: 98px;
}

@media (max-width: 767px) {
  .bootstrap .section-case .well-no-border.margin-bottom {
    margin-bottom: 49px;
  }
}

.bootstrap .section-case .well-no-border .panel-case:last-of-type {
  margin-bottom: 0;
}

.bootstrap .section-case .container-sm {
  max-width: 940px;
}

.bootstrap .section-case .well-circle-bg-green {
  margin-right: auto;
  margin-bottom: 28px;
  margin-left: auto;
}

@media (max-width: 767px) {
  .bootstrap .section-case .well-circle-bg-green {
    margin-bottom: 12px;
  }
}

.bootstrap .section-case .well-caption {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.444;
}

@media (max-width: 767px) {
  .bootstrap .section-case .well-caption {
    margin-bottom: 22px;
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .bootstrap .section-case .text-xs {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    line-height: 1.25;
  }
}

.bootstrap .section-about {
  padding-top: 93px;
  padding-bottom: 91px;
}

@media (max-width: 767px) {
  .bootstrap .section-about {
    padding-top: 44px;
    padding-bottom: 46px;
  }
}

.bootstrap .section-about .container {
  width: 100%;
  max-width: 1030px;
}

@media (max-width: 767px) {
  .bootstrap .section-about .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.bootstrap .section-about .section-title {
  margin-bottom: 89px;
}

@media (max-width: 767px) {
  .bootstrap .section-about .section-title {
    margin-bottom: 22px;
  }
}

.bootstrap .section-i-portvoice {
  position: relative;
  z-index: 1;
  padding-top: 0px;
  padding-bottom: 50px;
  margin-top: 90px;
  overflow: hidden;
}

@media (min-width: 1420px) {
  .bootstrap .section-i-portvoice {
    /*padding-top: 6vw;*/
    /*padding-bottom: 11vw;*/
  }
}

@media (max-width: 767px) {
  .bootstrap .section-i-portvoice {
    padding-bottom: 24px;
    margin-top: 120px;
  }
}

.bootstrap .section-i-portvoice .video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: auto;
  min-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .bootstrap .section-i-portvoice .video {
    width: 100%;
    min-width: 184vw;
    transform: translateX(-175px);
  }
}

.bootstrap .section-i-portvoice .lead {
  padding: 8px 20px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  background-color: #9dc72d;
}

@media (max-width: 767px) {
  .bootstrap .section-i-portvoice .lead {
    padding: 2px 5px;
    margin-top: 2px;
    border-radius: 2px;
    font-size: 8px;
  }
}

.bootstrap .section-i-portvoice small {
  position: absolute;
  top: 156px;
  margin-top: 12px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #555;
}

@media (max-width: 767px) {
  .bootstrap .section-i-portvoice small {
    margin-top: -13px;
    font-size: 7px;
    line-height: 1.4;
  }
}

@media (max-width: 767px) {
  .bootstrap .section-i-portvoice .container-circle {
    max-width: 168px;
  }
}

.bootstrap .section-i-portvoice .container-fluid {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: 1030px;
}

@media (max-width: 767px) {
  .bootstrap .section-i-portvoice .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.bootstrap .section-results {
  padding-top: 85px;
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  .bootstrap .section-results {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}

.bootstrap .section-results .container {
  width: auto;
  max-width: 1030px;
}

@media (max-width: 767px) {
  .bootstrap .section-results .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.bootstrap .section-results .title-section {
  margin-bottom: 48px;
}

@media (max-width: 767px) {
  .bootstrap .section-results .title-section {
    margin-bottom: 23px;
  }
}

.bootstrap .section-results .title-section small {
  margin-top: 5px;
}

.bootstrap .section-features {
  padding-top: 96px;
  padding-bottom: 72px;
}

@media (max-width: 767px) {
  .bootstrap .section-features {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

@media (max-width: 767px) {
  .bootstrap .section-features .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.bootstrap .section-features .title-section {
  margin-bottom: 33px;
}

@media (max-width: 767px) {
  .bootstrap .section-features .title-section {
    margin-bottom: 20px;
  }
}

.bootstrap .section-features .title-section small {
  margin-top: 3px;
}

@media (max-width: 767px) {
  .bootstrap .section-features .title-section small {
    margin-top: 5px;
  }
}

.bootstrap .section-features .well {
  display: table;
  width: 230px;
  height: 250px;
  padding: 20px 30px 30px;
  margin-bottom: 6px;
  background: url("../lp_i-port/img/circle.png") 50% 50%/contain no-repeat;
  border: 0;
  border-radius: 0;
}

@media (max-width: 991px) {
  .bootstrap .section-features .well {
    width: 190px;
    height: 200px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .bootstrap .section-features .well {
    width: 150px;
    height: 145px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 0;
  }
}

.bootstrap .section-features .well .body {
  display: table-cell;
  font-size: 18px;
  line-height: 1.56;
}

@media (max-width: 991px) {
  .bootstrap .section-features .well .body {
    font-size: 16px;
    line-height: 1.4;
  }
}

@media (max-width: 991px) {
  .bootstrap .section-features .well .body {
    font-size: 14px;
  }
}

.bootstrap .section-features .well.well-1 {
  background-image: url("../lp_i-port/img/circle-1.png");
}

@media (max-width: 767px) {
  .bootstrap .section-features .well.well-1 {
    background-image: url("../lp_i-port/img/circle-1-sp.png");
  }
}

.bootstrap .section-features .well.well-2 {
  background-image: url("../lp_i-port/img/circle-2.png");
}

@media (max-width: 767px) {
  .bootstrap .section-features .well.well-2 {
    width: 157px;
    height: 161px;
    background-image: url("../lp_i-port/img/circle-2-sp.png");
  }
}

.bootstrap .section-features .well.well-3 {
  background-image: url("../lp_i-port/img/circle-3.png");
}

@media (max-width: 767px) {
  .bootstrap .section-features .well.well-3 {
    width: 170px;
    height: 170px;
    background-image: url("../lp_i-port/img/circle-3-sp.png");
  }
}

.bootstrap .section-features .well.well-4 {
  background-image: url("../lp_i-port/img/circle-4.png");
}

@media (max-width: 767px) {
  .bootstrap .section-features .well.well-4 {
    width: 166px;
    height: 173px;
    background-image: url("../lp_i-port/img/circle-4-sp.png");
  }
}

.bootstrap .section-features .well.well-5 {
  padding-top: 30px;
  background-image: url("../lp_i-port/img/circle-5.png");
}

@media (max-width: 767px) {
  .bootstrap .section-features .well.well-5 {
    width: 155px;
    height: 155px;
    background-image: url("../lp_i-port/img/circle-5-sp.png");
  }
}

.bootstrap .section-features .well.well-6 {
  padding-top: 30px;
  background-image: url("../lp_i-port/img/circle-6.png");
}

@media (max-width: 767px) {
  .bootstrap .section-features .well.well-6 {
    width: 170px;
    height: 167px;
    padding-right: 25px;
    padding-left: 25px;
    background-image: url("../lp_i-port/img/circle-6-sp.png");
  }
}

.bootstrap .section-features .item .img {
  position: relative;
  display: inline-block;
  vertical-align: 0;
}

@media (min-width: 768px) {
  .bootstrap .section-features .item-1 {
    text-align: right;
  }
}

.bootstrap .section-features .item-1 .img {
  width: 136px;
  margin-right: -20px;
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .bootstrap .section-features .item-1 .img {
    width: 100px;
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .bootstrap .section-features .item-1 .img {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .bootstrap .section-features .item-2 {
    margin-top: -42px;
    text-align: right;
  }
}

.bootstrap .section-features .item-2 .img {
  width: 111px;
  margin-bottom: 138px;
  margin-left: -28px;
}

@media (max-width: 991px) {
  .bootstrap .section-features .item-2 .img {
    width: 88px;
    margin-bottom: 110px;
    margin-left: -26px;
  }
}

@media (max-width: 767px) {
  .bootstrap .section-features .item-2 .img {
    width: 110px;
    margin-bottom: 108px;
    margin-left: -58px;
  }
}

.bootstrap .section-features .item-3 {
  margin-top: -100px;
}

@media (min-width: 768px) {
  .bootstrap .section-features .item-3 {
    margin-top: -43px;
    text-align: right;
  }
}

.bootstrap .section-features .item-3 .img {
  width: 151px;
  margin-right: -38px;
  margin-bottom: 37px;
}

@media (max-width: 991px) {
  .bootstrap .section-features .item-3 .img {
    width: 100px;
    margin-right: -35px;
    margin-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .bootstrap .section-features .item-3 .img {
    width: 112px;
    margin-right: -48px;
    margin-bottom: 110px;
  }
}

.bootstrap .section-features .item-4 {
  margin-top: -43px;
}

@media (max-width: 767px) {
  .bootstrap .section-features .item-4 {
    margin-top: -25px;
    text-align: right;
  }
}

.bootstrap .section-features .item-4 .img-1 {
  width: 135px;
  margin-top: -30px;
  margin-bottom: 122px;
  margin-left: -46px;
}

@media (max-width: 991px) {
  .bootstrap .section-features .item-4 .img-1 {
    width: 105px;
    margin-bottom: 114px;
    margin-left: -38px;
  }
}

@media (max-width: 767px) {
  .bootstrap .section-features .item-4 .img-1 {
    width: 95px;
    margin-bottom: 111px;
    margin-left: -60px;
  }
}

.bootstrap .section-features .item-4 .img-2 {
  top: -96px;
  width: 168px;
  margin-bottom: -180px;
  margin-left: 134px;
}

@media (max-width: 991px) {
  .bootstrap .section-features .item-4 .img-2 {
    top: -144px;
    width: 120px;
  }
}

@media (max-width: 767px) {
  .bootstrap .section-features .item-4 .img-2 {
    top: 0;
    width: 118px;
    margin-bottom: -95px;
    margin-left: -118px;
  }
}

.bootstrap .section-features .item-5 {
  margin-top: -90px;
}

@media (min-width: 768px) {
  .bootstrap .section-features .item-5 {
    margin-top: -62px;
    text-align: right;
  }
}

.bootstrap .section-features .item-5 .img {
  width: 181px;
  margin-right: -31px;
  margin-bottom: 11px;
}

@media (max-width: 991px) {
  .bootstrap .section-features .item-5 .img {
    width: 140px;
    margin-right: -27px;
    margin-bottom: 23px;
  }
}

@media (max-width: 767px) {
  .bootstrap .section-features .item-5 .img {
    width: 135px;
    margin: 0 -80px 108px -8px;
  }
}

.bootstrap .section-features .item-6 {
  margin-top: -62px;
}

@media (max-width: 767px) {
  .bootstrap .section-features .item-6 {
    margin-top: -10px;
    margin-bottom: -116px;
    text-align: right;
  }
}

.bootstrap .section-features .item-6 .img {
  width: 93px;
  margin-bottom: -37px;
  margin-left: -82px;
}

@media (max-width: 991px) {
  .bootstrap .section-features .item-6 .img {
    width: 70px;
    margin-bottom: -13px;
    margin-left: -50px;
  }
}

@media (max-width: 767px) {
  .bootstrap .section-features .item-6 .img {
    width: 80px;
    margin-bottom: -25px;
  }
}

.bootstrap .section-introduction-video {
  padding-top: 94px;
  text-align: center;
  background-color: #3f83c2;
}

@media (max-width: 767px) {
  .bootstrap .section-introduction-video {
    padding-top: 45px;
    padding-bottom: 90px;
  }
}

.bootstrap .section-introduction-video .title-section {
  margin-bottom: 74px;
}

@media (max-width: 767px) {
  .bootstrap .section-introduction-video .title-section {
    margin-bottom: 105px;
  }
}

.bootstrap .section-introduction-video .container-monitor {
  position: relative;
  display: inline-block;
}

@media (min-width: 768px) {
  .bootstrap .section-introduction-video .container-monitor {
    margin-bottom: -26px;
  }
}

.bootstrap .section-introduction-video .container-monitor .embed-responsive {
  position: absolute;
  top: 19px;
  left: 20px;
  width: 510px;
}

@media (max-width: 767px) {
  .bootstrap .section-introduction-video .container-monitor .embed-responsive {
    top: 11px;
    left: 12px;
    width: 311px;
  }
}

.bootstrap .section-introduction-video .container-monitor .embed-responsive.embed-responsive-16by9 {
  padding-bottom: 52.2%;
}

.bootstrap .section-introduction-video .well-bubble-white {
  position: absolute;
}

.bootstrap .section-introduction-video .well-1 {
  top: -34%;
  left: -41%;
}

@media (max-width: 1199px) {
  .bootstrap .section-introduction-video .well-1 {
    left: -35%;
  }
}

@media (max-width: 991px) {
  .bootstrap .section-introduction-video .well-1 {
    left: -17%;
  }
}

@media (max-width: 767px) {
  .bootstrap .section-introduction-video .well-1 {
    top: -44%;
    left: 0;
  }
}

.bootstrap .section-introduction-video .well-1:before {
  right: 5px;
  bottom: 54px;
}

@media (max-width: 991px) {
  .bootstrap .section-introduction-video .well-1:before {
    right: -6px;
  }
}

@media (max-width: 991px) {
  .bootstrap .section-introduction-video .well-1:before {
    right: 2px;
    bottom: 26px;
  }
}

.bootstrap .section-introduction-video .well-2 {
  top: -34%;
  right: -41%;
}

@media (max-width: 1199px) {
  .bootstrap .section-introduction-video .well-2 {
    right: -35%;
  }
}

@media (max-width: 991px) {
  .bootstrap .section-introduction-video .well-2 {
    right: -17%;
  }
}

@media (max-width: 767px) {
  .bootstrap .section-introduction-video .well-2 {
    top: -44%;
    right: 0;
  }
}

.bootstrap .section-introduction-video .well-2:before {
  bottom: 54px;
  left: 5px;
}

@media (max-width: 991px) {
  .bootstrap .section-introduction-video .well-2:before {
    left: -6px;
  }
}

@media (max-width: 767px) {
  .bootstrap .section-introduction-video .well-2:before {
    bottom: 26px;
    left: 2px;
  }
}

.bootstrap .section-introduction-video .well-3 {
  bottom: 10%;
  left: -41%;
}

@media (max-width: 1199px) {
  .bootstrap .section-introduction-video .well-3 {
    left: -35%;
  }
}

@media (max-width: 991px) {
  .bootstrap .section-introduction-video .well-3 {
    left: -17%;
  }
}

@media (max-width: 767px) {
  .bootstrap .section-introduction-video .well-3 {
    bottom: -26%;
    left: 0;
  }
}

.bootstrap .section-introduction-video .well-3:before {
  top: 56px;
  right: 5px;
}

@media (max-width: 991px) {
  .bootstrap .section-introduction-video .well-3:before {
    right: -6px;
  }
}

@media (max-width: 767px) {
  .bootstrap .section-introduction-video .well-3:before {
    top: 26px;
    right: 2px;
  }
}

.bootstrap .section-introduction-video .well-4 {
  bottom: 10%;
  right: -41%;
}

@media (max-width: 1199px) {
  .bootstrap .section-introduction-video .well-4 {
    right: -35%;
  }
}

@media (max-width: 991px) {
  .bootstrap .section-introduction-video .well-4 {
    right: -17%;
  }
}

@media (max-width: 767px) {
  .bootstrap .section-introduction-video .well-4 {
    right: 0;
    bottom: -26%;
  }
}

.bootstrap .section-introduction-video .well-4:before {
  top: 56px;
  left: 5px;
}

@media (max-width: 991px) {
  .bootstrap .section-introduction-video .well-4:before {
    left: -6px;
  }
}

@media (max-width: 767px) {
  .bootstrap .section-introduction-video .well-4:before {
    top: 26px;
    left: 2px;
  }
}

.bootstrap .section-btn-fixed {
  position: fixed;
  width: auto;
  min-width: 49px;
  top: 30%;
  right: 0;
  z-index: 1000;
  transition: all .3s ease;
}

@media (max-width: 767px) {
  .bootstrap .section-btn-fixed {
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
  }
}

.bootstrap .section-btn-fixed .btn {
  width: auto;
  height: auto;
  padding: 25px 10px;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  border-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transition: all .5s ease;
}

@media (max-width: 767px) {
  .bootstrap .section-btn-fixed .btn {
    width: 50%;
    float: left;
    padding: 20px 10px;
    -ms-writing-mode: unset;
        writing-mode: unset;
    border-radius: 0 !important;
  }
}

.bootstrap .section-btn-fixed .btn-blue {
  max-height: 180px;
}

.bootstrap .section-btn-fixed .btn-orange {
  max-height: 150px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .bootstrap .section-btn-fixed .btn-orange {
    margin-top: 0;
  }
}

.bootstrap .section-problem-solving {
  padding-top: 94px;
}

@media (max-width: 767px) {
  .bootstrap .section-problem-solving {
    padding-top: 46px;
    padding-bottom: 20px;
  }
}

.bootstrap .section-problem-solving .media-heading {
  font-weight: 900;
  color: #87aa2a;
}

@media (min-width: 768px) {
  .bootstrap .section-problem-solving .media-heading {
    font-size: 19px;
    line-height: 2;
  }
}

@media (max-width: 767px) {
  .bootstrap .section-problem-solving .media-heading {
    margin-bottom: 14px;
  }
}

.bootstrap .section-problem-solving .media-heading small {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .bootstrap .section-problem-solving .media-heading small {
    margin-bottom: 8px;
  }
}

.bootstrap .section-problem-solving .media-common {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .bootstrap .section-problem-solving .media-common {
    margin-bottom: 20px !important;
  }
}

@media (min-width: 768px) {
  .bootstrap .section-problem-solving .media-left {
    padding-left: 9px;
  }
}

.bootstrap .section-problem-solving .media-common-left .media-left {
  padding-left: 0;
}

@media (min-width: 768px) {
  .bootstrap .section-problem-solving .media-body {
    padding-top: 53px;
  }
}

.bootstrap .section-problem-solving .container {
  width: 100%;
  max-width: 1030px;
}

.bootstrap .section-strengths {
  padding-top: 94px;
  padding-bottom: 14px;
}

@media (max-width: 767px) {
  .bootstrap .section-strengths {
    padding-top: 46px;
    padding-bottom: 11px;
  }
}

.bootstrap .section-strengths .title-section {
  margin-bottom: 87px;
}

@media (max-width: 767px) {
  .bootstrap .section-strengths .title-section {
    margin-bottom: 50px;
  }
}

.bootstrap .section-strengths .container {
  max-width: 770px;
}

@media (max-width: 767px) {
  .bootstrap .section-strengths .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.bootstrap .section-strengths .well {
  margin-bottom: 85px;
}

@media (max-width: 767px) {
  .bootstrap .section-strengths .well {
    margin-bottom: 38px;
  }
}

.bootstrap .section-system-i-port-voice {
  padding-top: 41px;
  padding-bottom: 50px;
  background-image: url("../lp_i-port/img/section/system-i-port-voice/bg-girl.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1150px) {
  .bootstrap .section-system-i-port-voice {
    background-position-x: 55%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap .section-system-i-port-voice {
    background-position-x: 63%;
  }
}

@media (max-width: 767px) {
  .bootstrap .section-system-i-port-voice {
    padding-top: 18px;
    padding-bottom: 34px;
    background-image: url("../lp_i-port/img/section/system-i-port-voice/bg-girl-xs.jpg");
  }
}

.bootstrap .section-system-i-port-voice .container {
  width: 100%;
  max-width: 1030px;
}

@media (max-width: 767px) {
  .bootstrap .section-system-i-port-voice .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.bootstrap .section-system-i-port-voice .btn-container {
  max-width: 285px;
}

@media (max-width: 767px) {
  .bootstrap .section-system-i-port-voice .btn-container {
    max-width: 251px;
  }
}

.bootstrap .section-response {
  padding-top: 100px;
  padding-bottom: 79px;
}

@media (max-width: 767px) {
  .bootstrap .section-response {
    padding-top: 49px;
    padding-bottom: 31px;
  }
}

.bootstrap .section-response .container {
  max-width: 1030px;
}

@media (max-width: 767px) {
  .bootstrap .section-response .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.bootstrap .section-response .title-section {
  margin-bottom: 8px;
}

.bootstrap .section-response .lead {
  margin-bottom: 35px;
  color: #fff;
  font-size: 18px;
  line-height: 2.556;
  text-align: center;
}

@media (max-width: 767px) {
  .bootstrap .section-response .lead {
    margin-bottom: 19px;
    font-size: 14px;
    line-height: 1.429;
    letter-spacing: .01em;
  }
}

.bootstrap .section-response .well-lead {
  margin-bottom: 42px;
  font-size: 16px;
  line-height: 1.875;
}

@media (max-width: 767px) {
  .bootstrap .section-response .well-lead {
    padding: 23px 20px 0;
    margin-bottom: 19px;
    font-size: 14px;
    line-height: 1.429;
  }
}

.bootstrap .section-response .well {
  padding: 45px 50px 48px;
}

@media (max-width: 767px) {
  .bootstrap .section-response .well {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .bootstrap .section-response .img-inner {
    overflow-y: scroll;
  }
}

@media (max-width: 767px) {
  .bootstrap .section-response .img-inner img {
    max-width: unset;
    padding-bottom: 50px;
    margin-left: 25px;
    margin-right: 25px;
  }
}

.bootstrap .section-correspondence {
  padding-top: 93px;
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  .bootstrap .section-correspondence {
    padding-top: 50px;
    padding-bottom: 35px;
  }
}

.bootstrap .section-correspondence .row [class*="col-"] {
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .bootstrap .section-correspondence .row [class*="col-"] {
    border-right: 1px solid #ddd;
  }
}

@media (max-width: 767px) {
  .bootstrap .section-correspondence .row [class*="col-"] {
    padding-bottom: 6px;
    padding-left: 75px;
  }
}

.bootstrap .section-correspondence .row [class*="col-"]:last-of-type {
  border-right: 0;
}

@media (min-width: 768px) {
  .bootstrap .section-correspondence .row [class*="col-"]:nth-child(2) {
    padding-right: 7px;
  }
}

.bootstrap .section-correspondence .container {
  width: 100%;
  max-width: 1030px;
}

@media (max-width: 767px) {
  .bootstrap .section-correspondence .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.bootstrap .section-correspondence .section-title {
  margin-bottom: 52px;
}

@media (max-width: 767px) {
  .bootstrap .section-correspondence .section-title {
    margin-bottom: 26px;
  }
}

.bootstrap .section-thanks {
  padding-top: 50px;
  padding-bottom: 72px;
}

@media (max-width: 767px) {
  .bootstrap .section-thanks {
    padding-top: 25px;
    padding-bottom: 24px;
  }
}

.bootstrap .section-thanks .container {
  max-width: 1030px;
}

@media (max-width: 767px) {
  .bootstrap .section-thanks .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.bootstrap .section-contact {
  padding-bottom: 71px;
}

@media (max-width: 767px) {
  .bootstrap .section-contact {
    padding-bottom: 50px;
  }
}

.bootstrap .section-contact .lead {
  font-size: 16px;
  line-height: 1.85;
  margin-bottom: 42px;
}

@media (max-width: 767px) {
  .bootstrap .section-contact .lead {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 44px;
  }
}

.bootstrap .section-contact .lead strong {
  color: #de0000;
}

.bootstrap .section-contact .btn-invest,
.bootstrap .section-contact .btn-request {
  text-align: left;
  padding-left: 116px;
  background: #75c35e url("../images/section/thanks/icon-invest.png") no-repeat center left 49px;
}

@media (max-width: 767px) {
  .bootstrap .section-contact .btn-invest,
  .bootstrap .section-contact .btn-request {
    padding-left: 80px;
    background-size: 27.5px auto;
    background-position-x: 33px;
  }
}

@media (min-width: 768px) {
  .bootstrap .section-contact .btn-invest {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .bootstrap .section-contact .btn-invest {
    margin-bottom: 25px;
  }
}

.bootstrap .section-contact .btn-request {
  background-image: url("../images/section/thanks/icon-request.png");
}

@media (min-width: 768px) {
  .bootstrap .section-contact .btn-request {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .bootstrap .section-recommend .title-border-bottom-green {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .bootstrap .section-recommend .title-border-bottom-green {
    margin-bottom: 41px;
  }
}

.bootstrap .section-recommend .panel-thanks {
  display: block;
  text-align: center;
  margin: 0 auto 44px;
}

@media (min-width: 768px) {
  .bootstrap .section-recommend .panel-thanks {
    width: 317px;
  }
}

@media (max-width: 767px) {
  .bootstrap .section-recommend .panel-thanks {
    padding: 0 20px;
    margin-bottom: 49px;
  }
}

.bootstrap .section-recommend .btn-osusume {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

@media (min-width: 768px) {
  .bootstrap .section-recommend .btn-osusume {
    width: 388px;
  }
}

@media (max-width: 767px) {
  .bootstrap .section-recommend .btn-osusume {
    padding: 0 20px;
  }
}

@media (min-width: 768px) {
  .bootstrap .section-recommend .btn-as {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .bootstrap .section-recommend .btn-as {
    margin-bottom: 41px;
  }
}

@media (min-width: 768px) {
  .bootstrap .section-recommend .btn-tw {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .bootstrap .section-recommend .btn-tw img {
    margin-top: -6px;
  }
}

.bootstrap .banner-fixed {
  box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.2);
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  color: #555;
  border-top: 2px solid #9a9a9a;
  background-color: #fff;
  transition: .3s all ease;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 20px;
}

@media (max-width: 767px) {
  .bootstrap .banner-fixed {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 11px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .bootstrap .banner-fixed.global {
    bottom: 75px;
  }
}

.bootstrap .banner-fixed.is-hide {
  bottom: -200px;
}

.bootstrap .banner-fixed .container-fluid {
  max-width: 1200px;
}

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

.bootstrap .banner-fixed .media-right {
  white-space: nowrap;
}

@media (min-width: 768px) {
  .bootstrap .banner-fixed .media-right {
    padding-right: 40px;
  }
}

@media (max-width: 767px) {
  .bootstrap .banner-fixed .media-right {
    padding-bottom: 0 !important;
  }
}

.bootstrap .banner-fixed .media-body {
  /* line-height: 1.6rem; */
  line-height: 1.5;
}

@media (max-width: 767px) {
  .bootstrap .banner-fixed .media-body {
    /* line-height: 1.4rem; */
  }
}

.bootstrap .banner-fixed .list-inline {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .bootstrap .banner-fixed .list-inline {
    margin-top: 10px;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .bootstrap .banner-fixed .list-inline li {
    padding-right: 20px;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .bootstrap .banner-fixed .list-inline li:first-of-type {
    padding-left: 5px;
  }
}

@media (min-width: 768px) {
  .bootstrap .banner-fixed .list-inline li:last-of-type {
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .bootstrap .sidebar__inner {
    padding-right: 15px;
  }
}

.bootstrap .copyright-black {
  color: #222;
  font-size: 14px;
  text-align: center;
  margin-top: 84px;
  margin-bottom: 31px;
}

@media (max-width: 767px) {
  .bootstrap .copyright-black {
    font-size: 10px;
    margin-top: 35px;
  }
}

.bootstrap footer.has-banner {
  padding-bottom: 90px;
}

@media (max-width: 767px) {
  .bootstrap footer.has-banner {
    padding-bottom: 225px;
  }
}

.bootstrap .modal-vertical-middle {
  overflow: hidden !important;
}

.bootstrap .modal-vertical-middle .modal-dialog {
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 0;
  margin-bottom: 0;
  pointer-events: none;
}

.bootstrap .modal-vertical-middle .modal-content {
  width: 100%;
  margin: 0 auto;
  pointer-events: auto;
}

.bootstrap .modal-open {
  padding-right: 0 !important;
}

/*- 追記 -*/
footer.has-banner {
  padding-bottom: 0px;
}

@media (max-width: 767px) {
  body.page-id-58017 {
    padding-bottom: 70px;
  }
}


.bootstrap .section-thanks {
  padding-top: 50px;
  padding-bottom: 72px;
}

@media (max-width: 767px) {
  .bootstrap .section-thanks {
    padding-top: 25px;
    padding-bottom: 24px;
  }
}

.bootstrap .section-thanks .container {
  max-width: 1030px;
}

@media (max-width: 767px) {
  .bootstrap .section-thanks .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}


.bootstrap .section-contact {
  padding-bottom: 71px;
}

@media (max-width: 767px) {
  .bootstrap .section-contact {
    padding-bottom: 50px;
  }
}

.bootstrap .section-contact .lead {
  font-size: 16px;
  line-height: 1.85;
  margin-bottom: 42px;
}

@media (max-width: 767px) {
  .bootstrap .section-contact .lead {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 44px;
  }
}

.bootstrap .section-contact .lead strong {
  color: #de0000;
}

.bootstrap .section-contact .row-30-lg {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.bootstrap .section-contact .btn-invest,
.bootstrap .section-contact .btn-request {
  text-align: left;
  padding-left: 116px;
  background: #75c35e url("../images/section/thanks/icon-invest.png") no-repeat center left 49px;
}

@media (max-width: 767px) {
  .bootstrap .section-contact .btn-invest,
  .bootstrap .section-contact .btn-request {
    padding-left: 80px;
    background-size: 27.5px auto;
    background-position-x: 33px;
  }
}

@media (max-width: 767px) {
  .bootstrap .section-contact .btn-invest {
    margin-bottom: 25px;
  }
}

.bootstrap .section-contact .btn-request {
  background-image: url("../images/section/thanks/icon-request.png");
}


@media (min-width: 768px) {
  .bootstrap .section-recommend .title-border-bottom-green {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .bootstrap .section-recommend .title-border-bottom-green {
    margin-bottom: 41px;
  }
}

.bootstrap .section-recommend .row-30-lg {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.bootstrap .section-recommend .panel-thanks {
  display: block;
  text-align: center;
  margin: 0 auto 44px;
  width: 317px;
  height: 221px;
}

@media (max-width: 767px) {
  .bootstrap .section-recommend .panel-thanks {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 49px;
  }
}

.bootstrap .section-recommend .panel-thanks img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bootstrap .section-recommend .btn-osusume {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

@media (min-width: 768px) {
  .bootstrap .section-recommend .btn-osusume {
    width: 388px;
  }
}

@media (max-width: 767px) {
  .bootstrap .section-recommend .btn-osusume {
    padding: 0 20px;
  }
}

@media (min-width: 768px) {
  .bootstrap .section-recommend .btn-as {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .bootstrap .section-recommend .btn-as {
    margin-bottom: 41px;
  }
}

@media (min-width: 768px) {
  .bootstrap .section-recommend .btn-tw {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .bootstrap .section-recommend .btn-tw img {
    margin-top: -6px;
  }
}


/*--230117__追従フッターとハンバーガーメニュー位置変更に伴う追記--*/
@media screen and (max-width: 750px) {
  .bootstrap .section-i-portvoice {
    margin-top: 0px;
  }
  .bootstrap .section-i-portvoice {
    margin-top: 0;
  }

/*--230117__iportChatとiportVoiceのみ（ページIDに差分あり）--*/
  .page-id-58017 .header_btn_sp,
  .page-id-114231 .header_btn_sp {
    display: none;
  }
  .page-id-58017 .hmbg,
  .page-id-114231 .hmbg {
    bottom: 170px;
  }
  .page-id-58017 .hmbg a,
  .page-id-114231 .hmbg a{
    bottom: 185px;
  }
  .page-id-58017 .hmbg.is-hide,
  .page-id-114231 .hmbg.is-hide {
    bottom: 150px;
  }
  .page-id-58017 .hmbg a.is-hide,
  .page-id-114231 .hmbg a.is-hide {
    bottom: 165px;
  }
}

/*-- 料金ページ追加に伴う修正 --*/
.bootstrap .section-system-i-port-voice .btn-container {
  max-width: 435px;
}
@media (max-width: 767px) {
  .bootstrap .section-system-i-port-voice .btn-container {
    max-width: 251px;
  }
}
.bootstrap .well-list-dot-orange {
  max-width: 610px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .bootstrap .well-list-dot-orange {
    max-width: 450px;
  }
}
@media (max-width: 767px) {
  .bootstrap .well-list-dot-orange {
    max-width: 250px;
  }
}


/* 230423 固定ボタン */
.contact-btn-cont {
  display: flex;
  justify-content: space-between;
}

.contact-btn-cont .contact-btn {
  background:#f27c11;
  color: #fff;
  text-align:center;
  display: block;
  font-size: 14px;
  line-height: 1.2;
  padding: 12px 10px;
  width: 47%;
  border-radius: 10px;
}

.contact-btn-cont .contact-btn:hover {
  color: #fff;
  text-decoration: none;
}

.contact-btn-cont .contact-btn img {
  display: block;
  margin: 0 auto;
  margin-bottom: 6px;
 
}

.contact-btn-cont .contact-btn:last-child img {
  margin-bottom: 8px;
   margin-top: 8px;
}


/* 230501 */

.column-tab-container {
  display: flex;
  margin-bottom: 20px;
}

.column-tab-container-cat {
  margin-bottom: 40px;
}

.column-tab-container-ttl {
  background: #69b644;
  color: #fff;
  padding: 20px;
  min-width: 140px;
  text-align: center;
  border-radius: 4px;
  position: relative;
  font-size: 14px;
  height: auto;
}

.column-tab-container-ttl p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}

.column-tab-container ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 5px;
    margin-bottom: 0;
}

.column-tab-container li a {
  display: inline-block;
  color: #69b644;
  border: 1px solid #69b644;
  padding: 3px 10px 3px;
  font-size: 13px;
  border-radius: 4px;
  position: relative;
  }

.column-tab-container li a:hover {
  color: #69b644;
}

@media (max-width: 767px) {
  .column-tab-container {
    flex-direction: column;
  }

  .column-tab-container-ttl {
    margin-bottom: 10px;
  }

  .column-tab-container ul {
    padding-left: 0;
  }
}

/* 231002 */

.bootstrap .category_list {
	padding-left: 0;
	margin-top: 20px;
	margin-bottom: 30px;
}
.bootstrap .category_list > li {
	display: flex;
}
.bootstrap .category_list .text_header {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 100px;
	padding: 5px;
	margin-bottom: 10px;
	text-align: center;
	color: #fff;
	background-color: #69b644;
}
.bootstrap .category_list .c_l {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-left: 10px;
}
.bootstrap .category_list .c_l > li {
	margin-right: 5px;
	margin-bottom: 10px;
}
.bootstrap .category_list .c_l a {
	display: block;
	padding: 3px 10px;
	font-size: 14px;
	font-weight: normal;
	color: #69b644;
	border: 1px solid #69b644;
	border-radius: 3px;
}
.bootstrap .category_list .c_l a:hover {
	text-decoration: none;
}

@media (max-width: 767px) {
	.bootstrap .category_list > li {
		flex-direction: column;
		margin-bottom: 10px;
	}
	.bootstrap .category_list .text_header {
		flex-basis: auto;
	}
	.bootstrap .category_list .c_l {
		margin-right: -5px;
		margin-left: 0;
	}
}