@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 dotted #CCC;
  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: #FDE569;
  color: #000;
}

/* 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: #FDE569;
  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_bg {
  width: 100%;
  text-align: center;
}

/* line 85, ../sass/style.scss */
.edm_section_bg img {
  max-width: 100%;
  height: auto;
}

/* line 90, ../sass/style.scss */
.edm_section {
  background: #FFF;
  max-width: 886px;
  margin: 0 auto;
  padding: 1rem 0;
  overflow: hidden;
  box-sizing: border-box;
}

/* line 99, ../sass/style.scss */
.edm_section_title {
  background: #6B3C00;
  margin-top: 0.5rem;
  padding: 0.5rem 0;
  color: #FFF;
  text-align: center;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 99, ../sass/style.scss */
  .edm_section_title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

/* line 115, ../sass/style.scss */
.edm_section_title span {
  color: #FFCE00;
}

/* line 119, ../sass/style.scss */
.edm_section_text {
  margin: 1rem auto;
  width: 90%;
  color: #5C3117;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

/* line 127, ../sass/style.scss */
.edm_section_text2 {
  margin: 1rem auto;
  width: 90%;
  color: #C4181F;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: bold;
}

/* line 136, ../sass/style.scss */
.edm_table {
  margin: 1rem auto;
  width: 90%;
  color: #5C3117;
  border-collapse: collapse;
}

/* line 143, ../sass/style.scss */
.edm_table th {
  background: #C89438;
  padding: 0.5rem;
  border-collapse: collapse;
  text-align: center;
  border: 3px solid #FFF;
  color: #5C3117;
  font-size: 1.3rem;
  font-weight: bold;
  box-sizing: border-box;
}

/* line 155, ../sass/style.scss */
.edm_table td {
  background: #FAD896;
  padding: 0.5rem;
  font-size: 1.2rem;
  line-height: 1.5rem;
  text-align: center;
  border-collapse: collapse;
  border: 3px solid #FFF;
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 155, ../sass/style.scss */
  .edm_table td {
    padding: 0.25rem;
  }
}

/* line 169, ../sass/style.scss */
.edm_table span {
  color: #AE0000;
  font-weight: bold;
}

/* line 174, ../sass/style.scss */
.edm_section2 {
  background: url(../images/edm_section2_bg.png) center 0 no-repeat;
  background-size: contain;
  background-size: 100% 100%;
  max-width: 960px;
  margin: 2rem auto;
  padding: 1rem 4rem;
  overflow: hidden;
  box-sizing: border-box;
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 174, ../sass/style.scss */
  .edm_section2 {
    background: url(../images/edm_section2_bg_phone.png) center 0 no-repeat !important;
    background-size: contain;
    background-size: 80% 100%;
    max-width: 640px !important;
    padding: 1rem 2rem;
  }
}

/* line 193, ../sass/style.scss */
.edm_section2_title {
  margin-top: 2rem;
  color: #C4181F;
  text-align: center;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
}
@media (min-width: 641px) and (max-width: 1179px) {
  /* line 193, ../sass/style.scss */
  .edm_section2_title {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 193, ../sass/style.scss */
  .edm_section2_title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

/* line 212, ../sass/style.scss */
.edm_section2_text {
  margin: 1rem auto;
  color: #5C3117;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

/* line 219, ../sass/style.scss */
.edm_section2_text span {
  color: #B81C22;
}

/* line 226, ../sass/style.scss */
.edm_pic img {
  max-width: 100%;
  height: auto;
}

/* line 231, ../sass/style.scss */
.pic1 {
  margin: 2rem 0;
  width: 100%;
  color: #415A76;
  text-align: center;
}

@media (min-width: 0) and (max-width: 640px) {
  /* line 238, ../sass/style.scss */
  .pic1_pc {
    display: none;
  }
}

/* line 244, ../sass/style.scss */
.pic1_phone {
  display: none;
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 244, ../sass/style.scss */
  .pic1_phone {
    display: block;
  }
}

/* line 251, ../sass/style.scss */
.pic2 {
  width: 48%;
  margin: 2% 1%;
  float: left;
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 251, ../sass/style.scss */
  .pic2 {
    width: 100%;
    text-align: center;
    clear: both;
    display: block;
  }
}

/* line 264, ../sass/style.scss */
.pic2 div {
  text-align: center;
}

/* line 268, ../sass/style.scss */
.pic2 h2 {
  margin-top: 1rem;
  color: #BF7001;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: bold;
}

/* line 276, ../sass/style.scss */
.pic2 h3 {
  margin-top: 1rem;
  color: #009FE8;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: bold;
}

/* line 284, ../sass/style.scss */
.pic2 span {
  color: #595757;
  font-size: 1.1rem;
  font-weight: bold;
}

/* line 290, ../sass/style.scss */
.pic3 {
  width: 43%;
  margin: 3% 0% 2% 5%;
  min-height: 12.5rem;
  padding: 2%;
  background: #D1FEE7;
  border-radius: 1rem;
  box-sizing: border-box;
  float: left;
}
@media (min-width: 0) and (max-width: 640px) {
  /* line 290, ../sass/style.scss */
  .pic3 {
    width: 90%;
    margin: 2%;
    min-height: 0;
  }
}

/* line 307, ../sass/style.scss */
.subtitle1 {
  background: url(../images/subtitle_1.png) no-repeat;
  padding-left: 4rem;
  min-height: 59px;
  color: #448D99;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8rem;
}

/* line 317, ../sass/style.scss */
.subtitle2 {
  background: url(../images/subtitle_2.png) no-repeat;
  padding-left: 4rem;
  min-height: 59px;
  color: #448D99;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8rem;
}

/* line 327, ../sass/style.scss */
.subtitle3 {
  background: url(../images/subtitle_3.png) no-repeat;
  padding-left: 4rem;
  min-height: 59px;
  color: #448D99;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8rem;
}

/* line 337, ../sass/style.scss */
.subtitle4 {
  background: url(../images/subtitle_4.png) no-repeat;
  padding-left: 4rem;
  min-height: 59px;
  color: #448D99;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8rem;
}

/* line 347, ../sass/style.scss */
.student_article {
  padding: 0.5rem 0 0 4rem;
  color: #666666;
  font-size: 1.1rem;
  line-height: 1.5rem;
}
