p {
  margin: 0;
  line-height: 1.7;
  letter-spacing: 0.08em;
}

.wrap {
  padding-left: clamp(16px, 3vw, 24px);
  padding-right: clamp(16px, 3vw, 24px);
  max-width: 800px;
  margin: auto;
}

main#stripeBg {
  background: none;
}

.mv__title {
  text-align: center;
  color: #ff3f3f;
  margin-top: 48px;
  letter-spacing: 4px;
}
.mv__img {
  margin-bottom: 24px;
}
.mv__img img {
  display: block;
  margin: auto;
  width: 100%;
}
.mv__lead {
  margin-bottom: 24px;
  font-weight: 600;
}

.case {
  margin-bottom: 24px;
}
.case__title {
  text-align: center;
  margin: 0 auto;
  font-size: 24px;
}
.case__contentbox {
  padding: clamp(16px, 3vw, 24px);
  border: 1px solid #ccc;
  border-radius: 10px;
}
.case__img {
  display: block;
  margin: auto;
  width: 100%;
}
.case__opinion {
  padding: 16px 24px;
  background-color: #d6f5f9;
  margin-bottom: 16px;
  border-radius: 4px;
}
.case__connection {
  text-align: center;
  margin-bottom: 16px;
}
.case__answer {
  padding: 16px 24px;
  background-color: #ffdfdd;
  border-radius: 4px;
  font-weight: 600;
}
.case__shoptitle {
  position: relative;
  text-align: center;
  font-size: 24px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 48px;
  cursor: pointer;
}
.case__shoplist {
  margin-bottom: 24px;
}
.case__shoppref {
  margin-bottom: 32px;
}
.case__preftitle {
  font-size: 18px;
  margin-bottom: 4px;
}
.case__shopnamelist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 8px;
}
.case__shopname {
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px #e60012 solid;
}
.case__shopname a {
  color: #e60012;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  padding: 8px;
}
.case__txt {
  margin-top: 16px;
}

.ending {
  margin: 40px 0;
}
.ending br {
  display: block;
  content: "";
  margin-bottom: 6px;
}

.request {
  margin-bottom: 32px;
}
.request a {
  display: flex;
  width: 100%;
  height: 56px;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: #e60012;
  color: #fff;
  font-size: 16px;
  border-radius: 8px;
}/*# sourceMappingURL=style.css.map */