@media (min-width: 992px) {
  .row-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 1 auto;
  }
  .row-flex-wrap {
    -webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex: 0;
  }
  .row-flex > div[class*='col-'] {
    margin: -.3px;
    
  }
  .container-flex > div[class*='col-'] div {
    width: 100%;
  }
  .row-large {
    margin-left: -60px;
    margin-right: -60px;
  }
  .row-large > div {
    padding-left: 60px;
    padding-right: 60px;
  }
  .row-large > div + div {
    border-left: 1px solid #e8e8e8;
  }
  .row-large > .col-md-4,
  .row-large > .col-lg-4,
  .row-large > .t3-sidebar {
    max-width: 420px;
  }
  .container-large {
    padding-right: 60px;
    padding-left: 60px;
    width: 1260px;
  }
  .flex-col {
    display: flex;
    display: -webkit-flex;
    flex: 1 100%;
    flex-flow: column nowrap;
  }
  .flex-grow {
    display: flex;
    -webkit-flex: 2;
    flex: 2;
  }
}
@media (min-width: 1440px) {
  .container-lg {
    width: 1350px;
    padding-left: 0;
    padding-right: 0;
  }
}
.t3-header {
  background: #ffffff;
  box-shadow: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .t3-header {
    position: relative;
  }
}
.t3-header .container-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .t3-header .container-inner {
    position: static;
  }
}
.t3-header .row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.t3-topbar {
  align-items: center;
  background: #f8f8f8;
  border-bottom: 1px solid #e8e8e8;
  color: #999999;
  display: flex;
  font-size: 10px;
  height: 40px;
  text-transform: uppercase;
}
.t3-topbar a {
  color: #999999;
}
.t3-topbar a:hover,
.t3-topbar a:focus,
.t3-topbar a:active {
  color: #808080;
}
@media (max-width: 767px) {
  .t3-topbar .container {
    width: 100%;
  }
}
.t3-topbar .menu {
  display: flex;
}
.t3-topbar .menu > li + li {
  border-left: 1px solid #e8e8e8;
  padding-left: 15px;
  margin-left: 15px;
  margin-top: 0;
}
.t3-topbar .menu > li > a,
.t3-topbar .menu > li > .nav-header {
  padding: 0;
  height: 20px;
  line-height: 20px;
  display: block;
}
.t3-topbar .menu > li > a .caret,
.t3-topbar .menu > li > .nav-header .caret {
  border-bottom-color: #999999;
  border-top-color: #999999;
}
.t3-topbar .menu > li > a:hover,
.t3-topbar .menu > li > .nav-header:hover,
.t3-topbar .menu > li > a:focus,
.t3-topbar .menu > li > .nav-header:focus,
.t3-topbar .menu > li > a:active,
.t3-topbar .menu > li > .nav-header:active {
  background: transparent;
  color: #808080;
}
.t3-topbar .menu > li > a:hover .caret,
.t3-topbar .menu > li > .nav-header:hover .caret,
.t3-topbar .menu > li > a:focus .caret,
.t3-topbar .menu > li > .nav-header:focus .caret,
.t3-topbar .menu > li > a:active .caret,
.t3-topbar .menu > li > .nav-header:active .caret {
  border-bottom-color: #808080;
  border-top-color: #808080;
}
.t3-topbar .menu > li.open > a,
.t3-topbar .menu > li.active > a {
  background: transparent;
  color: #808080;
}
.t3-topbar .menu > li.open > a .caret,
.t3-topbar .menu > li.active > a .caret {
  border-bottom-color: #808080;
  border-top-color: #808080;
}
.t3-topbar .dropdown-menu {
  text-transform: none;
  margin-top: 10px;
}
.topbar-right {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.topbar-right > div + div {
  border-left: 1px solid #e8e8e8;
  margin-left: 15px;
  padding-left: 15px;
}
.social-follow.open > .dropdown-menu {
  display: flex;
  padding: 0;
  left: auto;
  right: 0;
  min-width: 0;
}
.social-follow.open > .dropdown-menu > li {
  float: left;
}
.social-follow.open > .dropdown-menu > li + li {
  border-left: 1px solid #e8e8e8;
}
.social-follow.open > .dropdown-menu > li > a {
  background: #ffffff;
  padding: 0;
  line-height: 45px;
  text-align: center;
  height: 45px;
  width: 45px;
}
.topbar-left {
  display: flex;
  align-items: center;
}
.topbar-left > * + * {
  border-left: 1px solid #e8e8e8;
  margin-left: 15px;
  padding-left: 15px;
}
.logo {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .logo {
    text-align: left;
  }
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-image img {
  max-height: 60px;
}
.logo-text a {
  text-decoration: none;
  font-size: 32px;
  font-weight: bold;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 16px;
  margin-top: 5px;
}
.head-search {
  margin-top: 20px;
}
.head-search:before,
.head-search:after {
  display: table;
  content: " ";
}
.head-search:after {
  clear: both;
}
.head-search form {
  margin: 0;
}
.head-search label {
  display: none;
}
.head-search .search {
  position: relative;
}
.head-search .search:before {
  font-family: "FontAwesome";
  content: "\f002";
  display: block;
  position: absolute;
  left: 10px;
  top: 6px;
  color: #555555;
}
@media screen and (min-width: 768px) {
  .head-search .search {
    float: right;
  }
}
.head-search .form-control {
  padding-left: 30px;
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .head-search .form-control {
    width: 150px !important;
  }
  .head-search .form-control:focus {
    width: 200px !important;
  }
}
.navbar-right-wrap {
  display: flex;
  align-items: center;
}
.navbar-right-wrap > div > div,
.navbar-right-wrap > div > button {
  margin-left: 20px;
}
.navbar-right-wrap .navbar-header {
  display: flex;
  align-items: center;
}
.navbar-right-wrap .search,
.navbar-right-wrap .form-search {
  background: transparent;
  border: none;
  padding: 0;
  position: relative;
  height: 30px;
  width: 30px;
}
.navbar-right-wrap .search label,
.navbar-right-wrap .form-search label {
  display: none;
}
.navbar-right-wrap .search .form-control,
.navbar-right-wrap .form-search .form-control,
.navbar-right-wrap .search .search-query,
.navbar-right-wrap .form-search .search-query {
  border-radius: 40px;
  background-image: url('../../../templates/ja_good/images/ico/search.png');
  background-position: 8px center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  border: 1px solid transparent;
  color: #555555;
  position: absolute;
  padding: 0 0 0 30px;
  font-size: 13px;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  max-width: none;
  z-index: 10;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.navbar-right-wrap .search .form-control::-moz-placeholder,
.navbar-right-wrap .form-search .form-control::-moz-placeholder,
.navbar-right-wrap .search .search-query::-moz-placeholder,
.navbar-right-wrap .form-search .search-query::-moz-placeholder {
  color: #555555;
  opacity: 1;
}
.navbar-right-wrap .search .form-control:-ms-input-placeholder,
.navbar-right-wrap .form-search .form-control:-ms-input-placeholder,
.navbar-right-wrap .search .search-query:-ms-input-placeholder,
.navbar-right-wrap .form-search .search-query:-ms-input-placeholder {
  color: #555555;
}
.navbar-right-wrap .search .form-control::-webkit-input-placeholder,
.navbar-right-wrap .form-search .form-control::-webkit-input-placeholder,
.navbar-right-wrap .search .search-query::-webkit-input-placeholder,
.navbar-right-wrap .form-search .search-query::-webkit-input-placeholder {
  color: #555555;
}
.navbar-right-wrap .search .form-control:focus,
.navbar-right-wrap .form-search .form-control:focus,
.navbar-right-wrap .search .search-query:focus,
.navbar-right-wrap .form-search .search-query:focus {
  border-color: #e8e8e8;
  width: 150px;
  padding-right: 20px;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
@media (max-width: 767px) {
  .navbar-right-wrap .search .form-control:focus,
  .navbar-right-wrap .form-search .form-control:focus,
  .navbar-right-wrap .search .search-query:focus,
  .navbar-right-wrap .form-search .search-query:focus {
    width: 120px;
  }
}
.t3-sections .t3-section,
.t3-mast-content .t3-section {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .t3-sections .t3-section,
  .t3-mast-content .t3-section {
    margin-top: 30px;
  }
}
.t3-sections .t3-section .module-title,
.t3-mast-content .t3-section .module-title {
  border-top: 2px solid #000000;
  padding-top: 30px;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
}
.t3-sections .t3-section .module-title:before,
.t3-mast-content .t3-section .module-title:before {
  display: none;
}
.t3-sections .t3-module,
.t3-mast-content .t3-module {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .t3-sections .t3-module,
  .t3-mast-content .t3-module {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.t3-sections .bannergroup,
.t3-mast-content .bannergroup {
  text-align: center;
}
.section-full > div {
  margin-top: 60px;
  margin-bottom: 60px;
}
.t3-mast-top .container {
  border-bottom: 1px solid #e8e8e8;
}
.t3-mast-bot .t3-module {
  margin-top: 60px;
  margin-bottom: 60px;
}
.t3-mast-bot .t3-module .module-title {
  border-top: 2px solid #000000;
  padding-top: 30px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
}
.t3-mast-bot .t3-module .module-title:before {
  display: none;
}
.t3-mast-content .t3-section {
  margin-bottom: 60px;
  margin-top: 0;
}
.t3-mast-content .t3-module {
  margin-bottom: 60px;
}
.t3-mast-content .t3-module .module-title {
  border-top: 2px solid #000000;
  padding-top: 30px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
}
.t3-mast-content .t3-module .module-title:before {
  display: none;
}
.t3-sl .t3-module {
  margin-bottom: 0;
}
.t3-mainbody {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .t3-mainbody {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.t3-mainbody .t3-content {
  padding-top: 0;
}
.t3-mainbody .t3-sidebar {
  padding-top: 0;
}
.t3-sections-top + .t3-mainbody {
  padding-top: 60px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .t3-sections-top + .t3-mainbody {
    padding-top: 30px;
  }
}
.t3-content {
  padding-top: 30px;
  padding-bottom: 30px;
}
.t3-sidebar .ja-news {
  padding-top: 0;
}
.t3-footer {
  border-top: 1px solid #e8e8e8;
  background: #ffffff;
  color: #555555;
}
.t3-footer:before,
.t3-footer:after {
  display: table;
  content: " ";
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footer .t3-spotlight {
  display: flex;
}
@media (max-width: 991px) {
  .t3-footer .t3-spotlight {
    flex-wrap: wrap;
  }
}
.t3-footer .t3-spotlight > div {
  flex-grow: 1;
  margin: 0 -0.5px;
}
@media (max-width: 991px) {
  .t3-footer .t3-spotlight > div {
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .t3-footer .t3-spotlight > div {
    flex: 0 0 50%;
  }
}
@media (max-width: 991px) {
  .t3-footer .ja-news.ja-news-9 .intro-image-wrap {
    display: none;
  }
}
.t3-footer .t3-banner-footer .container-inner {
  border-bottom: 2px solid transparent;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
@media (max-width: 991px) {
  .t3-footer .t3-banner-footer .container-inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.t3-footnav {
  padding: 30px 0;
}
.t3-footnav:before,
.t3-footnav:after {
  display: table;
  content: " ";
}
.t3-footnav:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .t3-footnav {
    padding: 60px 0;
  }
}
.t3-footnav .t3-module {
  background: #ffffff;
  color: #555555;
  margin-top: 13px;
  margin-bottom: 13px;
}
.t3-footnav .t3-module .module-title {
  background: transparent;
  color: #151515;
  font-size: 12px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.t3-footnav .t3-module .module-title span {
  background: transparent;
}
.t3-footnav .t3-module .module-title:before {
  opacity: 0;
}
.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: 30px;
}
.t3-footnav .t3-module ul > li > a {
  padding: 0;
  color: #555555;
  font-family: "Source Serif Pro", Georgia, "Times New Roman", Times, serif;
  display: inline-block;
}
.t3-footnav .t3-module ul > li > a:hover,
.t3-footnav .t3-module ul > li > a:active,
.t3-footnav .t3-module ul > li > a:focus {
  background: transparent;
  color: #89bd55;
  text-decoration: none;
}
.t3-footnav .t3-module ul > li.active > a,
.t3-footnav .t3-module ul > li.open > a {
  background: transparent;
  color: #89bd55;
}
#back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  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 {
  background: #1a1a1a;
  border: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  height: 60px;
  line-height: 60px;
  width: 60px;
}
#back-to-top .btn:hover {
  background: #343434;
}
.t3-copyright {
  font-size: 12px;
}
.t3-copyright:before,
.t3-copyright:after {
  display: table;
  content: " ";
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright small {
  margin-bottom: 5px;
}
.t3-copyright .container-inner {
  border-top: 1px solid #e8e8e8;
  padding: 30px 0 60px;
}
.copyright a {
  border-bottom: 1px dotted #555555;
  color: #555555;
}
.copyright a:hover,
.copyright a:focus,
.copyright a:active {
  border-bottom-color: #626262;
  text-decoration: none;
}
.poweredby:before,
.poweredby:after {
  display: table;
  content: " ";
}
.poweredby:after {
  clear: both;
}
@media screen and (min-width: 991px) {
  .poweredby {
    margin-top: 10px;
    text-align: right;
  }
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: .8;
  display: inline-block;
}