.contents-body-job-type {
  display: flex;
  flex-direction: column;
  width: 80%;
}

.jt-header-text {
  text-align: center;
  margin: 10px;
}

.jt-header-text-1 {
  /* font-size: 70px; */
  font-size: 3vw;
  font-weight: 800;
  margin-top: 4.5vw;
}

.jt-header-text-2 {
  color: #fca29f;
  margin-bottom: 3.6vw;
  font-size: 1.2vw;
  margin-top: -0.5vw;
}

.jt-category-box {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.jt-sale-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: rgb(255, 244, 244);
}

.jt-category-content {
  width: 15vw;
  margin: 1vw 1.5vw;
}

.jt-category-header-text {
  text-align: center;
  /* font-size: 50px; */
  font-size: 1.5vw;
  margin-top: 3vw;
  font-weight: 600;
}

.jt-category-contents {
  display: flex;
  margin: auto;
  justify-content: flex-start;
  padding-bottom: 2vw;
}

.jt-bottom-box {
  display: flex;
  width: 100%;
}

.jt-factory-box {
  width: 50%;
}

.jt-other-box {
  width: 50%;
  background-color: rgb(242, 242, 242);
}

.jt-category-content-line {
  margin: 1.1vw auto;
  width: 100%;
}

.jt-category-content-other {
  /*margin: auto;*/
}
.jt-other-box .jt-category-header-text {
  padding-right: 3.6vw;
}
.header-sp, .footer-sp, .contact-form-sp {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, .jt-category-content {
  margin: auto;
}

_:-ms-lang(x)::-ms-backdrop, .jt-category-contents {
  width: 80%;
}

_:-ms-lang(x)::-ms-backdrop, .jt-sale-box {
  height: 450px;
}

_:-ms-lang(x)::-ms-backdrop, .jt-bottom-box {
  /*height: 350px;*/
}
