@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;
}

/* line 5, ../sass/_extend.scss */
#breadcrumb li:before, .news article a:after, #pagePro_box .pagePro_con .pl_btn:after, .lSPrev:after, .lSNext:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

@-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/_page.scss */
body {
  background: #fafafb;
}

/* line 6, ../sass/module/_page.scss */
#header,
#footer {
  background: #ffffff;
}

/* line 11, ../sass/module/_page.scss */
sub {
  vertical-align: -0.5ex;
}

/* line 15, ../sass/module/_page.scss */
.fullImg {
  text-align: center;
}

/* line 20, ../sass/module/_page.scss */
#banner {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: url(../banner/page_banner.jpg) top center no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 45%;
  height: 0;
}
@media (min-width: 1024px) {
  /* line 20, ../sass/module/_page.scss */
  #banner {
    height: 390px;
    padding-bottom: 0;
  }
}
/* line 31, ../sass/module/_page.scss */
#banner #inner {
  position: static;
}
/* line 34, ../sass/module/_page.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 34, ../sass/module/_page.scss */
  #banner .slogan {
    line-height: 26px;
    width: auto;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  /* line 34, ../sass/module/_page.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: 25%;
    top: 45%;
    left: auto;
    color: #004998;
    padding: 0;
    line-height: 30px;
  }
}
/* line 60, ../sass/module/_page.scss */
#banner .slogan span {
  font-weight: 500;
  display: block;
}
/* line 64, ../sass/module/_page.scss */
#banner .slogan .s_tw {
  display: block;
  font-size: 19px;
}
@media (min-width: 640px) {
  /* line 64, ../sass/module/_page.scss */
  #banner .slogan .s_tw {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  /* line 64, ../sass/module/_page.scss */
  #banner .slogan .s_tw {
    font-size: 26px;
  }
}
/* line 74, ../sass/module/_page.scss */
#banner .slogan .s_en {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
}
@media (min-width: 640px) {
  /* line 74, ../sass/module/_page.scss */
  #banner .slogan .s_en {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  /* line 74, ../sass/module/_page.scss */
  #banner .slogan .s_en {
    font-size: 17px;
  }
}

/* line 88, ../sass/module/_page.scss */
#breadcrumb {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 8px;
  font-size: 14px;
}
@media (min-width: 1024px) {
  /* line 88, ../sass/module/_page.scss */
  #breadcrumb {
    padding: 10px 0;
    font-size: 15px;
  }
}
/* line 96, ../sass/module/_page.scss */
#breadcrumb ol {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../../../../../fire.app/lib/ruby/compass_extensions/susy-2.1.3/sass/susy/output/support/_clearfix.scss */
#breadcrumb ol:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 99, ../sass/module/_page.scss */
#breadcrumb li {
  display: inline-block;
}
/* line 101, ../sass/module/_page.scss */
#breadcrumb li a {
  color: #231815;
}
/* line 103, ../sass/module/_page.scss */
#breadcrumb li a:hover {
  color: #004998;
}
/* line 107, ../sass/module/_page.scss */
#breadcrumb li:before {
  content: "\f105";
  font-size: 17px;
  margin: 0 7px;
}
/* line 114, ../sass/module/_page.scss */
#breadcrumb li:first-child a {
  color: #004998;
  text-decoration: underline;
}
/* line 117, ../sass/module/_page.scss */
#breadcrumb li:first-child a:hover {
  text-decoration: none;
}
/* line 121, ../sass/module/_page.scss */
#breadcrumb li:first-child:before {
  display: block;
  content: '';
  width: 14px;
  height: 14px;
  margin-right: 4px;
  background: url(../images/icon_home.png) left center no-repeat;
  background-size: 14px;
  float: left;
  margin: 3px 7px 0 0;
}
@media (min-width: 1024px) {
  /* line 121, ../sass/module/_page.scss */
  #breadcrumb li:first-child:before {
    margin: 5px 7px 0 0;
  }
}

/* line 141, ../sass/module/_page.scss */
.scroll_up {
  -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;
  -o-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* line 147, ../sass/module/_page.scss */
.scroll_up.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 153, ../sass/module/_page.scss */
.scroll_right {
  -moz-transform: translate3d(-30px, 0px, 0px);
  -o-transform: translate3d(-30px, 0px, 0px);
  -ms-transform: translate3d(-30px, 0px, 0px);
  -webkit-transform: translate3d(-30px, 0px, 0px);
  transform: translate3d(-30px, 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 159, ../sass/module/_page.scss */
.scroll_right.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 165, ../sass/module/_page.scss */
.scroll_left {
  -moz-transform: translate3d(30px, 0px, 0px);
  -o-transform: translate3d(30px, 0px, 0px);
  -ms-transform: translate3d(30px, 0px, 0px);
  -webkit-transform: translate3d(30px, 0px, 0px);
  transform: translate3d(30px, 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 171, ../sass/module/_page.scss */
.scroll_left.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 177, ../sass/module/_page.scss */
.scroll_fade {
  -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;
}

/* line 182, ../sass/module/_page.scss */
.scroll_fade.in_view {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* line 187, ../sass/module/_page.scss */
.page_ttl {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: #ffffff;
  text-align: center;
  padding: 24px 0;
}
/* line 192, ../sass/module/_page.scss */
.page_ttl span {
  font-size: 19px;
  color: #004998;
  font-weight: 500;
  position: relative;
  padding: 0 0 24px 0;
}
/* line 198, ../sass/module/_page.scss */
.page_ttl span:after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #71ad04;
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/* line 212, ../sass/module/_page.scss */
.page_con {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 24px;
  color: #231815;
  clear: both;
  padding: 20px 15px;
}
/* line 12, ../../../../../fire.app/lib/ruby/compass_extensions/susy-2.1.3/sass/susy/output/support/_clearfix.scss */
.page_con:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 1024px) {
  /* line 212, ../sass/module/_page.scss */
  .page_con {
    padding: 40px 0;
  }
}
/* line 222, ../sass/module/_page.scss */
.page_con .infoBox {
  margin: 0 0 35px 0;
}

/* line 227, ../sass/module/_page.scss */
p {
  margin-bottom: 15px;
}

/* line 232, ../sass/module/_page.scss */
section h2 {
  text-align: center;
  border-bottom: #ebebeb solid 1px;
  font-size: 19px;
  color: #231815;
  font-weight: 500;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
}
/* line 240, ../sass/module/_page.scss */
section h2 span {
  position: relative;
  padding: 0 0 19px 0;
}
/* line 243, ../sass/module/_page.scss */
section h2 span:after {
  content: '';
  display: inline-block;
  width: 60px;
  height: 1px;
  background: #004998;
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/* line 259, ../sass/module/_page.scss */
section,
.about_img,
.about_info {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

/* line 265, ../sass/module/_page.scss */
.company {
  margin-bottom: 25px;
}
/* line 267, ../sass/module/_page.scss */
.company .about_img {
  line-height: 0;
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 640px) {
  /* line 267, ../sass/module/_page.scss */
  .company .about_img {
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  /* line 267, ../sass/module/_page.scss */
  .company .about_img {
    padding: 0 10%;
    margin-bottom: 25px;
  }
}
/* line 278, ../sass/module/_page.scss */
.company .about_img ul {
  float: left;
  width: 100%;
}
/* line 282, ../sass/module/_page.scss */
.company .about_img li {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
@media (min-width: 640px) {
  /* line 282, ../sass/module/_page.scss */
  .company .about_img li {
    width: 33.3333333333%;
    padding: 0 5px;
    margin-bottom: 0;
  }
}
/* line 293, ../sass/module/_page.scss */
.company .about_img li:nth-of-type(1) {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
/* line 296, ../sass/module/_page.scss */
.company .about_img li:nth-of-type(2) {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
/* line 299, ../sass/module/_page.scss */
.company .about_img li:nth-of-type(3) {
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  -ms-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
/* line 304, ../sass/module/_page.scss */
.company .about_info {
  padding: 0;
  text-align: justify;
}
@media (min-width: 1024px) {
  /* line 304, ../sass/module/_page.scss */
  .company .about_info {
    padding: 0 18%;
  }
}

/* line 314, ../sass/module/_page.scss */
.organizatio .organizationBox {
  margin: 0 auto;
  max-width: 100%;
}
@media (min-width: 768px) {
  /* line 314, ../sass/module/_page.scss */
  .organizatio .organizationBox {
    max-width: 70%;
  }
}

/* line 325, ../sass/module/_page.scss */
.location .locationBox {
  margin: 0 auto 15px auto;
  line-height: 0;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
@media (min-width: 768px) {
  /* line 325, ../sass/module/_page.scss */
  .location .locationBox {
    max-width: 70%;
  }
}
@media (min-width: 1024px) {
  /* line 325, ../sass/module/_page.scss */
  .location .locationBox {
    width: 55%;
    float: left;
  }
}
/* line 337, ../sass/module/_page.scss */
.location .locationTxt {
  float: left;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
@media (min-width: 1024px) {
  /* line 337, ../sass/module/_page.scss */
  .location .locationTxt {
    width: 45%;
    padding: 75px 0 0 40px;
  }
}
/* line 344, ../sass/module/_page.scss */
.location .locationTxt .mapBox {
  background: #fff;
  border: #6ca2dd dashed 1px;
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 10px 15px;
}
@media (min-width: 480px) {
  /* line 344, ../sass/module/_page.scss */
  .location .locationTxt .mapBox {
    margin: 0.5% 0;
    padding: 15px 20px;
  }
}
@media (min-width: 768px) {
  /* line 344, ../sass/module/_page.scss */
  .location .locationTxt .mapBox {
    width: 49%;
    margin: 0.5%;
  }
}
@media (min-width: 1024px) {
  /* line 344, ../sass/module/_page.scss */
  .location .locationTxt .mapBox {
    margin: 0 0 15px 0;
    float: none;
    width: auto;
  }
}
@media (min-width: 1280px) {
  /* line 344, ../sass/module/_page.scss */
  .location .locationTxt .mapBox {
    width: 75%;
  }
}
/* line 368, ../sass/module/_page.scss */
.location .locationTxt h3 {
  font-size: 17px;
  font-weight: 500;
}
/* line 372, ../sass/module/_page.scss */
.location .locationTxt span {
  line-height: 22px;
  display: block;
}

/* line 382, ../sass/module/_page.scss */
.news article a {
  display: block;
  position: relative;
  border-bottom: #eeeeee solid 1px;
  padding: 10px 0;
}
@media (min-width: 768px) {
  /* line 382, ../sass/module/_page.scss */
  .news article a {
    padding: 20px 0;
  }
}
/* line 390, ../sass/module/_page.scss */
.news article a:after {
  content: "\f105";
  font-size: 24px;
  position: absolute;
  right: 15px;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: transparent;
  -moz-transition: right 0.3s linear;
  -o-transition: right 0.3s linear;
  -webkit-transition: right 0.3s linear;
  transition: right 0.3s linear;
}
/* line 402, ../sass/module/_page.scss */
.news article a:hover:after {
  color: #71ad04;
  right: 5px;
}
/* line 408, ../sass/module/_page.scss */
.news article .news_date {
  color: #231815;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: bold;
}
/* line 414, ../sass/module/_page.scss */
.news article .news_category {
  color: #ffffff;
  font-size: 13px;
  padding: 0px 10px;
  display: inline-block;
  margin: 0 25px;
}
/* line 421, ../sass/module/_page.scss */
.news article .c1 {
  background: #004998;
}
/* line 424, ../sass/module/_page.scss */
.news article .c2 {
  background: #71ad04;
}
/* line 427, ../sass/module/_page.scss */
.news article .news_txt {
  display: block;
  margin: 5px 0 0 0;
  color: #50555a;
}
@media (min-width: 768px) {
  /* line 427, ../sass/module/_page.scss */
  .news article .news_txt {
    display: inline-block;
    margin: 0;
  }
}
/* line 436, ../sass/module/_page.scss */
.news article:hover {
  border-bottom: #50555a solid 1px;
}
/* line 438, ../sass/module/_page.scss */
.news article:hover .news_txt {
  color: #2778d1;
}
/* line 443, ../sass/module/_page.scss */
.news .news_btn {
  float: left;
  width: 100%;
  text-align: center;
  margin: 35px 0 40px 0;
}
/* line 448, ../sass/module/_page.scss */
.news .news_btn .more {
  border: #231815 solid 2px;
  color: #231815;
  background: #ffffff;
  padding: 7px 25px;
}
/* line 453, ../sass/module/_page.scss */
.news .news_btn .more:after {
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
/* line 457, ../sass/module/_page.scss */
.news .news_btn .more:hover {
  background: #231815;
  color: #ffffff;
}
/* line 460, ../sass/module/_page.scss */
.news .news_btn .more:hover:after {
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

/* line 471, ../sass/module/_page.scss */
.mod_page h1 {
  font-size: 24px;
  line-height: 32px;
  color: #2e2320;
  font-weight: 300;
  border-bottom: #bbbbbb solid 1px;
  padding: 0 0 10px 0;
  margin: 0;
  position: relative;
}
/* line 480, ../sass/module/_page.scss */
.mod_page h1:before {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 1px;
  bottom: -1px;
  left: 0;
  background: #004998;
  z-index: 100;
}
/* line 492, ../sass/module/_page.scss */
.mod_page .news_head {
  float: left;
  width: 100%;
  margin: 20px 0;
}
/* line 496, ../sass/module/_page.scss */
.mod_page .news_head .news_category {
  float: left;
  background: #004998;
  color: #ffffff;
  font-size: 13px;
  padding: 0px 15px;
  display: inline-block;
}
/* line 504, ../sass/module/_page.scss */
.mod_page .news_head .mod_date {
  float: right;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #2f2522;
}
/* line 511, ../sass/module/_page.scss */
.mod_page .contentBox {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  font-weight: 200;
  color: #231815;
  font-size: 16px;
  line-height: 24px;
}
/* line 517, ../sass/module/_page.scss */
.mod_page .contentBox .max_img {
  display: block;
  line-height: 0;
}
/* line 520, ../sass/module/_page.scss */
.mod_page .contentBox .max_img img {
  max-width: 100% !important;
}
@media (min-width: 480px) {
  /* line 520, ../sass/module/_page.scss */
  .mod_page .contentBox .max_img img {
    max-width: 50% !important;
  }
}
/* line 527, ../sass/module/_page.scss */
.mod_page .contentBox a {
  color: #004998;
  text-decoration: underline;
}
/* line 530, ../sass/module/_page.scss */
.mod_page .contentBox a:hover {
  text-decoration: none;
}

/* line 538, ../sass/module/_page.scss */
.pro_tab {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: #ffffff;
}
/* line 541, ../sass/module/_page.scss */
.pro_tab .pro_list {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: #ebebeb solid 1px;
  text-align: center;
}
/* line 12, ../../../../../fire.app/lib/ruby/compass_extensions/susy-2.1.3/sass/susy/output/support/_clearfix.scss */
.pro_tab .pro_list:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 546, ../sass/module/_page.scss */
.pro_tab li {
  display: inline-block;
  position: relative;
  padding: 0 16px;
}
/* line 550, ../sass/module/_page.scss */
.pro_tab li:after {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 0;
  width: 1px;
  height: 15px;
  background: #d8d8d8;
  content: '';
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
/* line 562, ../sass/module/_page.scss */
.pro_tab li:last-child:after {
  display: none;
}
/* line 567, ../sass/module/_page.scss */
.pro_tab a {
  color: #231815;
  font-size: 15px;
  padding: 20px 0;
  display: block;
}
/* line 572, ../sass/module/_page.scss */
.pro_tab a:hover {
  color: #71ad04;
}
/* line 576, ../sass/module/_page.scss */
.pro_tab .active {
  color: #71ad04;
  border-bottom: #71ad04 solid 1px;
}

/* line 583, ../sass/module/_page.scss */
#pagePro_box {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 15px;
}
@media (min-width: 1024px) {
  /* line 583, ../sass/module/_page.scss */
  #pagePro_box {
    padding: 30px 0;
  }
}
/* line 589, ../sass/module/_page.scss */
#pagePro_box .pagePro_ttl {
  text-align: center;
  margin: 0 0 30px 0;
}
/* line 592, ../sass/module/_page.scss */
#pagePro_box .pagePro_ttl h2 {
  color: #004998;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 10px 0;
}
/* line 598, ../sass/module/_page.scss */
#pagePro_box .pagePro_ttl .txt {
  font-size: 15px;
  color: #231815;
  line-height: 22px;
  display: block;
  margin: 0 auto;
  width: 100%;
}
/* line 607, ../sass/module/_page.scss */
#pagePro_box .pagePro_con {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 609, ../sass/module/_page.scss */
#pagePro_box .pagePro_con ul {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 612, ../sass/module/_page.scss */
#pagePro_box .pagePro_con li {
  margin-bottom: 30px;
  width: 49.2957746479%;
  float: left;
  margin-right: 1.4084507042%;
  top: 0px;
  position: relative;
  -moz-transition: top 0.3s linear;
  -o-transition: top 0.3s linear;
  -webkit-transition: top 0.3s linear;
  transition: top 0.3s linear;
}
/* line 618, ../sass/module/_page.scss */
#pagePro_box .pagePro_con li:nth-child(2n) {
  float: right;
  margin-right: 0;
}
@media (min-width: 640px) {
  /* line 612, ../sass/module/_page.scss */
  #pagePro_box .pagePro_con li {
    width: 31.9153191489%;
    float: left;
    margin-right: 2.1276595745%;
  }
  /* line 624, ../sass/module/_page.scss */
  #pagePro_box .pagePro_con li:nth-child(2n) {
    float: left;
    margin-right: 2.1276595745%;
  }
  /* line 628, ../sass/module/_page.scss */
  #pagePro_box .pagePro_con li:nth-child(3n) {
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  /* line 612, ../sass/module/_page.scss */
  #pagePro_box .pagePro_con li {
    width: 23.9436619718%;
    float: left;
    margin-right: 1.4084507042%;
  }
  /* line 635, ../sass/module/_page.scss */
  #pagePro_box .pagePro_con li:nth-child(2n) {
    float: left;
    margin-right: 1.4084507042%;
  }
  /* line 639, ../sass/module/_page.scss */
  #pagePro_box .pagePro_con li:nth-child(3n) {
    float: left;
    margin-right: 1.4084507042%;
  }
  /* line 643, ../sass/module/_page.scss */
  #pagePro_box .pagePro_con li:nth-child(4n) {
    float: right;
    margin-right: 0;
  }
}
/* line 648, ../sass/module/_page.scss */
#pagePro_box .pagePro_con li:hover {
  top: -7px;
}
/* line 652, ../sass/module/_page.scss */
#pagePro_box .pagePro_con .pl_img {
  line-height: 0;
  border: #e7e7e7 solid 1px;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
/* line 657, ../sass/module/_page.scss */
#pagePro_box .pagePro_con h3 {
  font-size: 17px;
  line-height: 22px;
  color: #231815;
  font-weight: bold;
  border-left: #004998 solid 1px;
  padding: 0 0 0 15px;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
  margin: 15px 0;
}
@media (min-width: 768px) {
  /* line 657, ../sass/module/_page.scss */
  #pagePro_box .pagePro_con h3 {
    margin: 20px 0;
  }
}
/* line 670, ../sass/module/_page.scss */
#pagePro_box .pagePro_con .pl_btn {
  background: #71ad04;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 5px 0;
  -moz-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
/* line 679, ../sass/module/_page.scss */
#pagePro_box .pagePro_con .pl_btn:after {
  content: "\f138";
  font-size: 15px;
  margin: 0 0 0 6px;
  vertical-align: middle;
  position: relative;
}
/* line 690, ../sass/module/_page.scss */
#pagePro_box .pagePro_con a:hover .pl_img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 693, ../sass/module/_page.scss */
#pagePro_box .pagePro_con a:hover h3 {
  color: #004998;
}
/* line 696, ../sass/module/_page.scss */
#pagePro_box .pagePro_con a:hover .pl_btn {
  background: #588703;
}

/* line 705, ../sass/module/_page.scss */
.pro_wrap {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 707, ../sass/module/_page.scss */
.pro_wrap .pro_title {
  font-size: 22px;
  color: #231815;
  font-weight: 500;
  border-bottom: #bbbbbb solid 1px;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
  position: relative;
}
/* line 715, ../sass/module/_page.scss */
.pro_wrap .pro_title:before {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 1px;
  bottom: -1px;
  left: 0;
  background: #004998;
  z-index: 100;
}
/* line 727, ../sass/module/_page.scss */
.pro_wrap .pro_content {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 729, ../sass/module/_page.scss */
.pro_wrap .pro_content .pro_photo {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  /* line 729, ../sass/module/_page.scss */
  .pro_wrap .pro_content .pro_photo {
    width: 49.2957746479%;
    float: left;
    margin-right: 1.4084507042%;
  }
}
/* line 735, ../sass/module/_page.scss */
.pro_wrap .pro_content .pro_panel {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  line-height: 24px;
  color: #231815;
}
@media (min-width: 768px) {
  /* line 735, ../sass/module/_page.scss */
  .pro_wrap .pro_content .pro_panel {
    width: 49.2957746479%;
    float: right;
    margin-right: 0;
    padding: 0 0 0 30px;
  }
}
/* line 744, ../sass/module/_page.scss */
.pro_wrap .pro_content .pro_panel ol,
.pro_wrap .pro_content .pro_panel ul {
  list-style-position: inside !important;
  list-style: inherit;
}

/* line 754, ../sass/module/_page.scss */
.lSPrev:after {
  content: "\f104";
  font-size: 40px;
}

/* line 762, ../sass/module/_page.scss */
.lSNext:after {
  content: "\f105";
  font-size: 40px;
}

/* line 771, ../sass/module/_page.scss */
.cf-carousel {
  margin: 0 0 30px 0;
}
/* line 773, ../sass/module/_page.scss */
.cf-carousel .owl-stage-outer {
  border: none;
}
/* line 777, ../sass/module/_page.scss */
.cf-carousel .item span {
  display: block;
  text-align: center;
  padding: 5px 0;
}
/* line 782, ../sass/module/_page.scss */
.cf-carousel .item img {
  border: #e9e9e9 solid 1px;
}
/* line 786, ../sass/module/_page.scss */
.cf-carousel .owl-thumbs {
  display: none;
}
/* line 789, ../sass/module/_page.scss */
.cf-carousel .owl-nav {
  text-align: center;
}
/* line 791, ../sass/module/_page.scss */
.cf-carousel .owl-nav div {
  display: inline-block;
  background: #71ad04;
  border-radius: 4px;
  color: #fff;
  padding: 1px 10px 4px 10px;
  margin: 0 5px;
  font-family: 'Lato', sans-serif;
  line-height: normal;
}

/* line 806, ../sass/module/_page.scss */
.csr ul {
  list-style: upper-alpha;
  padding: 0 0 0 23px;
  padding: 0 0 0 26px\0;
}
/* line 811, ../sass/module/_page.scss */
.csr li {
  font-weight: 500;
  margin: 0 0 8px 0;
}
/* line 815, ../sass/module/_page.scss */
.csr blockquote {
  font-weight: 300;
}
