.user-support[data-v-07749897] {
  background-color: var(--fill-bg-grey);
  padding: clamp(96px, 8.3333333333vw, 120px) 0;
}
.user-support .section-body[data-v-07749897] {
  display: flex;
  background-color: #fff;
  border-radius: 8px;
  white-space: pre-line;
}
@media screen and (min-width: 1024px) {
.user-support .section-body[data-v-07749897] {
    width: clamp(0px, 91.1111111111vw, 1312px);
    margin: 0 auto;
}
}
@media screen and (max-width: 1023.98px) {
.user-support .section-body[data-v-07749897] {
    flex-direction: column;
    margin: 0 var(--gutter);
}
}
.user-support .section-body .list-item[data-v-07749897] {
  flex: 1 0 0;
  text-align: center;
  padding: clamp(40px, 3.3333333333vw, 48px) 0;
  position: relative;
}
.user-support .section-body .list-item .title[data-v-07749897] {
  font-size: var(--body1);
  font-family: "Montserrat", "NotoSansJP";
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-bk-primary);
}
.user-support .section-body .list-item .sub-title[data-v-07749897] {
  margin-top: clamp(12px, 1.1111111111vw, 16px);
  font-size: var(--body3);
  font-family: "Montserrat", "NotoSansJP";
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-bk-subheading);
  line-height: 2;
}
.user-support .section-body .list-item .button-base[data-v-07749897] {
  margin: clamp(20px, 2.2222222222vw, 32px) auto 0;
}
.user-support .section-body .list-item[data-v-07749897]:not(:first-child)::after {
  content: "";
  position: absolute;
  background-color: var(--line-dark);
  transition: all 0.3s;
  margin: auto;
}
@media screen and (min-width: 1024px) {
.user-support .section-body .list-item[data-v-07749897]:not(:first-child)::after {
    width: 1px;
    left: -0.5px;
    top: clamp(0px, 1.6666666667vw, 24px);
    bottom: clamp(0px, 1.6666666667vw, 24px);
}
}
@media screen and (max-width: 1023.98px) {
.user-support .section-body .list-item[data-v-07749897]:not(:first-child)::after {
    height: 1px;
    top: -0.5px;
    left: 12px;
    right: 12px;
}
}