.case_list:hover {
  background-color: #eff6fb;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.case_list a:hover {
  color: inherit;
}

.case_logo {
  min-height: 120px;
  text-align: center;
  position: relative;
  display: grid;
  place-content: center;
}

.case_logo img {
  height: 100%;
  width: auto;
}

.case_list .service_list_sp_right h2 {
  margin: 20px 40px 0;
  border-left: none;
  padding-left: 0;
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  text-decoration: underline;
  color: #2D7492;
}

.case_list:hover .service_list_sp_right h2{
  color: #545454;
}

.case_list .tag-area {
  margin: 20px 40px 0;
}

.case_list .tag-area .gry-tag {
  display: inline-block;
  padding: 3px 6px;
  font-size: 1.2rem;
}

.case_list .service_list_sp_right p.gry-tag {
  margin: 0;
  margin-right: 6px;
  margin-bottom: 6px;
  /*
  letter-spacing: -0.1px;
  */
}

@media (max-width: 767px) {

  .case_list .service_list_sp_left,
  .case_list .service_list_sp_right {
    width: 100%;
  }

  .case_list .service_list_sp_right h2 {
    font-size: 1.6rem;
    text-align: center;
    margin: 20px auto 0;
  }

  .case_list .service_list_sp_right p {
    margin: 20px 20px 0;
  }

  .case_list .tag-area {
    margin: 20px 20px 0;
  }
}