.recruit-term {
	line-height: 25px;
	letter-spacing: 1.5px;
}
.recruit-term__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 26px;
  font-weight: 500;
  color: #655443;
}

@media screen and (max-width: 1100px) {
  .recruit-term__title {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .recruit-term__title {
    font-size: 18px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.recruit-term__title::before {
  content: '';
  background-image: url(../img/common/ico_recruit.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  width: 75px;
  height: 75px;
  display: inline-block;
  margin: 0 20px 0 0;
}

@media screen and (max-width: 1100px) {
  .recruit-term__title::before {
    width: 62px;
    height: 62px;
    margin: 0 18px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .recruit-term__title::before {
    width: 40px;
    height: 40px;
    margin: 0 12px 0 0;
  }
}

.recruit {
	margin: 0;
	padding: 0;
	width: 100%;
}
.recruit_comment {
	margin: 0;
	padding: 20px 0 0 0;
}
.recruit_comment span {
	display: block;
	color: #FF7C38;
}

.recruit__table {
  width: 100%;
  margin: 20px 0 0;
}

.recruit__table th, .recruit__table td {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.33;
  vertical-align: middle;
  border: solid 1px #655443;
}

@media screen and (max-width: 1100px) {
  .recruit__table th, .recruit__table td {
    display: block;
    line-height: 1.4;
  }
}

.recruit__table th {
  width: 100px;
  background: #FFDFCE;
  text-align: center;
}

@media screen and (max-width: 1100px) {
  .recruit__table th {
    width: 100%;
    padding: 10px;
  }
}

.recruit__table td {
  padding: 10px 18px;
}

@media screen and (max-width: 1100px) {
  .recruit__table td {
    border-top: 0;
    border-bottom: 0;
    text-align: center;
  }
}

.recruit__table td.recruit__table-tel {
  font-size: 20px;
  font-weight: 500;
}

@media screen and (max-width: 1100px) {
  .recruit__table td.recruit__table-tel {
    border-bottom: 1px solid #655443;
  }
  .recruit__table td.last {
    border-bottom: solid 1px #655443;
  }
  .recruit__table tr:last-child {
    border-bottom: solid 1px #655443;
  }
}

.recruit__table-price-title {
  font-weight: 500;
  color: #655443;
}

.recruit__table-price-detail {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.recruit__table-price-num {
  color: #ff7bab;
}

.recruit__table-price .big {
  font-size: 18px;
  font-weight: 800;
}

@media screen and (max-width: 1100px) {
  .recruit__table-price .big {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .recruit__table-price .big {
    font-size: 18px;
  }
}
