.subDate {
  font-size: 1.15rem;
}

.contentBoxHj .contentCenterHj .con303 .color1 {
  color: #ea5f72;
}
.contentBoxHj .contentCenterHj .con303 .bold {
  font-weight: bold;
}
.contentBoxHj .contentCenterHj .con303 .tl {
  text-align: left;
}
.contentBoxHj .contentCenterHj .con303 .textCon .middleTitle {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
  font-weight: 400;
}
.contentBoxHj .contentCenterHj .con303 .textCon .imgCon {
  margin-top: 20px;
}
.contentBoxHj .contentCenterHj .con303 .textCon .flexCon .col2 b {
  display: block;
}
.contentBoxHj .contentCenterHj .con303 .textCon .flexCon .col3 .totalWrap {
  width: 300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.contentBoxHj .contentCenterHj .con303 .textCon .flexCon .col3 .totalWrap .totalImg {
  width: 100px;
}
.contentBoxHj .contentCenterHj .con303 .textCon .flexCon .col3 .totalWrap .total {
  width: calc(100% - 110px);
}
.contentBoxHj .contentCenterHj .con303 .textCon .flexCon .col3 .totalWrap .total p {
  font-weight: bold;
  text-align: left;
}
.contentBoxHj .contentCenterHj .con303 .textCon .flexCon .col3 .totalWrap .total .bigFont {
  font-size: 1.8rem;
}
.contentBoxHj .contentCenterHj .con303 .textCon .flexCon .col3 .totalWrap .total .bigFont .smallFont {
  font-size: 1rem;
  vertical-align: super;
}
.contentBoxHj .contentCenterHj .con303 .textCon .around {
  width: 100%;
  background-color: rgba(234, 95, 114, 0.2196078431);
  color: #ea5f72;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 5px 10px;
  box-sizing: border-box;
}
.contentBoxHj .contentCenterHj .con303 .textCon .colorBox {
  width: 100%;
  background-color: rgba(0, 130, 205, 0.0941176471);
  margin-top: 100px;
  border-radius: 10px;
  border-top: 5px solid rgba(0, 130, 205, 0.6235294118);
  border-bottom: 5px solid rgba(0, 130, 205, 0.6235294118);
  padding: 20px 10px;
  box-sizing: border-box;
}
.contentBoxHj .contentCenterHj .con303 .textCon .colorBox .colorBoxTitle {
  color: #0082cd;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
}
.contentBoxHj .contentCenterHj .con303 .textCon .colorBox .flexCon .col2 {
  padding: 5px 20px;
  box-sizing: border-box;
}
.contentBoxHj .contentCenterHj .con303 .textCon .colorBox .flexCon .col2 .colorBoxSubtitle {
  font-weight: bold;
}
.contentBoxHj .contentCenterHj .con303 .textCon .colorBox .flexCon .col2 .icon_1::before {
  content: url(../../img/sub/content303/icon_1.png);
  vertical-align: middle;
  margin-right: 5px;
}
.contentBoxHj .contentCenterHj .con303 .textCon .colorBox .flexCon .col2 .icon_2::before {
  content: url(../../img/sub/content303/icon_2.png);
  vertical-align: middle;
  margin-right: 5px;
}
.contentBoxHj .contentCenterHj .con303 .textCon .colorBox .flexCon .col2:nth-child(2) {
  border-left: 1px solid rgba(0, 130, 205, 0.6235294118);
}
.contentBoxHj .contentCenterHj .con303 .textCon .imgBox {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.contentBoxHj .contentCenterHj .con303 .textCon .imgBox img {
  width: 100%;
  max-width: 600px;
}
.contentBoxHj .contentCenterHj .con303 .textCon .tipBox {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.contentBoxHj .contentCenterHj .con303 .textCon .tipBox .txtBox {
  width: 100%;
  border: 2px solid #0082cd;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
}
.contentBoxHj .contentCenterHj .con303 .textCon .tipBox .txtBox .colorBoxTitle2 {
  color: #0082cd;
  text-decoration: underline;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
}
.contentBoxHj .contentCenterHj .con303 .textCon .tipBox .txtBox .colorBoxSubtitle2 {
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .contentBoxHj .contentCenterHj .con303 .textCon .colorBox .flexCon .col2:nth-child(2) {
    border-left: none;
    border-top: 1px solid rgba(0, 130, 205, 0.6235294118);
    padding-top: 20px;
    box-sizing: border-box;
  }
  .contentBoxHj .contentCenterHj .con303 .textCon .imgBox {
    width: 100%;
    max-width: 400px;
  }
  .contentBoxHj .contentCenterHj .con303 .textCon .imgBox img {
    width: 100%;
  }
  .contentBoxHj .contentCenterHj .con303 .textCon .tipBox .txtBox {
    width: 100%;
  }
}/*# sourceMappingURL=con303.css.map */