.contentBoxHj .contentCenterHj .sub_title {
  margin: 50px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.contentBoxHj .contentCenterHj .con310 .aqua {
  color: #6daaa5;
}
.contentBoxHj .contentCenterHj .con310 ol,
.contentBoxHj .contentCenterHj .con310 li {
  list-style: disc;
  margin-left: 13px;
}
.contentBoxHj .contentCenterHj .con310 .img_box {
  margin: 70px 0;
  width: 100%;
}
.contentBoxHj .contentCenterHj .con310 .img_box img {
  width: 100%;
}
.contentBoxHj .contentCenterHj .con310 .flex {
  margin-bottom: 50px;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  flex: 1;
}
.contentBoxHj .contentCenterHj .con310 .flex .imgCon {
  margin-top: 0;
  width: 25%;
}
.contentBoxHj .contentCenterHj .con310 .flex .imgCon img {
  width: 100%;
}
.contentBoxHj .contentCenterHj .con310 .flex .txtCon {
  width: 75%;
  font-size: 1.15em;
}
.contentBoxHj .contentCenterHj .con310 .flex .txtCon p {
  text-align: left;
  line-height: 2;
  color: #666;
}
.contentBoxHj .contentCenterHj .con310 .interview_box {
  margin: 30px 0;
}
.contentBoxHj .contentCenterHj .con310 .interview_box .txtrow {
  justify-content: baseline;
  gap: 20px;
  font-size: 18.4px;
}
.contentBoxHj .contentCenterHj .con310 .interview_box .txtrow.question {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 1.15em;
}
.contentBoxHj .contentCenterHj .con310 .interview_box .txtrow .mark {
  padding: 6px;
  width: 22px;
  height: 22px;
  line-height: 18px;
  font-weight: 600;
  color: #6daaa5;
  border-radius: 50%;
  text-align: center;
}
.contentBoxHj .contentCenterHj .con310 .interview_box .txtrow.answer {
  padding-bottom: 30px;
  border-bottom: 1px solid #6daaa5;
}
.contentBoxHj .contentCenterHj .con310 .interview_box .txtrow.answer span {
  font-size: 21.16px;
}
.contentBoxHj .contentCenterHj .con310 .tableScrollHj table thead tr th {
  background-color: #568a82;
  color: #fff;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}
.contentBoxHj .contentCenterHj .con310 .tableScrollHj table tbody tr th,
.contentBoxHj .contentCenterHj .con310 .tableScrollHj table tbody tr td {
  padding: 0.3em;
}
.contentBoxHj .contentCenterHj .con310 .tableScrollHj table tbody tr th {
  border: 1px solid #568a82;
  color: #fff;
  text-align: center;
  background-color: #568a82;
  border-right: 1px solid #fff;
}
.contentBoxHj .contentCenterHj .con310 .tableScrollHj table tbody tr th:nth-child(4) {
  border-right: 1px solid #568a82;
}
.contentBoxHj .contentCenterHj .con310 .tableScrollHj table tbody tr td {
  text-align: center;
  border: 1px solid #568a82;
  padding: 10px;
  box-sizing: border-box;
}
.contentBoxHj .contentCenterHj .con310 .tableScrollHj table tbody tr .tdLeft {
  text-align: left;
}
.contentBoxHj .contentCenterHj .con310 .tableScrollHj table tbody .tdC {
  background-color: #e2e1ea;
}

@media (max-width: 960px) {
  .contentBoxHj .contentCenterHj .con310 .textBorder {
    padding: 40px 30px;
  }
  .contentBoxHj .contentCenterHj .con310 .float {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .contentBoxHj .contentCenterHj .con310 .float::after {
    clear: both;
    display: block;
    content: "";
  }
  .contentBoxHj .contentCenterHj .con310 .miniInterviewBox {
    padding: 20px;
    box-sizing: border-box;
  }
  .contentBoxHj .contentCenterHj .con310 .interview_box .txtrow {
    justify-content: baseline;
    gap: 20px;
    font-size: 18.4px;
    display: flex;
    flex-direction: row;
  }
  .contentBoxHj .contentCenterHj .con310 .interview_box .txtrow.question {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 1.15em;
  }
  .contentBoxHj .contentCenterHj .con310 .interview_box .txtrow .mark {
    padding: 6px;
    width: 22px;
    height: 22px;
    line-height: 18px;
    font-weight: 600;
    color: #6daaa5;
    border-radius: 50%;
    text-align: center;
  }
  .contentBoxHj .contentCenterHj .con310 .interview_box .txtrow.answer {
    padding-bottom: 40px;
    border-bottom: 1px solid #6daaa5;
    display: flex;
    flex-direction: row;
  }
  .contentBoxHj .contentCenterHj .con310 .interview_box .answer {
    display: flex;
    flex-direction: row;
  }
  .contentBoxHj .contentCenterHj .con310 .flex {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .contentBoxHj .contentCenterHj .con310 .flex .txtBox {
    width: 100%;
  }
  .contentBoxHj .contentCenterHj .con310 .flex .imgBox {
    width: 400px;
  }
  .contentBoxHj .contentCenterHj .con310 .flex .imgCon {
    width: 100%;
  }
  .contentBoxHj .contentCenterHj .con310 .flex .txtCon {
    width: 100%;
  }
  .contentBoxHj .contentCenterHj .con310 .flex .box {
    margin: 0;
    width: 90%;
  }
  .contentBoxHj .contentCenterHj .con310_2 .textBorder {
    padding: 10px 30px 40px;
  }
  .contentBoxHj .contentCenterHj .con310_2 .miniInterviewBox {
    padding: 20px;
  }
  .contentBoxHj .contentCenterHj .con310_2 .miniInterviewBox .row .col3 {
    width: 100%;
    margin-bottom: 30px;
  }
  .contentBoxHj .contentCenterHj .con310_2 .miniInterviewBox .row .col3:last-child {
    margin-bottom: 0;
  }
  .contentBoxHj .contentCenterHj .con310_2 .flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .contentBoxHj .contentCenterHj .con310_2 .flex .imgBox {
    width: 100%;
  }
  .contentBoxHj .contentCenterHj .con310_2 .flex .imgBox .imgCon {
    text-align: center;
  }
  .contentBoxHj .contentCenterHj .con310_2 .flex .txtBox {
    width: 100%;
    height: auto;
    padding: 20px;
    background-color: #e0dfe9;
    box-sizing: border-box;
    max-width: 100%;
    margin: 0px 0 0 0;
    border-radius: 0 0 0 0;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 470px) {
  .contentBoxHj .contentCenterHj .con310 .sub_title {
    font-size: 18px;
  }
  .contentBoxHj .contentCenterHj .con310 .textCon .flex .box .img_box {
    width: 160px;
    height: auto;
  }
  .contentBoxHj .contentCenterHj .con310 .textCon .flex .box .merit_name {
    font-size: 16px;
  }
  .contentBoxHj .contentCenterHj .con310 .textCon .flex .box .txt_box {
    margin-top: 10px;
    font-size: 16px;
    line-height: normal;
  }
  .contentBoxHj .contentCenterHj .con310 .textCon .flex .box .txt_box .mention_txt {
    font-size: 14px;
  }
}/*# sourceMappingURL=con310.css.map */