.contentBoxHj .contentCenterHj ol li {
  list-style: disc;
}
.contentBoxHj .contentCenterHj .con305 .textCon .middleTitle {
  color: #3aafc1;
}
.contentBoxHj .contentCenterHj .con305 .textCon .flexCon {
  gap: 50px;
}
.contentBoxHj .contentCenterHj .con305 .textCon .flexCon .imgBox {
  width: 160px;
}
.contentBoxHj .contentCenterHj .con305 .textCon .flexCon .imgBox img {
  width: 100%;
}
.contentBoxHj .contentCenterHj .con305 .textCon .flexCon .txtBox {
  width: calc(100% - 200px);
  word-break: keep-all;
}
.contentBoxHj .contentCenterHj .con305 .textCon .flexCon .txtBox .middleTitle {
  margin-top: 0;
}
.contentBoxHj .contentCenterHj .colorText4 {
  color: #d77500;
}
.contentBoxHj .contentCenterHj .con305_2 .textCon .middleTitle {
  color: #f08300;
}
.contentBoxHj .contentCenterHj .con305_2 .textCon .imgCon img {
  width: auto;
}
.contentBoxHj .contentCenterHj .con305_2 .textCon .row .col2 p {
  text-align: left;
}
.contentBoxHj .contentCenterHj .con305_2 .textCon .row .col2 .flexCon {
  margin-top: 100px;
  padding-left: 50px;
  box-sizing: border-box;
  gap: 20px;
}
.contentBoxHj .contentCenterHj .con305_2 .textCon .row .col2 .flexCon .imgBox {
  width: 40%;
}
.contentBoxHj .contentCenterHj .con305_2 .textCon .row .col2 .flexCon .txtBox {
  width: calc(100% - 40%);
}
.contentBoxHj .contentCenterHj .con305_2 .textCon .row .col2 .flexCon .colorText1 {
  color: #87a590;
}
.contentBoxHj .contentCenterHj .con305_2 .textCon .row .col2 .flexCon .colorText3 {
  color: #e14f3c;
}
.contentBoxHj .contentCenterHj .con305_2 .textCon .row .col2 .flexCon .borderLine {
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px solid #87a590;
}
.contentBoxHj .contentCenterHj .con305_2 .textCon .borderBox {
  margin-top: 100px;
  border: 10px double #f5a200;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 20px;
}
.contentBoxHj .contentCenterHj .con305_2 .textCon .borderBox .colorText {
  color: #f08300;
}
.contentBoxHj .contentCenterHj .con305_2 .textCon .borderBox .colorText b {
  margin-right: 10px;
}
.contentBoxHj .contentCenterHj .con305_2 .textCon .borderBox .colorText .colorIndex {
  margin-right: 5px;
}
.contentBoxHj .contentCenterHj .con305_2 .textCon .borderBox .colorText2 {
  color: #f5a200;
}
.contentBoxHj .contentCenterHj .con305_2 .textCon .borderBox .colorText2 b {
  font-size: 18.4px;
}
.contentBoxHj .contentCenterHj .con305_2 .textCon .borderBox .imgBox {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 350px;
}
.contentBoxHj .contentCenterHj .con305_2 .textCon .borderBox .imgBox .borderBottom {
  border-bottom: #d77500 5px solid;
  padding-bottom: 10px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  margin-bottom: 70px;
}
.contentBoxHj .contentCenterHj .con305_2 .textCon .borderBox .imgBox img {
  width: 300px;
  margin-top: 30px;
}
.contentBoxHj .contentCenterHj .con305_2 .textCon .borderBox .txtBox {
  width: calc(100% - 370px);
  line-height: 1.6em;
  font-size: 18.4px;
  padding-top: 5px;
  padding-right: 20px;
  box-sizing: border-box;
}
.contentBoxHj .contentCenterHj .con305_2 .textCon .borderBox .txtBox .box {
  background-color: #bc3e81;
  border-radius: 30px;
  padding: 20px;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .contentBoxHj .contentCenterHj .con305 .textCon .flexCon {
    display: flex;
    flex-flow: column-reverse;
    gap: 20px;
  }
  .contentBoxHj .contentCenterHj .con305 .textCon .flexCon .imgBox {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .contentBoxHj .contentCenterHj .con305 .textCon .flexCon .imgBox img {
    width: 100%;
    margin-top: 20px;
    max-width: 400px;
  }
  .contentBoxHj .contentCenterHj .con305 .textCon .flexCon .txtBox {
    width: calc(100%);
  }
  .contentBoxHj .contentCenterHj .con305_2 .textCon .row .col2 p {
    text-align: left;
  }
  .contentBoxHj .contentCenterHj .con305_2 .textCon .row .col2 .flexCon {
    margin-top: 50px;
    padding-left: 0;
    box-sizing: border-box;
    gap: 20px;
  }
  .contentBoxHj .contentCenterHj .con305_2 .textCon .row .col2 .flexCon .imgBox {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .contentBoxHj .contentCenterHj .con305_2 .textCon .row .col2 .flexCon .txtBox {
    width: calc(100%);
    max-width: 400px;
    margin: 0 auto;
  }
  .contentBoxHj .contentCenterHj .con305_2 .textCon .row .col2 .flexCon .colorText1 {
    color: #87a590;
  }
  .contentBoxHj .contentCenterHj .con305_2 .textCon .row .col2 .flexCon .colorText3 {
    color: #e14f3c;
  }
  .contentBoxHj .contentCenterHj .con305_2 .textCon .row .col2 .flexCon .borderLine {
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid #87a590;
  }
  .contentBoxHj .contentCenterHj .con305_2 .textCon .borderBox {
    margin-top: 100px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
  }
  .contentBoxHj .contentCenterHj .con305_2 .textCon .borderBox .colorText b {
    margin-right: 10px;
  }
  .contentBoxHj .contentCenterHj .con305_2 .textCon .borderBox .colorText .colorIndex {
    font-size: 1em;
    margin-right: 5px;
  }
  .contentBoxHj .contentCenterHj .con305_2 .textCon .borderBox .imgBox {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
  }
  .contentBoxHj .contentCenterHj .con305_2 .textCon .borderBox .imgBox .borderBottom {
    padding-bottom: 10px;
    box-sizing: border-box;
    margin-bottom: 0;
  }
  .contentBoxHj .contentCenterHj .con305_2 .textCon .borderBox .imgBox img {
    width: 100%;
    max-width: 300px;
    margin-top: 30px;
  }
  .contentBoxHj .contentCenterHj .con305_2 .textCon .borderBox .txtBox {
    width: calc(100%);
    line-height: 1.4em;
    font-size: 0.9em;
    padding-top: 5px;
    box-sizing: border-box;
  }
}