.temp {
  margin-top: 6rem;
}
.temp h3 {
  border: none !important;
  padding: 0 !important;
  line-height: 1.4 !important;
  margin-bottom: 1rem !important;
}

#chart {
  text-align: center;
}
#chart h4 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 3rem;
}
#chart dl {
  margin-bottom: 2rem;
}
#chart dl dt {
  font-weight: 700;
  line-height: 1.4;
}
#chart dl dd {
  line-height: 1;
  font-size: 4rem;
  font-weight: 700;
}
#chart dl dd:after {
  content: "%";
  font-size: 2.5rem;
  margin-left: 0.5rem;
}

@media all and (max-width: 575px) {
  #chart h4 {
    margin-bottom: 1.5rem;
  }
  #chart .chart {
    border: solid 2px #ccc;
    border-radius: 2rem;
    padding: 2.5rem;
  }
  #chart canvas {
    width: 100%;
    max-width: 300px;
    margin: auto;
  }
  #chart h4 {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 3rem;
  }
  #chart dl {
    text-align: center;
    margin-top: 2rem;
  }
  #chart dl dt {
    font-weight: 700;
    line-height: 1.4;
  }
  #chart dl dd {
    line-height: 1;
    font-size: 4rem;
    font-weight: 700;
  }
  #chart dl dd:after {
    content: "%";
    font-size: 2.5rem;
    margin-left: 0.5rem;
  }
}
#flame {
  background-color: #F5EBD6;
  border-radius: 1rem;
  padding: 3rem;
}
#flame .flame {
  background-color: white;
  border: solid 1px black;
  border-radius: 2rem;
  padding: 2.5rem;
}
#flame .flame h4 {
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 2rem;
}
#flame .flame .txt {
  font-size: 1.4rem;
}

#outline table {
  width: 100%;
}
#outline table th, #outline table td {
  border: solid 1px black;
  padding: 1.2rem;
  vertical-align: top;
  line-height: 1.5;
}
#outline table th {
  white-space: nowrap;
  text-align: center;
}

.comment {
  background-color: #F5EBD6;
  padding: 2rem 2rem 2rem 7rem;
  margin-bottom: 1.5rem;
  position: relative;
  border-radius: 1rem;
}
.comment .icon {
  width: 6rem;
  height: 6rem;
  position: absolute;
  top: -0.5rem;
  left: -1rem;
  border-radius: 50%;
  background-image: url(../img/works/user.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#gallery .img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 65%;
  border-radius: 5px;
  cursor: pointer;
}
#gallery .img:hover {
  opacity: 0.6;
}/*# sourceMappingURL=works.css.map */