@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;
  }
}
[data-aos=fade-up] {
  transform: translate3d(0, 50px, 0);
}

#ux {
  transform: translateY(-16px);
  font-family: "Noto Sans JP", sans-serif;
}
#ux * {
  box-sizing: border-box;
}
#ux h1,
#ux h2,
#ux h3,
#ux h4,
#ux h5,
#ux h6,
#ux ul,
#ux li {
  font-weight: normal;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #2f353d;
}
#ux sub {
  bottom: 0;
}
@media (hover) {
  #ux a:hover {
    text-decoration: none;
  }
}
#ux img {
  max-width: 100%;
  line-height: 0;
  vertical-align: bottom;
  border-style: none;
}
#ux p {
  text-align: center;
  font-size: 16px;
  margin: 0;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #ux p {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  #ux .s5-button {
    padding: 8px !important;
  }
}
#ux .s5-button span {
  position: relative;
  padding-left: 20px;
}
#ux .s5-button span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
}
#ux section.kv {
  width: 100%;
  height: 1230px;
  background: url(/bravia/ux/images/bg_kv.jpg) no-repeat top center/cover;
}
@media screen and (max-width: 900px) {
  #ux section.kv {
    height: auto;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  #ux section.kv {
    background: url(/bravia/ux/images/bg_kv_sp.jpg) no-repeat top center/contain #000;
    height: auto;
    padding-bottom: 40px;
  }
}
#ux section.kv h1 {
  max-width: 600px;
  margin: 0 auto;
  padding-top: 110px;
}
@media screen and (max-width: 768px) {
  #ux section.kv h1 {
    padding-top: 40px;
    width: 75%;
  }
}
#ux section.kv h2 {
  margin-top: 120px;
  font-size: 28px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #ux section.kv h2 {
    margin-top: 20vw;
    font-size: 5vw;
  }
}
#ux section.kv h2 span {
  position: relative;
  color: #fff;
}
#ux section.kv h2 span:before {
  content: "";
  position: absolute;
  left: -1em;
  bottom: 0;
  width: 2px;
  height: 120%;
  background-color: #fff;
  border-radius: 3px;
  transform: rotate(-30deg);
}
@media screen and (max-width: 768px) {
  #ux section.kv h2 span:before {
    height: 80%;
  }
}
#ux section.kv h2 span:after {
  content: "";
  position: absolute;
  right: -1em;
  bottom: 0;
  width: 2px;
  height: 120%;
  background-color: #fff;
  border-radius: 3px;
  transform: rotate(30deg);
}
@media screen and (max-width: 768px) {
  #ux section.kv h2 span:after {
    right: -3.5em;
    height: 80%;
  }
}
#ux section.kv ul.case-list {
  max-width: 1140px;
  margin: 25px auto 0;
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  #ux section.kv ul.case-list {
    display: block;
  }
}
#ux section.kv ul.case-list li {
  width: calc((100% - 15px) / 2);
  margin-bottom: 15px;
}
@media screen and (max-width: 900px) {
  #ux section.kv ul.case-list li {
    width: 100%;
  }
}
#ux section.kv ul.case-list li:nth-child(2) h3 {
  letter-spacing: -1px;
}
#ux section.kv ul.case-list li:nth-child(odd) a p:before {
  width: 65px;
  height: 65px;
  background: url(/bravia/ux/images/icn_q_case1.png) no-repeat center/cover #fff;
}
#ux section.kv ul.case-list li:nth-child(even) a p:before {
  width: 62px;
  height: 65px;
  background: url(/bravia/ux/images/icn_q_case2.png) no-repeat center/cover #fff;
}
#ux section.kv ul.case-list li a {
  width: 100%;
  min-height: 100px;
  display: flex;
  justify-content: center;
  border-radius: 10px;
  border: 2px solid #fff;
  transition: opacity 0.3s;
}
@media (hover) {
  #ux section.kv ul.case-list li a:hover {
    opacity: 0.8;
  }
}
#ux section.kv ul.case-list li a p {
  width: 20%;
  color: #0d308d;
  font-size: 18px;
  text-align: center;
  background-color: #fff;
  position: relative;
  border-radius: 7px 0 0 7px;
  font-style: italic;
  font-weight: bold;
  line-height: 1;
  padding-top: 2px;
}
@media screen and (max-width: 768px) {
  #ux section.kv ul.case-list li a p {
    width: 25%;
  }
}
#ux section.kv ul.case-list li a p span {
  font-size: 27px;
}
#ux section.kv ul.case-list li a p:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#ux section.kv ul.case-list li a h3 {
  width: 80%;
  display: flex;
  align-items: center;
  text-align: left;
  background-color: #0d308d;
  color: #fff;
  font-size: 18px;
  font-style: italic;
  position: relative;
  padding: 0 55px 0 25px;
  border-radius: 0 7px 7px 0;
}
@media screen and (max-width: 1270px) {
  #ux section.kv ul.case-list li a h3 {
    font-size: clamp(0.563rem, -0.298rem + 1.79vw, 1.125rem);
  }
}
@media screen and (max-width: 900px) {
  #ux section.kv ul.case-list li a h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #ux section.kv ul.case-list li a h3 {
    font-size: 3.5vw;
    padding: 0 10vw 0 4vw;
    width: 75%;
  }
}
#ux section.kv ul.case-list li a h3:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 35px;
  height: 37px;
  background: #000;
  background: url(/bravia/ux/images/icn_btn.png) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  #ux section.kv ul.case-list li a h3:before {
    right: 3%;
    width: 25px;
    height: 26px;
  }
}
#ux section.case .inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #ux section.case .inner {
    width: 90%;
  }
}
#ux section.case .inner .btn-products {
  margin: 60px auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #ux section.case .inner .btn-products {
    margin-top: 30px;
  }
}
#ux section.case .inner .btn-products a {
  width: 300px;
  height: 50px;
  font-size: 18px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
#ux section.case .inner h3.num {
  padding-top: 100px;
  line-height: 1;
  font-size: 36px;
  font-weight: bold;
  font-style: italic;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #ux section.case .inner h3.num {
    padding-top: 40px;
    font-size: 28px;
  }
}
#ux section.case .inner h3.num span {
  font-size: 60px;
}
@media screen and (max-width: 768px) {
  #ux section.case .inner h3.num span {
    font-size: 42px;
  }
}
#ux section.case .inner h3.num:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 94px;
  height: 2px;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  #ux section.case .inner h3.num:after {
    bottom: -12px;
    width: 85px;
  }
}
#ux section.case .inner h2.question {
  margin-top: 45px;
  background-color: #6e83bd;
  width: 100%;
  height: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #ux section.case .inner h2.question {
    margin-top: 75px;
    height: auto;
  }
}
#ux section.case .inner h2.question span {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  padding-left: 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #ux section.case .inner h2.question span {
    font-size: 20px;
    padding: 50px 5% 15px;
  }
}
#ux section.case .inner h2.question span.woman:before {
  background: url(/bravia/ux/images/icn_case2.png) no-repeat top center/cover;
}
#ux section.case .inner h2.question span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100px;
  height: 100px;
  background: url(/bravia/ux/images/icn_case1.png) no-repeat top center/cover;
}
@media screen and (max-width: 768px) {
  #ux section.case .inner h2.question span:before {
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
  }
}
#ux section.case .inner .answer-box {
  width: 90%;
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  #ux section.case .inner .answer-box {
    width: 100%;
    margin-top: 40px;
  }
}
#ux section.case .inner .answer-box.first {
  margin-top: 60px;
}
#ux section.case .inner .answer-box h3.finger {
  margin: 0 auto;
  max-width: 630px;
  height: 70px;
  background-color: #0d3191;
  position: relative;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #ux section.case .inner .answer-box h3.finger {
    height: auto;
    font-size: 18px;
    padding: 20px 5% 20px 70px;
    border-radius: 10px;
  }
}
#ux section.case .inner .answer-box h3.finger:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 23px;
  transform: translateY(-50%);
  width: 33px;
  height: 48px;
  background: url(/bravia/ux/images/icn_finger.svg) no-repeat top center/cover;
}
#ux section.case .inner .answer-box h3.finger:after {
  content: "";
  position: absolute;
  top: 98%;
  left: 50%;
  transform: translateX(-50%);
  width: 41px;
  height: 26px;
  background: url(/bravia/ux/images/icn_arw.svg) no-repeat top center/cover;
}
#ux section.case .inner .answer-box h3.finger.finger2 {
  max-width: 630px;
  height: 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #ux section.case .inner .answer-box h3.finger.finger2 {
    height: auto;
    padding: 15px 5% 15px 20%;
  }
}
#ux section.case .inner .answer-box h3.finger.finger2 + p {
  text-align: left;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #ux section.case .inner .answer-box h3.finger.finger2 + p {
    font-size: 15px;
  }
}
#ux section.case .inner .answer-box h3.finger.finger3 {
  max-width: 630px;
  height: 100px;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  #ux section.case .inner .answer-box h3.finger.finger3 {
    height: auto;
    padding: 15px 5% 15px 20%;
  }
}
#ux section.case.case1 .lead {
  margin: 40px auto 0;
  max-width: 630px;
}
@media screen and (max-width: 768px) {
  #ux section.case.case1 .lead {
    margin-top: 30px;
  }
}
#ux section.case.case1 .lead.lead2 {
  max-width: 820px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
}
@media screen and (max-width: 768px) {
  #ux section.case.case1 .lead.lead2 {
    width: 100%;
    display: block;
  }
}
#ux section.case.case1 .lead.lead2 p {
  width: 480px;
}
@media screen and (max-width: 768px) {
  #ux section.case.case1 .lead.lead2 p {
    width: 100%;
  }
}
#ux section.case.case1 .lead.lead2 ul.logo {
  width: 310px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  #ux section.case.case1 .lead.lead2 ul.logo {
    width: 100%;
    margin: 20px auto 0 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
#ux section.case.case1 .lead.lead2 ul.logo li {
  width: 150px;
}
#ux section.case.case1 .lead.lead2 ul.logo li:first-child {
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  #ux section.case.case1 .lead.lead2 ul.logo li {
    margin-right: 3%;
  }
  #ux section.case.case1 .lead.lead2 ul.logo li:nth-child(1) {
    width: 30%;
  }
  #ux section.case.case1 .lead.lead2 ul.logo li:nth-child(2) {
    width: 28%;
  }
}
#ux section.case.case1 .lead p {
  font-size: 18px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #ux section.case.case1 .lead p {
    font-size: 15px;
  }
}
#ux section.case.case1 .lead ul.logo {
  margin-top: 20px;
  width: 160px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#ux section.case.case1 .lead ul.logo li {
  width: 100%;
}
#ux section.case.case1 .feature1 {
  max-width: 800px;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #ux section.case.case1 .feature1 {
    margin-top: 30px;
    display: block;
  }
}
#ux section.case.case1 .feature1 .img {
  width: 40%;
}
@media screen and (max-width: 768px) {
  #ux section.case.case1 .feature1 .img {
    width: 80%;
    margin: 0 auto;
  }
}
#ux section.case.case1 .feature1 figure {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #ux section.case.case1 .feature1 figure {
    width: 100%;
    margin-top: 30px;
  }
}
#ux section.case.case1 .feature1 figure img {
  width: 70%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  #ux section.case.case1 .feature1 figure img {
    width: 100%;
  }
}
#ux section.case.case1 .feature1 figure figcaption {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #ux section.case.case1 .feature1 figure figcaption {
    font-size: 14px;
  }
}
#ux section.case.case1 .sony-logo {
  max-width: 630px;
  margin: 20px auto 0;
}
#ux section.case.case1 .sony-logo img {
  width: 150px;
}
#ux section.case.case1 .youtube {
  width: 100%;
  max-width: 800px;
  margin: 70px auto 0;
}
@media screen and (max-width: 768px) {
  #ux section.case.case1 .youtube {
    margin-top: 40px;
  }
}
#ux section.case.case1 .youtube iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
#ux section.case.case1 .youtube ul.note {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #ux section.case.case1 .youtube ul.note {
    margin-top: 5px;
  }
}
#ux section.case.case1 .youtube ul.note li {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #ux section.case.case1 .youtube ul.note li {
    font-size: 10px;
  }
}
#ux section.case.case1 .youtube .logo {
  max-width: 710px;
  margin: 20px auto 0;
}
#ux section.case.case1 .youtube .logo img {
  width: 100px;
}
#ux section.case.case1 .feature2 {
  max-width: 860px;
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #ux section.case.case1 .feature2 {
    display: block;
  }
}
#ux section.case.case1 .feature2 .youtube2 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #ux section.case.case1 .feature2 .youtube2 {
    width: 100%;
  }
}
#ux section.case.case1 .feature2 .youtube2 iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
#ux section.case.case1 .feature2 .youtube2 ul.note {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #ux section.case.case1 .feature2 .youtube2 ul.note {
    margin-top: 5px;
  }
}
#ux section.case.case1 .feature2 .youtube2 ul.note li {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #ux section.case.case1 .feature2 .youtube2 ul.note li {
    font-size: 10px;
  }
}
#ux section.case.case1 .feature2 .img {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #ux section.case.case1 .feature2 .img {
    width: 80%;
    margin: 30px auto 0;
  }
}
#ux section.case.case1 .feature2 .s5-button {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  #ux section.case.case1 .feature2 .s5-button {
    margin-top: 30px;
  }
}
#ux section.case.case1 ul.smartphone-share {
  max-width: 860px;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #ux section.case.case1 ul.smartphone-share {
    display: block;
  }
}
#ux section.case.case1 ul.smartphone-share li {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #ux section.case.case1 ul.smartphone-share li {
    width: 100%;
    margin-top: 30px;
  }
  #ux section.case.case1 ul.smartphone-share li:first-child {
    margin-top: 0;
  }
}
#ux section.case.case1 ul.smartphone-share li figure {
  padding: 0 5%;
  text-align: center;
}
#ux section.case.case1 ul.smartphone-share li figure img {
  width: 240px;
}
@media screen and (max-width: 768px) {
  #ux section.case.case1 ul.smartphone-share li figure img {
    width: 100%;
  }
}
#ux section.case.case1 ul.smartphone-share li figure figcaption {
  font-size: 16px;
  margin-top: 10px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #ux section.case.case1 ul.smartphone-share li figure figcaption {
    font-size: 14px;
  }
}
#ux section.case.case2 {
  margin-top: 100px;
  background-color: #f2f5f9;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #ux section.case.case2 {
    margin-top: 60px;
    padding-bottom: 40px;
  }
}
#ux section.case.case2 .feature {
  max-width: 860px;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #ux section.case.case2 .feature {
    margin-top: 30px;
    display: block;
  }
}
#ux section.case.case2 .feature .txt-area {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #ux section.case.case2 .feature .txt-area {
    width: 100%;
  }
}
#ux section.case.case2 .feature .txt-area p {
  font-size: 18px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #ux section.case.case2 .feature .txt-area p {
    font-size: 15px;
  }
}
#ux section.case.case2 .feature .txt-area .logo {
  margin-top: 20px;
  width: 162px;
}
#ux section.case.case2 .feature .txt-area .logo.second {
  width: 90px;
}
#ux section.case.case2 .feature .txt-area .s5-button {
  margin-top: 30px;
}
#ux section.case.case2 .feature figure {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #ux section.case.case2 .feature figure {
    width: 100%;
    margin-top: 30px;
  }
}
#ux section.case.case2 .feature figure figcaption {
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #ux section.case.case2 .feature figure figcaption {
    font-size: 12px;
  }
}
#ux section.case.case3 .feature {
  max-width: 860px;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #ux section.case.case3 .feature {
    margin-top: 30px;
    display: block;
  }
}
#ux section.case.case3 .feature .txt-area {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #ux section.case.case3 .feature .txt-area {
    width: 100%;
  }
}
#ux section.case.case3 .feature .txt-area p {
  font-size: 18px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #ux section.case.case3 .feature .txt-area p {
    font-size: 15px;
  }
}
#ux section.case.case3 .feature .txt-area .logo {
  margin-top: 20px;
  width: 150px;
}
@media screen and (max-width: 768px) {
  #ux section.case.case3 .feature .txt-area .logo {
    width: 120px;
  }
}
#ux section.case.case3 .feature .txt-area .logo.second {
  width: 210px;
}
@media screen and (max-width: 768px) {
  #ux section.case.case3 .feature .txt-area .logo.second {
    width: 190px;
  }
}
#ux section.case.case3 .feature .txt-area .logo.second img {
  border-radius: 10px;
  padding: 2px 10px;
  border: 1px solid #9a9a9a;
}
#ux section.case.case3 .feature figure {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #ux section.case.case3 .feature figure {
    width: 100%;
    margin-top: 30px;
  }
}
#ux section.case.case3 .feature figure figcaption {
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #ux section.case.case3 .feature figure figcaption {
    font-size: 12px;
  }
}
#ux section.case.case3 .feature2 {
  max-width: 860px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  #ux section.case.case3 .feature2 {
    margin-top: 30px;
  }
}
#ux section.case.case3 .feature2 p.lead {
  max-width: 630px;
  margin: 0 auto;
  text-align: left;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #ux section.case.case3 .feature2 p.lead {
    font-size: 15px;
  }
}
#ux section.case.case3 .feature2 figure {
  margin-top: 20px;
}
#ux section.case.case4 {
  margin-top: 100px;
  background-color: #f2f5f9;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #ux section.case.case4 {
    margin-top: 60px;
    padding-bottom: 40px;
  }
}
#ux section.case.case4 .lead {
  margin: 40px auto 0;
  max-width: 630px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #ux section.case.case4 .lead {
    margin-top: 30px;
    display: block;
  }
}
#ux section.case.case4 .lead p {
  font-size: 18px;
  text-align: left;
  width: calc(100% - 55px);
}
@media screen and (max-width: 768px) {
  #ux section.case.case4 .lead p {
    width: 100%;
    font-size: 15px;
  }
}
#ux section.case.case4 .lead ul.logo {
  width: 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #ux section.case.case4 .lead ul.logo {
    margin-top: 20px;
  }
}
#ux section.case.case4 .lead ul.logo li {
  width: 100%;
}
#ux section.case.case4 ul.check {
  max-width: 860px;
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 15px 25px 25px;
}
@media screen and (max-width: 768px) {
  #ux section.case.case4 ul.check {
    display: block;
    padding: 20px 5%;
  }
}
#ux section.case.case4 ul.check li {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #ux section.case.case4 ul.check li {
    width: 100%;
    margin-top: 30px;
  }
  #ux section.case.case4 ul.check li:first-child {
    margin-top: 0;
  }
}
#ux section.case.case4 ul.check li figure {
  text-align: center;
}
#ux section.case.case4 ul.check li figure img {
  width: 240px;
}
@media screen and (max-width: 768px) {
  #ux section.case.case4 ul.check li figure img {
    width: 100%;
  }
}
#ux section.case.case4 ul.check li figure figcaption {
  font-size: 16px;
  margin-top: 15px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #ux section.case.case4 ul.check li figure figcaption {
    font-size: 14px;
  }
}
#ux section.case.case4 .btn-mimamori {
  margin: 20px auto 0;
  position: relative;
  display: table;
  width: 450px;
  height: 38px;
  background: #2d75c7;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  #ux section.case.case4 .btn-mimamori {
    width: 330px;
  }
}
#ux section.case.case4 .btn-mimamori:hover {
  background: #34568e;
}
#ux section.case.case4 .btn-mimamori a {
  position: relative;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #ux section.case.case4 .btn-mimamori a {
    font-size: 12px;
  }
}
#ux section.case.case4 .btn-mimamori a::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 5px;
  background: url(/bravia/tv_choice/images/choice/icn_btn.png) center center no-repeat;
  width: 14px;
  height: 14px;
}
#ux section.case.case4 .feature {
  max-width: 860px;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #ux section.case.case4 .feature {
    margin-top: 30px;
    display: block;
  }
}
#ux section.case.case4 .feature .txt-area {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #ux section.case.case4 .feature .txt-area {
    width: 100%;
  }
}
#ux section.case.case4 .feature .txt-area p {
  font-size: 18px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #ux section.case.case4 .feature .txt-area p {
    font-size: 15px;
  }
}
#ux section.case.case4 .feature .txt-area .logo {
  margin-top: 20px;
  width: 162px;
}
@media screen and (max-width: 768px) {
  #ux section.case.case4 .feature .txt-area .logo {
    width: 140px;
  }
}
#ux section.case.case4 .feature .txt-area .logo.second {
  width: 90px;
}
#ux section.case.case4 .feature .txt-area .s5-button {
  margin-top: 30px;
}
#ux section.case.case4 .feature figure {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #ux section.case.case4 .feature figure {
    width: 100%;
    margin-top: 30px;
  }
}
#ux section.case.case4 .feature figure figcaption {
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #ux section.case.case4 .feature figure figcaption {
    font-size: 12px;
  }
}
#ux section.case.case5 .feature {
  max-width: 860px;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #ux section.case.case5 .feature {
    margin-top: 30px;
    display: block;
  }
}
#ux section.case.case5 .feature .txt-area {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #ux section.case.case5 .feature .txt-area {
    width: 100%;
  }
}
#ux section.case.case5 .feature .txt-area p {
  font-size: 18px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #ux section.case.case5 .feature .txt-area p {
    font-size: 15px;
  }
}
#ux section.case.case5 .feature .txt-area .logo {
  margin-top: 20px;
  width: 162px;
}
#ux section.case.case5 .feature .txt-area .logo.second {
  width: 90px;
}
#ux section.case.case5 .feature .txt-area .s5-button {
  margin-top: 30px;
}
#ux section.case.case5 .feature figure {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #ux section.case.case5 .feature figure {
    width: 100%;
  }
}
#ux section.case.case5 .feature figure figcaption {
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #ux section.case.case5 .feature figure figcaption {
    font-size: 12px;
  }
}
#ux section.case.case5 .feature2 {
  max-width: 630px;
  margin: 0 auto;
}
#ux section.case.case5 .feature2 .lead {
  font-size: 16px;
  margin-top: 40px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #ux section.case.case5 .feature2 .lead {
    font-size: 15px;
  }
}
#ux section.case.case5 .feature2 .img {
  margin-top: 30px;
}
#ux section.case.case5 .feature2 ul.note {
  margin-top: 20px;
}
#ux section.case.case5 .feature2 ul.note li {
  font-size: 16px;
  text-indent: -1em;
  padding-left: 1em;
}
#ux section.case.case5 .feature2 ul.note li a {
  color: #000;
  text-decoration: underline;
}
@media (hover) {
  #ux section.case.case5 .feature2 ul.note li a:hover {
    text-decoration: none;
  }
}
#ux section.case.case5 .feature2 .s5-button {
  margin-top: 20px;
}
#ux section.case.case6 {
  margin-top: 100px;
  background-color: #f2f5f9;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #ux section.case.case6 {
    margin-top: 60px;
    padding-bottom: 40px;
  }
}
#ux section.case.case6 .lead {
  margin: 40px auto 0;
  max-width: 630px;
}
@media screen and (max-width: 768px) {
  #ux section.case.case6 .lead {
    margin-top: 30px;
  }
}
#ux section.case.case6 .lead.lead3 p {
  width: 510px !important;
}
@media screen and (max-width: 768px) {
  #ux section.case.case6 .lead.lead3 p {
    width: 100% !important;
  }
}
#ux section.case.case6 .lead.lead2 {
  max-width: 860px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #ux section.case.case6 .lead.lead2 {
    display: block;
  }
}
#ux section.case.case6 .lead.lead2 p {
  width: 540px;
}
@media screen and (max-width: 768px) {
  #ux section.case.case6 .lead.lead2 p {
    width: 100%;
  }
}
#ux section.case.case6 .lead.lead2 ul.logo {
  width: 290px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  #ux section.case.case6 .lead.lead2 ul.logo {
    width: 100% !important;
    margin: 20px auto 0 0 !important;
    display: flex;
    justify-content: flex-start !important;
    align-items: center;
  }
}
#ux section.case.case6 .lead.lead2 ul.logo li {
  width: 150px;
}
@media screen and (max-width: 768px) {
  #ux section.case.case6 .lead.lead2 ul.logo li {
    margin-right: 3%;
  }
  #ux section.case.case6 .lead.lead2 ul.logo li:nth-child(1) {
    width: 23% !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #ux section.case.case6 .lead.lead2 ul.logo li:nth-child(1) {
    width: 30% !important;
  }
}
@media screen and (max-width: 768px) {
  #ux section.case.case6 .lead.lead2 ul.logo li:nth-child(2) {
    width: 37% !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  #ux section.case.case6 .lead.lead2 ul.logo li:nth-child(2) {
    width: 28% !important;
  }
}
#ux section.case.case6 .lead ul.logo2 {
  width: 310px !important;
  margin-left: 20px !important;
}
@media screen and (max-width: 768px) {
  #ux section.case.case6 .lead ul.logo2 {
    width: 100% !important;
    margin: 20px auto 0 0 !important;
    display: flex;
    justify-content: flex-start !important;
    align-items: center;
  }
}
#ux section.case.case6 .lead ul.logo2 li {
  width: 150px !important;
}
@media screen and (max-width: 768px) {
  #ux section.case.case6 .lead ul.logo2 li {
    margin-right: 3%;
  }
  #ux section.case.case6 .lead ul.logo2 li:nth-child(1) {
    width: 30% !important;
  }
  #ux section.case.case6 .lead ul.logo2 li:nth-child(2) {
    width: 28% !important;
  }
}
#ux section.case.case6 .lead p {
  font-size: 18px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #ux section.case.case6 .lead p {
    font-size: 15px;
  }
}
#ux section.case.case6 .lead ul.logo {
  margin-top: 20px;
  width: 160px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#ux section.case.case6 .lead ul.logo li {
  width: 100%;
}
#ux section.case.case6 .lead ul.logo li:nth-child(1) {
  width: 91px;
}
#ux section.case.case6 .lead ul.logo li:nth-child(2) {
  width: 172px;
}
#ux section.case.case6 ul.check {
  max-width: 860px;
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 20px 30px 25px;
}
@media screen and (max-width: 768px) {
  #ux section.case.case6 ul.check {
    display: block;
    padding: 20px 5%;
  }
}
#ux section.case.case6 ul.check li {
  width: 40%;
}
@media screen and (max-width: 768px) {
  #ux section.case.case6 ul.check li {
    width: 100%;
    margin-top: 30px;
  }
  #ux section.case.case6 ul.check li:first-child {
    margin-top: 0;
  }
}
#ux section.case.case6 ul.check li figure {
  text-align: center;
}
#ux section.case.case6 ul.check li figure figcaption {
  font-size: 16px;
  margin-top: 15px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #ux section.case.case6 ul.check li figure figcaption {
    font-size: 14px;
  }
}
#ux section.case.case6 ul.note {
  max-width: 860px;
  margin: 10px auto 0;
}
#ux section.case.case6 ul.note li {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 3px;
}
@media screen and (max-width: 768px) {
  #ux section.case.case6 ul.note li {
    font-size: 10px;
  }
}
#ux section.case.case6 ul.note2 {
  max-width: 860px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  #ux section.case.case6 ul.note2 {
    margin-top: 40px;
  }
}
#ux section.case.case6 ul.note2 li {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 3px;
}
@media screen and (max-width: 768px) {
  #ux section.case.case6 ul.note2 li {
    font-size: 10px;
  }
}
#ux section.case.case6 ul.note-last {
  max-width: 860px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  #ux section.case.case6 ul.note-last {
    margin-top: 20px;
  }
}
#ux section.case.case6 ul.note-last li {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  #ux section.case.case6 ul.note-last li {
    font-size: 10px;
  }
}
#ux section.anchor {
  width: 100%;
  height: 760px;
  background: url(/bravia/sustainability/images/bg.jpg) no-repeat top center/cover;
  margin-top: 60px;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  #ux section.anchor {
    height: auto;
    padding: 0 5% 10vw;
    margin-top: 40px;
  }
}
#ux section.anchor h2 {
  font-size: 50px;
  color: #fff;
  text-align: center;
  padding-top: 60px;
  margin-bottom: 90px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #ux section.anchor h2 {
    font-size: 26px;
    padding-top: 30px;
  }
}
#ux section.anchor .anchor-box {
  position: relative;
}
#ux section.anchor .anchor-box ul {
  max-width: 710px;
  height: 430px;
  position: relative;
  background: url(/bravia/sustainability/images/img_anchor.png) no-repeat center/contain;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #ux section.anchor .anchor-box ul {
    max-width: 100%;
    height: 48vw;
  }
}
#ux section.anchor .anchor-box ul li {
  width: 130px;
  height: 130px;
  position: absolute;
  animation: floating-y 1.5s ease-in-out infinite alternate-reverse;
}
@media screen and (max-width: 768px) {
  #ux section.anchor .anchor-box ul li {
    width: 20vw;
    height: 20vw;
  }
}
@keyframes floating-y {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(5%);
  }
}
#ux section.anchor .anchor-box ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  position: relative;
  background-color: #0f6c4f;
  border-radius: 100%;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
  transition: opacity 0.3s;
}
@media (hover) {
  #ux section.anchor .anchor-box ul li a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  #ux section.anchor .anchor-box ul li a {
    font-size: 4.8vw;
    padding-bottom: 3vw;
  }
}
#ux section.anchor .anchor-box ul li a:after {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  width: 12px;
  height: 12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  #ux section.anchor .anchor-box ul li a:after {
    bottom: 4.5vw;
    width: 7px;
    height: 7px;
  }
}
#ux section.anchor .anchor-box ul li:nth-child(1) {
  top: -70px;
  left: calc(50% - 65px);
}
@media screen and (max-width: 768px) {
  #ux section.anchor .anchor-box ul li:nth-child(1) {
    top: -13vw;
    left: calc(50% - 10vw);
  }
}
#ux section.anchor .anchor-box ul li:nth-child(2) {
  bottom: 10px;
  left: -30px;
}
@media screen and (max-width: 768px) {
  #ux section.anchor .anchor-box ul li:nth-child(2) {
    bottom: -1vw;
    left: 0;
  }
}
#ux section.anchor .anchor-box ul li:nth-child(3) {
  bottom: 10px;
  right: -30px;
}
@media screen and (max-width: 768px) {
  #ux section.anchor .anchor-box ul li:nth-child(3) {
    bottom: -1vw;
    right: 0;
  }
}
#ux section.anchor .anchor-box p {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #ux section.anchor .anchor-box p {
    bottom: 0;
    font-size: 3.1vw;
  }
}
#ux .btn-accordion {
  margin: 120px auto 50px;
  max-width: 835px;
  height: 88px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #0f6c4f;
  font-size: 28px;
  cursor: pointer;
  transition: opacity 0.3s;
  position: relative;
}
@media (hover) {
  #ux .btn-accordion:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  #ux .btn-accordion {
    width: 90%;
    margin: 40px auto;
    height: 60px;
    font-size: 16px;
  }
}
#ux .btn-accordion:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(90deg);
  width: 3px;
  height: 25px;
  background-color: #fff;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  #ux .btn-accordion:before {
    width: 2px;
    height: 15px;
    right: 20px;
  }
}
#ux .btn-accordion:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 3px;
  height: 25px;
  background-color: #fff;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  #ux .btn-accordion:after {
    width: 2px;
    height: 15px;
    right: 20px;
  }
}
#ux .btn-accordion.active:after {
  transform: translateY(-50%) rotate(90deg);
}
#ux h2.category-ttl {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #ux h2.category-ttl {
    font-size: 18px;
  }
}
#ux h2.category-ttl span {
  font-size: 55px;
  color: #0f6c4f;
  display: block;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #ux h2.category-ttl span {
    font-size: 40px;
  }
}
#ux .bg-blue {
  background-color: #f1f5f9;
}
#ux .bg-blue .inner {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
  padding: 60px 0;
  width: 90%;
}
@media screen and (max-width: 768px) {
  #ux .bg-blue .inner {
    padding: 30px 0;
  }
}
#ux .bg-blue .inner > h2 {
  font-size: 38px;
  max-width: 1000px;
  margin: 150px auto 0;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #ux .bg-blue .inner > h2 {
    margin-top: 60px;
    text-align: left;
    font-size: 24px;
  }
}
#ux .bg-blue .inner > h2:first-child {
  margin-top: 0;
}
#ux .bg-blue .inner > h3 {
  font-size: 18px;
  color: #74747f;
  max-width: 1000px;
  margin: 15px auto 0;
}
@media screen and (max-width: 768px) {
  #ux .bg-blue .inner > h3 {
    text-align: left;
    font-size: 16px;
  }
}
#ux .bg-blue .inner > p {
  font-size: 15px;
  color: #74747f;
  max-width: 1000px;
  margin: 15px auto 0;
}
@media screen and (max-width: 768px) {
  #ux .bg-blue .inner > p {
    text-align: left;
    font-size: 14px;
  }
}
#ux .bg-blue .inner > .img {
  position: relative;
}
#ux .bg-blue .inner > .img.mt {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #ux .bg-blue .inner > .img.mt {
    margin-top: 25px;
  }
}
#ux .bg-blue .inner > .img.gray {
  background-color: #d8d8d8;
  display: flex;
  align-items: center;
  height: 620px;
}
@media screen and (max-width: 768px) {
  #ux .bg-blue .inner > .img.gray {
    display: block;
    height: auto;
    background: none;
  }
}
#ux .bg-blue .inner > .img p {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 30px;
  left: 0;
  font-size: 12px;
  color: #74747f;
}
@media screen and (max-width: 768px) {
  #ux .bg-blue .inner > .img p {
    position: static;
    margin-top: 5px;
  }
}
#ux .bg-blue .inner ul.list1 {
  max-width: 1190px;
  margin: 100px auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #ux .bg-blue .inner ul.list1 {
    margin-top: 40px;
  }
}
#ux .bg-blue .inner ul.list1 li {
  width: 47%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #ux .bg-blue .inner ul.list1 li {
    width: 100%;
  }
}
#ux .bg-blue .inner ul.list1 li .img {
  margin-bottom: 20px;
}
#ux .bg-blue .inner ul.list1 li h3 {
  font-size: 15px;
  text-align: left;
  margin-bottom: 10px;
}
#ux .bg-blue .inner ul.list1 li p {
  color: #74747f;
  font-size: 13px;
  text-align: left;
}
#ux .bg-blue .inner ul.list2 {
  max-width: 1190px;
  margin: 100px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #ux .bg-blue .inner ul.list2 {
    margin-top: 40px;
  }
}
#ux .bg-blue .inner ul.list2 li {
  width: 47%;
}
@media screen and (max-width: 768px) {
  #ux .bg-blue .inner ul.list2 li {
    width: 100%;
    margin-top: 40px;
  }
  #ux .bg-blue .inner ul.list2 li:first-child {
    margin-top: 0;
  }
}
#ux .bg-blue .inner ul.list2 li .img {
  margin-bottom: 20px;
}
#ux .bg-blue .inner ul.list2 li h3 {
  font-size: 15px;
  text-align: left;
  margin-bottom: 10px;
}
#ux .bg-blue .inner ul.list2 li p {
  color: #74747f;
  font-size: 13px;
  text-align: left;
}
#ux .bg-blue .inner ul.list3 {
  max-width: 1190px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #ux .bg-blue .inner ul.list3 {
    margin-top: 40px;
  }
}
#ux .bg-blue .inner ul.list3 li {
  width: 31%;
}
@media screen and (max-width: 768px) {
  #ux .bg-blue .inner ul.list3 li {
    width: 100%;
    margin-top: 40px;
  }
  #ux .bg-blue .inner ul.list3 li:first-child {
    margin-top: 0;
  }
}
#ux .bg-blue .inner ul.list3 li .img {
  margin-bottom: 20px;
}
#ux .bg-blue .inner ul.list3 li h3 {
  font-size: 15px;
  text-align: left;
  margin-bottom: 10px;
}
#ux .bg-blue .inner ul.list3 li p {
  color: #74747f;
  font-size: 13px;
  text-align: left;
}
#ux .bg-blue .inner .feature2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  width: 90%;
  margin: 150px auto 0;
}
@media screen and (max-width: 768px) {
  #ux .bg-blue .inner .feature2 {
    display: block;
    margin-top: 40px;
    width: 100%;
  }
}
#ux .bg-blue .inner .feature2.rev .img {
  order: 2;
}
#ux .bg-blue .inner .feature2.rev .txt-area {
  order: 1;
}
#ux .bg-blue .inner .feature2 .img {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #ux .bg-blue .inner .feature2 .img {
    width: 100%;
  }
}
#ux .bg-blue .inner .feature2 .txt-area {
  width: 48%;
  padding: 0 4%;
}
@media screen and (max-width: 768px) {
  #ux .bg-blue .inner .feature2 .txt-area {
    width: 100%;
    padding: 0;
  }
}
#ux .bg-blue .inner .feature2 .txt-area h2 {
  font-size: 30px;
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #ux .bg-blue .inner .feature2 .txt-area h2 {
    font-size: 24px;
    margin: 15px 0;
    line-height: 1.4;
  }
}
#ux .bg-blue .inner .feature2 .txt-area p {
  font-size: 13px;
  text-align: left;
}
#ux section.production,
#ux section.sale,
#ux section.consumption {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  #ux section.production,
  #ux section.sale,
  #ux section.consumption {
    margin-top: 60px;
  }
}
#ux section.consumption .bg-blue {
  background: none;
  padding: 0;
}
#ux section.consumption .bg-blue .inner {
  padding: 0;
}

.fix_bnr {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 10;
}
.fix_bnr .eqBnr a {
  transition: all 0.3s;
}
@media (hover) {
  .fix_bnr .eqBnr a:hover {
    opacity: 0.7;
  }
}
.fix_bnr .eqBnr a img {
  width: 40px;
}
@media screen and (max-width: 768px) {
  .fix_bnr .eqBnr a img {
    width: 30px;
  }
}
.fix_bnr .fix_enquete {
  margin-top: 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fix_bnr .fix_enquete {
    margin-top: 10px;
  }
}
.fix_bnr .fix_enquete a {
  transition: all 0.3s;
}
@media (hover) {
  .fix_bnr .fix_enquete a:hover {
    opacity: 0.7;
  }
}
.fix_bnr .fix_enquete a img {
  width: 40px;
}
@media screen and (max-width: 768px) {
  .fix_bnr .fix_enquete a img {
    width: 30px;
  }
}
.fix_bnr .fix_enquete .close {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  width: 26px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .fix_bnr .fix_enquete .close {
    width: 25px;
  }
}
.fix_bnr .fix_enquete .close img {
  width: 100%;
}

.recommend-model {
  padding: 50px 50px 40px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .recommend-model {
    padding: 30px 3%;
  }
}
.recommend-model .inner > ul {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  width: 100%;
  margin: 0;
}
.recommend-model .inner > ul li {
  width: 33.3333333333%;
}
@media screen and (max-width: 920px) {
  .recommend-model .inner > ul li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .recommend-model .inner > ul li {
    width: 100%;
  }
}
.recommend-model .inner > ul li .img img {
  width: 100%;
}
.recommend-model .inner > ul li .txt-area {
  padding: 25px 10px 60px;
}
@media screen and (max-width: 768px) {
  .recommend-model .inner > ul li .txt-area {
    padding: 20px 10px 40px;
  }
}
.recommend-model .inner > ul li .txt-area .ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .recommend-model .inner > ul li .txt-area .ttl {
    margin-bottom: 10px;
  }
}
.recommend-model .inner > ul li .txt-area .ttl h3 {
  font-size: 32px;
  padding: 0 15px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .recommend-model .inner > ul li .txt-area .ttl h3 {
    font-size: 28px;
    padding: 0;
  }
}
.recommend-model .inner > ul li .txt-area .ttl .logo {
  font-size: 0;
}
.recommend-model .inner > ul li .txt-area .flex-area {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  min-height: 65px;
}
@media screen and (max-width: 768px) {
  .recommend-model .inner > ul li .txt-area .flex-area {
    min-height: auto;
    padding: 0;
    display: block;
  }
}
.recommend-model .inner > ul li .txt-area .flex-area p {
  font-size: 14px;
  width: 48%;
  text-align: left !important;
}
@media screen and (max-width: 768px) {
  .recommend-model .inner > ul li .txt-area .flex-area p {
    width: 100%;
  }
}
.recommend-model .inner > ul li .txt-area .flex-area .btn {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .recommend-model .inner > ul li .txt-area .flex-area .btn {
    width: 100%;
    margin-top: 20px;
  }
}
.recommend-model .inner > ul li .txt-area .flex-area .btn a {
  width: 100%;
  text-align: center;
  position: relative;
}
.recommend-model .inner > ul li .txt-area .flex-area .btn a:after {
  content: "";
  position: absolute;
  left: 25%;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
}
.recommend-model .inner .note ul {
  margin-top: 15px !important;
}
.recommend-model .inner .note ul li {
  font-size: 12px !important;
  text-indent: -1em !important;
  padding-left: 1em !important;
  margin-bottom: 3px !important;
}