.contentBoxHj .contentCenterHj .con304 .textCon .middleTitle {
  color: #42459a;
  flex-flow: row;
  align-items: flex-end;
  margin-top: 0px;
}
.contentBoxHj .contentCenterHj .con304 .textCon .middleTitle p {
  width: 100%;
}
.contentBoxHj .contentCenterHj .con304 .textCon .middleTitle .around {
  font-size: 0.9em;
  background-color: #42459a;
  color: #fff;
  padding: 0 10px;
  border-radius: 5px;
  box-sizing: border-box;
  width: 120px;
  text-align: center;
  margin-top: 20px;
}
.contentBoxHj .contentCenterHj .con304 .textCon .middleTitle .roundBack {
  width: 100px;
  height: 100px;
  background-color: #42459a;
  color: white;
  font-size: 0.9em;
  line-height: 1.4em;
  text-align: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contentBoxHj .contentCenterHj .con304 .textCon .imgCon {
  margin-top: 100px;
}

@media screen and (max-width: 960px) {
  .contentBoxHj .contentCenterHj .con304 .textCon .middleTitle {
    font-size: 1.4rem;
  }
  .contentBoxHj .contentCenterHj .con304 .textCon .middleTitle p {
    width: 100%;
  }
  .contentBoxHj .contentCenterHj .con304 .textCon .middleTitle .roundBack {
    width: 70px;
    height: 70px;
    font-size: 0.6em;
    line-height: 1.4em;
    text-align: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}/*# sourceMappingURL=con304.css.map */