@charset "UTF-8";
/*======================================================
Source: http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/
Convertir tama├▒o de fuente en REM con fallback en PX
======================================================*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 6, ../scss/_reset.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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 27, ../scss/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 31, ../scss/_reset.scss */
body {
  line-height: 1;
}

/* line 34, ../scss/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 37, ../scss/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 40, ../scss/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 45, ../scss/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 49, ../scss/_reset.scss */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 52, ../scss/_reset.scss */
a {
  text-decoration: none;
}

/* line 55, ../scss/_reset.scss */
video {
  display: block;
}

@font-face {
  font-family: 'open_sansbold';
  src: url("../fonts/opensans-bold-webfont.woff") format("woff"), url("../fonts/opensans-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansregular';
  src: url("../fonts/opensans-regular-webfont.woff") format("woff"), url("../fonts/opensans-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sanslight';
  src: url("../fonts/opensans-light-webfont.woff") format("woff"), url("../fonts/opensans-light-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* line 1, ../scss/_generals.scss */
.container-question {
  padding: 0 10px;
  margin-bottom: 40px;
  color: #555;
}
/* line 6, ../scss/_generals.scss */
.container-question a {
  display: none;
}
/* line 8, ../scss/_generals.scss */
.container-question .ttl-1 {
  font-family: 'open_sansregular';
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
}
/* line 13, ../scss/_generals.scss */
.container-question .graph-stl-1 {
  margin: 0 auto;
}
/* line 16, ../scss/_generals.scss */
.container-question .graph-stl-1 {
  width: 100%;
  height: 400px;
  background-color: #FFF;
}
/* line 22, ../scss/_generals.scss */
.container-question .graph-stl-2 table {
  width: 100%;
  text-align: center;
}
/* line 28, ../scss/_generals.scss */
.container-question .graph-stl-2 thead tr {
  background-color: #2DB87B;
}
/* line 32, ../scss/_generals.scss */
.container-question .graph-stl-2 thead th {
  color: #FFF;
  font-family: 'open_sansbold';
  font-size: 22px;
  font-size: 1.375rem;
  text-align: center;
  padding: 28px 2px;
  border: 1px solid #FFF;
  vertical-align: middle;
}
/* line 42, ../scss/_generals.scss */
.container-question .graph-stl-2 tbody {
  font-family: 'open_sansregular';
  font-size: 22px;
  font-size: 1.375rem;
  color: #000;
}
/* line 46, ../scss/_generals.scss */
.container-question .graph-stl-2 tbody tr {
  background-color: #D8D8D8;
}
/* line 49, ../scss/_generals.scss */
.container-question .graph-stl-2 tbody tr:nth-child(2n+1) {
  background-color: #EAEAEA;
}
/* line 52, ../scss/_generals.scss */
.container-question .graph-stl-2 tbody tr td {
  vertical-align: middle;
  padding: 32px 2px;
  border: 1px solid #FFF;
}

@media screen and (max-width: 500px) {
  /* line 68, ../scss/_generals.scss */
  .container-question .graph-stl-2 thead th {
    font-size: 10px;
    font-size: 0.625rem;
    padding: 12px 2px;
  }
  /* line 73, ../scss/_generals.scss */
  .container-question .graph-stl-2 tbody {
    font-size: 10px;
    font-size: 0.625rem;
  }
  /* line 77, ../scss/_generals.scss */
  .container-question .graph-stl-2 tbody tr td {
    padding: 18px 0;
  }
}
@media screen and (max-width: 500px) {
  /* line 90, ../scss/_generals.scss */
  .container-question .graph-stl-2 thead th {
    font-size: 11px;
    font-size: 0.6875rem;
    padding: 12px 2px;
  }
  /* line 95, ../scss/_generals.scss */
  .container-question .graph-stl-2 tbody {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  /* line 99, ../scss/_generals.scss */
  .container-question .graph-stl-2 tbody tr td {
    padding: 18px 2px;
  }
}
@media screen and (max-width: 400px) {
  /* line 112, ../scss/_generals.scss */
  .container-question .graph-stl-2 thead th {
    font-size: 10px;
    font-size: 0.625rem;
    padding: 12px 2px;
  }
  /* line 117, ../scss/_generals.scss */
  .container-question .graph-stl-2 tbody {
    font-size: 10px;
    font-size: 0.625rem;
  }
  /* line 121, ../scss/_generals.scss */
  .container-question .graph-stl-2 tbody tr td {
    padding: 18px 2px;
  }
}
