@charset "UTF-8";
@media (min-width: 768px) {
  .home-recomend__lower-body.rusutakucolumn {
    gap: 26px;
    justify-content: flex-start;
  }

  .for_sp {
    display: none;
  }
}

.bnr_area {
  position: relative;
  margin-bottom: 40px;
}

.bnr_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  font-weight: 700;
  color: #1d50a2;
  text-wrap: nowrap;
}

@media (max-width: 768px) {
  .bnr_area {
    margin-bottom: 30px;
  }

  .bnr_title {
    font-size: 16px;
    width: 200px;
    text-wrap: initial;
    text-align: center;
    line-height: 1.4;
  }
}

.rusutaku_case { display: flex; gap: 20px; justify-content: space-between; }
.rusutaku_case .img { flex: 1; }
@media (max-width: 768px) {
  .rusutaku_case { flex-direction: column; }
  .rusutaku_case .img { width: 100%; }
}