#wrapper.certification_list .ttlPrimary span {
  font-size: 1.8rem;
}
@media screen and (max-width: 750px) {
  #wrapper.certification_list .ttlPrimary span {
    font-size: 1.6rem;
  }
}
#wrapper.certification_list .idea__whiteBox {
  background: #FFF;
  padding: 55px 50px;
  -webkit-box-shadow: 0 5px 6px 0 rgba(54, 88, 106, 0.08);
  box-shadow: 0 5px 6px 0 rgba(54, 88, 106, 0.08);
}
@media screen and (max-width: 750px) {
  #wrapper.certification_list .idea__whiteBox {
    padding: 30px 14px;
  }
}
#wrapper.certification_list .idea__whiteBox dl {
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  #wrapper.certification_list .idea__whiteBox dl {
    margin-bottom: 30px;
  }
}
#wrapper.certification_list .idea__whiteBox dl:last-child {
  margin-bottom: 0;
}
#wrapper.certification_list .idea__whiteBox dl dt {
  color: #90bc60;
  font-size: 2rem;
  border-bottom: 1px solid #90bc60;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 750px) {
  #wrapper.certification_list .idea__whiteBox dl dt {
    font-size: 1.6rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
#wrapper.certification_list .idea__whiteBox dl dd {
  font-size: 1.8rem;
  line-height: 1.875;
}
@media screen and (max-width: 750px) {
  #wrapper.certification_list .idea__whiteBox dl dd {
    font-size: 1.4rem;
  }
}