@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;
}

/* CSS Document */
/* line 11, ../sass/style.scss */
a:link {
  text-decoration: none;
  color: #000;
}

/* line 12, ../sass/style.scss */
a:visited {
  text-decoration: none;

}

/* line 13, ../sass/style.scss */
a:hover {
  text-decoration: none;
  color: #000;
}

/* line 14, ../sass/style.scss */
a:active {
  text-decoration: none;
  color: #000;
}

/* line 16, ../sass/style.scss */
img {
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 17, ../sass/style.scss */
hr {
  border: 0;
  height: 1px;
  background-color: #CCC;
}

/* line 18, ../sass/style.scss */
ul, ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 19, ../sass/style.scss */
ol, ol li {
  margin: 0 0 0 10px;
  padding: 0;
}

/* line 20, ../sass/style.scss */
dl, dt, dd {
  padding: 0;
  margin: 0;
}

/* line 21, ../sass/style.scss */
h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

/* line 22, ../sass/style.scss */
em {
  font-style: normal;
}

/* line 24, ../sass/style.scss */
html {
  margin: 0;
  padding: 0;
}

/* line 29, ../sass/style.scss */
body {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1.25rem;
  font-family:  'Arial', '微軟正黑體';
}

/* line 37, ../sass/style.scss */
.text_center {
  text-align: center !important;
  float: none !important;
}

/* line 42, ../sass/style.scss */
.hidden {
  display: none;
}

/* line 46, ../sass/style.scss */
::selection {
  background: #EF9400;
  color: #FFF;
}

/* line 51, ../sass/style.scss */
/* .goTop { */
/*   background: url(../images/goTop.png) no-repeat; */
/*   position: fixed; */
/*   width: 40px; */
/*   height: 40px; */
/*   right: 30px; */
/*   bottom: 30px; */
/*   opacity: 0.8; */
/*   cursor: pointer; */
/*   display: none; */
/*   z-index: 99; */
/* } */

/* line 64, ../sass/style.scss */
.goTop:hover {
  opacity: 1;
}

/* line 68, ../sass/style.scss */
.edm_wrapper {
  width: 100%;
}
@media (min-width: 641px) and (max-width: 1179px) {
  /* line 68, ../sass/style.scss */
  .edm_wrapper {
    max-width: 100%;
  }
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 68, ../sass/style.scss */
  .edm_wrapper {
    max-width: 100%;
  }
}

/* line 80, ../sass/style.scss */
.edm_content {
  background: #FFF;
  margin: 0 auto;
  max-width: 1180px;
  overflow: hidden;
}


.edm_banner {
  display: block;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 0) and (max-width: 640px) {
  .edm_banner {
    display: none;
  }
}

.edm_banner_phone {
  display: none;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 0) and (max-width: 640px) {
  .edm_banner_phone {
    display: block;
  }
}

.edm_banner img, .edm_banner_phone img {
  width: 100%;
}



/* line 97, ../sass/style.scss */
.edm_section {
  padding: 2rem;
  overflow: hidden;
  box-sizing: border-box;
}

/* line 103, ../sass/style.scss */
.edm_section_icon {
  float: left;
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 103, ../sass/style.scss */
  .edm_section_icon {
    margin: 0 auto;
    text-align: center;
    float: none;
  }
}

/* line 113, ../sass/style.scss */
.edm_section_title {
  margin: 1.5rem 0 0 1rem;
  color: #707070;
  font-size: 2rem;
  line-height: 2.5rem;
  text-shadow: 1px 1px 3px #999;
  float: left;
}
@media (min-width: 641px) and (max-width: 1179px) {
  /* line 113, ../sass/style.scss */
  .edm_section_title {
    font-size: 1.5rem;
  }
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 113, ../sass/style.scss */
  .edm_section_title {
    margin: 0.5rem auto 0 auto;
    font-size: 1.5rem;
    text-align: center;
    float: none;
  }
}

/* line 133, ../sass/style.scss */
.edm_article {
  background: #F1F1F1;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #3E3A39;
  box-sizing: border-box;
  overflow: hidden;
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 133, ../sass/style.scss */
  .edm_article {
    font-size: 1rem;
  }
}

.edm_article span {
  color: #cd0110;
  margin: 0;
}

/* line 147, ../sass/style.scss */
.edm_article ul {
  margin-left: 2rem;
}

/* line 151, ../sass/style.scss */
.edm_article li {
  list-style: square;
  line-height: 2rem;
}

/* line 156, ../sass/style.scss */
.subtitle {
  margin: 4rem auto 2rem auto;
  padding-bottom: 0.25rem;
  color: #EF9400;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6rem;
  text-align: center;
  border-bottom: 2px solid #EF9400;
  display: table;
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 156, ../sass/style.scss */
  .subtitle {
    max-width: 90%;
  }
}

/* line 173, ../sass/style.scss */
.subtitle2 {
  margin: 0 auto 2rem auto;
  padding-bottom: 0.25rem;
  color: #916134;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6rem;
  text-align: center;
  display: table;
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 173, ../sass/style.scss */
  .subtitle2 {
    max-width: 90%;
  }
}

/* line 189, ../sass/style.scss */
.edm_pic, .edm_pic2 {
  margin: 2rem 0;
  text-align: center;
}

/* line 194, ../sass/style.scss */
.edm_pic img {
  max-width: 90%;
  height: auto;
}

.edm_pic2 img {
  max-width: 100%;
  height: auto;
}

/* line 199, ../sass/style.scss */
.edm_remark {
  margin: 0 auto;
  color: #888;
  font-size: 1.2rem;
  text-align: center;
}

.edm_aside {
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6rem;
  text-align: center;
  margin: 1rem auto 5rem auto;
  padding-bottom: 0.25rem;
}

@media (min-width: 0) and (max-width: 640px) {
  .edm_aside span {
    display: block;
    line-height: 2rem;
  }
}

/* line 206, ../sass/style.scss */
.edm_table {
  margin: 1rem auto;
  width: 100%;
  line-height: 2rem;
  font-size: 1.4rem;
  border-collapse: collapse;
}
@media (min-width: 641px) and (max-width: 1179px) {
  /* line 206, ../sass/style.scss */
  .edm_table {
    width: 95%;
  }
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 206, ../sass/style.scss */
  .edm_table {
    width: 90%;
  }
}

/* line 222, ../sass/style.scss */
.edm_table th {
  background: #EF9400;
  padding: 0.5rem;
  border-collapse: collapse;
  text-align: center;
  font-weight: bold;
  border: 1px solid #CCC;
  color: #FFF;
  font-size: 1.5rem;
  box-sizing: border-box;
}

/* line 234, ../sass/style.scss */
.edm_table td {
  padding: 1rem;
  text-align: center;
  border-collapse: collapse;
  border: 1px solid #CCC;
}

/* line 241, ../sass/style.scss */
.edm_table span {
  color: #E43828;
}


.floatBox {
  position: relative;
}
@media (min-width: 0px) and (max-width: 479px) {
  .floatBox {
    width: 100%;
    margin: 40px auto;
  }
}
@media (min-width: 480px) and (max-width: 1024px) {
  .floatBox {
    width: 80%;
    margin: 50px auto 30px 9%;
  }
}
@media (min-width: 1025px) and (max-width: 9999px) {
  .floatBox {
    width: 80%;
    margin: 50px auto;
  }
}

.floatBox aside {
  text-align: center;
  color: #fff;
  font-weight: bold;
  background-color: #ffa500;
  border-radius: 99rem;
}
@media (min-width: 0px) and (max-width: 479px) {
  .floatBox aside {
    width: 40%;
    font-size: 1rem;
    line-height: 1.2;
    margin: 0 auto 10px 0;
    padding: 8px 0;
  }
}
@media (min-width: 480px) and (max-width: 1024px) {
  .floatBox aside {
    width: 15%;
    font-size: 1.2rem;
    line-height: 1.2;
    margin: 15px 0 20px 0;
    padding: 8px 20px;
  }
}
@media (min-width: 1025px) and (max-width: 9999px) {
  .floatBox aside {
    width: 10%;
    font-size: 1.2rem;
    line-height: 1.2;
    margin: 15px 0 20px 0;
    padding: 5px 20px;
  }
}

.floatBox ul {
  position: relative;
}
@media (min-width: 0px) and (max-width: 479px) {
  .floatBox ul {
    width: 100%;
    margin: 0 auto 30px auto;
  }
}
@media (min-width: 480px) and (max-width: 1024px) {
  .floatBox ul {
    width: 80%;
    margin: 0 auto 30px 0;
  }
}
@media (min-width: 1025px) and (max-width: 9999px) {
  .floatBox ul {
    width: 60%;
    margin: 0 auto 30px 0;
  }
}

.floatBox ul li {
  background: url(../images/sec_4_icon.png) 0 2px no-repeat;
}
@media (min-width: 0px) and (max-width: 479px) {
  .floatBox ul li {
    font-size: 1.2rem;
    line-height: 1.4;
    margin: 10px 0;
    padding: 0 0 0 25px;
  }
}
@media (min-width: 480px) and (max-width: 1024px) {
  .floatBox ul li {
    font-size: 1.2rem;
    margin: 10px 0;
    padding: 0 0 0 25px;
  }
}
@media (min-width: 1025px) and (max-width: 9999px) {
  .floatBox ul li {
    font-size: 1.2rem;
    margin: 10px 0;
    padding: 0 0 0 25px;
  }
}

.edm_table_orange {
  border-top: #a84200 2px solid !important;
  border-left: #a84200 2px solid !important;
}
@media (min-width: 0px) and (max-width: 479px) {
  .edm_table_orange {
    width: 100%;
    margin: 0 auto 30px auto;
  }
}
@media (min-width: 480px) and (max-width: 1024px) {
  .edm_table_orange {
    width: 70%;
    margin: 0 0 30px 0;
  }
}
@media (min-width: 1025px) and (max-width: 9999px) {
  .edm_table_orange {
    width: 70%;
    margin: 0 0 30px 0;
  }
}

.edm_table_orange th, .edm_table_orange td {
  border-bottom: #a84200 1px solid;
  border-right: #a84200 1px solid;
  padding: 2%;
}

.edm_table_orange th {
  text-align: center;
  background-color: #ea743d;
  color: #fff;
}

.edm_table_orange td:nth-child(1) {
  text-align: center;
  background-color: #ffe1cf;
}

.edm_table_orange td:nth-child(2) {
  text-align: left;
  background-color: #ffe1cf;
}
@media (min-width: 0px) and (max-width: 479px) {
  .achieve {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
@media (min-width: 480px) and (max-width: 1024px) {
  .achieve {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
@media (min-width: 1025px) and (max-width: 9999px) {
  .achieve {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
@media (min-width: 0px) and (max-width: 479px) {
  .sec-4-gph {
    position: absolute;
    top: 30%;
    right: 0%;
    width: 22%;
  }
}
@media (min-width: 480px) and (max-width: 1024px) {
  .sec-4-gph {
    position: absolute;
    top: 47%;
    right: 12%;
    width: 15%;
  }
}
@media (min-width: 1025px) and (max-width: 9999px) {
  .sec-4-gph {
    position: absolute;
    top: 40%;
    right: 12%;
    width: 15%;
  }
}

.sec-4-gph img {
  width: 100%;
}
