.s5-returnToTop {
  margin-top: 0 !important;
}
@media screen and (max-width: 768px) {
  .s5-returnToTop {
    padding-top: 0 !important;
  }
}

.m-container__top {
  margin-bottom: 3.75rem;
  position: sticky;
  top: 126px;
  left: 0;
  z-index: 50;
  margin-top: 0;
  background: #fff;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  box-shadow: 2px 12px 14px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 991px) {
  .m-container__top {
    top: 0;
    margin-bottom: 1.875rem;
  }
}
.m-container__top-inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}
.m-container__title {
  font-size: 1.75rem;
  padding-bottom: 0.9375rem;
  font-family: "SST W01 Bold", sans-serif, "Helvetica Neue", Helvetica, Arial;
  font-weight: 500;
  margin-bottom: 1.25rem;
  border-bottom: solid 1px #e4e7eb;
}
@media screen and (max-width: 768px) {
  .m-container__title {
    font-size: 1.125rem;
    padding-bottom: 0.625rem;
    margin-bottom: 0.9375rem;
  }
}
.m-container__text {
  font-size: 0.875rem;
  font-family: "SST W01 Bold", sans-serif, "Helvetica Neue", Helvetica, Arial;
  line-height: 1.91;
}
@media screen and (max-width: 768px) {
  .m-container__text {
    font-size: 0.75rem;
  }
}
.m-container__button {
  height: 3.125rem;
  width: 17.5rem;
  background: #3177c4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
}
@media screen and (max-width: 768px) {
  .m-container__button {
    height: 2.5rem;
    width: 13.75rem;
  }
}
.m-container__button p {
  color: #fff;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .m-container__button p {
    font-size: 0.875rem;
  }
}
.m-container__button::after {
  content: "";
  display: block;
  height: auto;
  width: 0.5rem;
  aspect-ratio: 8/15;
  background: url(/bravia/tvsize/images/right-arrow.svg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .m-container__button::after {
    width: 0.375rem;
  }
}
.m-container__bottom {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
  --titleW:15rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .m-container__bottom {
    gap: 1.875rem;
  }
}
.m-container__wrap {
  border-top: solid 1px #b9b9b9;
  display: flex;
}
@media screen and (max-width: 768px) {
  .m-container__wrap {
    flex-direction: column;
    border-left: solid 1px #b9b9b9;
    border-right: solid 1px #b9b9b9;
    border-bottom: solid 1px #b9b9b9;
  }
}
.m-container__wrap:last-child {
  border-bottom: solid 1px #b9b9b9;
}
.m-container__wrap-title {
  width: var(--titleW);
  font-size: 0.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f6f6f6;
  border-left: 1px solid #b9b9b9;
  border-right: 2px solid #b9b9b9;
}
@media screen and (max-width: 768px) {
  .m-container__wrap-title {
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #b9b9b9;
    height: 3.125rem;
    width: 100%;
    font-size: 0.9375rem;
  }
}
.m-container__wrap-content {
  padding: 1.5625rem 1.875rem;
  width: calc(100% - var(--titleW));
  border-right: 1px solid #b9b9b9;
}
@media screen and (max-width: 768px) {
  .m-container__wrap-content {
    border-right: none;
    width: 100%;
  }
}
.m-container__wrap-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9375rem 0;
}
@media screen and (max-width: 768px) {
  .m-container__wrap-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.9375rem 0;
  }
}
@media screen and (max-width: 768px) {
  .m-container__wrap-item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .m-container__wrap-item:nth-child(odd) {
    border-right: solid 1px #b9b9b9 !important;
  }
}
.m-container__wrap-item:not(:last-child) {
  margin-right: 1.25rem;
  padding-right: 1.25rem;
  border-right: solid 1px #b9b9b9;
}
@media screen and (max-width: 768px) {
  .m-container__wrap-item:not(:last-child) {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
}
.m-container__wrap-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .m-container__wrap-link {
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.m-container__wrap-link p {
  color: #30353d;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .m-container__wrap-link p {
    font-size: 0.875rem;
  }
}
.m-container__wrap-link::after {
  content: "";
  display: block;
  height: auto;
  width: 1.125rem;
  aspect-ratio: 18/16;
  -webkit-mask-image: url(/bravia/tvsize/images/blank.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(/bravia/tvsize/images/blank.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #b9b9b9;
}
@media screen and (max-width: 768px) {
  .m-container__wrap-link::after {
    width: 0.8125rem;
  }
}

@media screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }
  .pcImg {
    display: inline-block !important;
  }
  .sp {
    display: none !important;
  }
  .spImg {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .spImg {
    display: inline-block !important;
  }
  .pc {
    display: none !important;
  }
  .pcImg {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */