body .case_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 80px;
}
body .case_box h3 {
  width: 100%;
}
body .case_box figure {
  width: calc(50% - 20px);
  background: #000;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
body .case_box .table_type01 {
  width: calc(50% - 20px);
  border-top: 1px solid #939396;
  margin-bottom: 0;
}
body .case_box .table_type01 tbody tr th {
  width: 110px;
  font-size: 1.4rem;
  padding: 10px 0;
  white-space: normal;
  background: var(--beige);
}
body .case_box .table_type01 tbody tr td {
  padding: 10px;
  font-size: 1.4rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  body .case_box {
    display: block;
    margin-top: 40px;
  }
  body .case_box h3 {
    width: 100%;
    padding-bottom: 32px;
  }
  body .case_box figure {
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
    background: #000;
  }
  body .case_box figure img {
    width: 80%;
  }
  body .case_box .table_type01 {
    width: 100%;
    font-size: 1.3rem;
  }
  body .case_box .table_type01 tbody tr th {
    width: 80px;
    font-size: 1.2rem;
    padding: 6px 0;
  }
  body .case_box .table_type01 tbody tr td {
    padding: 6px;
    font-size: 1.2rem;
  }
}

/*# sourceMappingURL=style.css.map */
