@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;
  }
}
.sustainability-wrapper {
  font-family: "Noto Sans JP", sans-serif;
}
.sustainability-wrapper * {
  box-sizing: border-box;
}
.sustainability-wrapper h1,
.sustainability-wrapper h2,
.sustainability-wrapper h3,
.sustainability-wrapper h4,
.sustainability-wrapper h5,
.sustainability-wrapper h6,
.sustainability-wrapper ul,
.sustainability-wrapper li {
  font-weight: normal;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #2f353d;
}
.sustainability-wrapper sub {
  bottom: 0;
}
@media (hover) {
  .sustainability-wrapper a:hover {
    text-decoration: none;
  }
}
.sustainability-wrapper img {
  max-width: 100%;
  line-height: 0;
  vertical-align: bottom;
  border-style: none;
}
.sustainability-wrapper p {
  text-align: center;
  font-size: 16px;
  margin: 0;
  color: #000;
}
@media screen and (max-width: 768px) {
  .sustainability-wrapper p {
    font-size: 14px;
  }
}
.sustainability-wrapper section.kv {
  max-width: 950px;
  margin: 100px auto 0;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .sustainability-wrapper section.kv {
    margin-top: 40px;
  }
}
.sustainability-wrapper section.kv h1 {
  margin: 0 auto;
  max-width: 700px;
}
.sustainability-wrapper section.kv p {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .sustainability-wrapper section.kv p {
    text-align: left;
  }
}
.sustainability-wrapper ul.fixed-anchor {
  position: fixed;
  top: 126px;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #0f6c4f;
  gap: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  padding: 0 20px;
}
@media screen and (max-width: 991px) {
  .sustainability-wrapper ul.fixed-anchor {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .sustainability-wrapper ul.fixed-anchor {
    height: 50px;
    padding: 0 3%;
  }
}
.sustainability-wrapper ul.fixed-anchor.active {
  opacity: 1;
  pointer-events: auto;
}
.sustainability-wrapper ul.fixed-anchor li {
  width: 270px;
  height: 35px;
}
@media screen and (max-width: 768px) {
  .sustainability-wrapper ul.fixed-anchor li {
    height: 30px;
    width: 31%;
  }
}
.sustainability-wrapper ul.fixed-anchor li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 5px;
  color: #0f6c4f;
  font-size: 22px;
  font-weight: bold;
  transition: opacity 0.3s;
  position: relative;
}
@media (hover) {
  .sustainability-wrapper ul.fixed-anchor li a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .sustainability-wrapper ul.fixed-anchor li a {
    font-size: 18px;
  }
}
.sustainability-wrapper ul.fixed-anchor li a:after {
  content: "";
  position: absolute;
  top: 48%;
  right: 20px;
  transform: translateY(-50%) rotate(-45deg);
  width: 10px;
  height: 10px;
  border-left: 2px solid #0f6c4f;
  border-bottom: 2px solid #0f6c4f;
}
@media screen and (max-width: 768px) {
  .sustainability-wrapper ul.fixed-anchor li a:after {
    top: 45%;
    right: 10%;
    width: 8px;
    height: 8px;
  }
}
.sustainability-wrapper 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) {
  .sustainability-wrapper section.anchor {
    height: auto;
    padding: 0 5% 10vw;
    margin-top: 40px;
  }
}
.sustainability-wrapper 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) {
  .sustainability-wrapper section.anchor h2 {
    font-size: 26px;
    padding-top: 30px;
  }
}
.sustainability-wrapper section.anchor .anchor-box {
  position: relative;
}
.sustainability-wrapper 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) {
  .sustainability-wrapper section.anchor .anchor-box ul {
    max-width: 100%;
    height: 48vw;
  }
}
.sustainability-wrapper 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) {
  .sustainability-wrapper section.anchor .anchor-box ul li {
    width: 20vw;
    height: 20vw;
  }
}
@keyframes floating-y {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(5%);
  }
}
.sustainability-wrapper 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: all 0.3s;
}
@media (hover) {
  .sustainability-wrapper section.anchor .anchor-box ul li a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .sustainability-wrapper section.anchor .anchor-box ul li a {
    font-size: 4.8vw;
    padding-bottom: 3vw;
  }
}
.sustainability-wrapper 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) {
  .sustainability-wrapper section.anchor .anchor-box ul li a:after {
    bottom: 4.5vw;
    width: 7px;
    height: 7px;
  }
}
.sustainability-wrapper section.anchor .anchor-box ul li:nth-child(1) {
  top: -70px;
  left: calc(50% - 65px);
}
@media screen and (max-width: 768px) {
  .sustainability-wrapper section.anchor .anchor-box ul li:nth-child(1) {
    top: -13vw;
    left: calc(50% - 10vw);
  }
}
.sustainability-wrapper section.anchor .anchor-box ul li:nth-child(2) {
  bottom: 10px;
  left: -30px;
}
@media screen and (max-width: 768px) {
  .sustainability-wrapper section.anchor .anchor-box ul li:nth-child(2) {
    bottom: -1vw;
    left: 0;
  }
}
.sustainability-wrapper section.anchor .anchor-box ul li:nth-child(3) {
  bottom: 10px;
  right: -30px;
}
@media screen and (max-width: 768px) {
  .sustainability-wrapper section.anchor .anchor-box ul li:nth-child(3) {
    bottom: -1vw;
    right: 0;
  }
}
.sustainability-wrapper section.anchor .anchor-box p {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sustainability-wrapper section.anchor .anchor-box p {
    bottom: 0;
    font-size: 3.1vw;
  }
}
.sustainability-wrapper .btn-accordion {
  margin: 100px auto 50px;
  width: 90%;
  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: all 0.3s;
  position: relative;
}
@media (hover) {
  .sustainability-wrapper .btn-accordion:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .sustainability-wrapper .btn-accordion {
    margin: 40px auto;
    height: 60px;
    font-size: 16px;
  }
}
.sustainability-wrapper .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) {
  .sustainability-wrapper .btn-accordion:before {
    width: 2px;
    height: 15px;
    right: 20px;
  }
}
.sustainability-wrapper .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) {
  .sustainability-wrapper .btn-accordion:after {
    width: 2px;
    height: 15px;
    right: 20px;
  }
}
.sustainability-wrapper .btn-accordion.active:after {
  transform: translateY(-50%) rotate(90deg);
}
.sustainability-wrapper .accordion {
  display: none;
  padding: 50px 50px 40px;
  background-color: #f1f5f9;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sustainability-wrapper .accordion {
    padding: 30px 3%;
  }
}
.sustainability-wrapper .accordion > ul {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  width: 100%;
  margin: 0;
}
.sustainability-wrapper .accordion > ul li {
  width: 33.3333333333%;
}
@media screen and (max-width: 920px) {
  .sustainability-wrapper .accordion > ul li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .sustainability-wrapper .accordion > ul li {
    width: 100%;
  }
}
.sustainability-wrapper .accordion > ul li .img img {
  width: 100%;
}
.sustainability-wrapper .accordion > ul li .txt-area {
  padding: 25px 10px 60px;
}
@media screen and (max-width: 768px) {
  .sustainability-wrapper .accordion > ul li .txt-area {
    padding: 20px 10px 40px;
  }
}
.sustainability-wrapper .accordion > 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) {
  .sustainability-wrapper .accordion > ul li .txt-area .ttl {
    margin-bottom: 10px;
  }
}
.sustainability-wrapper .accordion > ul li .txt-area .ttl h3 {
  font-size: 28px;
  padding: 0 15px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .sustainability-wrapper .accordion > ul li .txt-area .ttl h3 {
    font-size: 28px;
    padding: 0;
  }
}
.sustainability-wrapper .accordion > ul li .txt-area .ttl h3 span {
  font-size: 16px;
  display: block;
  margin-top: 8px;
}
@media screen and (max-width: 1040px) {
  .sustainability-wrapper .accordion > ul li .txt-area .ttl h3 span {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .sustainability-wrapper .accordion > ul li .txt-area .ttl h3 span {
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .sustainability-wrapper .accordion > ul li .txt-area .ttl h3 span {
    margin-top: 10px;
    text-align: left;
    translate: -8px 0;
  }
}
.sustainability-wrapper .accordion > ul li .txt-area .ttl h3:has(img) {
  width: 170px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sustainability-wrapper .accordion > ul li .txt-area .ttl h3:has(img) {
    width: 60%;
    flex-direction: row;
  }
}
@media screen and (max-width: 480px) {
  .sustainability-wrapper .accordion > ul li .txt-area .ttl h3:has(img) {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .sustainability-wrapper .accordion > ul li .txt-area .ttl img {
    width: 130px;
  }
}
.sustainability-wrapper .accordion > ul li .txt-area .ttl .logo {
  font-size: 0;
}
.sustainability-wrapper .accordion > ul li .txt-area .flex-area {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  min-height: 65px;
}
@media screen and (max-width: 768px) {
  .sustainability-wrapper .accordion > ul li .txt-area .flex-area {
    min-height: auto;
    padding: 0;
    display: block;
  }
}
.sustainability-wrapper .accordion > ul li .txt-area .flex-area p {
  font-size: 14px;
  width: 48%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .sustainability-wrapper .accordion > ul li .txt-area .flex-area p {
    width: 100%;
  }
}
.sustainability-wrapper .accordion > ul li .txt-area .flex-area .btn {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .sustainability-wrapper .accordion > ul li .txt-area .flex-area .btn {
    width: 100%;
    margin-top: 20px;
  }
}
.sustainability-wrapper .accordion > ul li .txt-area .flex-area .btn a {
  width: 100%;
  text-align: center;
  position: relative;
}
.sustainability-wrapper .accordion > ul li .txt-area .flex-area .btn a:after {
  content: "";
  position: absolute;
  left: 15%;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
}
.sustainability-wrapper .accordion .note ul {
  margin-top: 15px;
}
.sustainability-wrapper .accordion .note ul li {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 3px;
}
.sustainability-wrapper h2.category-ttl {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sustainability-wrapper h2.category-ttl {
    font-size: 18px;
  }
}
.sustainability-wrapper 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) {
  .sustainability-wrapper h2.category-ttl span {
    font-size: 40px;
  }
}
.sustainability-wrapper .bg-blue {
  background-color: #f1f5f9;
}
.sustainability-wrapper .bg-blue .inner {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
  padding: 80px 0;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .sustainability-wrapper .bg-blue .inner {
    padding: 30px 0;
  }
}
.sustainability-wrapper .bg-blue .inner > h2 {
  font-size: 38px;
  max-width: 1000px;
  margin: 150px auto 0;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .sustainability-wrapper .bg-blue .inner > h2 {
    margin-top: 60px;
    text-align: left;
    font-size: 24px;
  }
}
.sustainability-wrapper .bg-blue .inner > h2:first-child {
  margin-top: 0;
}
.sustainability-wrapper .bg-blue .inner > h3 {
  font-size: 18px;
  color: #000;
  max-width: 1000px;
  margin: 15px auto 0;
}
@media screen and (max-width: 768px) {
  .sustainability-wrapper .bg-blue .inner > h3 {
    text-align: left;
    font-size: 16px;
  }
}
.sustainability-wrapper .bg-blue .inner > p {
  font-size: 15px;
  color: #000;
  max-width: 1000px;
  margin: 15px auto 0;
}
@media screen and (max-width: 768px) {
  .sustainability-wrapper .bg-blue .inner > p {
    text-align: left;
    font-size: 14px;
  }
}
.sustainability-wrapper .bg-blue .inner > .img {
  position: relative;
}
.sustainability-wrapper .bg-blue .inner > .img.mt {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .sustainability-wrapper .bg-blue .inner > .img.mt {
    margin-top: 25px;
  }
}
.sustainability-wrapper .bg-blue .inner > .img.gray {
  background-color: #d8d8d8;
  display: flex;
  align-items: center;
  height: 620px;
}
@media screen and (max-width: 768px) {
  .sustainability-wrapper .bg-blue .inner > .img.gray {
    display: block;
    height: auto;
    background: none;
  }
}
.sustainability-wrapper .bg-blue .inner > .img p {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 30px;
  left: 0;
  font-size: 12px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .sustainability-wrapper .bg-blue .inner > .img p {
    position: static;
    margin-top: 5px;
  }
}
.sustainability-wrapper .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) {
  .sustainability-wrapper .bg-blue .inner ul.list1 {
    margin-top: 40px;
  }
}
.sustainability-wrapper .bg-blue .inner ul.list1 li {
  width: 47%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sustainability-wrapper .bg-blue .inner ul.list1 li {
    width: 100%;
  }
}
.sustainability-wrapper .bg-blue .inner ul.list1 li .img {
  margin-bottom: 20px;
}
.sustainability-wrapper .bg-blue .inner ul.list1 li h3 {
  font-size: 15px;
  text-align: left;
  margin-bottom: 10px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .sustainability-wrapper .bg-blue .inner ul.list1 li h3 {
    margin-top: -15px;
  }
}
.sustainability-wrapper .bg-blue .inner ul.list1 li p {
  color: #000;
  font-size: 13px;
  text-align: left;
}
.sustainability-wrapper .bg-blue .inner ul.list2 {
  max-width: 1190px;
  margin: 100px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 60px 6%;
}
@media screen and (max-width: 768px) {
  .sustainability-wrapper .bg-blue .inner ul.list2 {
    margin-top: 40px;
    gap: 0;
  }
}
.sustainability-wrapper .bg-blue .inner ul.list2 li {
  width: 47%;
}
@media screen and (max-width: 768px) {
  .sustainability-wrapper .bg-blue .inner ul.list2 li {
    width: 100%;
    margin-top: 40px;
  }
  .sustainability-wrapper .bg-blue .inner ul.list2 li:first-child {
    margin-top: 0;
  }
}
.sustainability-wrapper .bg-blue .inner ul.list2 li .img {
  margin-bottom: 20px;
}
.sustainability-wrapper .bg-blue .inner ul.list2 li h3 {
  font-size: 15px;
  text-align: left;
  margin-bottom: 10px;
  color: #000;
}
.sustainability-wrapper .bg-blue .inner ul.list2 li p {
  color: #000;
  font-size: 13px;
  text-align: left;
}
.sustainability-wrapper .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) {
  .sustainability-wrapper .bg-blue .inner ul.list3 {
    margin-top: 40px;
  }
}
.sustainability-wrapper .bg-blue .inner ul.list3 li {
  width: 31%;
}
@media screen and (max-width: 768px) {
  .sustainability-wrapper .bg-blue .inner ul.list3 li {
    width: 100%;
    margin-top: 40px;
  }
  .sustainability-wrapper .bg-blue .inner ul.list3 li:first-child {
    margin-top: 0;
  }
}
.sustainability-wrapper .bg-blue .inner ul.list3 li .img {
  margin-bottom: 20px;
}
.sustainability-wrapper .bg-blue .inner ul.list3 li h3 {
  font-size: 15px;
  text-align: left;
  margin-bottom: 10px;
}
.sustainability-wrapper .bg-blue .inner ul.list3 li p {
  color: #000;
  font-size: 13px;
  text-align: left;
}
.sustainability-wrapper .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) {
  .sustainability-wrapper .bg-blue .inner .feature2 {
    display: block;
    margin-top: 40px;
    width: 100%;
  }
}
.sustainability-wrapper .bg-blue .inner .feature2.rev .img {
  order: 2;
}
.sustainability-wrapper .bg-blue .inner .feature2.rev .txt-area {
  order: 1;
}
.sustainability-wrapper .bg-blue .inner .feature2 .img {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .sustainability-wrapper .bg-blue .inner .feature2 .img {
    width: 100%;
  }
}
.sustainability-wrapper .bg-blue .inner .feature2 .txt-area {
  width: 48%;
  padding: 0 4%;
}
@media screen and (max-width: 768px) {
  .sustainability-wrapper .bg-blue .inner .feature2 .txt-area {
    width: 100%;
    padding: 0;
  }
}
.sustainability-wrapper .bg-blue .inner .feature2 .txt-area h2 {
  font-size: 30px;
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sustainability-wrapper .bg-blue .inner .feature2 .txt-area h2 {
    font-size: 24px;
    margin: 15px 0;
    line-height: 1.4;
  }
}
.sustainability-wrapper .bg-blue .inner .feature2 .txt-area p {
  font-size: 13px;
  text-align: left;
}
.sustainability-wrapper section.production,
.sustainability-wrapper section.sale,
.sustainability-wrapper section.consumption {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .sustainability-wrapper section.production,
  .sustainability-wrapper section.sale,
  .sustainability-wrapper section.consumption {
    margin-top: 60px;
  }
}
.sustainability-wrapper section.consumption .bg-blue {
  background: none;
  padding: 0;
}
.sustainability-wrapper section.consumption .bg-blue .inner {
  padding: 0;
}
.sustainability-wrapper [data-aos=fade-up] {
  transform: translate3d(0, 50px, 0);
}

.footnotes {
  margin-top: 100px;
  background-color: #f1f5f9;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .footnotes {
    margin-top: 60px;
  }
}
.footnotes .inner {
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 30px;
}
.footnotes .inner > .note {
  display: none;
}
@media screen and (max-width: 768px) {
  .footnotes .inner > .note {
    padding-top: 20px;
  }
}
.footnotes .inner h2 {
  text-align: right;
  font-size: 13px;
  position: relative;
  padding-right: 13px;
  cursor: pointer;
}
.footnotes .inner h2:after {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  border: 4px solid transparent;
  border-top: 5px solid #2f353d;
}
.footnotes .inner h2.active:after {
  top: 3px;
  transform: rotate(180deg);
}
.footnotes .inner dl {
  margin-top: 10px;
  display: flex;
}
.footnotes .inner dl dt {
  font-weight: bold;
  font-size: 13px;
  width: 35px;
}
@media screen and (max-width: 768px) {
  .footnotes .inner dl dt {
    width: 25px;
  }
}
.footnotes .inner dl dd {
  font-size: 13px;
  width: calc(100% - 40px);
}
@media screen and (max-width: 768px) {
  .footnotes .inner dl dd {
    width: calc(100% - 25px);
    margin: 0;
  }
}
.footnotes .inner dl dd a {
  color: #5d58f5;
}
.footnotes .inner dl.note {
  margin-top: 30px;
}