@charset "UTF-8";
/* line 5, ../../../../../fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* line 8, ../sass/module/_layout.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../sass/module/_layout.scss */
a {
  text-decoration: none;
}

/* line 18, ../sass/module/_layout.scss */
img {
  max-width: 100%;
  height: auto;
  border: none;
}

/* line 24, ../sass/module/_layout.scss */
div {
  word-wrap: break-word;
  word-break: break-all;
}

/* line 29, ../sass/module/_layout.scss */
body {
  margin: 0px !important;
  padding: 0px;
  font: 100%/1.5 "Noto Sans CJK TC", "微軟正黑體", sans-serif;
  font-weight: 300;
  letter-spacing: 0.25px;
}

/* line 38, ../sass/module/_layout.scss */
#header,
#footer,
#index {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

/* line 45, ../sass/module/_layout.scss */
#inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
/* line 12, ../../../../../fire.app/lib/ruby/compass_extensions/susy-2.1.3/sass/susy/output/support/_clearfix.scss */
#inner:after {
  content: " ";
  display: block;
  clear: both;
}

/* line 50, ../sass/module/_layout.scss */
#header {
  z-index: 100;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  /* line 50, ../sass/module/_layout.scss */
  #header {
    margin-top: 0;
  }
}

/* line 58, ../sass/module/_layout.scss */
#header_logo {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  line-height: 0;
  text-align: center;
  padding: 12px;
}
@media (min-width: 1024px) {
  /* line 58, ../sass/module/_layout.scss */
  #header_logo {
    width: 26.4788732394%;
    float: left;
    margin-right: 1.4084507042%;
    padding: 10px 0;
    text-align: left;
  }
}
/* line 68, ../sass/module/_layout.scss */
#header_logo a {
  display: block;
}
/* line 71, ../sass/module/_layout.scss */
#header_logo img {
  height: 60px !important;
}
@media (min-width: 1024px) {
  /* line 71, ../sass/module/_layout.scss */
  #header_logo img {
    height: auto !important;
  }
}

/* line 79, ../sass/module/_layout.scss */
#header_nav {
  float: right;
}

/* line 83, ../sass/module/_layout.scss */
#header_lang {
  float: left;
  margin: 6px 0 0 6px;
}
@media (min-width: 1024px) {
  /* line 83, ../sass/module/_layout.scss */
  #header_lang {
    float: right;
    margin: 28px 0 0 10px;
  }
}
/* line 90, ../sass/module/_layout.scss */
#header_lang a {
  font-size: 15px;
  color: #ffffff;
  position: relative;
  padding: 0 15px 0 5px;
}
@media (min-width: 1024px) {
  /* line 90, ../sass/module/_layout.scss */
  #header_lang a {
    color: #231815;
  }
}
/* line 98, ../sass/module/_layout.scss */
#header_lang a:after {
  content: '/';
  font-family: 'Lato', sans-serif;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 1px;
  font-size: 15px;
}
@media (min-width: 1024px) {
  /* line 98, ../sass/module/_layout.scss */
  #header_lang a:after {
    color: #231815;
  }
}
/* line 111, ../sass/module/_layout.scss */
#header_lang a:last-of-type:after {
  display: none;
}
/* line 115, ../sass/module/_layout.scss */
#header_lang a:hover {
  text-decoration: underline;
}
/* line 119, ../sass/module/_layout.scss */
#header_lang .active {
  color: #94dd0e;
}
@media (min-width: 1024px) {
  /* line 119, ../sass/module/_layout.scss */
  #header_lang .active {
    color: #71ad04;
  }
}

/* line 128, ../sass/module/_layout.scss */
#footer {
  color: #231815;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  padding: 15px;
}
@media (min-width: 1024px) {
  /* line 128, ../sass/module/_layout.scss */
  #footer {
    padding: 15px 0;
    line-height: 24px;
  }
}
/* line 138, ../sass/module/_layout.scss */
#footer #inner {
  text-align: center;
}
@media (min-width: 480px) {
  /* line 138, ../sass/module/_layout.scss */
  #footer #inner {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  /* line 138, ../sass/module/_layout.scss */
  #footer #inner {
    text-align: center;
    padding: 0 10%;
  }
}
/* line 148, ../sass/module/_layout.scss */
#footer span {
  word-break: break-word;
  display: block;
}
@media (min-width: 480px) {
  /* line 148, ../sass/module/_layout.scss */
  #footer span {
    display: inline;
  }
}
/* line 154, ../sass/module/_layout.scss */
#footer span:after {
  content: '/';
  font-family: 'Lato', sans-serif;
  color: #9e9e9e;
  margin: 0 12px;
  display: none;
}
@media (min-width: 480px) {
  /* line 154, ../sass/module/_layout.scss */
  #footer span:after {
    display: inline-block;
  }
}
/* line 165, ../sass/module/_layout.scss */
#footer .f_company {
  color: #004998;
  font-weight: bold;
}
@media (min-width: 480px) {
  /* line 169, ../sass/module/_layout.scss */
  #footer .f_company {
    margin: 0 24px 0 0;
  }
}
/* line 174, ../sass/module/_layout.scss */
#footer .f_add {
  display: inline-block;
}
@media (min-width: 480px) {
  /* line 174, ../sass/module/_layout.scss */
  #footer .f_add {
    margin: 0 20px 0 0;
  }
}
@media (min-width: 1024px) {
  /* line 174, ../sass/module/_layout.scss */
  #footer .f_add {
    margin: 0 24px 0 8px;
  }
}
/* line 187, ../sass/module/_layout.scss */
#footer .f_company:after,
#footer .f_add:after,
#footer .f_mail:after,
#footer .f_copy:after {
  display: none;
}
/* line 191, ../sass/module/_layout.scss */
#footer .f_copy {
  font-family: 'Lato', sans-serif;
  color: #999999;
  display: inline-block;
  line-height: 20px;
}
@media (min-width: 480px) {
  /* line 191, ../sass/module/_layout.scss */
  #footer .f_copy {
    line-height: initial;
  }
}
@media (min-width: 768px) {
  /* line 191, ../sass/module/_layout.scss */
  #footer .f_copy {
    display: initial;
  }
}

/* line 3, ../sass/module/_menu.scss */
a.bars_close {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #000000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  z-index: 10;
  top: 0;
  right: 0;
}
@media (min-width: 1024px) {
  /* line 3, ../sass/module/_menu.scss */
  a.bars_close {
    display: none;
  }
}

/* line 17, ../sass/module/_menu.scss */
#navbar_top {
  background: #20130f;
  width: 100%;
  position: fixed;
  z-index: 100000;
  height: 40px;
  top: 0;
}
@media (min-width: 1024px) {
  /* line 17, ../sass/module/_menu.scss */
  #navbar_top {
    display: none;
  }
}

/* line 29, ../sass/module/_menu.scss */
#pageslide {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 99999;
  width: 260px;
  padding: 20px 0;
}
@media (min-width: 1024px) {
  /* line 29, ../sass/module/_menu.scss */
  #pageslide {
    display: none !important;
  }
}

/* line 44, ../sass/module/_menu.scss */
#rwd_nav {
  width: 28px;
  margin: 0;
  padding-top: 0;
  position: absolute;
  right: 8px;
  top: 7px;
}
/* line 51, ../sass/module/_menu.scss */
#rwd_nav .ico {
  width: 100%;
  height: 18px;
  position: relative;
  padding-top: 11px;
}
/* line 56, ../sass/module/_menu.scss */
#rwd_nav .ico span {
  width: 100%;
  height: 2px;
  position: absolute;
  background: #ffffff;
  display: block;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
/* line 63, ../sass/module/_menu.scss */
#rwd_nav .ico span:before, #rwd_nav .ico span:after {
  content: "";
  left: 0;
  top: -9px;
  width: 100%;
  height: 2px;
  position: absolute;
  background: #ffffff;
  display: block;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
/* line 75, ../sass/module/_menu.scss */
#rwd_nav .ico span:after {
  top: 9px;
}
@media (min-width: 1024px) {
  /* line 44, ../sass/module/_menu.scss */
  #rwd_nav {
    display: none;
  }
}

/* line 87, ../sass/module/_menu.scss */
.active .ico span {
  background: transparent !important;
}
/* line 89, ../sass/module/_menu.scss */
.active .ico span:before {
  top: 0 !important;
  height: 2px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 94, ../sass/module/_menu.scss */
.active .ico span:after {
  top: 0 !important;
  height: 2px;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 103, ../sass/module/_menu.scss */
#m_nav {
  width: 60%;
  display: none;
  position: fixed;
  top: 38px;
  height: 100%;
  background: #ffffff;
  z-index: 9999;
  overflow-y: auto;
  -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
}
@media (min-width: 1024px) {
  /* line 103, ../sass/module/_menu.scss */
  #m_nav {
    position: relative;
    float: right;
    width: auto;
    display: block;
    height: auto;
    top: auto;
    background: none;
    overflow: visible;
    overflow-y: initial;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 0;
  }
}
/* line 126, ../sass/module/_menu.scss */
#m_nav::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(3, 3, 3, 0.3);*/
  background-color: none;
}
/* line 130, ../sass/module/_menu.scss */
#m_nav::-webkit-scrollbar {
  width: 5px;
  background-color: none;
  border-radius: 10px;
}
/* line 135, ../sass/module/_menu.scss */
#m_nav::-webkit-scrollbar-thumb {
  background-color: #605c2b;
}

/* line 140, ../sass/module/_menu.scss */
#menu {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: auto;
  z-index: 100;
  width: 100%;
  background: #fff;
  height: 100%;
}
/* line 12, ../../../../../fire.app/lib/ruby/compass_extensions/susy-2.1.3/sass/susy/output/support/_clearfix.scss */
#menu:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 148, ../sass/module/_menu.scss */
#menu ul,
#menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 155, ../sass/module/_menu.scss */
#menu ul.menu li {
  list-style: none;
  position: relative;
  float: left;
  width: 100%;
  border-bottom: #eee solid 1px;
}
@media (min-width: 1024px) {
  /* line 155, ../sass/module/_menu.scss */
  #menu ul.menu li {
    display: inline-block;
    margin: 0 15px;
    float: none;
    width: auto;
    border-bottom: none;
  }
}
/* line 168, ../sass/module/_menu.scss */
#menu ul.menu li a {
  display: block;
  font-size: 16px;
  letter-spacing: 0.25px;
  color: #231815;
  font-weight: 400;
  position: relative;
  padding: 12px;
  text-align: center;
}
@media (min-width: 1024px) {
  /* line 168, ../sass/module/_menu.scss */
  #menu ul.menu li a {
    padding: 28px 0 18px 0;
  }
}
/* line 181, ../sass/module/_menu.scss */
#menu ul.menu li span {
  display: block;
  position: relative;
}
@media (min-width: 1024px) {
  /* line 181, ../sass/module/_menu.scss */
  #menu ul.menu li span {
    padding: 0 0 10px 0;
  }
}
/* line 187, ../sass/module/_menu.scss */
#menu ul.menu li span:after {
  content: '';
  display: none;
  background: #004897;
  height: 3px;
  position: absolute;
  bottom: 0;
  width: 0%;
  left: 0;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (min-width: 1024px) {
  /* line 187, ../sass/module/_menu.scss */
  #menu ul.menu li span:after {
    display: block;
  }
}
/* line 202, ../sass/module/_menu.scss */
#menu ul.menu li ul {
  background: #004897;
  margin: 0;
  text-align: center;
  padding: 7px 0;
  display: none;
  float: left;
  width: 100%;
}
@media (min-width: 1024px) {
  /* line 202, ../sass/module/_menu.scss */
  #menu ul.menu li ul {
    float: none;
    width: auto;
    background: rgba(0, 72, 151, 0.6);
    position: absolute;
    display: block;
    left: 0;
    top: 80px;
    min-width: 110px;
    overflow: hidden;
    z-index: -1;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -moz-transform: translate3d(0px, -10px, 0px);
    -o-transform: translate3d(0px, -10px, 0px);
    -ms-transform: translate3d(0px, -10px, 0px);
    -webkit-transform: translate3d(0px, -10px, 0px);
    transform: translate3d(0px, -10px, 0px);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
/* line 225, ../sass/module/_menu.scss */
#menu ul.menu li ul li {
  display: block;
  margin: 0;
  border-bottom: none;
}
/* line 230, ../sass/module/_menu.scss */
#menu ul.menu li ul a {
  color: #fff !important;
  font-size: 15px;
  padding: 0;
}
/* line 234, ../sass/module/_menu.scss */
#menu ul.menu li ul a:after {
  display: none;
}
/* line 237, ../sass/module/_menu.scss */
#menu ul.menu li ul a:hover {
  text-decoration: underline;
}
/* line 243, ../sass/module/_menu.scss */
#menu ul.menu li:hover a {
  color: #004897;
}
/* line 247, ../sass/module/_menu.scss */
#menu ul.menu li:hover span:after {
  width: 100%;
}
/* line 251, ../sass/module/_menu.scss */
#menu ul.menu li:hover ul {
  z-index: 1;
}
@media (min-width: 1024px) {
  /* line 251, ../sass/module/_menu.scss */
  #menu ul.menu li:hover ul {
    display: block;
    -moz-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    overflow: visible;
  }
}
/* line 261, ../sass/module/_menu.scss */
#menu ul.menu li .active {
  color: #004897;
}

/* line 2, ../sass/module/_index.scss */
#banner {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: url(../banner/index_banner_mobile.jpg) top center no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 45%;
  height: 0;
}
@media (min-width: 1024px) {
  /* line 2, ../sass/module/_index.scss */
  #banner {
    background: url(../banner/index_banner.jpg) top center no-repeat;
    background-size: cover;
    height: 530px;
    padding-bottom: 0;
  }
}
/* line 15, ../sass/module/_index.scss */
#banner #inner {
  position: static;
}
/* line 18, ../sass/module/_index.scss */
#banner .slogan {
  background: rgba(0, 73, 152, 0.7);
  color: #ffffff;
  padding: 10px 20px;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
  line-height: 22px;
  width: 60%;
  text-align: center;
}
@media (min-width: 480px) {
  /* line 18, ../sass/module/_index.scss */
  #banner .slogan {
    line-height: 26px;
    width: auto;
    text-align: left;
  }
}
@media (min-width: 768px) {
  /* line 18, ../sass/module/_index.scss */
  #banner .slogan {
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: transparent;
    right: 20%;
    top: 45%;
    left: auto;
    color: #004998;
    padding: 0;
    line-height: 30px;
  }
}
/* line 44, ../sass/module/_index.scss */
#banner .slogan span {
  font-weight: 500;
  display: block;
}
/* line 48, ../sass/module/_index.scss */
#banner .slogan .s_tw {
  display: block;
  font-size: 19px;
}
@media (min-width: 640px) {
  /* line 48, ../sass/module/_index.scss */
  #banner .slogan .s_tw {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  /* line 48, ../sass/module/_index.scss */
  #banner .slogan .s_tw {
    font-size: 26px;
  }
}
/* line 58, ../sass/module/_index.scss */
#banner .slogan .s_en {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
}
@media (min-width: 640px) {
  /* line 58, ../sass/module/_index.scss */
  #banner .slogan .s_en {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  /* line 58, ../sass/module/_index.scss */
  #banner .slogan .s_en {
    font-size: 17px;
  }
}

/* line 71, ../sass/module/_index.scss */
#index,
.news_box {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

/* line 76, ../sass/module/_index.scss */
.index_content {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  line-height: 24px;
  color: #231815;
  font-weight: 300;
  letter-spacing: 0.25px;
  clear: both;
}

/* line 86, ../sass/module/_index.scss */
.title_box {
  color: #231815;
  font-size: 20px;
  letter-spacing: 0.5px;
  position: relative;
  padding: 30px 0 0 0;
  margin: 0 0 20px 0;
  font-weight: 400;
}
/* line 94, ../sass/module/_index.scss */
.title_box:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: #004998;
}

/* line 106, ../sass/module/_index.scss */
.more {
  display: inline-block;
  padding: 10px 25px;
  font-weight: 500;
  -moz-transition: all 400ms cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition: all 400ms cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transition: all 400ms cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 400ms cubic-bezier(0.8, 0, 0.2, 1);
}
/* line 111, ../sass/module/_index.scss */
.more:after {
  content: '';
  display: inline-block;
  width: 25px;
  height: 5px;
  margin: 0 0 0 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -moz-transform: skewX(45deg);
  -o-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
  -moz-transition: all 400ms cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition: all 400ms cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transition: all 400ms cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 400ms cubic-bezier(0.8, 0, 0.2, 1);
  position: relative;
  left: 0;
}
/* line 125, ../sass/module/_index.scss */
.more:hover:after {
  left: 5px;
}

/* line 132, ../sass/module/_index.scss */
#news {
  z-index: 100;
  position: relative;
}
@media (min-width: 1024px) {
  /* line 132, ../sass/module/_index.scss */
  #news {
    margin-top: -50px;
    background-image: url(../images/index_bg01.png), url(../images/index_bg02.png);
    background-repeat: no-repeat, no-repeat;
    background-position: -20% 100%, 120% bottom;
  }
}
/* line 141, ../sass/module/_index.scss */
#news #inner {
  background: #ffffff;
}

/* line 146, ../sass/module/_index.scss */
.news_box {
  padding: 35px 15px 0 15px;
}
@media (min-width: 1024px) {
  /* line 146, ../sass/module/_index.scss */
  .news_box {
    padding: 50px 50px 0 50px;
  }
}
/* line 151, ../sass/module/_index.scss */
.news_box .news_ttl {
  float: left;
  width: 100%;
}
@media (min-width: 640px) {
  /* line 151, ../sass/module/_index.scss */
  .news_box .news_ttl {
    padding: 0 30px;
    width: 175px;
  }
}
/* line 158, ../sass/module/_index.scss */
.news_box .news_ttl .title_box {
  padding: 25px 0;
  margin: 0;
  border-bottom: #ddd solid 2px;
}
@media (min-width: 640px) {
  /* line 158, ../sass/module/_index.scss */
  .news_box .news_ttl .title_box {
    padding: 30px 0 0 0;
    margin: 0 0 20px 0;
    border-bottom: none;
  }
}
/* line 169, ../sass/module/_index.scss */
.news_box .news_con {
  float: left;
  width: 100%;
}
@media (min-width: 640px) {
  /* line 169, ../sass/module/_index.scss */
  .news_box .news_con {
    width: calc(100% - 175px);
  }
}
/* line 176, ../sass/module/_index.scss */
.news_box .news_list {
  border-bottom: #eeeeee solid 1px;
  padding: 10px 0;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
@media (min-width: 768px) {
  /* line 176, ../sass/module/_index.scss */
  .news_box .news_list {
    padding: 20px 0 10px 0;
  }
}
/* line 184, ../sass/module/_index.scss */
.news_box .news_list a {
  display: block;
}
/* line 187, ../sass/module/_index.scss */
.news_box .news_list .news_date {
  color: #231815;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: bold;
}
/* line 193, ../sass/module/_index.scss */
.news_box .news_list .news_category {
  color: #ffffff;
  font-size: 13px;
  padding: 0px 10px;
  display: inline-block;
  margin: 0 25px;
}
/* line 200, ../sass/module/_index.scss */
.news_box .news_list .c1 {
  background: #004998;
}
/* line 203, ../sass/module/_index.scss */
.news_box .news_list .c2 {
  background: #71ad04;
}
/* line 206, ../sass/module/_index.scss */
.news_box .news_list .news_txt {
  display: block;
  margin: 5px 0 0 0;
  color: #50555a;
}
@media (min-width: 768px) {
  /* line 206, ../sass/module/_index.scss */
  .news_box .news_list .news_txt {
    display: inline-block;
    margin: 0;
  }
}
/* line 215, ../sass/module/_index.scss */
.news_box .news_list:hover {
  border-bottom: #50555a solid 1px;
}
/* line 217, ../sass/module/_index.scss */
.news_box .news_list:hover .news_txt {
  color: #2778d1;
}
/* line 222, ../sass/module/_index.scss */
.news_box .news_list.in_view {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 225, ../sass/module/_index.scss */
.news_box .news_btn {
  float: left;
  width: 100%;
  text-align: center;
  margin: 35px 0 40px 0;
  -moz-transform: translate3d(-20px, 0px, 0px);
  -o-transform: translate3d(-20px, 0px, 0px);
  -ms-transform: translate3d(-20px, 0px, 0px);
  -webkit-transform: translate3d(-20px, 0px, 0px);
  transform: translate3d(-20px, 0px, 0px);
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 233, ../sass/module/_index.scss */
.news_box .news_btn .more {
  border: #231815 solid 2px;
  color: #231815;
  background: #ffffff;
  padding: 7px 25px;
}
/* line 238, ../sass/module/_index.scss */
.news_box .news_btn .more:after {
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
/* line 242, ../sass/module/_index.scss */
.news_box .news_btn .more:hover {
  background: #231815;
  color: #ffffff;
}
/* line 245, ../sass/module/_index.scss */
.news_box .news_btn .more:hover:after {
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
/* line 252, ../sass/module/_index.scss */
.news_box .news_btn.in_view {
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* line 259, ../sass/module/_index.scss */
#products {
  margin-bottom: 55px;
}
@media (min-width: 768px) {
  /* line 261, ../sass/module/_index.scss */
  #products .pro_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
/* line 267, ../sass/module/_index.scss */
#products .pro_img {
  line-height: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 45%;
}
@media (min-width: 768px) {
  /* line 267, ../sass/module/_index.scss */
  #products .pro_img {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-bottom: 0;
  }
}
/* line 276, ../sass/module/_index.scss */
#products .pro_img img {
  height: auto;
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transition: all 1.1s ease;
  -o-transition: all 1.1s ease;
  -webkit-transition: all 1.1s ease;
  transition: all 1.1s ease;
  -moz-transform: scale(1) translate(-50%, -50%);
  -o-transform: scale(1) translate(-50%, -50%);
  -ms-transform: scale(1) translate(-50%, -50%);
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
}
@media (min-width: 768px) {
  /* line 276, ../sass/module/_index.scss */
  #products .pro_img img {
    height: 100%;
    max-width: none;
    width: auto;
  }
}
@media (min-width: 1280px) {
  /* line 276, ../sass/module/_index.scss */
  #products .pro_img img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
/* line 297, ../sass/module/_index.scss */
#products .pro_img:hover img {
  -moz-transform: scale(1.1) translate(-45%, -45%);
  -o-transform: scale(1.1) translate(-45%, -45%);
  -ms-transform: scale(1.1) translate(-45%, -45%);
  -webkit-transform: scale(1.1) translate(-45%, -45%);
  transform: scale(1.1) translate(-45%, -45%);
}
/* line 302, ../sass/module/_index.scss */
#products .pro_txt {
  background: #f5f7f8;
  position: relative;
}
@media (min-width: 768px) {
  /* line 302, ../sass/module/_index.scss */
  #products .pro_txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
/* line 308, ../sass/module/_index.scss */
#products .pro_txt .info_box {
  word-break: normal;
  text-align: justify;
  padding: 35px 15px 55px 15px;
  -moz-transform: translate3d(0px, 50px, 0px);
  -o-transform: translate3d(0px, 50px, 0px);
  -ms-transform: translate3d(0px, 50px, 0px);
  -webkit-transform: translate3d(0px, 50px, 0px);
  transform: translate3d(0px, 50px, 0px);
  -moz-transition: all 500ms linear 800ms;
  -o-transition: all 500ms linear 800ms;
  -webkit-transition: all 500ms linear;
  -webkit-transition-delay: 800ms;
  transition: all 500ms linear 800ms;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
@media (min-width: 768px) {
  /* line 308, ../sass/module/_index.scss */
  #products .pro_txt .info_box {
    padding: 40px 35px 65px 35px;
  }
}
@media (min-width: 1280px) {
  /* line 308, ../sass/module/_index.scss */
  #products .pro_txt .info_box {
    padding: 50px 50px 60px 21.5%;
  }
}
/* line 322, ../sass/module/_index.scss */
#products .pro_txt .info_box.in_view {
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 326, ../sass/module/_index.scss */
#products .pro_txt .title_box {
  margin: 0 0 25px 0;
}
@media (min-width: 768px) {
  /* line 326, ../sass/module/_index.scss */
  #products .pro_txt .title_box {
    margin: 0 0 35px 0;
  }
}
/* line 333, ../sass/module/_index.scss */
#products .pro_btn {
  position: absolute;
  bottom: -22px;
  z-index: 1;
  left: 50%;
  -moz-transform: translate3d(-20px, 0px, 0px) translate(-50%, 0);
  -o-transform: translate3d(-20px, 0px, 0px) translate(-50%, 0);
  -ms-transform: translate3d(-20px, 0px, 0px) translate(-50%, 0);
  -webkit-transform: translate3d(-20px, 0px, 0px) translate(-50%, 0);
  transform: translate3d(-20px, 0px, 0px) translate(-50%, 0);
  -moz-transition: all 500ms linear 800ms;
  -o-transition: all 500ms linear 800ms;
  -webkit-transition: all 500ms linear;
  -webkit-transition-delay: 800ms;
  transition: all 500ms linear 800ms;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
@media (min-width: 768px) {
  /* line 333, ../sass/module/_index.scss */
  #products .pro_btn {
    -moz-transform: translate3d(-20px, 0px, 0px) translate(0, 0);
    -o-transform: translate3d(-20px, 0px, 0px) translate(0, 0);
    -ms-transform: translate3d(-20px, 0px, 0px) translate(0, 0);
    -webkit-transform: translate3d(-20px, 0px, 0px) translate(0, 0);
    transform: translate3d(-20px, 0px, 0px) translate(0, 0);
    left: 35px;
  }
}
@media (min-width: 1280px) {
  /* line 333, ../sass/module/_index.scss */
  #products .pro_btn {
    left: 21.5%;
  }
}
/* line 348, ../sass/module/_index.scss */
#products .pro_btn .more {
  background: #71ad04;
  color: #ffffff;
}
/* line 351, ../sass/module/_index.scss */
#products .pro_btn .more:hover {
  background: #588703;
}
/* line 356, ../sass/module/_index.scss */
#products .pro_btn.in_view {
  -moz-transform: translate3d(0px, 0px, 0px) translate(-50%, 0);
  -o-transform: translate3d(0px, 0px, 0px) translate(-50%, 0);
  -ms-transform: translate3d(0px, 0px, 0px) translate(-50%, 0);
  -webkit-transform: translate3d(0px, 0px, 0px) translate(-50%, 0);
  transform: translate3d(0px, 0px, 0px) translate(-50%, 0);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
@media (min-width: 768px) {
  /* line 356, ../sass/module/_index.scss */
  #products .pro_btn.in_view {
    -moz-transform: translate3d(0px, 0px, 0px) translate(0, 0);
    -o-transform: translate3d(0px, 0px, 0px) translate(0, 0);
    -ms-transform: translate3d(0px, 0px, 0px) translate(0, 0);
    -webkit-transform: translate3d(0px, 0px, 0px) translate(0, 0);
    transform: translate3d(0px, 0px, 0px) translate(0, 0);
  }
}

/* line 366, ../sass/module/_index.scss */
#patent {
  background: url(../images/patent_img.jpg) top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 15px;
}
@media (min-width: 640px) {
  /* line 366, ../sass/module/_index.scss */
  #patent {
    padding: 50px 0;
  }
}
/* line 374, ../sass/module/_index.scss */
#patent .patent_box {
  background: rgba(255, 255, 255, 0.95);
  padding: 35px 30px;
  -moz-transform: translate3d(0px, 50px, 0px);
  -o-transform: translate3d(0px, 50px, 0px);
  -ms-transform: translate3d(0px, 50px, 0px);
  -webkit-transform: translate3d(0px, 50px, 0px);
  transform: translate3d(0px, 50px, 0px);
  -moz-transition: all 500ms linear 1000ms;
  -o-transition: all 500ms linear 1000ms;
  -webkit-transition: all 500ms linear;
  -webkit-transition-delay: 1000ms;
  transition: all 500ms linear 1000ms;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -ms-transition-delay: 1s;
  transition-delay: 1s;
  width: 100%;
}
@media (min-width: 640px) {
  /* line 374, ../sass/module/_index.scss */
  #patent .patent_box {
    width: 80%;
    padding: 40px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  /* line 374, ../sass/module/_index.scss */
  #patent .patent_box {
    width: 60%;
  }
}
@media (min-width: 1024px) {
  /* line 374, ../sass/module/_index.scss */
  #patent .patent_box {
    width: 34.0845070423%;
    float: right;
    margin-right: 0;
    margin: 0;
  }
}
/* line 395, ../sass/module/_index.scss */
#patent .patent_box.in_view {
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 399, ../sass/module/_index.scss */
#patent .patent_btn {
  text-align: center;
  margin: 30px 0 0 0;
}
/* line 402, ../sass/module/_index.scss */
#patent .patent_btn .more {
  background: #71ad04;
  color: #ffffff;
}
/* line 405, ../sass/module/_index.scss */
#patent .patent_btn .more:hover {
  background: #588703;
}
