/*
* Cases [PC]
*/
.pageCases .mainContents {
  position: relative;
}
.pageCases .mainContents > .inner {
  max-width: 757px;
  padding-top: 60px;
}
.pageCases .mainContents .section--01 {
  margin-bottom: 40px;
}
.pageCases .mainContents .section--01 .case {
  margin: 0 0 60px;
}
.pageCases .mainContents .section--01 .case .col {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.775;
}
.pageCases .mainContents .section--01 .case .col p {
  margin: 0 0 8px;
}
.pageCases .mainContents .section--01 .case h2 {
  margin: 0 0 26px;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #467aba;
}
.pageCases .mainContents .section--01 .case h2::after {
  margin: auto;
  border: none;
}
.pageCases .mainContents .section--01 .case .figure {
  width: 432px;
  margin: 24px auto 0;
}
.pageCases .mainContents .section--01 .case .figure img {
  width: 100%;
}
.pageCases .mainContents .section--02 h2 {
  position: relative;
  margin: 0 0 26px;
  font-size: 2.1rem;
  color: #231815;
  text-align: left;
}
.pageCases .mainContents .section--02 h2::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 145px;
  height: 0;
  margin: auto;
  border-bottom: 2px solid #467aba;
  z-index: 99;
}
.pageCases .mainContents .section--02 h2::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  margin: auto;
  border-bottom: 2px solid #c5c5c5;
  z-index: 1;
}
.pageCases .mainContents .section--02 .bodyText {
  overflow-x: scroll;
}
.pageCases .mainContents .section--02 .table__basic {
  min-width: 620px;
  border: none;
}
.pageCases .mainContents .section--02 .table__basic th {
  width: 33%;
  padding: 4px 8px 6px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  white-space: nowrap;
  background-color: #467aba;
  border-right: 2px solid #fff;
}
.pageCases .mainContents .section--02 .table__basic th:last-child {
  border: none;
}
.pageCases .mainContents .section--02 .table__basic td {
  padding: 4px 12px 6px;
  font-size: 1.3rem;
  background-color: #f2f2f2;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  vertical-align: top;
}
.pageCases .mainContents .section--02 .table__basic td:last-child {
  border-right: none;
}

/*
* Cases [SP]
*/
@media screen and (max-width: 768px) {
  .pageCases .mainContents > .inner {
    padding-top: 0;
  }
  .pageCases .mainContents > .inner p + figure {
    margin-top: 40px;
  }
  .pageCases .mainContents .Title {
    text-align: center;
  }
  .pageCases .mainContents .section--01 {
    position: relative;
    z-index: 1;
  }
  .pageCases .mainContents .section--01 .case {
    display: block;
    margin: 0 0 60px;
  }
  .pageCases .mainContents .section--01 .case .col:first-child {
    margin: 0;
  }
  .pageCases .mainContents .section--01 .case .col p {
    margin: 0 0 15px;
  }
  .pageCases .mainContents .section--01 .case h2 {
    width: 100%;
    margin: 0 auto 26px;
  }
  .pageCases .mainContents .section--01 .case .figure {
    width: 100%;
  }
  .pageCases .mainContents .section--01 .case .link_list {
    margin: 0 0 15px;
  }
}
