@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
:root {
  --black: #2f353d;
  --gray-light: #f1f5f9;
  --gray-middle: #e2e4e9;
  --gray-dark: #7c7e81;
  --green: #0ea587;
  --blue: #2d75c7;
  --blue-dark: #0b1426;
  --blue-green: #0da1ac;
  --blue-green-light: #f2fafb;
  --red: #e34d4d;
  --link: #3865e0;
}

.c5-re2025-bg-blue-green-gradient {
  background: linear-gradient(90deg, #b3dfe2 0%, #fff 68%);
}

.c5-re2025 {
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%) 60px;
  background: var(--blue-green-light);
  font-size: 16px;
}
.c5-re2025 img,
.c5-re2025 img[class^="s5"] {
  margin: initial;
  display: inline;
}
.c5-re2025 p {
  line-height: 1.7;
}
.c5-re2025 .c5-c-consultation {
  background: white;
}
.c5-re2025 .c5-recommend {
  margin-bottom: 40px;
}
.c5-re2025--anchor-position {
  margin-top: -125px;
  padding-top: 125px;
}
@media (max-width: 767px) {
  .c5-re2025--anchor-position {
    margin-top: unset;
    padding-top: unset;
  }
}
.c5-re2025--h1 {
  font-size: 28px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c5-re2025--h1 {
    font-size: 20px;
  }
}
.c5-re2025--h2 {
  margin-bottom: 40px;
  border-bottom: 2px solid #aaaaab;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .c5-re2025--h2 {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.c5-re2025--h3 {
  margin-bottom: 40px;
  padding-left: 15px;
  border-left: 4px solid black;
  color: var(--black);
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .c5-re2025--h3 {
    margin-bottom: 16px;
    font-size: 16px;
  }
}
.c5-re2025--h3__badge {
  display: inline-block;
  font-size: 14px;
  padding: 0 8px;
  border: 1px solid #2f353d;
  justify-self: end;
}
.c5-re2025--h3:has(.c5-re2025--h3__badge) {
  display: grid;
}
.c5-re2025--h3-2 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 8px;
  background-color: white;
  color: black;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .c5-re2025--h3-2 {
    margin-bottom: 40px;
    padding: 16px;
    gap: 16px;
    font-size: 24px;
  }
}
.c5-re2025--h3-2 .label {
  padding: 0 12px;
  flex: 0 0 auto;
  background-color: black;
  color: white;
}
.c5-re2025--h3-2 .text {
  flex: 1 1 auto;
}
.c5-re2025--box {
  margin: 16px 0;
  padding: 24px;
}
@media (min-width: 768px) {
  .c5-re2025--box {
    margin: 30px 0;
  }
}
.c5-re2025--bg-gray-imddle {
  background-color: var(--gray-middle);
}
.c5-re2025--blue-green {
  border-color: var(--blue-green);
}
.c5-re2025--blue-green:is(h2) {
  color: var(--blue-green);
}
.c5-re2025--button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  position: relative;
  min-height: 48px;
  padding: 12px 16px;
  border-radius: 4px;
  background-color: var(--link);
  color: white;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .c5-re2025--button {
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
    width: fit-content;
    text-align: center;
  }
}
.c5-re2025--button:hover {
  color: white;
  text-decoration: none;
  opacity: 0.8;
}
.c5-re2025--button span::after {
  content: "";
  display: inline-block;
  height: 7px;
  width: 7px;
  margin-left: 1em;
  border-style: solid;
  border-color: inherit;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  vertical-align: 0.1em;
  transition: border 0.1s;
}
.c5-re2025--button-green {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  position: relative;
  padding: 12px 16px;
  border-radius: 4px;
  background-color: var(--green);
  color: white;
  text-align: center;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .c5-re2025--button-green {
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
    width: fit-content;
  }
}
.c5-re2025--button-green:hover {
  color: white;
  text-decoration: none;
  opacity: 0.8;
}
.c5-re2025--button-green__icon-mail {
  width: 32px;
}
.c5-re2025--button-green span {
  position: relative;
}
@media (min-width: 768px) {
  .c5-re2025--button-green span {
    padding-right: 50px;
  }
}
.c5-re2025--button-green span::after {
  content: "";
  display: inline-block;
  height: 7px;
  width: 7px;
  border-style: solid;
  border-color: inherit;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  vertical-align: 0.1em;
  transition: border 0.1s;
}
@media (min-width: 768px) {
  .c5-re2025--button-green span::after {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
}
.c5-re2025--modal {
  display: grid;
  place-items: center;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition:
    opacity 0.3s,
    visibility 0.3s;
}
.c5-re2025--modal:not(.active) {
  visibility: hidden;
  opacity: 0;
}
.c5-re2025--modal__container {
  max-height: 90%;
  max-width: 90%;
}
.c5-re2025--modal-trigger {
  position: relative;
}
@media (max-width: 767px) {
  .c5-re2025--modal-trigger {
    pointer-events: none;
  }
}
.c5-re2025--modal-trigger:hover {
  opacity: 0.8;
  cursor: pointer;
}
.c5-re2025--modal-trigger__label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 16px;
  border-radius: 40px;
  background-color: #fff;
  font-size: 14px;
}
@media (max-width: 767px) {
  .c5-re2025--modal-trigger__label {
    display: none;
  }
}
.c5-re2025--modal-trigger__label::before {
  content: "";
  display: block;
  margin-right: 8px;
  width: 24px;
  height: 24px;
  background: url(/bravia-biz/signage/images/icon-open-modal.png) no-repeat center/contain;
}
.c5-re2025--section {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .c5-re2025--section {
    margin-bottom: 40px;
  }
}
.c5-re2025--shadow-section {
  margin-bottom: 24px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  background-color: #fff;
}
.c5-re2025--shadow-section.c5-shadow-none {
  box-shadow: none;
}
.c5-re2025--shadow-section__header {
  padding: 24px 16px 16px;
  background-color: var(--blue-green);
  color: white;
}
@media (min-width: 768px) {
  .c5-re2025--shadow-section__header {
    padding: 40px;
  }
}
.c5-re2025--shadow-section__header .title {
  margin-bottom: 8px;
  font-size: 18px;
  text-align: center;
}
@media (min-width: 768px) {
  .c5-re2025--shadow-section__header .title {
    margin-bottom: 24px;
    font-size: 32px;
  }
}
.c5-re2025--shadow-section__header p {
  font-size: 14px;
  text-align: center;
}
@media (min-width: 768px) {
  .c5-re2025--shadow-section__header p {
    font-size: 16px;
  }
}
.is-signage-top .c5-re2025--shadow-section__header .title {
  margin: 8px 0 0;
  font-size: 20px;
}
@media (min-width: 768px) {
  .is-signage-top .c5-re2025--shadow-section__header .title {
    margin: 16px 0 0;
    font-size: 48px;
  }
}
.is-signage-top .c5-re2025--shadow-section__header p {
  font-size: 16px;
}
@media (min-width: 768px) {
  .is-signage-top .c5-re2025--shadow-section__header p {
    font-size: 20px;
  }
}
.c5-re2025--shadow-section__body {
  padding: 24px 20px;
}
@media (min-width: 768px) {
  .c5-re2025--shadow-section__body {
    padding: 80px min(60px, 10%);
  }
}
@media (min-width: 768px) {
  .c5-re2025--shadow-section__body .notice {
    font-size: 14px;
  }
}
.c5-re2025--shadow-section__body p + p {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .is-signage-top .c5-re2025--shadow-section__body {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.c5-re2025--shadow-section .notice-bottom {
  text-align: right;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .c5-re2025--shadow-section .notice-bottom {
    font-size: 14px;
  }
}
.c5-re2025--tab-box {
  margin-top: 16px;
}
.c5-re2025--tab-box__tabs {
  display: flex;
  gap: 8px;
  overflow: auto hidden;
  padding-bottom: 28px;
}
.c5-re2025--tab-box__tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 128px;
  padding: 12px 8px;
  border: 2px solid var(--gray-middle);
  border-radius: 4px;
  background-color: white;
  color: var(--gray-dark);
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 768px) {
  .c5-re2025--tab-box__tab {
    flex: 1 1 auto;
    width: calc((100% - 16px) / 3);
  }
}
.c5-re2025--tab-box__tab.active {
  position: relative;
  border-color: var(--black);
  color: var(--black);
}
.c5-re2025--tab-box__tab.active:after,
.c5-re2025--tab-box__tab.active:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.c5-re2025--tab-box__tab.active:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.c5-re2025--tab-box__tab.active:before {
  border-color: rgba(47, 53, 61, 0);
  border-top-color: #2f353d;
  border-width: 13px;
  margin-left: -13px;
}
.c5-re2025--tab-box__tab .head {
  margin-bottom: 4px;
  color: var(--blue-green);
  line-height: 1;
}
.c5-re2025--tab-box__tab .img {
  margin-top: 16px;
  width: 70px;
}
@media (min-width: 768px) {
  .c5-re2025--tab-box__tab .img {
    width: 140px;
  }
}
.c5-re2025--tab-box__tab p {
  flex: 1 0 auto;
  line-height: 1.7;
}
.c5-re2025--tab-box__contents {
  padding: 16px;
  border: 2px solid var(--gray-middle);
  background-color: #fff;
}
@media (min-width: 768px) {
  .c5-re2025--tab-box__contents {
    padding: 24px;
  }
}
.c5-re2025--tab-box__content:not(.active) {
  display: none;
}
.c5-re2025--tab-box__content dl dt {
  padding: 4px;
  background-color: var(--gray-middle);
  text-align: center;
  font-weight: bold;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .c5-re2025--tab-box__content dl dt {
    font-size: 18px;
  }
}
.c5-re2025--tab-box__content dl dd {
  padding: 16px 0;
  line-height: 1.7;
}
.c5-re2025--tab-box__content p:not(.head) {
  margin-top: 16px;
}
.c5-re2025--tab-box__content .head {
  margin-bottom: 16px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .c5-re2025--tab-box__content .head {
    font-size: 18px;
  }
}
.c5-re2025--tab-box__content .head small {
  font-size: 12px;
}
.c5-re2025--tab-box__content .content-row {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .c5-re2025--tab-box__content .content-row {
    flex-direction: row;
    gap: 24px;
  }
}
@media (min-width: 768px) {
  .c5-re2025--tab-box__content .content-col {
    display: flex;
    flex-direction: column;
    flex: 1 1 50%;
  }
  .c5-re2025--tab-box__content .content-col > .head {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 0 auto;
  }
}
.c5-re2025--column {
  margin-bottom: 40px;
}
.c5-re2025--column .link {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .c5-re2025--column .link {
    margin-top: 30px;
    text-align: right;
  }
}
.c5-re2025--column .small {
  display: block;
  margin-top: 8px;
  font-size: 14px;
}
.c5-re2025--column__row {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .c5-re2025--column__row {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .c5-re2025--column__col {
    flex: 1 1 auto;
  }
  .c5-re2025--column__col.is-image {
    flex: 1 0 auto;
    width: min(585px, 50%);
  }
}
.c5-re2025--column__col p + p {
  margin-top: 30px;
}

.c5-re2025-about--introduction {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 20px;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .c5-re2025-about--introduction {
    display: flex;
    flex-direction: row;
    gap: 40px;
    margin-bottom: 70px;
    padding: 40px 0;
  }
  .c5-re2025-about--introduction .col {
    flex: 1 1 auto;
  }
  .c5-re2025-about--introduction .col-600 {
    flex: 1 0 50%;
    width: 600px;
  }
}
.c5-re2025-about--merit {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .c5-re2025-about--merit {
    flex-direction: row;
  }
}
.c5-re2025-about--merit__col {
  display: flex;
  flex-direction: column;
  padding: 24px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .c5-re2025-about--merit__col {
    flex: 1 1 30%;
  }
}
.c5-re2025-about--merit__col dt {
  color: var(--blue-green);
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .c5-re2025-about--merit__col dt {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    font-size: 24px;
  }
}
.c5-re2025-about--merit__col .img {
  text-align: center;
}
.c5-re2025-about--use {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .c5-re2025-about--use {
    flex-direction: row;
  }
}
.c5-re2025-about--use__col {
  display: flex;
  flex-direction: column;
  padding: 16px 20px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .c5-re2025-about--use__col {
    padding: 16px;
    flex: 1 1 25%;
  }
}
@media (min-width: 768px) {
  .c5-re2025-about--use__col dt {
    margin: 0 0 30px;
  }
}
.c5-re2025-about--use__col .img {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .c5-re2025-about--use__col .img {
    margin: 0 0 30px;
  }
}
.c5-re2025-about--use__col .img p {
  margin-top: 8px;
  color: var(--gray-dark);
  font-size: 14px;
  line-height: 1.7;
}
.c5-re2025-about--support {
  margin-bottom: 36px;
}
.c5-re2025-about--support__row {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .c5-re2025-about--support__row {
    flex-direction: row;
    margin-bottom: 40px;
  }
  .c5-re2025-about--support__row > li {
    flex: 1 1 auto;
  }
}

.c5-re2025-multi-display--introduction {
  margin-bottom: 0px;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .c5-re2025-multi-display--introduction {
    margin-bottom: 70px;
    padding: 40px 0;
  }
}
.c5-re2025-multi-display--introduction .c5-video-wrap {
  margin-bottom: 4px;
}
.c5-re2025-multi-display--introduction__row {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .c5-re2025-multi-display--introduction__row {
    flex-direction: row;
    gap: 40px;
  }
}
@media (min-width: 768px) {
  .c5-re2025-multi-display--introduction__col {
    flex: 1 1 auto;
  }
  .c5-re2025-multi-display--introduction__col.col-600 {
    flex: 1 0 50%;
    width: 600px;
  }
}
.c5-re2025-multi-display--youtube {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  aspect-ratio: 96/54;
}
.c5-re2025-multi-display--youtube iframe {
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .c5-re2025-RDM--outline-row {
    display: flex;
  }
}
.c5-re2025-RDM--outline {
  display: flex;
  gap: 4px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .c5-re2025-RDM--outline {
    flex-direction: column;
    gap: 24px;
  }
  .c5-re2025-RDM--outline.column-heading {
    width: 158px;
  }
  .c5-re2025-RDM--outline.column-heading .dl-1 {
    height: 54px;
  }
  .c5-re2025-RDM--outline.column-heading .dl-2 {
    height: 100px;
  }
  .c5-re2025-RDM--outline.column-content {
    flex: 1 1 auto;
    width: calc((100% - 158px) / 2);
  }
}
.c5-re2025-RDM--outline > dl {
  display: flex;
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .c5-re2025-RDM--outline > dl {
    flex-direction: column;
    width: 40px;
  }
}
.c5-re2025-RDM--outline > dl > dt,
.c5-re2025-RDM--outline > dl > dd {
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.04em;
  flex: 1 0 auto;
}
@media (max-width: 767px) {
  .c5-re2025-RDM--outline > dl > dt,
  .c5-re2025-RDM--outline > dl > dd {
    writing-mode: vertical-rl;
  }
}
.c5-re2025-RDM--outline .dl-1 dt {
  padding: 8px 0;
  background-color: var(--black);
  color: white;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .c5-re2025-RDM--outline .dl-1 dt {
    padding: 0;
    line-height: 54px;
    font-size: 20px;
  }
}
.c5-re2025-RDM--outline .dl-1 dd {
  position: relative;
  margin: 12px 0;
  background-color: #fff;
  border: 1px solid var(--black);
  border-width: 0 1px;
  color: var(--black);
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .c5-re2025-RDM--outline .dl-1 dd {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    margin: 0 20px;
    height: 52px;
    border-width: 1px 0;
    line-height: 1.3;
  }
}
.c5-re2025-RDM--outline .dl-1 dd::before {
  position: absolute;
  top: -12px;
  left: -1px;
  height: 14px;
  width: calc(100% + 2px);
  background: url("/bravia-biz/signage/images/remote_device_manager/bg_outline_dl_1.svg") no-repeat center top/100% auto;
  content: "";
}
@media (min-width: 768px) {
  .c5-re2025-RDM--outline .dl-1 dd::before {
    top: -1px;
    left: -20px;
    width: 20px;
    height: 54px;
    background: url("/bravia-biz/signage/images/remote_device_manager/bg_outline_dl_1_pc.svg") no-repeat left center/auto 100%;
  }
}
.c5-re2025-RDM--outline .dl-1 dd::after {
  position: absolute;
  bottom: -12px;
  left: -1px;
  height: 14px;
  width: calc(100% + 2px);
  background: url("/bravia-biz/signage/images/remote_device_manager/bg_outline_dl_1.svg") no-repeat center bottom/100% auto;
  content: "";
}
@media (min-width: 768px) {
  .c5-re2025-RDM--outline .dl-1 dd::after {
    top: -1px;
    left: 100%;
    width: 20px;
    height: 54px;
    background: url("/bravia-biz/signage/images/remote_device_manager/bg_outline_dl_1_pc.svg") no-repeat right center/auto 100%;
  }
}
.c5-re2025-RDM--outline .dl-1 dd.first-item {
  border-top: 1px solid var(--black);
  margin-top: 0;
}
@media (min-width: 768px) {
  .c5-re2025-RDM--outline .dl-1 dd.first-item {
    border-left: 1px solid var(--black);
    margin-left: 0;
  }
}
.c5-re2025-RDM--outline .dl-1 dd.first-item::before {
  content: none;
}
.c5-re2025-RDM--outline .dl-2 dt {
  padding: 8px 0;
  background-color: var(--blue-green);
  color: white;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .c5-re2025-RDM--outline .dl-2 dt {
    padding: 0;
    line-height: 100px;
    font-size: 20px;
  }
}
.c5-re2025-RDM--outline .dl-2 dd {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 12px 0;
  background-color: #fff;
  border: 1px solid var(--blue-green);
  border-width: 0 1px;
  color: var(--blue-green);
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .c5-re2025-RDM--outline .dl-2 dd {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex: 1 1 auto;
    margin: 0 20px;
    height: 98px;
    border-width: 1px 0;
  }
}
.c5-re2025-RDM--outline .dl-2 dd::before {
  position: absolute;
  top: -12px;
  left: -1px;
  height: 14px;
  width: calc(100% + 2px);
  background: url("/bravia-biz/signage/images/remote_device_manager/bg_outline_dl_2.svg") no-repeat center top/100% auto;
  content: "";
}
@media (min-width: 768px) {
  .c5-re2025-RDM--outline .dl-2 dd::before {
    top: -1px;
    left: -20px;
    width: 20px;
    height: 100px;
    background: url("/bravia-biz/signage/images/remote_device_manager/bg_outline_dl_2_pc_before.svg") no-repeat left center/auto 100%;
  }
}
.c5-re2025-RDM--outline .dl-2 dd::after {
  position: absolute;
  bottom: -12px;
  left: -1px;
  height: 14px;
  width: calc(100% + 2px);
  background: url("/bravia-biz/signage/images/remote_device_manager/bg_outline_dl_2.svg") no-repeat center bottom/100% auto;
  content: "";
}
@media (min-width: 768px) {
  .c5-re2025-RDM--outline .dl-2 dd::after {
    top: -1px;
    left: 100%;
    width: 20px;
    height: 100px;
    background: url("/bravia-biz/signage/images/remote_device_manager/bg_outline_dl_2_pc_after.svg") no-repeat right center/auto 100%;
  }
}
.c5-re2025-RDM--outline .dl-2 dd.first-item {
  border-top: 1px solid var(--blue-green);
  margin-top: 0;
}
@media (min-width: 768px) {
  .c5-re2025-RDM--outline .dl-2 dd.first-item {
    border-left: 1px solid var(--blue-green);
    margin-left: 0;
  }
}
.c5-re2025-RDM--outline .dl-2 dd.first-item::before {
  content: none;
}
.c5-re2025-RDM--outline .dl-2 small {
  font-size: 14px;
}
@media (min-width: 768px) {
  .c5-re2025-RDM--outline .dl-2 small {
    display: block;
  }
}
.c5-re2025-RDM--outline .dl-2 span {
  margin-top: 30px;
  padding: 8px 0;
  border-radius: 15px;
  font-size: 16px;
  background-color: var(--black);
  color: white;
  font-weight: bold;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .c5-re2025-RDM--outline .dl-2 span {
    margin: 0;
    padding: 4px 8px;
    min-width: 72px;
    width: fit-content;
  }
}
.c5-re2025-RDM--outline__content {
  flex: 1 1 auto;
  padding: 16px;
  border: 1px solid var(--blue-green);
  background-color: #fff;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .c5-re2025-RDM--outline__content.is-pc-margin-left {
    margin-left: 8px;
  }
}
.c5-re2025-RDM--outline__content .title1 {
  height: 32px;
  line-height: 2em;
  border-radius: 32px;
  font-size: 16px;
  font-weight: bold;
  background-color: var(--blue-green);
  color: white;
  text-align: center;
}
@media (min-width: 768px) {
  .c5-re2025-RDM--outline__content .title1 {
    height: 50px;
    line-height: 2.5em;
    border-radius: 50px;
    font-size: 20px;
  }
}
.c5-re2025-RDM--outline__content .title2 {
  margin: 16px 0;
  color: var(--blue-green);
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .c5-re2025-RDM--outline__content .title2 {
    font-size: 24px;
  }
}
.c5-re2025-RDM--outline__content dl {
  margin-bottom: 16px;
}
.c5-re2025-RDM--outline__content dl dt {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  background-color: rgba(13, 161, 172, 0.2);
  font-weight: bold;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .c5-re2025-RDM--outline__content dl dt {
    justify-content: center;
    font-size: 18px;
  }
}
.c5-re2025-RDM--outline__content dl dt::before {
  display: inline-block;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  background: url("/bravia-biz/signage/images/icon_check_circle.svg") no-repeat center/contain;
  content: "";
}
.c5-re2025-RDM--outline__content dl dd .img {
  padding: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .c5-re2025-RDM--outline__content dl dd {
    display: flex;
    gap: 24px;
    padding: 24px 0;
  }
  .c5-re2025-RDM--outline__content dl dd .img {
    flex: 0 0 auto;
    padding: 0;
    width: 120px;
    order: 2;
  }
  .c5-re2025-RDM--outline__content dl dd .img img {
    width: 100%;
  }
}
.c5-re2025-RDM--outline__link-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 30px;
  border-radius: 30px;
  border: 1px solid var(--blue-green);
  color: var(--blue-green);
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .c5-re2025-RDM--outline__link-button {
    height: 54px;
    border-radius: 54px;
    font-size: 20px;
  }
}
.c5-re2025-RDM--outline__link-button:hover {
  color: var(--blue-green);
  opacity: 0.8;
  text-decoration: none;
}
.c5-re2025-RDM--outline__link-button::after {
  display: inline-block;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  background: url("/bravia-biz/signage/images/icon_arrow_circle_down.svg") no-repeat center/contain;
  content: "";
}
.c5-re2025-RDM--link-area {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .c5-re2025-RDM--link-area {
    padding: 40px 0;
  }
}
.c5-re2025-RDM--link-area .back-to-top {
  margin-top: 20px;
  text-align: right;
}
@media (min-width: 768px) {
  .c5-re2025-RDM--link-area .back-to-top {
    margin-top: 40px;
  }
}

.c5-re2025-stb--column {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .c5-re2025-stb--column {
    margin-bottom: 110px;
  }
}
.c5-re2025-stb--column h3 {
  padding: 8px;
  margin-bottom: 16px;
  background-color: #fff;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .c5-re2025-stb--column h3 {
    padding: 16px;
    margin-bottom: 40px;
    font-size: 24px;
  }
}
.c5-re2025-stb--column__row {
  display: flex;
  gap: 16px;
  align-items: center;
}
.c5-re2025-stb--column__col.is-image {
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .c5-re2025-stb--column__col.is-image {
    width: 120px;
  }
}
.c5-re2025-stb--stb-less {
  padding: 24px 20px;
  border: 4px solid var(--blue-green);
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .c5-re2025-stb--stb-less {
    padding: 24px 40px;
  }
}
.c5-re2025-stb--stb-less__heading {
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .c5-re2025-stb--stb-less__heading {
    font-size: 32px;
  }
}
.c5-re2025-stb--stb-less__heading em {
  font-style: normal;
  border-bottom: 3px solid var(--blue-green);
}
@media (min-width: 768px) {
  .c5-re2025-stb--stb-less__heading em {
    border-bottom-width: 6px;
  }
}
.c5-re2025-stb--stb-less__container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .c5-re2025-stb--stb-less__container {
    flex-direction: row;
    gap: 24px;
  }
}
.c5-re2025-stb--stb-less__container p + p {
  margin-top: 1em;
}
.c5-re2025-stb--stb-less__container .notice {
  font-size: 14px;
}
.c5-re2025-stb--stb-less__container .image {
  text-align: center;
  flex: 0 0 auto;
}
.c5-re2025-stb--stb-less__container .img_stb_less {
  width: 150px;
}
@media (min-width: 768px) {
  .c5-re2025-stb--stb-less__container .img_stb_less {
    width: 200px;
  }
}
.c5-re2025-stb--merit-demerit {
  margin-bottom: 24px;
  overflow: auto;
  background-color: #fff;
}
@media (min-width: 768px) {
  .c5-re2025-stb--merit-demerit {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .c5-re2025-stb--merit-demerit table {
    width: 1200px;
  }
}
.c5-re2025-stb--merit-demerit tbody th {
  vertical-align: middle;
  width: 160px;
}
@media (max-width: 767px) {
  .c5-re2025-stb--merit-demerit tbody th {
    width: 100px;
  }
}
.c5-re2025-stb--merit-demerit tbody th.merit {
  background-color: #ffdede;
  color: var(--red);
  text-align: center;
}
.c5-re2025-stb--merit-demerit tbody th.demerit {
  background-color: #d3d4d7;
  color: var(--black);
  text-align: center;
}
.c5-re2025-stb--merit-demerit tbody th img {
  margin-bottom: 12px;
}
.c5-re2025-stb--merit-demerit tbody td {
  border: 4px solid white;
  vertical-align: top;
}
.c5-re2025-stb--merit-demerit tbody td.merit-data {
  background-color: #fff4f4;
}
.c5-re2025-stb--merit-demerit tbody td.merit-data dt::before {
  background-color: var(--red);
}
.c5-re2025-stb--merit-demerit tbody td.demerit-data {
  background-color: var(--gray-light);
}
.c5-re2025-stb--merit-demerit tbody td.demerit-data dt::before {
  background-color: var(--black);
}
.c5-re2025-stb--merit-demerit tbody dl {
  padding: 16px;
}
.c5-re2025-stb--merit-demerit tbody dt {
  position: relative;
  margin-bottom: 12px;
  padding-left: 16px;
  font-weight: bold;
}
.c5-re2025-stb--merit-demerit tbody dt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  border-radius: 6px;
}
.c5-re2025-stb--merit-demerit tbody dd {
  margin-bottom: 24px;
  line-height: 1.7;
}
.c5-re2025-stb--merit-demerit tbody dd:last-child {
  margin-bottom: 0;
}
.c5-re2025-stb--merit-demerit thead th.head {
  width: 520px;
  padding: 16px;
}
.c5-re2025-stb--merit-demerit thead th.head .name {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  margin-bottom: 16px;
  border-radius: 50px;
  background-color: var(--blue-green);
  color: white;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .c5-re2025-stb--merit-demerit thead th.head .name {
    font-size: 16px;
  }
}

.c5-re2025-type--section {
  padding: 24px;
  background-color: white;
}
.c5-re2025-type--section:not(.last) {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .c5-re2025-type--section {
    padding: 40px;
  }
}
.c5-re2025-type--section__row {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .c5-re2025-type--section__row {
    flex-direction: row;
    gap: 24px;
    align-items: center;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .c5-re2025-type--section__col {
    flex: 1 1 auto;
  }
  .c5-re2025-type--section__col.is-image {
    flex: 0 0 min(336px, 30%);
  }
}
.c5-re2025-type--section__col .c5-re2025--button,
.c5-re2025-type--section__col .c5-re2025--button-green {
  width: auto;
}
.c5-re2025-type--section__col .data-box {
  margin-top: 24px;
  margin-bottom: 8px;
  padding: 16px;
  border: 1px solid var(--blue-green);
  border-radius: 4px;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .c5-re2025-type--section__col .data-box {
    margin-bottom: 24px;
    padding: 24px;
  }
}
.c5-re2025-type--section__col .data-box > dt {
  margin-bottom: 16px;
  color: var(--blue-green);
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .c5-re2025-type--section__col .data-box > dt {
    margin-bottom: 24px;
  }
}
.c5-re2025-type--section__col .data-box > dd {
  position: relative;
  margin-bottom: 12px;
  padding-left: 36px;
}
.c5-re2025-type--section__col .data-box > dd::before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  display: inline-block;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  background: url("/bravia-biz/signage/images/icon_check_circle.svg") no-repeat center/contain;
  content: "";
}

.c5-font__mar {
  font-family: "Marcellus", serif;
}

.c5-mb-20 {
  margin-bottom: 20px;
}

.c5-mb-40 {
  margin-bottom: 40px;
}

.c5-2025-top ol,
.c5-2025-top ul {
  overflow-x: unset !important;
}
.c5-2025-top .c5-scrollfade-in {
  opacity: 0;
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}
.c5-2025-top .c5-scrollfade-in.visible {
  opacity: 1;
}
.c5-2025-top .c5-scrollfade-in.c5-fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}
.c5-2025-top .c5-scrollfade-in.visible,
.c5-2025-top .c5-fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}
.c5-2025-top .c5-randomfade-in {
  opacity: 0;
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}
.c5-2025-top .c5-randomfade-in.visible {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 768px) {
  .c5-2025-top .is-signage-top .c5-re2025--shadow-section__header .title {
    margin: 16px 0 0;
    font-size: 48px;
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .c5-2025-top .is-signage-top .c5-re2025--shadow-section__header .title span {
    position: relative;
    bottom: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .c5-2025-top .is-signage-top .c5-re2025--shadow-section__header .title img {
    width: 40px;
  }
}
@media (min-width: 768px) {
  .c5-2025-top__setting .notice.--QRcode {
    margin-top: -20px;
    text-align: right;
  }
}
.c5-2025-top .c5-2025-top__kv {
  background: #fff;
}
.c5-2025-top .c5-2025-top__kv-inner {
  padding: 20px 0;
}
@media (max-width: 767px) {
  .c5-2025-top .c5-2025-top__kv-inner {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .c5-2025-top .c5-2025-top__kv-ttl {
    padding: 15px 0;
  }
}
.c5-2025-top .c5-2025-top__head {
  font-size: clamp(24px, 4.1428571429vw, 58px);
  overflow: hidden;
  margin-bottom: 0;
}
.c5-2025-top .c5-2025-top__head span {
  background: unset;
  color: var(--blue-green);
  padding: 0;
}
@media (max-width: 767px) {
  .c5-2025-top .c5-2025-top__head span {
    margin: 0 auto;
  }
}
.c5-2025-top .c5-2025-top__txt {
  font-size: clamp(16px, 1.7142857143vw, 24px);
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .c5-2025-top .c5-2025-top__txt {
    text-align: center;
    margin-bottom: 15px;
  }
}
.c5-2025-top .c5-2025-top__button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5em;
  color: var(--blue-green);
  border: 1px solid var(--blue-green);
  padding: 10px 20px;
  width: fit-content;
  border-radius: 4px;
  transition: color 0.5s ease;
}
@media (max-width: 767px) {
  .c5-2025-top .c5-2025-top__button {
    margin: 0 auto;
  }
}
.c5-2025-top .c5-2025-top__button i {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/bravia-biz/signage/images/top/icon_link_g.svg) no-repeat center bottom;
  background-size: contain;
  z-index: 1;
  transition: all 1s ease;
}
.c5-2025-top .c5-2025-top__button:after {
  transition: all 1s ease;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%22%230DA1AC%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2232px%22%20height%3D%2232px%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M25.6%2C16l-16%2C16l-3.2-3.2L19.1%2C16L6.4%2C3.2L9.6%2C0L25.6%2C16z%22%2F%3E%3C%2Fsvg%3E");
}
.c5-2025-top .c5-2025-top__button:hover {
  color: #fff;
  text-decoration: unset;
}
.c5-2025-top .c5-2025-top__button:hover i {
  background: url(/bravia-biz/signage/images/top/icon_link_w.svg) no-repeat center bottom;
  background-size: contain;
}
.c5-2025-top .c5-2025-top__button:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.c5-2025-top .c5-2025-top__button:hover::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%22%23FFFFFF%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2232px%22%20height%3D%2232px%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M25.6%2C16l-16%2C16l-3.2-3.2L19.1%2C16L6.4%2C3.2L9.6%2C0L25.6%2C16z%22%2F%3E%3C%2Fsvg%3E");
  z-index: 1;
  position: relative;
}
.c5-2025-top .c5-2025-top__button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--blue-green);
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
.c5-2025-top .c5-2025-top__button span {
  position: relative;
}
.c5-2025-top .c5-2025-top-title {
  overflow: hidden;
}
@media (min-width: 768px) {
  .c5-2025-top .c5-2025-top-title {
    transform: translate(-100%, 0);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.75s;
  }
}
.c5-2025-top .c5-2025-top-title span {
  display: block;
  width: 550px;
}
@media (min-width: 768px) {
  .c5-2025-top .c5-2025-top-title span {
    transform: translate(100%, 0);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.75s;
  }
}
@media (max-width: 767px) {
  .c5-2025-top .c5-2025-top-title span {
    width: fit-content;
  }
}
@media (min-width: 768px) {
  .c5-2025-top .c5-2025-top-title.-visible,
  .c5-2025-top .c5-2025-top-title.-visible span {
    transform: translate(0, 0);
  }
}
.c5-2025-top .c5-2025-top-sentence {
  overflow: hidden;
}
@media (min-width: 768px) {
  .c5-2025-top .c5-2025-top-sentence {
    transform: translate(-100%, 0);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.75s;
  }
}
.c5-2025-top .c5-2025-top-sentence span {
  display: block;
}
@media (min-width: 768px) {
  .c5-2025-top .c5-2025-top-sentence span {
    transform: translate(100%, 0);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.75s;
  }
}
@media (min-width: 768px) {
  .c5-2025-top .c5-2025-top-sentence.-visible,
  .c5-2025-top .c5-2025-top-sentence.-visible span {
    transform: translate(0, 0);
  }
}
.c5-2025-top .c5-2025-top__pagenav {
  width: min(960px, 90%);
  margin: 0 auto 60px;
}
@media (max-width: 767px) {
  .c5-2025-top .c5-2025-top__pagenav {
    width: 100%;
    display: block;
  }
}
.c5-2025-top .c5-2025-top__pagenav-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 767px) {
  .c5-2025-top .c5-2025-top__pagenav-title {
    display: block;
  }
}
.c5-2025-top .c5-2025-top__pagenav-title h2 {
  font-size: 24px;
  text-align: center;
  line-height: 1.7;
  background: url(/bravia-biz/signage/images/top/pagenav-title-border.svg) no-repeat center bottom;
  padding: 50px;
  background-size: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .c5-2025-top .c5-2025-top__pagenav-title h2 {
    padding: 20px 20px 50px;
    font-size: 16px;
    margin-bottom: 20px;
    padding-top: 100px;
  }
}
@media (max-width: 430px) {
  .c5-2025-top .c5-2025-top__pagenav-title h2 {
    padding: 20px;
    font-size: 16px;
    margin-bottom: 20px;
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .c5-2025-top .c5-2025-top__pagenav-title img:nth-child(1) {
    position: absolute;
    top: 0;
    right: 0;
    left: -25%;
    margin: auto;
    width: 64px;
  }
}
@media (max-width: 767px) {
  .c5-2025-top .c5-2025-top__pagenav-title img:nth-child(3) {
    position: absolute;
    top: 0;
    left: 0;
    right: -25%;
    margin: auto;
    width: 53px;
  }
}
.c5-2025-top .c5-2025-top__pagenav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.c5-2025-top .c5-2025-top__pagenav-list .pagenav-list-inner {
  width: calc(50% - 7.5px);
  display: grid;
  gap: 15px;
}
@media (max-width: 767px) {
  .c5-2025-top .c5-2025-top__pagenav-list .pagenav-list-inner {
    width: 100%;
  }
}
.c5-2025-top .c5-2025-top__pagenav-list .pagenav-list-inner:nth-child(3) {
  width: 100%;
  display: flex;
  gap: 15px;
}
@media (max-width: 767px) {
  .c5-2025-top .c5-2025-top__pagenav-list .pagenav-list-inner:nth-child(3) {
    flex-wrap: wrap;
  }
}
.c5-2025-top .c5-2025-top__pagenav-list .pagenav-list-inner:nth-child(3) .card {
  min-height: 200px;
}
@media (max-width: 767px) {
  .c5-2025-top .c5-2025-top__pagenav-list .pagenav-list-inner:nth-child(3) .card {
    min-height: unset;
  }
}
.c5-2025-top .c5-2025-top__pagenav-list .pagenav-list-inner:nth-child(3) .card:nth-child(2) {
  min-height: 200px;
}
@media (max-width: 767px) {
  .c5-2025-top .c5-2025-top__pagenav-list .pagenav-list-inner:nth-child(3) .card:nth-child(2) {
    min-height: unset;
  }
}
.c5-2025-top .c5-2025-top__pagenav-list .pagenav-list-inner .card {
  width: min(475px, 100%);
  min-height: 300px;
  padding: 30px;
  background-color: #fff;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .c5-2025-top .c5-2025-top__pagenav-list .pagenav-list-inner .card {
    padding: 16px 8px;
    min-height: unset;
    margin: 0 auto;
  }
}
.c5-2025-top .c5-2025-top__pagenav-list .pagenav-list-inner .card:nth-child(2) {
  min-height: 375px;
}
@media (max-width: 767px) {
  .c5-2025-top .c5-2025-top__pagenav-list .pagenav-list-inner .card:nth-child(2) {
    min-height: unset;
  }
}
.c5-2025-top .c5-2025-top__pagenav-list .pagenav-list-inner .card h3 {
  font-size: 24px;
  color: var(--blue-green);
  text-align: center;
  line-height: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .c5-2025-top .c5-2025-top__pagenav-list .pagenav-list-inner .card h3 {
    font-size: 20px;
  }
}
.c5-2025-top .c5-2025-top__pagenav-list .pagenav-list-inner .card h3 img {
  position: relative;
}
.c5-2025-top .c5-2025-top__pagenav-list .pagenav-list-inner .card ul {
  display: grid;
  gap: 17px;
}
.c5-2025-top .c5-2025-top__pagenav-list .pagenav-list-inner .card ul li a {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 18px;
  line-height: 1.5;
  padding: 16.5px 20px;
  background-color: #f1f5f9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .c5-2025-top .c5-2025-top__pagenav-list .pagenav-list-inner .card ul li a {
    font-size: 16px;
  }
}
.c5-2025-top .c5-2025-top__pagenav-list .pagenav-list-inner .card ul li a:before {
  content: "";
  display: block;
  margin-right: 5px;
  background: url(/bravia-biz/signage/images/icon_expand_circle_down.svg) no-repeat center center;
  background-size: cover;
  width: 20px;
  height: 20px;
}
.c5-2025-top .c5-2025-top__pagenav-list .pagenav-list-inner .card ul li a:hover {
  text-decoration: unset;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: var(--blue-green);
  color: #fff;
}
.c5-2025-top .c5-2025-top__pagenav-list .pagenav-list-inner .card ul li a:hover:before {
  background: url(/bravia-biz/signage/images/icon_expand_circle_down_w.svg) no-repeat center center;
  background-size: cover;
}
.c5-2025-top .c5-2025-top__operation-stb {
  position: relative;
  display: flex;
  gap: 16px;
}
@media (max-width: 767px) {
  .c5-2025-top .c5-2025-top__operation-stb {
    flex-wrap: wrap;
    gap: unset;
  }
}
.c5-2025-top .c5-2025-top__operation-stb-item {
  width: calc(100% - 16px);
}
@media (max-width: 767px) {
  .c5-2025-top .c5-2025-top__operation-stb-item {
    width: 100%;
  }
}
.c5-2025-top .c5-2025-top__operation-stb-item h4 {
  font-size: 16px;
  padding: 16px 0 12px;
  text-align: center;
}
.c5-2025-top .c5-2025-top__operation-stb > div:nth-child(2) {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: fit-content;
  top: -5px;
  transform: rotate(-90deg);
}
@media (max-width: 767px) {
  .c5-2025-top .c5-2025-top__operation-stb > div:nth-child(2) {
    position: relative;
    top: 0;
    height: 53px;
    transform: rotate(0deg);
  }
}
.c5-2025-top .c5-2025-top__operation-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.c5-2025-top .c5-2025-top__operation-list > li {
  width: calc(33% - 20px);
}
@media (min-width: 768px) {
  .c5-2025-top .c5-2025-top__operation-list > li {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .c5-2025-top .c5-2025-top__operation-list > li {
    width: 100%;
  }
}
.c5-2025-top .c5-2025-top__operation-list > li h4 {
  background-color: var(--blue-green);
  padding: 10px 8px;
  text-align: center;
  color: #fff;
  border-radius: 20px;
  margin-bottom: 16px;
}
.c5-2025-top .c5-2025-top__operation-list > li .list-box {
  border: 1px solid var(--blue-green);
  border-radius: 4px;
  padding: 12px;
}
@media (min-width: 768px) {
  .c5-2025-top .c5-2025-top__operation-list > li .list-box {
    flex: 1 0 auto;
  }
}
.c5-2025-top .c5-2025-top__operation-list > li .list-box > span {
  color: var(--blue-green);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-bottom: 12px;
}
.c5-2025-top .c5-2025-top__operation-list > li ul {
  overflow-x: unset !important;
}
.c5-2025-top .c5-2025-top__operation-list > li ul li {
  display: flex;
  align-items: start;
  margin-bottom: 12px;
}
.c5-2025-top .c5-2025-top__operation-list > li ul li:last-child {
  margin-bottom: 0;
}
.c5-2025-top .c5-2025-top__operation-list > li ul li:before {
  content: "";
  display: block;
  margin: 4px 8px 0 0;
  background: url(/bravia-biz/signage/images/icon_check_circle.svg) no-repeat center center;
  background-size: cover;
  width: 20px;
  height: 20px;
}
.c5-2025-top .c5-2025-top__operation-list > li ul li p {
  width: calc(100% - 25px);
  min-height: unset;
}
.c5-2025-top .c5-2025-top__photo-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.c5-2025-top .c5-2025-top__photo-list li {
  width: calc(50% - 13px);
}
@media (max-width: 767px) {
  .c5-2025-top .c5-2025-top__photo-list li {
    width: calc(50% - 4px);
    opacity: 1 !important;
  }
}
.c5-2025-top .c5-re2025--shadow-section {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .c5-2025-top .c5-re2025--shadow-section {
    margin-bottom: 24px;
  }
}
.c5-2025-top .c5-re2025--shadow-section__body .subtitle {
  color: var(--blue-green);
  font-size: 32px;
  text-align: center;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--blue-green);
  padding: 1em 0 0.25em;
}

@media (max-width: 767px) {
  .c5-2025-top .c5-re2025--shadow-section__body .subtitle {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.c5-2025-top .c5-re2025--shadow-section__body .subtitle:has(+ .subtitle__badge) {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .c5-2025-top .c5-re2025--shadow-section__body .subtitle:has(+ .subtitle__badge) {
    margin-bottom: 0;
  }
}
.c5-2025-top .c5-re2025--shadow-section__body .subtitle__badge {
  display: block;
  width: fit-content;
  font-size: 14px;
  padding: 2px 8px;
  border: 1px solid #2f353d;
  color: #2f353d;
  font-weight: bold;
  margin-bottom: 40px;
  margin-left: auto;
  @media (max-width: 767px) {
    margin-bottom: 15px;
  }
}

.c5-2025-top .c5-re2025--shadow-section__body .point {
  display: flex;
  margin-bottom: 40px;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .c5-2025-top .c5-re2025--shadow-section__body .point {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin-bottom: 15px;
    row-gap: 0;
  }
}
.c5-2025-top .c5-re2025--shadow-section__body .point_number {
  color: var(--blue-green);
  font-size: 40px;
  word-break: keep-all;
  display: block;
}
@media (max-width: 767px) {
  .c5-2025-top .c5-re2025--shadow-section__body .point_number {
    width: fit-content;
    font-size: 20px;
    display: block;
    margin-bottom: 15px;
  }
}
.c5-2025-top .c5-re2025--shadow-section__body .point_title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
.c5-2025-top .c5-re2025--shadow-section__body .point_title:has(.point_subtitle) {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 767px) {
  .c5-2025-top .c5-re2025--shadow-section__body .point_title {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
  }
}
.c5-2025-top .c5-re2025--shadow-section__body .point_tag {
  display: inline-block;
  padding: 0.5em 1em;
  background: var(--blue-green);
  color: #fff;
  border-radius: 20px;
  line-height: 1;
  word-break: keep-all;
}
@media (max-width: 767px) {
  .c5-2025-top .c5-re2025--shadow-section__body .point_tag {
    font-size: 16px;
  }
}
.c5-2025-top .c5-re2025--shadow-section__body .contents_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .c5-2025-top .c5-re2025--shadow-section__body .contents_wrapper:last-child {
    margin-bottom: 0;
  }
}
.c5-2025-top .c5-re2025--shadow-section__body .contents_wrapper > * {
  width: min(520px, 55%);
}
@media (max-width: 767px) {
  .c5-2025-top .c5-re2025--shadow-section__body .contents_wrapper > * {
    width: 100%;
  }
}
.c5-2025-top .c5-re2025--shadow-section__body .contents_wrapper .small {
  display: block;
  margin-top: 8px;
  font-size: 14px;
}
.c5-2025-top .c5-re2025--shadow-section__body .img_wrapper {
  width: min(400px, 42%);
  display: grid;
  align-items: start;
}
@media (max-width: 767px) {
  .c5-2025-top .c5-re2025--shadow-section__body .img_wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
}
.c5-2025-top .c5-re2025--shadow-section__body .img_wrapper img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.c5-2025-top .c5-re2025--shadow-section__body .text_wrapper {
  display: grid;
  align-items: center;
}
.c5-2025-top .c5-re2025--shadow-section__body dl dd {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .c5-2025-top .c5-re2025--shadow-section__body dl dd {
    margin-bottom: 20px;
  }
}
.c5-2025-top .c5-re2025--shadow-section__body > ul {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 767px) {
  .c5-2025-top .c5-re2025--shadow-section__body > ul {
    flex-wrap: wrap;
  }
}
.c5-2025-top .c5-re2025--shadow-section__body > ul li p {
  min-height: 55px;
}
.c5-2025-top .c5-re2025--shadow-section__body .note_wrapper {
  background-color: var(--gray-light);
  padding: 24px;
}
.c5-2025-top .c5-re2025--shadow-section__body .c5-link__item {
  color: #3865e0;
  font-weight: 400;
  line-height: 1.625;
  transition: all 0.9s;
  margin-top: 10px;
  display: inline-block;
}
.c5-2025-top .c5-re2025--shadow-section__body .c5-link__item:hover {
  color: #3865e0;
  text-decoration: none;
}
.c5-2025-top .c5-2025-top__convenience .convenience01_point01 .point {
  display: block;
}
.c5-2025-top .c5-2025-top__convenience .convenience01_point01 .point_number {
  display: block;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .c5-2025-top .c5-2025-top__convenience .convenience01_point01 .point_number {
    margin-bottom: 15px;
  }
}
.c5-2025-top .c5-2025-top__convenience .convenience01_point01 .point_title {
  display: block;
  min-height: 100px;
}
@media (max-width: 767px) {
  .c5-2025-top .c5-2025-top__convenience .convenience01_point01 .point_title {
    min-height: unset;
  }
}
@media (max-width: 767px) {
  .c5-2025-top .c5-re2025--tab-box__tabs {
    display: grid;
  }
}
.c5-2025-top .small {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  text-align: right;
}
.c5-2025-top .c5-re2025--tab-box__tab .img {
  margin-top: 16px;
  width: 140px;
}
.c5-2025-top .c5-2025-top__quality .title img {
  position: relative;
  top: -7px;
}
@media (max-width: 767px) {
  .c5-2025-top .c5-2025-top__quality .title img {
    top: 0;
  }
}
@media (max-width: 767px) {
  .c5-2025-top .c5-2025-top__quality .contents_wrapper {
    margin-bottom: 0;
  }
}
.c5-2025-top .c5-2025-top__quality .point_number {
  min-width: 150px;
}
.c5-2025-top .c5-2025-top__quality .point_subtitle {
  display: inline-block;
  font-size: 14px;
  padding: 2px 8px;
  border: 1px solid #2f353d;
  color: #2f353d;
  font-weight: bold;
  align-self: end;
}

@media (max-width: 767px) {
  .c5-re2025-monitor p {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .c5-re2025-monitor .c5-re2025__alignright-pc {
    text-align: right;
  }
}
.c5-re2025-monitor .c5-re2025__video-wrap {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 80px;
}
@media (max-width: 767px) {
  .c5-re2025-monitor .c5-re2025__video-wrap {
    width: 100%;
    margin: 0 auto 50px;
  }
}
.c5-re2025-monitor .c5-re2025-anchor {
  margin-top: -60px;
  padding-top: 60px;
}
@media (max-width: 767px) {
  .c5-re2025-monitor .c5-re2025-anchor {
    margin-top: -20px;
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .c5-re2025-monitor .c5-mt-pc-15 {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .c5-re2025-monitor .c5-mt-pc-45 {
    margin-top: 45px;
  }
}
@media (min-width: 768px) {
  .c5-re2025-monitor .c5-mb-pc-40 {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .c5-re2025-monitor .c5-mb-pc-60 {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .c5-re2025-monitor .c5-mb-pc-120 {
    margin-bottom: 120px;
  }
}
@media (min-width: 768px) {
  .c5-re2025-monitor .c5-mb-pc-100 {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .c5-re2025-monitor .c5-mb-sp-20 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .c5-re2025-monitor .c5-re2025--h3-2 .label {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .c5-re2025-monitor .c5-re2025--column {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .c5-re2025-monitor .c5-re2025--column__row {
    gap: 20px;
  }
}
.c5-re2025-monitor .c5-re2025--kv {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .c5-re2025-monitor .c5-re2025--kv {
    margin-bottom: 20px;
  }
}
.c5-re2025-monitor .c5-re2025-monitor__column {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .c5-re2025-monitor .c5-re2025-monitor__column {
    margin-bottom: 20px;
  }
}
.c5-re2025-monitor .c5-re2025-monitor__column-list {
  display: flex;
  justify-content: space-between;
  gap: 2%;
}
@media (max-width: 767px) {
  .c5-re2025-monitor .c5-re2025-monitor__column-list {
    width: 100%;
    flex-wrap: wrap;
    row-gap: 25px;
  }
}
.c5-re2025-monitor .c5-re2025-monitor__column-list-item {
  width: 33.3333333333%;
  background-color: #fff;
  box-shadow: none;
  margin: 0;
  max-width: 384px;
}
@media (max-width: 767px) {
  .c5-re2025-monitor .c5-re2025-monitor__column-list-item {
    width: 100%;
    max-width: 100%;
  }
}
.c5-re2025-monitor .c5-re2025-monitor__column-list-item figure {
  padding: 29px;
}
@media (max-width: 767px) {
  .c5-re2025-monitor .c5-re2025-monitor__column-list-item figure {
    padding: 20px;
  }
}
.c5-re2025-monitor .c5-re2025-monitor__column-list-ttl {
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  padding: 20px;
  height: 80px;
  color: var(--blue-green);
  background: rgba(13, 161, 172, 0.2);
  font-weight: 600;
}
@media (max-width: 767px) {
  .c5-re2025-monitor .c5-re2025-monitor__column-list-ttl {
    height: 50px;
  }
}
.c5-re2025-monitor .c5-re2025-monitor__column-list-text {
  text-align: center;
  font-weight: 400;
  padding: 0 20px 30px;
}
@media (max-width: 767px) {
  .c5-re2025-monitor .c5-re2025-monitor__column-list-text {
    padding: 0 20px 20px;
  }
}
.c5-re2025-monitor .c5-re2025__point--ttl__leftnone {
  line-height: 1.6;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .c5-re2025-monitor .c5-re2025__point--ttl__leftnone {
    margin-bottom: 20px;
  }
}
.c5-re2025-monitor__support-box {
  background: none;
  padding: 0;
}
.c5-re2025-monitor__support-box-list {
  display: flex;
  justify-content: space-between;
  gap: 1%;
}
@media (max-width: 767px) {
  .c5-re2025-monitor__support-box-list {
    margin-top: 20px;
    width: 100%;
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
.c5-re2025-monitor .c5-re2025--column__col.is-image {
  width: min(437px, 50%);
}
@media (max-width: 767px) {
  .c5-re2025-monitor .c5-re2025--column__col.is-image {
    width: 100%;
  }
}
.c5-re2025-monitor__quality .c5-re2025--column__col.is-image {
  width: min(585px, 50%);
}
@media (max-width: 767px) {
  .c5-re2025-monitor__quality .c5-re2025--column__col.is-image {
    width: 100%;
  }
}
.c5-re2025-monitor__convenient .c5-re2025--column__col.is-image {
  width: min(379px, 50%);
  flex: none;
}
@media (max-width: 767px) {
  .c5-re2025-monitor__convenient .c5-re2025--column__col.is-image {
    width: 100%;
  }
}

.c5-re2025-office .c5-re2025--kv {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .c5-re2025-office .c5-re2025--kv {
    margin-bottom: 64px;
  }
}
.c5-re2025-office > section[class*="c5-re2025-office"] {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .c5-re2025-office > section[class*="c5-re2025-office"] {
    margin-bottom: 110px;
  }
}
.c5-re2025-office--merit__contents {
  display: grid;
  gap: 16px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .c5-re2025-office--merit__contents {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c5-re2025-office--merit__col {
  background-color: #fff;
  padding: 16px;
}
@media (min-width: 768px) {
  .c5-re2025-office--merit__col {
    padding: 24px;
  }
}
.c5-re2025-office--merit__title {
  color: var(--blue-green);
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .c5-re2025-office--merit__title {
    font-size: clamp(14px, 1.8229166667vw, 24px);
  }
}
.c5-re2025-office--merit figure {
  margin-bottom: 16px;
  text-align: center;
}
.c5-re2025-office--merit__sub-title {
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
  border-bottom: 1px solid var(--blue-green);
  padding-bottom: 8px;
  text-align: center;
  margin-bottom: 16px;
}
.c5-re2025-office--merit__list-term,
.c5-re2025-office--merit__list-description {
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.c5-re2025-office--merit__list-term {
  font-weight: 700;
}
.c5-re2025-office--use__contents {
  display: grid;
  gap: 16px;
}
@media (min-width: 768px) {
  .c5-re2025-office--use__contents {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}
.c5-re2025-office--use__col {
  background-color: #fff;
  padding: 16px;
}
@media (min-width: 768px) {
  .c5-re2025-office--use__col {
    padding: 24px;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0;
  }
}
@media (min-width: 768px) {
  .c5-re2025-office--use__col .c5-re2025--h3 {
    place-content: center;
  }
}
.c5-re2025-office--use__image figure {
  aspect-ratio: 358/186;
}
.c5-re2025-office--use__image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .c5-re2025-office--required .c5-re2025--shadow-section__body {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.c5-re2025-office--required .c5-re2025--column__row {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .c5-re2025-office--required .c5-re2025--column__row {
    margin-bottom: 40px;
  }
}
.c5-re2025-office--required .c5-re2025--column__row:last-child {
  margin-bottom: 0;
}
.c5-re2025-office--required .c5-re2025--shadow-section__header .title {
  margin-bottom: 0;
  font-size: 16px;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .c5-re2025-office--required .c5-re2025--shadow-section__header .title {
    font-size: clamp(16px, 2.0833333333vw, 32px);
  }
}
@media (min-width: 768px) {
  .c5-re2025-office--required .c5-re2025--column__col.is-image {
    width: min(440px, 50%);
  }
}
.c5-re2025-office--required__arrow {
  color: #fff;
  background-color: var(--black);
  text-align: center;
  font-weight: 700;
  line-height: 160%;
  padding: 10px 16px 42px;
  clip-path: polygon(100% 0, 100% 50%, 50% 100%, 0 50%, 0 0);
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .c5-re2025-office--required__arrow {
    padding: 10px 16px 31px;
    font-size: clamp(16px, 2.0833333333vw, 24px);
    margin-bottom: 40px;
  }
}
.c5-re2025-office--required__sub-title {
  margin-bottom: 16px;
  margin-top: 0;
  font-weight: 600;
}
.c5-re2025-office--required .c5-re2025--column__col p + p {
  margin-block: 16px;
}
.c5-re2025-office--required .c5-re2025--column__col p + p:last-child {
  margin-bottom: 0;
}
.c5-re2025-office--required__note {
  line-height: 1.6;
  margin-block: 16px;
}
.c5-re2025-office--required .c5-2025-top__operation-list > li ul {
  margin-bottom: 12px;
}
.c5-re2025-office--case {
  margin-bottom: 90px;
}
@media (min-width: 768px) {
  .c5-re2025-office--case {
    margin-bottom: 110px;
  }
}
.c5-re2025-office--case__contents {
  display: grid;
  gap: 16px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .c5-re2025-office--case__contents {
    grid-template-columns: repeat(3, 1fr);
  }
}
.c5-re2025-office--case__col {
  background-color: #fff;
  padding: 16px;
}
.c5-re2025-office--case__col .c5-re2025--h3 {
  margin-bottom: 30px;
}
.c5-re2025-office--case__col figure {
  margin-bottom: 30px;
}
.c5-re2025-office--case__col figure img {
  width: 100%;
  height: auto;
}
.c5-re2025-office--case__info {
  display: grid;
  gap: 16px;
}
.c5-re2025-office--case__info-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.c5-re2025-office--case__info-item {
  display: flex;
  flex-direction: column;
}
.c5-re2025-office--case__info-label {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.c5-re2025-office--case__info-text {
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
.c5-re2025-office--case__dags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  line-height: 1;
}
.c5-re2025-office--case__dags-label {
  font-weight: 700;
  letter-spacing: 0.04em;
}
.c5-re2025-office--case__tag {
  display: inline-block;
  padding: 7px;
  border: 1px solid var(--blue-green);
  border-radius: 4px;
  color: var(--blue-green);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}
.c5-re2025-office--case__link {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 4px;
  padding: 12px;
  background-color: var(--blue);
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1;
}
.c5-re2025-office--case__link:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}
.c5-re2025-office--case__description {
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.c5-re2025--kv {
  margin: 0 calc(50% - 50vw);
  padding: 40px 20px;
  background: var(--blue-green);
  color: white;
}
@media (min-width: 768px) {
  .c5-re2025--kv {
    margin-bottom: 24px;
    padding: 80px calc(50vw - 50%);
  }
}
.c5-re2025--kv .c5-app_about__model tr td:first-of-type {
  background-color: var(--black);
}
.c5-re2025--kv .c5-app_about__model td {
  border-color: var(--gray-dark);
}
.c5-re2025--kv__lead {
  margin-top: 12px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .c5-re2025--kv__lead {
    font-size: 20px;
  }
}
.c5-re2025--kv__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .c5-re2025--kv__title {
    font-size: 48px;
  }
  .c5-re2025--kv__title .size-xs {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .c5-re2025--kv__row {
    display: flex;
    gap: 24px;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .c5-re2025--kv__col + .c5-re2025--kv__col {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .c5-re2025--kv__col .c5-app_about__model {
    width: 320px;
  }
}
.c5-re2025--kv__photo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 12px;
}
.c5-re2025--kv__photo figure {
  aspect-ratio: 288/150;
}
.c5-re2025--kv__photo figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .c5-re2025--kv__photo {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 16px;
  }
}
.c5-re2025--introduction {
  padding: 20px 0;
  font-size: 16px;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .c5-re2025--introduction {
    padding: 40px 0;
  }
}
