.contentBoxHj .contentCenterHj .con002 .textCon .color1 {
  color: #73889d;
}
.contentBoxHj .contentCenterHj .con002 .textCon .color2 {
  color: #477262;
}
.contentBoxHj .contentCenterHj .con002 .textCon .color4 {
  color: #484E93;
}
.contentBoxHj .contentCenterHj .con002 .textCon ol .noDisk {
  list-style: none;
}
.contentBoxHj .contentCenterHj .con002 .textCon ol li {
  list-style-type: disc;
}
.contentBoxHj .contentCenterHj .con002 .textCon ol li ol li {
  list-style: none;
  margin-left: -3px;
}
.contentBoxHj .contentCenterHj .con002 .textCon ol li ol li::before {
  content: "-";
}
.contentBoxHj .contentCenterHj .con002 .textCon ol .noDisc {
  list-style: none;
  margin-left: 0;
}
.contentBoxHj .contentCenterHj .con002 .textCon .middleTitle:first-child {
  margin-top: 0;
}
.contentBoxHj .contentCenterHj .con002 .textCon .middleTitle {
  padding-bottom: 20px;
}
.contentBoxHj .contentCenterHj .con002 .textCon .flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contentBoxHj .contentCenterHj .con002 .textCon .flex .box {
  width: calc((100% - 60px) / 3);
}
.contentBoxHj .contentCenterHj .con002 .textCon .flex .box .storeTitle {
  font-size: 1.2rem;
}
.contentBoxHj .contentCenterHj .con002 .textCon .flex .box .storeTitle .bold {
  font-weight: bold;
  font-size: 1.5rem;
  color: #00297d;
}
.contentBoxHj .contentCenterHj .con002 .textCon .flex .box .location::before {
  content: url(../../img/sub/content002/content002_1.jpg);
  vertical-align: middle;
  margin-right: 5px;
}
.contentBoxHj .contentCenterHj .con002 .textCon .flex .box:nth-child(1), .contentBoxHj .contentCenterHj .con002 .textCon .flex .box:nth-child(2), .contentBoxHj .contentCenterHj .con002 .textCon .flex .box:nth-child(3) {
  margin-top: 50px;
}
.contentBoxHj .contentCenterHj .con002 .textCon .flex2 {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: end;
}
.contentBoxHj .contentCenterHj .con002 .textCon .flex2 .txtBox {
  width: calc(50% - 20px);
}
.contentBoxHj .contentCenterHj .con002 .textCon .flex2 .txtBox .boxTitle {
  max-width: 100%;
  padding: 8px 5px;
  background-color: #73889d;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.contentBoxHj .contentCenterHj .con002 .textCon .flex2 .imgBox {
  width: calc(50% - 20px);
  padding-bottom: 50px;
}
.contentBoxHj .contentCenterHj .con002 .textCon .titleBack {
  background-color: #b5966b;
  padding: 2px 10px;
  color: #fff;
  margin-top: 10px;
  display: inline-block;
}

@media (max-width: 960px) {
  .contentBoxHj .contentCenterHj .con002 .textCon .flex {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contentBoxHj .contentCenterHj .con002 .textCon .flex .box {
    width: 100%;
  }
  .contentBoxHj .contentCenterHj .con002 .textCon .flex .box .storeTitle {
    font-size: 1.2rem;
  }
  .contentBoxHj .contentCenterHj .con002 .textCon .flex .box .storeTitle .bold {
    font-weight: bold;
    font-size: 1.5rem;
    color: #00297d;
  }
  .contentBoxHj .contentCenterHj .con002 .textCon .flex .box .location::before {
    content: url(../../img/sub/content002/content002_1.jpg);
    vertical-align: middle;
    margin-right: 5px;
  }
  .contentBoxHj .contentCenterHj .con002 .textCon .flex2 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
  .contentBoxHj .contentCenterHj .con002 .textCon .flex2 .txtBox {
    width: 100%;
  }
  .contentBoxHj .contentCenterHj .con002 .textCon .flex2 .txtBox .boxTitle {
    max-width: 100%;
    padding: 8px 5px;
    background-color: #73889d;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .contentBoxHj .contentCenterHj .con002 .textCon .flex2 .imgBox {
    width: 80%;
    padding-bottom: 50px;
  }
}/*# sourceMappingURL=con002.css.map */