@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;
  color: #000;
}

/* 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 */
::selection {
  background: #00A99D;
  color: #FFF;
}

/* line 42, ../sass/style.scss */
.text_center {
  text-align: center !important;
  float: none !important;
}

/* line 47, ../sass/style.scss */
.clear_float {
  clear: both;
}

/* line 51, ../sass/style.scss */
.edm_wrapper {
  width: 100%;
}
@media (min-width: 641px) and (max-width: 1179px) {
  /* line 51, ../sass/style.scss */
  .edm_wrapper {
    max-width: 100%;
  }
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 51, ../sass/style.scss */
  .edm_wrapper {
    max-width: 100%;
  }
}

/* line 63, ../sass/style.scss */
.edm_content {
  background: #FFFEEE;
  margin: 0 auto;
  max-width: 1180px;
  overflow: hidden;
}

/* line 70, ../sass/style.scss */
.edm_banner {
  position: relative;
  margin: 0 auto;
}

/* line 75, ../sass/style.scss */
.edm_banner img {
  max-width: 100%;
  height: auto;
}

/* line 80, ../sass/style.scss */
.edm_section_area {
  background: url(../images/edm_section_area_bg.png) repeat;
  padding: 3rem 0;
}

/* line 85, ../sass/style.scss */
.edm_section {
  margin: 2rem 0;
  padding: 0 6rem;
  box-sizing: border-box;
  overflow: hidden;
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 85, ../sass/style.scss */
  .edm_section {
    padding: 0 1rem;
  }
}

/* line 96, ../sass/style.scss */
.edm_section_icon {
  float: left;
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 96, ../sass/style.scss */
  .edm_section_icon {
    margin: 0 auto;
    text-align: center;
    float: none;
  }
}

/* line 106, ../sass/style.scss */
.edm_section_title {
  margin: 1.4rem 0 0 0.5rem;
  color: #0073A3;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: bold;
  float: left;
}
@media (min-width: 641px) and (max-width: 1179px) {
  /* line 106, ../sass/style.scss */
  .edm_section_title {
    font-size: 1.5rem;
  }
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 106, ../sass/style.scss */
  .edm_section_title {
    margin: 0.5rem auto 0 auto;
    font-size: 1.5rem;
    text-align: center;
    float: none;
  }
}

/* line 126, ../sass/style.scss */
.edm_article {
  margin: 2rem 0;
  padding: 0 8rem;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #666;
  font-weight: bold;
  box-sizing: border-box;
  overflow: hidden;
}
@media (min-width: 641px) and (max-width: 1179px) {
  /* line 126, ../sass/style.scss */
  .edm_article {
    padding: 0 4rem;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 126, ../sass/style.scss */
  .edm_article {
    padding: 0 1rem;
    font-size: 1rem;
    line-height: 1.4rem;
  }
}

/* line 149, ../sass/style.scss */
.edm_article span {
  color: #C1272D;
  text-shadow: 0 1px 1px #797828;
}

/* line 154, ../sass/style.scss */
.edm_article em {
  color: #666;
  font-size: 1.2rem;
  float: right;
}

/* line 160, ../sass/style.scss */
.edm_article h1 {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #FF4E5E;
  font-weight: bold;
}

/* line 168, ../sass/style.scss */
.edm_article article {
  background: #FFF;
  color: #333;
  font-size: 1.1rem;
  font-weight: normal;
  border-radius: 1rem;
  box-sizing: border-box;
}

/* line 177, ../sass/style.scss */
.edm_pic {
  margin: 1rem 0;
  text-align: center;
}

/* line 182, ../sass/style.scss */
.edm_pic img {
  max-width: 100%;
  height: auto;
}

/* line 187, ../sass/style.scss */
.pic1 {
  width: 33%;
  text-align: center;
  float: left;
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 187, ../sass/style.scss */
  .pic1 {
    margin: 1rem 0;
    width: 100%;
    clear: both;
  }
}

/* line 199, ../sass/style.scss */
.pic1 img {
  max-width: 95%;
}

/* line 203, ../sass/style.scss */
.pic1 h1 {
  max-width: 95%;
  margin: 1rem auto 0 auto;
  padding-bottom: 0.2rem;
  color: #603813;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 3px solid #603813;
  display: table;
}
@media (min-width: 641px) and (max-width: 1179px) {
  /* line 203, ../sass/style.scss */
  .pic1 h1 {
    font-size: 1.4rem;
  }
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 203, ../sass/style.scss */
  .pic1 h1 {
    font-size: 1.2rem;
  }
}

/* line 223, ../sass/style.scss */
.pic2 {
  width: 48%;
  margin-left: 2%;
  text-align: center;
  float: left;
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 223, ../sass/style.scss */
  .pic2 {
    margin: 1rem 0;
    width: 100%;
    clear: both;
  }
}

/* line 236, ../sass/style.scss */
.pic3 {
  width: 100%;
  text-align: center;
}

/* line 241, ../sass/style.scss */
.edm_article_ul {
  float: left;
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 241, ../sass/style.scss */
  .edm_article_ul {
    float: none;
  }
}

/* line 249, ../sass/style.scss */
.edm_article_ul li {
  line-height: 4rem;
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 249, ../sass/style.scss */
  .edm_article_ul li {
    line-height: 2rem;
  }
}

/* line 257, ../sass/style.scss */
.edm_table {
  margin: 1rem 0;
  width: 100%;
  border-collapse: collapse;
  float: left;
}
@media (min-width: 640px) and (max-width: 880px) {
  /* line 257, ../sass/style.scss */
  .edm_table {
    width: 100%;
    float: none;
  }
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 257, ../sass/style.scss */
  .edm_table {
    width: 100%;
    float: none;
  }
}

/* line 274, ../sass/style.scss */
.edm_table th {
  background: #FFD426;
  width: 8rem;
  padding: 0.5rem;
  border-collapse: collapse;
  text-align: center;
  font-weight: bold;
  border: 1px solid #FFF;
  color: #31A1CF;
  font-size: 1.3rem;
  box-sizing: border-box;
}

/* line 287, ../sass/style.scss */
.edm_table td {
  padding: 0.5rem;
  font-size: 1.2rem;
  line-height: 1.5rem;
  text-align: center;
  border-collapse: collapse;
  border: 1px solid #CCC;
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 287, ../sass/style.scss */
  .edm_table td {
    padding: 0.25rem;
  }
}

/* line 300, ../sass/style.scss */
.edm_table span {
  color: #EA5514;
  font-size: 1.2rem;
  font-weight: bold;
}

/* line 306, ../sass/style.scss */
.edm_sutdent_group {
  background: #FFF;
  margin: 2rem 0;
  padding: 1rem 1.5rem;
  box-sizing: border-box;
  border-radius: 1rem;
  overflow: hidden;
}

/* line 315, ../sass/style.scss */
.edm_sutdent_group img {
  margin: 0 1rem 1rem 0;
  float: left;
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 315, ../sass/style.scss */
  .edm_sutdent_group img {
    margin: 0 auto;
    margin-bottom: 1rem;
    display: block;
    float: none;
  }
}

/* line 327, ../sass/style.scss */
.edm_sutdent_group p {
  color: #328348;
}

/* line 331, ../sass/style.scss */
.edm_sutdent_group span {
  color: #666;
  font-size: 2rem;
  line-height: 2.5rem;
}

/* line 337, ../sass/style.scss */
.edm_sutdent_group article {
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #666;
  font-weight: normal;
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 337, ../sass/style.scss */
  .edm_sutdent_group article {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

/* line 349, ../sass/style.scss */
.edm_sutdent_group font {
  color: #C1272D;
}

/* line 353, ../sass/style.scss */
.student_article {
  width: 95%;
  background: #FFF;
  margin: 1rem 0;
  padding: 1rem;
  color: #333;
  font-size: 1.1rem;
  font-weight: normal;
  border-radius: 1rem;
  box-sizing: border-box;
}

/*qa*/
/* line 366, ../sass/style.scss */
.qa {
  overflow: hidden;
}

/* line 370, ../sass/style.scss */
#btn_show {
  font-size: 1.2rem !important;
  text-align: right;
}

/* line 375, ../sass/style.scss */
#btn_show a {
  color: #666;
}

/* line 379, ../sass/style.scss */
#btn_show a:hover {
  color: #11458D !important;
}

/* line 383, ../sass/style.scss */
.qa_close:hover {
  background: #0F5BB7 !important;
}

/* line 387, ../sass/style.scss */
#qaContent {
  margin: 10px 0;
}

/* line 391, ../sass/style.scss */
#qaContent ul li {
  margin: 0;
  padding: 0;
}

/* line 396, ../sass/style.scss */
#qaContent ul {
  margin: 0;
}

/* line 400, ../sass/style.scss */
.accordionPart li {
  font-size: 1rem;
  line-height: 3rem;
  border-bottom: 2px dotted #CCC;
}

/* line 406, ../sass/style.scss */
.qa_title {
  cursor: pointer;
  background:none !important;
}

/* line 410, ../sass/style.scss */
.qa_title:hover {
  opacity: 0.8;
}

/* line 414, ../sass/style.scss */
.qa_title span {
  color: #959384;
  float: right;
}

/* line 419, ../sass/style.scss */
.qa_title:hover {
  color: #00A43A;
  cursor: pointer;
}

/* line 424, ../sass/style.scss */
.qa_content {
  margin-bottom: 10px;
  padding: 0 0 0 2rem !important;
  overflow: hidden;
}
@media (min-width: 641px) and (max-width: 1179px) {
  /* line 424, ../sass/style.scss */
  .qa_content {
    padding: 0 1rem !important;
  }
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 424, ../sass/style.scss */
  .qa_content {
    padding: 0 0.5rem !important;
  }
}

/* line 438, ../sass/style.scss */
.qa_content img {
  max-width: 100%;
  height: auto;
}

/*qa*/
@media (min-width: 0) and (max-width: 640px) {
  /* line 445, ../sass/style.scss */
  .edm_pic_pad {
    display: none;
  }
}

/* line 451, ../sass/style.scss */
.edm_pic_phone {
  display: none;
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 451, ../sass/style.scss */
  .edm_pic_phone {
    display: block;
  }
}
