.contentTableWrap {
  margin: 0 0 40px;
}

.workMin {
  font-size: calc(1.265rem + 0.135vw);
}

.example {
  font-size: calc(1.265rem + 0.135vw);
  display: flex;
  align-items: flex-start;
}

.contentTableDataInner {
  max-width: 480px;
}

.contentTableInner {
  width: 100%;
  border-top: solid 1px #CCCCCC;
  border-right: solid 1px #CCCCCC;
  margin: 0 0 10px;
}

.contentTableInnerHead, .contentTableInnerData {
  border-bottom: solid 1px #CCCCCC;
  border-left: solid 1px #CCCCCC;
  padding: 5px 10px;
}

.contentTableInnerHead {
  background: #F9F9F9;
  font-weight: 400;
  text-align: center;
}

.contentTableInnerHeadLeft {
  text-align: left;
  width: 120px;
}

.contentTableInnerData {
  text-align: center;
}

.contentTableInnerHeadData {
  width: 180px;
}

.resultText {
  font-size: calc(1.265rem + 0.135vw);
}

.allowance {
  font-size: calc(1.265rem + 0.135vw);
}

.off {
  font-size: calc(1.265rem + 0.135vw);
}

.inquiryLink {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 480px;
  margin: 0 auto;
  padding: 18px;
  text-decoration: none;
  color: #fff;
  background: #61D2DB;
  border-radius: 5px;
  font-size: calc(1.305rem + 0.495vw);
  font-weight: 700;
}
.inquiryLink:hover {
  opacity: 0.8;
}

.systemWrap {
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 30px;
  background: #f1feff;
  border: 1px solid #adf0f5;
}

.systemTitle {
  font-size: calc(1.345rem + 0.855vw);
  color: #10959e;
  margin-bottom: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid #10959e;
}

.systemBox {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  gap: 30px;
}

.systemDl {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  background: #fff;
}

.systemDlBox {
  display: flex;
  border-bottom: 1px solid #cccccc;
}

.systemDt {
  font-weight: bold;
  width: 70px;
  padding: 15px;
  border-right: 1px solid #cccccc;
  background: #F9F9F9;
}

.systemDd {
  padding: 15px;
  width: calc(100% - 70px);
}

.systemListItem {
  list-style-type: disc;
  list-style-position: inside;
}

.systemPic {
  width: 60%;
  margin: 0 auto;
}
.systemPic img {
  border: 1px solid #e4e4e4;
  margin-bottom: 5px;
}

.systemPicLink {
  text-decoration: none;
  transition: all 0.2s;
}
.systemPicLink:hover {
  opacity: 0.8;
}

.systemPicBtn {
  color: #fff;
  padding: 3px 0;
  text-align: center;
  border-radius: 15px;
  background: #62D2DB;
}

@media (min-width: 1000px) {
  .workMin {
    font-size: 1.4rem;
  }
  .example {
    font-size: 1.4rem;
  }
  .resultText {
    font-size: 1.4rem;
  }
  .allowance {
    font-size: 1.4rem;
  }
  .off {
    font-size: 1.4rem;
  }
  .inquiryLink {
    font-size: 1.8rem;
  }
  .systemTitle {
    font-size: 2.2rem;
  }
}

@media print, screen and (min-width: 768px) {
  .systemBox {
    grid-template-columns: 1fr 220px;
  }
  .systemDt {
    width: 130px;
  }
  .systemPic {
    width: 100%;
  }
}

/*# sourceMappingURL=recruit.css.map*/