html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ipad-wrapper {
  display: none;
}
.iphone-wrapper {
  display: none;
}
.open {
  display: block;
}
img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.iphone-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 3px;
}
@media (min-width: 780px) {
  .iphone-buttons {
    width: 85%;
    max-width: 1000px;
  }
}
.iphone-buttons button {
  width: calc(33.3333333333% - 2px);
  height: 60px;
  color: #005aaa;
  background-color: #fff;
  border: none;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1.2;
  border-radius: 5px;
  border: 2px solid #005aaa;
  cursor: pointer;
  display: grid;
  place-content: center;
}
.iphone-buttons button button:hover {
  color: #fff;
  background-color: #005aaa;
  transition: 0.3s all;
  font-weight: bold;
}
.iphone-buttons .active {
  color: #fff;
  font-weight: bold;
  background-color: #005aaa;
  transition: 0.3s all;
}
.repair-title {
  font-size: 2.8rem;
  font-weight: bold;
  margin: 60px 0 20px;
  color: #333;
}
.banner {
  width: 600px;
  margin: 40px auto;
}
table {
  font-size: 1.4rem;
  text-align: center;
  box-sizing: border-box;
  line-height: 1.2;
  color: #333;
}
table .head {
  background-color: #005aaa;
  color: #fff;
  border: 1px solid #005aaa;
  padding: 8px 10px;
  font-weight: bold;
  position: relative;
}
table .head-regular {
  width: 60px;
}
table .head-review::before,
table .head-line::before {
  width: 130px;
  content: "1,100円引き";
  position: absolute;
  color: #333;
  font-size: 1.8rem;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
table .head-a-b::before {
  width: 160px;
  content: "最大2,200円引き";
  position: absolute;
  color: red;
  font-size: 2rem;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
}
table td,
table th {
  border: solid 1px #333;
}
table th {
  width: 130px;
  font-size: 1.35rem;
  padding: 10px 20px;
  vertical-align: middle;
}
table td {
  width: 130px;
  font-size: 1.5rem;
  font-weight: bold;
  vertical-align: middle;
}
table .td-regular {
  width: 60px;
  padding: 15px 0;
  text-decoration: line-through;
}
table .td-regular.n {
  text-decoration: none;
}
table .td-a-b {
  font-size: 1.8rem;
  color: red;
}
@media (min-width: 781px) {
  .sp-br {
    display: none;
  }
}
@media (max-width: 780px) {
  body {
    overflow-x: hidden;
  }
  .repair-title {
    font-size: 5.3333333333vw;
    font-weight: bold;
    margin: 50px 0 60px;
    color: #333;
  }
  .banner {
    width: 100% !important;
  }
  .head-review::before,
  .head-line::before {
    width: 130px;
    content: "1,100円引き";
    position: absolute;
    color: #333;
    font-size: 2.9333333333vw !important;
    top: -6vw !important;
    left: 50%;
    transform: translateX(-50%);
  }
  .head-a-b::before {
    content: "最大\a 2,200円引き" !important;
    white-space: pre;
    position: absolute;
    color: red;
    font-size: 3.2vw !important;
    top: -10vw !important;
    left: 50%;
    transform: translateX(-50%);
  }
  table .head {
    padding: 7px 5px;
  }
  th {
    width: 22.14vw !important;
    font-size: 1.8666666667vw !important;
    padding: 10px 0 !important;
  }
  td {
    width: 21.33vw !important;
    font-size: 3.2vw !important;
  }
  .td-regular {
    width: 16vw !important;
  }
  .td-a-b {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 400px) {
  .iphone-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
} /*# sourceMappingURL=style.css.map */
