/* パートナー募集css */
.pageMain {
  margin: 0 140px;
}

.japTitle {
  text-align: center;
  width: 100%;
}

.pageTitle {
  text-align: center;
  color: #808080;
  font-size: 1.5em;
}

.outerImageArea {
  height: auto;
}

.allCompanyCont {
  margin: 0 100px;
  margin-top: 50px;
  line-height: 34px;
  text-align: center;
}

.subDescription {
  height: 50px;
  font-size: 20px;
}

.partnerBlock {
  display: flex;
  margin: 40px 0px;
}

.partnerRecruitmentImg {
  width: 480px;
  height: 277px;
}

.partnerDescription {
  margin-left: 20px;
  line-height: 24px;
  text-align: left;
}

.outerContact {
  margin-bottom: 50px;
}

.contactBlock {
  border: 11px solid #CCCCCC;
  height: 360px;
  background-color: #EEEEEE;
  padding: 30px;
}

.outerButton {
  text-align: center;
  margin-top: 20px;
}

.contactButton {
  width: 549px;
  height: 83px;
  background-color: #2C7CFF;
  border: 1px solid;
  border-radius: 35px;
  color: #ffffff;
  outline: none;
}

.contactTitle {
  text-align: center;
}

.contactText {
  margin-top: 20px;
}

.partnerMailIcon {
  width: 25px;
  height: 25px;
}

.contactButtonText {
  color: #ffffff;
  font-size: 28px;
  padding-left: 8px;
}

.contactButton:hover {
  cursor: pointer;
}
/***********************
スマホ用 str
************************/
/*スマホ用のcssを読みこみ960*/
@media screen and (max-width: 960px) {
  .japTitle {
    /* text-align: center; */
  }

  .pageTitle {
    font-size: 15px;
  }

  .pageMain {
    margin: 0 25px;
    font-size: 15px;
  }

  .allCompanyCont {
    margin: 0;
  }

  .subDescription {
    height: auto;
    font-size: 13px;
    line-height: 17px;
    margin-top: 15px;
  }

  .partnerBlock {
    display: block;
  }

  .partnerRecruitmentImg {
    width: 100%;
    min-width: 230px;
    height: auto;
  }

  .partnerDescription {
    margin: 0;
    font-size: 12px;
  }

  .contactBlock {
    height: 100%;
    padding: 12px;
    text-align: left;
  }

  .contactButton {
    width: 100%;
    height: 50px;
  }

  .contactTitle {
    text-align: left;
    font-size: 16px;
  }

  .contactText {
    font-size: 12px;
    line-height: 18px;
  }

  .partnerMailIcon {
    width: 25px;
    height: 15px;
  }

  .contactButtonText {
    font-size: 15px;
  }
}
/***********************
スマホ用 end
************************/
