@charset "utf-8";

/* タブレット（iPad Mini、iPad Air） */
@media all and (max-width: 896px) {
  .case h2 {
    margin-bottom: 55px;
  }
  .case h3 {
    margin-bottom: 25px;
    font-size: 2rem;
  }
  .case h3 span {
    margin-right: 40px;
  }
  .case .checkList {
    margin: 0 0 20px;
  }
  .case .checkList li {
    padding: 0 0 15px 30px;
    font-size: 1.8rem;
    background-size: 20px auto;
  }
  .case .checkList li small {
    margin-top: 20px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .case .photoList {
    display: block;
  }
  .case .photoList li {
    margin-top: 20px;
    width: auto;
  }
  .case .photoList li p {
    font-size: 1.8rem;
  }
  .case .inner {
    margin-bottom: 60px;
  }
}

@media all and (min-width: 768px) and (max-width: 896px) {
  .case .photoList{
    display: flex;
  }
}