.tenshoku_recommend {
  position: relative;
  background-color: #edf5ff;
  border: 1px solid #5fb9f5;
  padding: 2em 1em 2em 2em;
}

.tenshoku_recommend.style2 {
  border-color: #a91711;
  background-color: white;
}

.tenshoku_recommend .title {
  position: absolute;
  color: #fff;
  background-color: #5fb9f5;
  font-size: 0.85em;
  line-height: 1;
  padding: 0.5em 0.75em;
  top: -1em;
  left: 1em;
}

.tenshoku_recommend.style2 .title {
  background-color: #a91711;
}

.tenshoku_recommend .items {
  display: flex;
  flex-direction: column;
  gap: 2em;
}

.tenshoku_recommend .item-contents {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
}

.tenshoku_recommend .item-contents .link {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 1em;
  font-size: 0.95em;
}

.tenshoku_recommend .item-contents .link a {
  color: rgb(17, 118, 212);
  font-weight: 700;
}

.tenshoku_recommend .item-contents .link strong {
  color: #e44141;
  font-weight: 700;
}

.tenshoku_recommend.style2 .item-contents .link strong {
  color: #a91711;
}

.tenshoku_recommend .item-contents p {
  font-size: 0.9em;
}
