@charset "utf-8";

.c5-d-main h1 {
  color: #2F353D;
  line-height: 1.5;
  font-size: 28px;
  font-weight: 600;
  margin: 40px 0 70px;
}

@media screen and (max-width: 768px) {
  .c5-d-main h1 {
    font-size: 18px;
    margin: 30px 0 25px;
  }
}

.c5-d-main h2 {
  color: #2F353D;
  line-height: 1.5;
  font-size: 32px;
  margin: 0 0 30px;
  height: auto;
  border-bottom: 2px solid #2F353D;
}

@media screen and (max-width: 768px) {
  .c5-d-main h2 {
    font-size: 20px;
    border-bottom: 1px solid #2F353D;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
}

.c5-d-main h3 {
  color: #2F353D;
  line-height: 1.5;
  border-left: 4px solid #2F353D;
}

.c5-d-main p {
  color: #2F353D;
  line-height: 1.6;
  word-wrap: break-word;
}

@media screen and (max-width: 768px) {
  .c5-d-main p {
    font-size: 14px;
  }
}

.c5-tech-inner {
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .c5-tech-inner {
    margin-bottom: 40px;
  }
}

.c5-tech-inner-list p {
  text-indent: -1.2rem;
  margin-left: 1rem;
  margin-bottom: 5px;
}

.c5-tech-list li {
  margin-bottom: 55px;
}

@media screen and (max-width: 768px) {
  .c5-tech-list li {
    margin-bottom: 40px;
  }
}

.c5-tech-list li:last-child {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .c5-tech-list li:last-child {
    margin-bottom: 60px;
  }
}

.c5-tech-list-txt {
  margin-bottom: 15px;
}

.c5-tech-list-txt:last-of-type {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .c5-tech-list-txt:last-of-type {
    margin-bottom: 30px;
  }
}

.c5-tech-list-anno {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .c5-tech-list-anno {
    margin-bottom: 30px;
  }
}

.c5-tech-list-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 380px;
  height: 86px;
  font-weight: 600;
  transition: all .25s;
}

@media screen and (max-width: 768px) {
  .c5-tech-list-btn {
    width: 280px;
    margin: 0 auto;
  }
}

.c5-tech-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  color: #fff;
  background-color: #2d75c7;
  text-decoration: none;
  width: 380px;
  height: 86px;
  padding: 20px 5px;
  transition: all .25s;
}

@media screen and (max-width: 768px) {
  .c5-tech-list li a {
    width: 280px;
  }
}

.c5-tech-list li a:hover {
  background-color: #34568e;
}

.c5-tech-list-btn a span {
  display: block;
  text-align: center;
}

.c5-tech-ttl {
  font-size: 20px;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .c5-tech-ttl {
    font-size: 18px;
  }
}

.c5-tech-ttl-height {
  line-height: 2.2;
}

@media screen and (max-width: 768px) {
  .c5-tech-ttl-height {
    line-height: 2.5;
  }
}

.c5-tech-cau {
  font-size: 14px;
  line-height: 1.8;
}

.c5-tech-btn {
  background-color: #F3F5F9;
  box-sizing: border-box;
  margin: 0 calc(50% - 50vw);
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  .c5-tech-btn {
    padding: 40px 0;
  }
}

.c5-tech-btn ul {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .c5-tech-btn ul {
    flex-direction: column;
  }
}

.c5-tech-btn ul li {
  margin: 0;
}

.c5-tech-btn ul .c5-tech-m-0 {
  margin: 0;
}

.c5-tech-btn ul li:not(:last-child) {
  margin-right: 60px;
}

@media screen and (max-width: 1200px) {
  .c5-tech-btn ul li:not(:last-child) {
    margin-right: calc(60 / 1200 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .c5-tech-btn ul li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.c5-tech-btn-child {
  width: 300px;
}

@media screen and (max-width: 768px) {
  .c5-tech-btn-child {
    width: 280px;
  }
}

.c5-tech-btn .c5-tech-btn-child a {
  width: 300px;
}

@media screen and (max-width: 768px) {
  .c5-tech-btn .c5-tech-btn-child a {
    width: 280px;
  }
}

.c5-tech-list-btn .c5-tech-btn-external {
  position: relative;
}

.c5-tech-list-btn .c5-tech-btn-external::before {
  content: "";
  position: absolute;
  background: url(/bravia-biz/useful_info/img/icon_external_link.png) top right no-repeat;
  background-size: 100%;
  width: 25px;
  height: 20px;
  top: 35%;
  right: 10%;
}

.c5-tech-list .c5-tech-list-btn .c5-btn-none {
  background: #77787B;
  pointer-events: none;
}

#promode h1 {
  border-bottom: 0;
  font-size: clamp(20px, 2.3vw, 24px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #F3F5F9;
  padding: 30px;
}

#promode .c5-d-main__subTxt {
  margin-bottom: 50px;
}

#promode .c5-ul {
  display: flex;
  text-align: left;
  align-items: stretch;
  margin-bottom: 20px;
}



#promode .c5-ul .c5-li-title {
  font-weight: 700;
}

#promode .c5-tech-list {
  margin-top: 40px;
}


#promode .c5-tech-list :nth-child(1) {
  font-weight: 700;
  margin-bottom: 12px;
}

#promode .c5-tech-list :nth-child(1).c5-icon {
  margin-bottom: 4px;
}

#promode .c5-tech-list :nth-child(2) {
  text-indent: 1em;
  padding-left: -1rem;
}

#promode .c5-icon {
  width: 16px;
  height: 16px;
  margin: 0;
}

#promode .c5-tech-list.mt-40 {
  margin-top: 0;
}

#promode .c5-tech-inner-text {
  margin-top: 120px;
}

#promode .c5-tech-inner-text h3 {
  margin-top: 30px;
}

#promode .c5-ul-noflex {
  margin-bottom: 30px;
}

#promode .c5-ul-noflex li .c5-icon {
  margin: 4px;
}

#promode .c5-ul-noflex :nth-child(1) {
  font-weight: 700;
}

#promode .c5-icon-large {
  width: 32px;
  height: 32.9px;
  margin: 0 20px 0 0;
}

#promode .c5-indent {
  text-indent: 1em;
  padding-left: -1rem;
}

#promode .mb-50 {
  margin-bottom: 50px;
}

/* list */


#list .c5-d-main__subTxt p:first-of-type {
  margin-bottom: 30px;
}

#list.c5-d-main h1 {
  margin-bottom: 50px;
}

#list .c5-table-sticky3__column {
  padding: 0 1px;

}

#list .c5-table-sticky3 {
  overflow: auto;
  max-width: 1200px;
  width: 100%;
  height: 750px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 0 1px;
}

#list .c5-table-sticky3__container {
  max-width: 1200px;
  width: 100%;
  border-collapse: collapse;
  position: relative;
  border-spacing: 0;
  margin-right: auto;
  margin-left: auto;
}

#list .c5-table-sticky3__container a {
  z-index: 999;
  position: relative;
  display: block;
  text-decoration: none;
}

#list .c5-table-sticky3__container a:visited {
  color: #3865E0;
}

#list .c5-table-sticky3__container a:hover {
  opacity: 0.7;
}

#list .c5-table-sticky3__title {
  position: sticky;
  top: 0;
  left: 0;
}

#list .c5-table-sticky3__title01 {
  z-index: 2;
}

#list .c5-table-sticky3__title02 {
  z-index: 1;
}

#list .c5-table-sticky3__title::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #707070;
  box-sizing: initial;
}

#list th {
  width: 250px;
  padding: 12px;
  background: #fff;
  color: #707070;
  border: 1px solid #707070;
  text-align: start;
  vertical-align: middle;
}

#list td {
  max-width: 120px;
  padding: 25px 6px;
  border: 1px solid #707070;
  text-align: center;
  vertical-align: middle;
}

#list .c5-table-sticky3__row th {
  min-width: 384px;
  max-width: 384px;
}


#list .c5-table-sticky3__column th {
  z-index: 1;
  background: #fff;
}

#list .c5-table-sticky3__column th:first-child {
  z-index: 2;
  padding-left: 24px;
}

#list .c5-table-sticky3__column th:not(:first-child) {
  text-align: center;
}


#list .c5-table-sticky3__container tr:nth-child(2n) {
  background: #F5F9FD;

}

#list .c5-table-sticky3__row:nth-child(2n) th {
  background: #F5F9FD;
}

#list .c5-table-sticky3__title02 a {
  margin-left: 12px;
  font-size: 16px;
  color: #3865E0;
}

#list .c5-table-sticky3__title02 span {
  font-size: 14px;
  font-weight: 600;
  padding: 0 1%;
  color: #fff;
  text-align: center;
  display: inline-block;
  margin-left: 12px;
  margin-bottom: 8px;
}

#list .c5-table-sticky3__title02 span.c5-bg-ProSet {
  background: #58729B;
}

#list .c5-table-sticky3__title02 span.c5-bg-Control {
  background: #4B44A3;
}

#list .c5-table-sticky3__title02 span.c5-bg-HTML {
  background: #8B5093;
}

#list .c5-table-sticky3__title02 span.c5-bg-App {
  background: #8E5873;
}

#list .c5-table__title-item::after {
  content: "";
  background: url(../img/ASS_window.svg);
  display: inline-block;
  width: 12px;
  height: 10px;
  margin-left: 8px;
}

#list .js-fix.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

#list .c5-table__title-item__small {
  font-size: 12px;
}

#list .c5-table-sticky3__container a.c5-table__title-item--noactive {
  pointer-events: none;
}

#list .c5-table-sticky3__container a.c5-table__title-item--noactive:hover {
  opacity: 1;
  pointer-events: none;
}

#list .c5-table-sticky3__container a.c5-table__title-item--noactive:after {
  content: none;
}

#list .c5-d-main__sub__btn {
  background: #2d75c7;
  padding: 18px;
  margin-bottom: 30px;
  max-width: 340px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  text-align: center;
  width: 80%;
  color: #fff;
}

#list .c5-d-main__sub__btn:hover {
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.7s;
}

@media screen and (max-width: 768px) {
  #list .c5-table-sticky3__row th {
    min-width: 176px;
    max-width: 176px;
  }

  #list .c5-table-sticky3 {
    height: 562px;
  }

  #list .c5-table-sticky3__container {
    font-size: 14px;
  }

  #list .c5-table-sticky3__container a {
    font-size: 14px;
  }

  #list .c5-table-sticky3__title02 a {
    margin-left: 0;
  }

  #list .c5-table-sticky3__title02 span {
    font-size: 12px;
    padding: 1%;
    margin-left: 0;
  }

  #list .c5-table-sticky3__column th:first-child {
    padding-left: 12px;
  }

  #list th {
    padding: 8px;
  }

  #list td {
    padding: 6px;
  }
}

#suggest__MDS.c5-suggest__inner .c5-suggest__table__note {
  width: 100%;
  text-align: left;
  margin-top: 20px;
}

#suggest__MDS.c5-suggest__inner .c5-flexItem .c5-suggest__table__note {
  margin-top: 0;
}

#suggest__MDS.c5-suggest__inner .c5-table__ttl__center {
  display: contents;
  width: 100%;
  text-align: left;
}

#suggest__MDS.c5-suggest__inner .c5-suggest__table__ttl .c5-suggest__table__large * {
  width: 310px;
  max-width: 100%;
}

#suggest__MDS.c5-suggest__inner .c5-tableLayout_miniLarge.c5-tableLayout_midium {
  max-width: 100%;
  margin-left: 0;
}

#suggest__MDS.c5-suggest__inner .c5-tableLayout_miniLarge.c5-tableLayout_midium td {
  text-indent: 0;
  padding-left: 1rem;
}



#suggest__MDS.c5-suggest__inner .c5-box .c5-box__link {
  color: #3865E0;
  word-break: break-all;
}

#suggest__MDS.c5-suggest__inner .c5-box .c5-box__link:hover {
  text-decoration: none;
}

#suggest__MDS.c5-suggest__inner .c5-box .c5-box__ttl__block {
  width: 100%;
  max-width: 720px;
  margin: 20px auto 0;
}

#suggest__MDS.c5-suggest__inner .c5-tableLayout_miniLarge tr td:first-of-type {
  width: 43%;
}

#suggest__MDS.c5-suggest__inner .c5-tableLayout_miniLarge tr td:last-of-type {
  width: 57%;
}

#suggest__MDS.c5-suggest__inner .c5-tableLayout_miniLarge tr td {
  width: 66%;
  text-indent: 0;
}


#suggest__MDS.c5-suggest__inner .c5-box .c5-box__ttl__indet {
  text-indent: -1em;
  padding-left: 1em;
  display: block;
}

#suggest__MDS.c5-suggest__inner .c5-box h2 {
  align-items: end;
}

#suggest__MDS.c5-suggest__inner .c5-box .c5-box__small {
  font-size: 16px;
  margin-left: 8px;
}

#suggest__MDS.c5-suggest__inner .c5-box .c5-box__anchor {
  font-size: 16px;
  color: #fff;
  background: #2D75C7;
  width: 176px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

#suggest__MDS.c5-suggest__inner .c5-box .c5-box__anchor.c5-box__anchor__large {
  width: 216px;
  height: 48px;
}

#suggest__MDS.c5-suggest__inner .c5-tableLayout_large__mini tr td {
  text-indent: 0;
}

#suggest__MDS.c5-suggest__inner .c5-tableLayout_large__mini tr td:nth-child(1) {
  width: 60%;
}

#suggest__MDS.c5-suggest__inner .c5-tableLayout_large__mini tr td:nth-child(2) {
  width: 25%;
}

#suggest__MDS.c5-suggest__inner .c5-tableLayout_large__mini tr td:nth-child(3) {
  width: 15%;
}

#suggest__MDS.c5-suggest__inner .c5-tableLayout_large__mini th.c5-tableLayout_large__mini__ttl {
  padding: 0;
}

#suggest__MDS.c5-suggest__inner .c5-textColor--red {
  color: #D90000;
  font-weight: 700;
}

#suggest__MDS.c5-suggest__inner .c5-tableLayout_large__mini__ttl {
  font-weight: 700;
  margin-top: 30px;
}

#suggest__MDS.c5-suggest__inner .c5-tableLayout_large__mini__ttl__normal {
  font-weight: 400;
}

#suggest__MDS.c5-suggest__inner .c5-tableLayout_large__mini th {
  background: #fff;
}

#suggest__MDS.c5-suggest__inner .c5-tableLayout_large__mini__ttl__wrap {
  max-width: 720px;
  width: 82%;
  margin-left: 89.45px;
  margin-top: 23px;
}

#suggest__MDS.c5-suggest__inner .c5-tableLayout_large__middle {
  margin-bottom: 20px;
}

#suggest__MDS.c5-suggest__inner .c5-tableLayout_large__middle tr td:nth-child(1) {
  width: 25%;
}

#suggest__MDS.c5-suggest__inner .c5-tableLayout_large__middle tr td:nth-child(2) {
  width: 15%;
}

#suggest__MDS.c5-suggest__inner .c5-tableLayout_large__middle tr td:nth-child(3) {
  width: 60%;
}

#suggest__MDS.c5-suggest__inner .c5-box__listItems {
  margin-top: 30px;
}

#suggest__MDS.c5-suggest__inner .c5-box__listItem {
  margin-bottom: 24px;
  max-width: 720px;
  width: 82%;
  margin-left: 89.45px;
  margin-top: 23px;
}

#suggest__MDS.c5-suggest__inner .c5-box__listItem .c5-box__listItem__ttl {
  font-weight: 700;
}

#suggest__MDS.c5-suggest__inner .c5-box__listItem p {
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  #suggest__MDS.c5-suggest__inner .c5-tableLayout_large__mini__ttl__wrap {
    margin: 0 auto;
    width: 100%;
    display: block;
  }

  #suggest__MDS.c5-suggest__inner .c5-box__listItem {
    margin: 0 auto;
    width: 100%;
    display: block;
  }
}


@media screen and (max-width: 768px) {

  #suggest__MDS.c5-suggest__inner .c5-box .c5-box__ttl__block {
    margin-left: 29.45px;
    margin-top: 20px;
    width: 90%;
  }

  #suggest__MDS.c5-suggest__inner .c5-tableLayout_large__mini__ttl__wrap {
    margin-left: 29.45px;
    width: 90%;
  }

  #suggest__MDS.c5-suggest__inner .c5-box__listItem {
    margin-left: 29.45px;
    width: 90%;
  }

  #suggest__MDS.c5-suggest__inner .c5-tableLayout_miniLarge.c5-tableLayout_midium {
    width: 100%;
  }

  #suggest__MDS.c5-suggest__inner .c5-tableLayout_large__mini tr td:nth-child(1) {
    width: 40%;
  }

  #suggest__MDS.c5-suggest__inner .c5-tableLayout_large__mini tr td:nth-child(2) {
    width: 30%;
  }

  #suggest__MDS.c5-suggest__inner .c5-tableLayout_large__mini tr td:nth-child(3) {
    width: 30%;
  }
}