body,
html {
  overflow: visible !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.one-screen,
html.one-screen {
  overflow: hidden !important;
  height: 100vh !important;
}
body.one-screen.view-position,
html.one-screen.view-position {
  overflow: visible !important;
}
@media (max-width: 767px) {
  .equal-height > div {
    min-height: 0 !important;
  }
  .equal-height.equal-height-child > .col > div {
    min-height: 0 !important;
  }
}
div.t3-wrapper {
  overflow: visible;
  padding-bottom: 96px;
  min-height: 100vh;
  position: relative;
}
.one-screen div.t3-wrapper {
  padding-bottom: 0;
  max-height: 100vh;
  height: 100vh;
  overflow: hidden;
}
.one-screen div.t3-wrapper #t3-header {
  border: 0;
}
.one-screen div.t3-wrapper .t3-footer {
  bottom: 0;
  position: fixed;
}
.view-position div.t3-wrapper #t3-mainbody {
  display: block;
}
@media (min-width: 768px) {
  .style-classic .t3-header,
  .style-classic .t3-footer {
    background: #ffffff;
  }
}
.t3-header {
  border: 0;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  justify-content: space-between;
  padding: 0 48px;
  position: relative;
  z-index: 1000;
}
@media (max-width: 1199px) {
  .t3-header {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 767px) {
  .t3-header {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.t3-header + .t3-hero {
  display: block;
  margin-top: -96px;
  width: 100%;
}
.logo {
  font-family: "Prata", Georgia, "Times New Roman", Times, serif;
  height: 96px;
  line-height: 96px;
  position: relative;
}
.logo a {
  display: inline-block;
  margin: 0;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-image img {
  max-height: 96px;
}
.logo-text a {
  text-decoration: none;
  font-size: 22px;
  font-weight: 300;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  bottom: 10.66666667px;
  display: block;
  line-height: 1;
  font-size: 15px;
  position: absolute;
}
.headright:before,
.headright:after {
  display: table;
  content: " ";
}
.headright:after {
  clear: both;
}
.headright > div {
  align-items: center;
  display: flex;
  height: 96px;
  width: auto;
}
@media (max-width: 767px) {
  .headright > div {
    margin-left: 8px;
  }
}
.headright .head-search-inner > div {
  display: flex;
  margin-left: 16px;
}
@media (max-width: 767px) {
  .headright .head-search-inner > div {
    margin-left: 8px;
  }
}
.headright .mod-languages {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
}
.headright .mod-languages img {
  margin-right: 4px;
}
@media (max-width: 767px) {
  .headright .mod-languages img {
    margin-right: 0;
  }
}
.headright .mod-languages .btn.dropdown-toggle {
  background: #ffffff;
  border-radius: 30px;
  line-height: 96px;
  height: 96px;
  padding: 0 16px;
}
@media (max-width: 767px) {
  .headright .mod-languages .btn.dropdown-toggle {
    font-size: 0;
  }
  .headright .mod-languages .btn.dropdown-toggle .caret {
    display: none;
  }
}
.headright .mod-languages .dropdown-menu {
  border: 0;
  min-width: 130px;
  margin-top: 2px;
}
.headright .mod-languages .dropdown-menu li {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}
.headright .mod-languages .dropdown-menu li + li {
  border-top: 1px solid #e8e8e8;
}
.headright .mod-languages .dropdown-menu li a {
  font-weight: 700;
  font-size: 12px;
}
.headright .search,
.headright .form-search {
  background: transparent;
  border: none;
  padding: 0;
  position: relative;
  height: 32px;
  width: 32px;
}
.headright .search label,
.headright .form-search label {
  display: none;
}
.headright .search .form-control,
.headright .form-search .form-control,
.headright .search .search-query,
.headright .form-search .search-query {
  border-radius: 30px;
  background-image: url('../../../templates/ja_aiga/images/ico/search.png') !important;
  background-position: 11px center!important;
  background-repeat: no-repeat !important;
  background-color: #222222;
  border: 0;
  color: #ffffff;
  position: absolute;
  padding: 0 0 0 32px;
  font-size: 13px;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  max-width: none;
  z-index: 10;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.headright .search .form-control::-moz-placeholder,
.headright .form-search .form-control::-moz-placeholder,
.headright .search .search-query::-moz-placeholder,
.headright .form-search .search-query::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.headright .search .form-control:-ms-input-placeholder,
.headright .form-search .form-control:-ms-input-placeholder,
.headright .search .search-query:-ms-input-placeholder,
.headright .form-search .search-query:-ms-input-placeholder {
  color: #ffffff;
}
.headright .search .form-control::-webkit-input-placeholder,
.headright .form-search .form-control::-webkit-input-placeholder,
.headright .search .search-query::-webkit-input-placeholder,
.headright .form-search .search-query::-webkit-input-placeholder {
  color: #ffffff;
}
.headright .search .form-control:focus,
.headright .form-search .form-control:focus,
.headright .search .search-query:focus,
.headright .form-search .search-query:focus {
  width: 160px;
  padding-right: 32px;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
@media (max-width: 767px) {
  .headright .search .form-control:focus,
  .headright .form-search .form-control:focus,
  .headright .search .search-query:focus,
  .headright .form-search .search-query:focus {
    width: 128px;
  }
}
.t3-sl {
  padding-bottom: 64px;
  padding-top: 64px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 96px;
    padding-top: 96px;
  }
}
.t3-section-wrap .module-title {
  text-align: center;
  padding: 48px 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .t3-section-wrap .module-title {
    padding-top: 0;
  }
}
.t3-section-wrap#t3-section-top {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: -1px;
}
.t3-section-wrap#t3-section-top + #t3-mainbody {
  padding-top: 0;
}
.t3-mainbody {
  padding-top: 144px;
  padding-bottom: 144px;
}
@media (max-width: 991px) {
  .t3-mainbody {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
@media (max-width: 767px) {
  .t3-mainbody {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (min-width: 1200px) {
  .t3-mainbody .mainbody-inner > .row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .t3-mainbody .mainbody-inner > .row > div {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .t3-mainbody .mainbody-inner > .row > div.t3-sidebar {
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
  }
}
@media (min-width: 1200px) {
  .t3-mainbody .mainbody-inner > .row > div.t3-sidebar {
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .t3-mainbody .mainbody-inner > .row > div.col-md-8 {
    width: 70%;
  }
}
@media (min-width: 768px) {
  .t3-mainbody .mainbody-inner > .row > div.col-md-8 {
    padding-right: 48px;
  }
}
.has-sidebar.has-masthead .t3-mainbody {
  padding-top: 0;
}
.has-sidebar .t3-mainbody {
  padding-bottom: 0;
}
.no-sidebar .t3-mainbody > .row {
  margin-left: 0;
  margin-right: 0;
}
.no-sidebar .t3-mainbody > .row > div {
  padding-left: 0;
  padding-right: 0;
}
.t3-content {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .t3-content.col-sm-8 {
    margin-bottom: 48px;
  }
}
.t3-sidebar {
  padding: 0;
}
.t3-sidebar .t3-module {
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  padding: 48px;
  margin-bottom: -1px;
}
@media (max-width: 991px) {
  .t3-sidebar .t3-module {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .t3-sidebar .t3-module {
    border-bottom: 0;
    padding: 24px 0;
  }
}
.t3-footer {
  bottom: 0;
  color: #666666;
  position: absolute;
  padding: 32px 48px;
  left: 0;
  right: 0;
  z-index: 100;
}
.t3-footer:before,
.t3-footer:after {
  display: table;
  content: " ";
}
.t3-footer:after {
  clear: both;
}
@media (max-width: 767px) {
  .t3-footer {
    padding: 0 24px 24px;
  }
}
.modal-open .t3-footer {
  visibility: hidden;
}
.has-sidebar .t3-footer {
  border-top: 1px solid #e8e8e8;
}
.t3-footer .row {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .t3-footer .row {
    flex-wrap: wrap;
  }
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footer .nav {
  display: flex;
  flex-wrap: nowrap;
  font-size: 12px;
}
.t3-footer .nav > li {
  margin: 0;
  margin-right: 16px;
}
.t3-footer .nav > li a {
  background: transparent;
  padding: 0;
}
.t3-footer .nav > li a:hover,
.t3-footer .nav > li a:focus,
.t3-footer .nav > li a:active {
  background: transparent;
  color: #b30010;
}
.t3-footer .nav > li.active > a {
  background: transparent;
  color: #b30010;
}
.t3-footer .t3-footer-left {
  text-align: left;
}
.t3-footer .t3-footer-right {
  display: flex;
  justify-content: flex-end;
  text-align: right;
}
.t3-footnav {
  padding: 32px 0;
}
.t3-footnav:before,
.t3-footnav:after {
  display: table;
  content: " ";
}
.t3-footnav:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .t3-footnav {
    padding: 64px 0;
  }
}
.t3-footnav .t3-module {
  background: #ffffff;
  color: #666666;
  margin-top: 12px;
  margin-bottom: 12px;
}
.t3-footnav .t3-module .module-title {
  color: #666666;
  font-size: 16px;
  margin-bottom: 12px;
}
.t3-footnav .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.t3-footnav .t3-module ul > li {
  line-height: 24px;
}
.t3-footnav .t3-module ul > li > a {
  color: #666666;
}
.t3-footnav .t3-module ul > li > a:hover,
.t3-footnav .t3-module ul > li > a:active,
.t3-footnav .t3-module ul > li > a:focus {
  color: #666666;
}
#back-to-top {
  position: fixed;
  bottom: 72px;
  right: 48px;
  z-index: 1000;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: 500ms all;
  -o-transition: 500ms all;
  transition: 500ms all;
}
#back-to-top.affix {
  filter: alpha(opacity=100);
  opacity: 1;
}
#back-to-top .btn {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  padding: 0;
  text-align: center;
  height: 48px;
  line-height: 48px;
  width: 48px;
}
.copyright {
  color: #222222;
  font-size: 12px;
  text-align: center;
}
.poweredby {
  margin-top: 8px;
  text-align: center;
}
.poweredby:before,
.poweredby:after {
  display: table;
  content: " ";
}
.poweredby:after {
  clear: both;
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: .3;
  display: inline-block;
}