@charset "UTF-8";
/* CSS Document */
.top_sec .page_msg{
  padding: 15px 0 120px;
  background-image: url("../img/result/page_msg.png");
  background-size: 470px;
}

.center_sec::before{
  content: "RESULTS";
}
.center_sec dl{
  margin: 100px auto;
}
.center_sec dt{
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 25px;
  margin-bottom: 36px;
  border-bottom: 2px solid #93C64C;
}
.center_sec dt.blue{
  border-bottom: 2px solid #029EE9;
}
.center_sec dd{
  margin-bottom: 90px;
}
.center_sec li{
  color: #666;
  margin-left: 52px;
  text-indent: -20px;
}
.center_sec li::before{
  font-family: FontAwesome;
  content: "\f068";
  color: #029EE9;
  font-size: 10px;
  margin-right: 10px;
}

@media screen and (max-width: 1200px) {
  .inner{
    padding: 30px;
  }
}

@media screen and (max-width: 520px) {
  .top_sec .page_msg{
    background-size: contain;
  }
}

@media screen and (max-width: 450px) {
  .top_sec .page_msg {
    padding: 15px 0 60px;
  }
  .center_sec dl {
    margin: 50px auto;
  }
}
