@charset "utf-8";
/* CSS Document */

.hjk_reclist li:nth-last-of-type(n+2) {
  margin-bottom: 20px;
}

.hjk_reclist li a {
  display: block;
  padding: 28px 0;
  color: #333333;
  background-color: #F9F9F9;
  cursor: pointer;
  transition: all 0.3s ease;
}

.hjk_reclist li a h3 div {
  display: contents;
}

.hjk_reclist li a h3 {
  padding-left: 20px;
  padding-right: 40px;
  background: url(./img/icon_nextarw.svg) right 16px center no-repeat;
}

.hjk_reclist li.hjk_regular a h3 {
  border-left: 2px solid #004079;
}

.hjk_reclist li.hjk_part a h3 {
  border-left: 2px solid #6AB5F5;
}

.hjk_reclist li a h3 span {
  display: inline-block;
  vertical-align: baseline;
}

.hjk_reclist li a h3 div:nth-of-type(1) span {
  min-width: 88px;
}

.hjk_reclist li a h3 div:nth-of-type(2) span:first-of-type {
  min-width: 200px;
  font-size: 1.25rem;
  font-weight: 500;
}

.hjk_reclist li a h3 div:nth-of-type(2) span:nth-of-type(2) {
  max-width: 200px;
}





@media screen and (min-width:821px) {
  .hjk_reclist li a:hover {
    background-color: #DFF1FF;
  }
}


/* レスポンシブ */
@media screen and (max-width:820px) {
  .hjk_reclist li a h3 {
    background-size: 2.31vw auto;
  }
}


@media screen and (max-width:428px) {
  .hjk_reclist li a h3 {
    background-size: 13px auto;
  }

  .hjk_reclist li a h3 {
    display: flex;
    align-items: center;
  }

  .hjk_reclist li a h3 div {
    display: block;
  }

  .hjk_reclist li a h3 div:nth-of-type(1) span {
    min-width: 100px;
  }

  .hjk_reclist li a h3 div:nth-of-type(2) span:first-of-type {
    width: 100%;
    font-size: clamp(1rem, 0.727rem + 1.02vw, 1.25rem);
    /*16-20 428-820*/
  }

  .hjk_reclist li a h3 div:nth-of-type(2) span:nth-of-type(2) {
    width: 100%;
    margin-top: 4px;
  }
}