article .content .title {
  width: 14.52380952vw;
}
article .content .combox {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.9047619vw;
  width: 100%;
}
article .content .combox li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.66666667vw;
  margin-bottom: 0.66666667vw;
  width: 7.38095238vw;
  height: 2.0952381vw;
  border-radius: 1.04761905vw;
  background-color: #ffffff;
  cursor: pointer;
}
article .content .combox li:nth-of-type(6n+1) {
  margin-left: 0;
}
article .content .combox li:hover {
  background-color: #f7de44;
}
article .content .combox li strong {
  color: #000000;
  font-size: 0.95238095vw;
}
article .content .combox .combox_on {
  background-color: #f7de44;
}
article .content .jobox {
  margin-top: 1.23809524vw;
  width: 100%;
}
article .content .jobox .job-title span {
  color: #ffffff;
  font-size: 1.42857143vw;
  letter-spacing: 2px;
}
article .content .jobox .job-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2.14285714vw;
  margin-top: 0.95238095vw;
  width: 100%;
  height: 1.9047619vw;
  background-color: #0f7076;
}
article .content .jobox .job-head span {
  color: #ffffff;
  font-size: 0.95238095vw;
  letter-spacing: 1px;
}
article .content .jobox .job-list {
  margin-top: 0.47619048vw;
  width: 100%;
  max-height: 18.80952381vw;
  background-color: #ffffff;
  overflow-y: auto;
}
article .content .jobox .job-list::-webkit-scrollbar {
  width: 0.23809524vw;
}
article .content .jobox .job-list::-webkit-scrollbar-thumb {
  background: #27ae79;
}
article .content .jobox .job-list::-webkit-scrollbar-track {
  background: #0f7076;
}
article .content .jobox .job-list li {
  width: 100%;
}
article .content .jobox .job-list li .job-list-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 2.14285714vw;
  padding-right: 1.66666667vw;
  height: 2.66666667vw;
  border-bottom: 1px solid #cccccc;
}
article .content .jobox .job-list li .job-list-head span {
  color: #4c4c4c;
  font-size: 0.76190476vw;
}
article .content .jobox .job-list li .job-list-head div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 10.95238095vw;
}
article .content .jobox .job-list li .job-list-head div a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.85714286vw;
  height: 1.52380952vw;
  font-size: 0.80952381vw;
  letter-spacing: 1px;
  border-radius: 0.76190476vw;
}
article .content .jobox .job-list li .job-list-head div a:nth-of-type(1) {
  color: #fff;
  background-color: #27ae79;
}
article .content .jobox .job-list li .job-list-head div a:nth-of-type(2) {
  color: #000;
  background-color: #f7de44;
}
article .content .jobox .job-list li .job-list-content {
  display: none;
  padding: 0.57142857vw 1.42857143vw;
  margin: 0 2.14285714vw;
  color: #000000;
  font-size: 0.66666667vw;
  line-height: 2em;
  text-indent: 2em;
  border: 1px solid #cccccc;
  border-top: 0;
}
