@font-face {
  font-family: 'Fjalla One';
  src: url('/common/font/fjallaone-regular.eot');
  src: url('/common/font/fjallaone-regular.eot?#iefix') format('embedded-opentype'), url('/common/font/fjallaone-regular.woff') format('woff'), url('/common/font/fjallaone-regular.ttf') format('truetype'), url('/common/font/fjallaone-regular.svg#fjalla_oneregular') format('svg');
}
/* ==========================================================================
   Index
   ========================================================================== */
/* Adjust
  ========================================================================== */
.page-header {
  border-bottom: none;
}
.main-content {
  margin-top: 0;
}
.page-footer {
  margin-top: -60px;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .page-footer {
    margin-top: 0;
  }
}
/* Main Visual
  ========================================================================== */
.main-visual_inner {
  position: relative;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .main-visual_inner {
    padding-bottom: 20px;
  }
}
.main-visual_inner .bx-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.main-visual_inner .bx-pager {
  margin: 0 auto;
  display: table;
}
.main-visual_inner .bx-pager-item {
  display: table-cell;
  padding: 0 10px;
}
.main-visual_inner .bx-pager-item a {
  display: block;
  overflow: hidden;
  width: 10px;
  height: 10px;
  background-color: #ddd;
  border-radius: 50%;
  text-indent: 100%;
  white-space: nowrap;
  line-height: 0;
}
.main-visual_inner .bx-pager-item a.active,
.main-visual_inner .bx-pager-item a:hover {
  background-color: #00559d;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .main-visual_inner .bx-pager-item {
    padding: 0 5px;
  }
}
.main-visual_image > li {
  display: none;
  position: relative;
  height: 583px;
  overflow: hidden;
}
.main-visual_image > li:first-child {
  display: block;
}
.main-visual_image > li a {
  display: block;
}
.main-visual_image > li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.main-visual_image > li figure {
  position: absolute;
  top: 0;
  right: -190px;
  left: -190px;
  width: 1480px;
  margin: 0 auto;
}
.main-visual_image > li figure:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  z-index: 1;
  content: "";
}
.main-visual_image > li figure img {
  max-width: 100%;
  height: auto;
}
.main-visual_image > li figure figcaption {
  position: absolute;
  bottom: 27px;
  left: 190px;
  right: 190px;
  color: #fff;
  font-size: 2rem;
  text-shadow: 0 0 1px #000;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .main-visual_image > li {
    height: auto;
  }
  body:not(.non-responsive) .main-visual_image > li figure {
    position: static;
    width: auto;
  }
  body:not(.non-responsive) .main-visual_image > li figure:before {
    min-height: 50px;
  }
  body:not(.non-responsive) .main-visual_image > li figure img {
    width: 100%;
    height: auto;
  }
  body:not(.non-responsive) .main-visual_image > li figure figcaption {
    bottom: 5px;
    right: 11px;
    left: 11px;
    font-size: 1rem;
  }
}
/* Important News
  ========================================================================== */
.important-news {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .important-news {
    margin-top: 10px;
    padding: 0 10px;
  }
}
.important-news_inner {
  display: table;
  width: 1100px;
  margin: 0 auto;
  padding: 11px 0;
  border: 1px solid #ea3030;
  color: #ea3030;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .important-news_inner {
    display: block;
    width: auto;
    padding: 13px 9px;
  }
}
.important-news_title {
  display: table-cell;
  width: 200px;
  padding: 0 45px 0 29px;
  vertical-align: middle;
  font-size: 1.8em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .important-news_title {
    display: block;
    width: auto;
    padding: 0;
    text-align: center;
  }
}
.important-news_text {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.5;
}
.important-news_text .important-news_detail {
  position: relative;
  padding: 0 20px 0 11px;
  font-weight: bold;
}
.important-news_text .important-news_detail:nth-child(n + 2) {
  margin-top: 10px;
}
.important-news_text .important-news_detail:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 6px;
  height: 8px;
  background: url(/img/important-news_arrow01.png) no-repeat;
  background-size: 6px auto;
  content: "";
}
.important-news_text .important-news_detail a {
  color: #ea3030;
}
.important-news_text .important-news_detail a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .important-news_text {
    display: block;
    margin-top: 9px;
  }
  body:not(.non-responsive) .important-news_text .important-news_detail {
    padding: 0 10px 0 11px;
  }
}
/* Tab Category
  ========================================================================== */
.tab-category {
  margin: 30px auto 60px;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .tab-category {
    margin: 20px auto 0;
  }
}
.tab-category_head {
  margin-bottom: 17px;
  background-color: #ecedee;
}
.tab-category_handle {
  zoom: 1;
  width: 1100px;
  margin: 0 auto;
}
.tab-category_handle:before,
.tab-category_handle:after {
  content: '';
  display: table;
}
.tab-category_handle:after {
  clear: both;
}
.tab-category_handle li {
  float: left;
  width: 50%;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.5;
}
.tab-category_handle li a {
  display: block;
  position: relative;
  padding: 31px 10px 25px;
  color: #8d8e8e;
  background-color: #d9dadb;
}
.tab-category_handle li a:before {
  display: block;
  margin: 0 auto 9px;
  content: "";
}
.tab-category_handle li a:hover {
  color: #fff;
  background-color: #00559d;
}
.tab-category_handle li a.is-current {
  color: #fff;
  background-color: #00559d;
}
.tab-category_handle li a.is-current:after {
  display: block;
  position: absolute;
  right: 0;
  bottom: -17px;
  left: 0;
  width: 36px;
  height: 17px;
  margin: 0 auto;
  background: url(/img/index_tab-category_current_bg01.png) no-repeat bottom;
  background-size: 36px auto;
  content: "";
}
.tab-category_handle .product-example a:before {
  width: 73px;
  height: 73px;
  background: url(/img/index_tab-category_product-example_bg01.png) no-repeat;
  background-size: 73px auto;
}
.tab-category_handle .product-example a:hover:before,
.tab-category_handle .product-example a.is-current:before {
  background-image: url(/img/index_tab-category_product-example_bg01_current.png);
}
.tab-category_handle .support a:before {
  width: 75px;
  height: 72px;
  margin-bottom: 12px;
  background: url(/img/index_tab-category_support_bg01.png) no-repeat;
  background-size: 75px auto;
}
.tab-category_handle .support a:hover:before,
.tab-category_handle .support a.is-current:before {
  background-image: url(/img/index_tab-category_support_bg01_current.png);
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .tab-category_handle {
    width: auto;
  }
  body:not(.non-responsive) .tab-category_handle li {
    font-size: 1.4em;
    line-height: 1.3;
  }
  body:not(.non-responsive) .tab-category_handle li a {
    padding: 10px 10px 15px;
  }
  body:not(.non-responsive) .tab-category_handle .product-example a:before {
    width: 43px;
    height: 43px;
    background: url(/img/index_tab-category_product-example_bg01.png) no-repeat;
    background-size: 43px auto;
  }
  body:not(.non-responsive) .tab-category_handle .product-example a:hover:before,
  body:not(.non-responsive) .tab-category_handle .product-example a.is-current:before {
    background-image: url(/img/index_tab-category_product-example_bg01_current.png);
  }
  body:not(.non-responsive) .tab-category_handle .support a:before {
    width: 47px;
    height: 45px;
    margin-bottom: 12px;
    background: url(/img/index_tab-category_support_bg01.png) no-repeat;
    background-size: 47px auto;
  }
  body:not(.non-responsive) .tab-category_handle .support a:hover:before,
  body:not(.non-responsive) .tab-category_handle .support a.is-current:before {
    background-image: url(/img/index_tab-category_support_bg01_current.png);
  }
}
.tab-product-example {
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .tab-product-example {
    margin-top: 26px;
    border-bottom: 1px solid #ddd;
  }
}
.tab-product-support {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .tab-product-support {
    margin-top: 24px;
  }
}
.tab-category_content > section {
  margin-top: 60px;
}
.tab-category_content > section:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .tab-category_content > section {
    margin-top: 46px;
  }
  body:not(.non-responsive) .tab-category_content > section:first-child {
    margin-top: 0;
  }
}
.section-inner {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .section-inner {
    width: auto;
  }
}
.section-title {
  text-align: center;
}
.section-title h2 {
  font-size: 3.2em;
  line-height: 1.3;
  font-weight: normal;
  color: #00559d;
}
.section-title p {
  margin-top: 2px;
  line-height: 0.5;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .section-title h2 {
    font-size: 2.6em;
  }
  body:not(.non-responsive) .section-title p {
    margin-top: 3px;
  }
}
.section-content {
  margin-top: 20px;
}
/* Product
  ========================================================================== */
.product-banner {
  position: relative;
  width: 860px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .product-banner {
    width: 260px;
    margin-top: 50px;
  }
}
.product-banner_list li {
  position: relative;
  float: left;
  width: 190px;
  height: 80px;
}
.product-banner_list li:first-child {
  margin-left: 0;
}
.product-banner_list li img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.product-banner_list li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .product-banner_list li {
    width: 250px;
    height: 105px;
  }
  body:not(.non-responsive) .product-banner_list li img {
    width: 100%;
    height: auto;
  }
}
.product-banner .bx-controls-direction .bx-prev,
.product-banner .bx-controls-direction .bx-next {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 27px;
  height: 52px;
  margin: auto 0;
  background-size: 100%;
}
.product-banner .bx-controls-direction .bx-prev:hover,
.product-banner .bx-controls-direction .bx-next:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.product-banner .bx-controls-direction .bx-prev {
  left: -80px;
  background-image: url(/img/index_product_banner_arrow01.png);
}
.product-banner .bx-controls-direction .bx-next {
  right: -80px;
  background-image: url(/img/index_product_banner_arrow02.png);
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .product-banner .bx-controls-direction .bx-prev,
  body:not(.non-responsive) .product-banner .bx-controls-direction .bx-next {
    width: 15px;
    height: 29px;
  }
  body:not(.non-responsive) .product-banner .bx-controls-direction .bx-prev {
    left: -20px;
  }
  body:not(.non-responsive) .product-banner .bx-controls-direction .bx-next {
    right: -20px;
  }
}
/* Example
  ========================================================================== */
.example-button {
  margin-top: 30px;
}
/* Tab Search
  ========================================================================== */
.tab-search {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .tab-search {
    margin-top: 50px;
  }
}
.tab-search_handle {
  margin: 0 auto;
  text-align: center;
}
.tab-search_handle > li {
  display: inline-block;
  position: relative;
  margin: 0 0 -20px 12px;
  font-size: 2.2em;
  line-height: 1.3;
  text-align: center;
}
.tab-search_handle > li:first-child {
  margin-left: 0;
}
.tab-search_handle > li a {
  display: block;
  position: relative;
  top: 6px;
  width: 520px;
  min-height: 80px;
  padding: 15px 10px;
  background-color: #8a8c96;
  color: #fff;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tab-search_handle > li a:hover {
  background-color: #111;
}
.tab-search_handle > li a.is-current {
  background-color: #111;
  top: 0;
  padding-top: 25px;
  z-index: 3;
}
.tab-search_handle > li a.is-current:before {
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 37px;
  height: 16px;
  margin: 0 auto;
  background: url(/img/index_tab-search_current_bg01.png) no-repeat;
  background-size: 37px auto;
  content: "";
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .tab-search_handle > li {
    width: 50%;
    margin: 0;
    font-size: 1.6em;
  }
  body:not(.non-responsive) .tab-search_handle > li a {
    top: auto;
    width: auto;
    min-height: 0;
    padding: 13px 10px;
  }
  body:not(.non-responsive) .tab-search_handle > li a.is-current {
    top: auto;
    padding-top: 13px;
  }
  body:not(.non-responsive) .tab-search_handle > li a.is-current:before {
    bottom: -10px;
    width: 24px;
    height: 10px;
    background-size: 24px auto;
  }
}
.tab-search_content {
  position: relative;
  padding: 40px 24px 36px;
  background-color: #e7e8ea;
  z-index: 2;
}
.tab-search_content > section {
  width: auto;
  margin-top: 30px;
}
.tab-search_content > section:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .tab-search_content {
    padding: 32px 10px 30px;
  }
}
.search-title {
  margin-bottom: 9px;
  font-size: 2.2em;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .search-title {
    margin-bottom: 12px;
    font-size: 2em;
  }
}
.search-list {
  overflow: hidden;
}
.search-list li {
  float: left;
  margin: 4px 0 0 4px;
  font-size: 1em;
}
.search-list li:nth-child(-n+4) {
  margin-top: 0;
}
.search-list li:nth-child(4n+1) {
  margin-left: 0;
  clear: left;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .search-list li {
    width: 50%;
    margin: 0;
    padding-top: 2px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  body:not(.non-responsive) .search-list li:nth-child(4n+1) {
    clear: none;
  }
  body:not(.non-responsive) .search-list li:nth-child(-n+2) {
    padding-top: 0;
  }
  body:not(.non-responsive) .search-list li:nth-child(2n+1) {
    padding-right: 1px;
    clear: left;
  }
  body:not(.non-responsive) .search-list li:nth-child(2n) {
    padding-left: 1px;
  }
}
.search-list_button {
  display: table;
  width: 260px;
}
.search-list_button a {
  display: table-cell;
  padding: 17px 18px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .search-list_button {
    display: table;
    width: 100%;
  }
  body:not(.non-responsive) .search-list_button a {
    padding-right: 21px;
    padding-left: 10px;
  }
  body:not(.non-responsive) .search-list_button a:before {
    right: 8px;
  }
}
/* Support
  ========================================================================== */
.support-list {
  overflow: hidden;
}
.support-list li {
  float: left;
  margin-top: 40px;
  border-right: 1px solid #e4e5e4;
  text-align: center;
}
.support-list li:nth-child(-n+3) {
  margin-top: 0;
}
.support-list li:nth-child(3n+1) {
  clear: left;
  border-left: 1px solid #e4e5e4;
}
.support-list li a {
  display: block;
  width: 365px;
  padding-top: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.support-list li a p {
  margin-top: 13px;
  font-size: 2rem;
}
.support-list li a:hover figure {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.support-list li a:hover p {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .support-list {
    border-top: 1px solid #e4e5e4;
    border-bottom: 1px solid #e4e5e4;
  }
  body:not(.non-responsive) .support-list li {
    margin: 0 0 -1px 0;
    width: 50%;
    border-bottom: 1px solid #e4e5e4;
    border-right: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  body:not(.non-responsive) .support-list li:nth-child(3n+1) {
    clear: none;
    border-left: none;
  }
  body:not(.non-responsive) .support-list li.support-list_sp-left {
    clear: left;
    border-right: 1px solid #e4e5e4;
  }
  body:not(.non-responsive) .support-list li a {
    padding: 20px 4px 19px;
    width: auto;
    height: 100%;
  }
  body:not(.non-responsive) .support-list li a img {
    width: 70px;
    height: 50px;
  }
  body:not(.non-responsive) .support-list li a p {
    margin-top: 10px;
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
/* News
  ========================================================================== */
section.news {
  width: auto;
  padding: 60px 0;
  background-color: #edeeef;
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) section.news {
    padding: 40px 10px 50px;
  }
}
.news-button {
  margin-top: 30px;
}
/* Other Banner
  ========================================================================== */
.other-banner {
  padding: 30px 0;
}
.other-banner ul {
  overflow: hidden;
  width: 1100px;
  margin: 0 auto;
}
.other-banner ul li {
  float: left;
  margin-left: 20px;
}
.other-banner ul li:first-child {
  margin-left: 0;
}
.other-banner ul li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media screen and (max-width: 768px) {
  body:not(.non-responsive) .other-banner {
    padding: 30px;
  }
  body:not(.non-responsive) .other-banner ul {
    width: auto;
  }
  body:not(.non-responsive) .other-banner ul li {
    float: none;
    margin: 20px 0 0 0;
    text-align: center;
  }
  body:not(.non-responsive) .other-banner ul li:first-child {
    margin-top: 0;
  }
  body:not(.non-responsive) .other-banner ul li img {
    max-width: 100%;
    height: auto;
  }
}
