.contentBoxHj .contentCenterHj .con004 .Q {
  color: #ce789c;
  font-weight: 500;
  margin-top: 30px;
}
.contentBoxHj .contentCenterHj .con004 .Q:first-child {
  margin-top: 0;
}
.contentBoxHj .contentCenterHj .con004 .Q::before {
  content: url(../../img/sub/content004/content004_2.jpg);
  vertical-align: middle;
  margin-right: 10px;
}
.contentBoxHj .contentCenterHj .con004 .A::before {
  content: url(../../img/sub/content004/content004_3.jpg);
  vertical-align: middle;
  margin-right: 10px;
}
.contentBoxHj .contentCenterHj .con004 .re {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}
.contentBoxHj .contentCenterHj .con004 .re .dogText {
  width: 430px;
}
.contentBoxHj .contentCenterHj .con004 .re .dogText .imgCon {
  margin: 0;
}
.contentBoxHj .contentCenterHj .con004 .re .conText {
  width: calc(100% - 470px);
}
.contentBoxHj .contentCenterHj .con004 .noRe {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
}
.contentBoxHj .contentCenterHj .con004 .noRe .dogText {
  width: 430px;
}
.contentBoxHj .contentCenterHj .con004 .noRe .dogText .imgCon {
  margin: 0;
}
.contentBoxHj .contentCenterHj .con004 .noRe .conText {
  width: calc(100% - 470px);
}
.contentBoxHj .contentCenterHj .con004 .borderDot {
  border-bottom: 2px dotted #bbb;
  margin: 30px 0;
}
.contentBoxHj .contentCenterHj .con004 .box {
  padding: 20px;
  box-sizing: border-box;
  margin-top: 50px;
  border-radius: 30px;
  border: 3px double #6d9953;
}
.contentBoxHj .contentCenterHj .con004 .box .middleTitle {
  margin-top: 0;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 960px) {
  .contentBoxHj .contentCenterHj .con004 .Q:first-child {
    margin-top: 30px;
  }
  .contentBoxHj .contentCenterHj .con004 .re {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }
  .contentBoxHj .contentCenterHj .con004 .re .dogText {
    width: 100%;
  }
  .contentBoxHj .contentCenterHj .con004 .re .dogText .imgCon {
    margin: 0;
  }
  .contentBoxHj .contentCenterHj .con004 .re .conText {
    width: 100%;
  }
  .contentBoxHj .contentCenterHj .con004 .noRe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
  }
  .contentBoxHj .contentCenterHj .con004 .noRe .dogText {
    width: 100%;
  }
  .contentBoxHj .contentCenterHj .con004 .noRe .dogText .imgCon {
    margin: 0;
  }
  .contentBoxHj .contentCenterHj .con004 .noRe .conText {
    width: 100%;
  }
}/*# sourceMappingURL=con004.css.map */