.block {
  margin-top: 34px;
}

.brown {
  color: #c0604f;
}

.contentBoxHj .contentCenterHj .con003 .textCon .imgCon:first-child {
  margin: 0;
}
.contentBoxHj .contentCenterHj .con003 .textCon .color_1 {
  color: #2a418c;
}
.contentBoxHj .contentCenterHj .con003 .textCon ol li {
  list-style: disc;
}
.contentBoxHj .contentCenterHj .con003 .textCon .flex {
  display: flex;
  align-items: center;
  gap: 40px;
}
.contentBoxHj .contentCenterHj .con003 .textCon .flex .imgCon {
  width: 40%;
}
.contentBoxHj .contentCenterHj .con003 .textCon .flex .txtCon {
  width: 60%;
  font-size: 18px;
}
.contentBoxHj .contentCenterHj .con003 .textCon .flex .txtCon .title {
  font-size: 28px;
  font-weight: 600;
}
.contentBoxHj .contentCenterHj .con003 .textCon .flex .txtCon .subtitle {
  margin: 10px 0 30px;
  font-size: 22px;
  font-weight: 600;
  color: #c0604f;
}
.contentBoxHj .contentCenterHj .con003 .textCon .flex .txtCon p {
  line-height: 2;
  font-size: 1.15em;
  font-weight: 500;
}
.contentBoxHj .contentCenterHj .con003 .textCon .flex .interview_box {
  display: flex;
  flex-direction: column;
  width: 60%;
}
.contentBoxHj .contentCenterHj .con003 .textCon .interview_box {
  margin: 70px 0;
  font-size: 18.4px;
}
.contentBoxHj .contentCenterHj .con003 .textCon .interview_box .txtrow {
  margin-bottom: 20px;
  flex: 1;
  gap: 20px;
  align-items: flex-start;
}
.contentBoxHj .contentCenterHj .con003 .textCon .interview_box .txtrow .mark {
  padding: 5px;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 18px;
  background-color: #c0604f;
  border-radius: 50%;
  font-weight: 600;
  color: #fff;
}
.contentBoxHj .contentCenterHj .con003 .textCon .interview_box .txtrow.question span {
  font-weight: 600;
}
.contentBoxHj .contentCenterHj .con003 .textCon .interview_box .txtrow.question p {
  font-weight: 600;
  font-size: 1.15em;
}
.contentBoxHj .contentCenterHj .con003 .textCon .box {
  border-bottom: 2px dotted #2a418c;
  padding-bottom: 30px;
  margin-top: 50px;
}
.contentBoxHj .contentCenterHj .con003 .textCon .box .boxTitle {
  color: #2a418c;
  font-size: 1.2rem;
  font-weight: 600;
}
.contentBoxHj .contentCenterHj .con003 .textCon .box .imgCon {
  margin-top: 10px;
  margin-bottom: 10px;
}
.contentBoxHj .contentCenterHj .con003 .textCon .box .txtrow p span {
  font-size: 0.75em;
}
.contentBoxHj .contentCenterHj .con003 .textCon .box .txtrow ol .nolist {
  margin-left: 0;
  list-style: none;
}
.contentBoxHj .contentCenterHj .con003 .textCon .box:nth-child(1) {
  margin-top: 0px;
}
.contentBoxHj .contentCenterHj .con003 .textCon .box:last-child {
  border-bottom: none;
}
.contentBoxHj .contentCenterHj .con003 .textCon a.linkBox {
  background-color: #2a418c;
  max-width: 350px;
  padding: 10px;
  box-sizing: border-box;
  color: #fff;
  margin: 30px auto 0 auto;
  border-radius: 10px;
  text-align: center;
}
.contentBoxHj .contentCenterHj .con003 .textCon .tableScrollHj table tbody tr th,
.contentBoxHj .contentCenterHj .con003 .textCon .tableScrollHj table tbody tr td {
  padding: 0.3em;
}
.contentBoxHj .contentCenterHj .con003 .textCon .tableScrollHj table tbody tr th {
  text-align: center;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  color: #fff;
  background-color: #2a418c;
}
.contentBoxHj .contentCenterHj .con003 .textCon .tableScrollHj table tbody tr td {
  border: 1px solid #2a418c;
}

@media screen and (max-width: 960px) {
  .contentBoxHj .contentCenterHj .con003 .textCon .flex {
    gap: 20px;
  }
  .contentBoxHj .contentCenterHj .con003 .textCon .flex .txtCon .subtitle {
    margin: 0;
  }
  .contentBoxHj .contentCenterHj .con003 .textCon .flex.moflex {
    flex-direction: column;
  }
  .contentBoxHj .contentCenterHj .con003 .textCon .flex.moflex .imgCon {
    width: 70%;
  }
  .contentBoxHj .contentCenterHj .con003 .textCon .flex.moflex .interview_box {
    width: 100%;
  }
  .contentBoxHj .contentCenterHj .con003 .textCon .interview_box {
    margin: 30px 0;
  }
}
@media screen and (max-width: 470px) {
  .contentBoxHj .contentCenterHj .con003 .textCon .flex {
    flex-direction: column;
  }
  .contentBoxHj .contentCenterHj .con003 .textCon .flex .imgCon {
    width: 100%;
  }
  .contentBoxHj .contentCenterHj .con003 .textCon .flex .txtCon {
    width: 100%;
  }
  .contentBoxHj .contentCenterHj .con003 .textCon .interview_box .txtrow {
    flex-direction: row;
    gap: 10px;
    align-items: baseline;
    font-size: 20px;
  }
  .contentBoxHj .contentCenterHj .con003 .textCon .interview_box .txtrow .mark {
    width: 15px;
    height: 15px;
    line-height: 13px;
  }
}/*# sourceMappingURL=con003.css.map */