/* @include _breakpoints.scss */
/* break point media query */
.p-support-ttl {
  margin: 35px auto 0;
  width: 640px;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: #036eb8;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-support-ttl {
    margin: 3.0172413793vw auto 0;
    width: 55.1724137931vw;
    font-size: 1.724137931vw;
  }
}
@media (max-width: 767px) {
  .p-support-ttl {
    width: 81.3333333333vw;
  }
}

.supportList {
  margin: 0 auto;
  width: 640px;
  display: grid;
  grid-template-columns: 135px 1fr;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .supportList {
    width: 55.1724137931vw;
    grid-template-columns: 11.6379310345vw 1fr;
  }
}
@media (max-width: 767px) {
  .supportList {
    display: block;
    width: 81.3333333333vw;
  }
}
.supportList dt {
  margin-top: 20px;
  padding-bottom: 20px;
  font-weight: 600;
  border-bottom: 2px solid #f5f5f5;
}
@media (max-width: 767px) {
  .supportList dt {
    border: none;
    padding-bottom: 0;
  }
}
.supportList dt span {
  width: 110px;
  display: block;
  line-height: 40px;
  border-radius: 24px;
  border: 2px solid #036eb8;
  text-align: center;
  color: #036eb8;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .supportList dt span {
    width: 9.4827586207vw;
    line-height: 3.4482758621vw;
    border-radius: 2.0689655172vw;
    border: 0.1724137931vw solid #036eb8;
  }
}
.supportList dt span.both-family {
  margin-top: 0.5em;
  border: 2px solid #39b382;
  color: #39b382;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .supportList dt span.both-family {
    border: 0.1724137931vw solid #39b382;
  }
}
.supportList dt.family span {
  border: 2px solid #39b382;
  color: #39b382;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .supportList dt.family span {
    border: 0.1724137931vw solid #39b382;
  }
}
@media (max-width: 767px) {
  .supportList dt.both {
    display: flex;
    column-gap: 10px;
  }
  .supportList dt.both span {
    margin-top: 0;
  }
}
.supportList dd {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f5f5f5;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .supportList dd {
    margin-top: 10px;
  }
}
.supportList dd span {
  color: #036eb8;
  display: inline-block;
  font-weight: 600;
}
@media (max-width: 767px) {
  .supportList dd span {
    margin-bottom: 0.25em;
  }
}
.supportList dd span.family {
  color: #39b382;
}
.supportList dd a {
  color: #036eb8;
  font-weight: 600;
}
/*# sourceMappingURL=sourcemaps/local-support.css.map */
