/*=============================================================
 01_base
=============================================================*/
#errata {
  margin-bottom: 125px;
}
@media only screen and (max-width: 768px) {
  #errata {
    margin-bottom: 18.4375vw;
  }
}
#errata .block {
  width: 1200px;
  margin: 0 auto 40px;
  padding: 50px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 0 20px rgba(107, 98, 159, 0.1);
}
@media only screen and (max-width: 1300px) {
  #errata .block {
    padding: 3.8461538462vw;
    width: 92.3076923077vw;
    margin: 0 auto 3.0769230769vw;
  }
}
@media only screen and (max-width: 768px) {
  #errata .block {
    width: 90.625vw;
    padding: 4.6875vw;
    border-radius: 4.6875vw;
    margin: 0 auto 6.25vw;
  }
}
#errata .block .text1 {
  font-size: 32px;
  text-align: center;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1300px) {
  #errata .block .text1 {
    font-size: 2.4615384615vw;
    margin-bottom: 3.0769230769vw;
  }
}
@media only screen and (max-width: 768px) {
  #errata .block .text1 {
    font-size: 5vw;
    margin-bottom: 6.25vw;
  }
}
#errata .block .text1 span {
  color: #37BAEB;
}
#errata .block .text2 {
  font-size: 24px;
  text-align: center;
  line-height: 1.3;
  font-weight: 900;
  margin-bottom: 56px;
}
@media only screen and (max-width: 1300px) {
  #errata .block .text2 {
    font-size: 1.8461538462vw;
    margin-bottom: 4.3076923077vw;
  }
}
@media only screen and (max-width: 768px) {
  #errata .block .text2 {
    font-size: 3.75vw;
    margin-bottom: 6.25vw;
  }
}
#errata .block .list-box {
  padding: 50px;
  border-radius: 10px;
  background-color: rgba(83, 75, 136, 0.1);
}
@media only screen and (max-width: 1300px) {
  #errata .block .list-box {
    padding: 3.8461538462vw;
  }
}
@media only screen and (max-width: 768px) {
  #errata .block .list-box {
    padding: 3.125vw;
    border-radius: 1.5625vw;
  }
}
#errata .block .list-box .list {
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
}
@media only screen and (max-width: 1300px) {
  #errata .block .list-box .list {
    padding: 2.3076923077vw;
  }
}
@media only screen and (max-width: 768px) {
  #errata .block .list-box .list {
    padding: 1.5625vw 3.125vw;
    border-radius: 1.5625vw;
  }
}
#errata .block .list-box .list .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #errata .block .list-box .list .item {
    display: none;
  }
}
#errata .block .list-box .list .item p {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  border-radius: 20px;
  background-color: rgba(83, 75, 136, 0.1);
}
#errata .block .list-box .list .item p:nth-child(1) {
  width: 142px;
}
@media only screen and (max-width: 1300px) {
  #errata .block .list-box .list .item p:nth-child(1) {
    width: 10.9230769231vw;
  }
}
#errata .block .list-box .list .item p:nth-child(2) {
  width: 220px;
}
@media only screen and (max-width: 1300px) {
  #errata .block .list-box .list .item p:nth-child(2) {
    width: 16.9230769231vw;
  }
}
#errata .block .list-box .list .item p:nth-child(3) {
  width: 220px;
}
@media only screen and (max-width: 1300px) {
  #errata .block .list-box .list .item p:nth-child(3) {
    width: 16.9230769231vw;
  }
}
#errata .block .list-box .list .item p:nth-child(4) {
  width: 300px;
}
@media only screen and (max-width: 1300px) {
  #errata .block .list-box .list .item p:nth-child(4) {
    width: 23.0769230769vw;
  }
}
#errata .block .list-box .list ul {
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  #errata .block .list-box .list ul {
    margin-bottom: 0;
  }
}
#errata .block .list-box .list ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.5px solid #534B88;
}
@media only screen and (max-width: 768px) {
  #errata .block .list-box .list ul li {
    display: block;
    padding: 3.125vw 0;
    border-bottom: 0.5px solid #534B88;
  }
}
@media only screen and (max-width: 768px) {
  #errata .block .list-box .list ul li:last-child {
    border: none;
  }
}
#errata .block .list-box .list ul li div {
  padding: 20px 5px;
}
@media only screen and (max-width: 1300px) {
  #errata .block .list-box .list ul li div {
    padding: 1.5384615385vw 0.3846153846vw;
  }
}
@media only screen and (max-width: 768px) {
  #errata .block .list-box .list ul li div {
    display: flex;
    align-items: flex-start;
    gap: 0 2.34375vw;
    padding: 0;
    margin-bottom: 3.90625vw;
    border: none;
  }
}
#errata .block .list-box .list ul li div:nth-child(1) {
  width: 142px;
  text-align: center;
}
@media only screen and (max-width: 1300px) {
  #errata .block .list-box .list ul li div:nth-child(1) {
    width: 10.9230769231vw;
  }
}
@media only screen and (max-width: 768px) {
  #errata .block .list-box .list ul li div:nth-child(1) {
    width: auto;
  }
}
#errata .block .list-box .list ul li div:nth-child(2) {
  width: 220px;
}
@media only screen and (max-width: 1300px) {
  #errata .block .list-box .list ul li div:nth-child(2) {
    width: 16.9230769231vw;
  }
}
@media only screen and (max-width: 768px) {
  #errata .block .list-box .list ul li div:nth-child(2) {
    width: auto;
  }
}
#errata .block .list-box .list ul li div:nth-child(3) {
  width: 220px;
}
@media only screen and (max-width: 1300px) {
  #errata .block .list-box .list ul li div:nth-child(3) {
    width: 16.9230769231vw;
  }
}
@media only screen and (max-width: 768px) {
  #errata .block .list-box .list ul li div:nth-child(3) {
    width: auto;
  }
}
#errata .block .list-box .list ul li div:nth-child(4) {
  width: 300px;
  text-align: center;
}
@media only screen and (max-width: 1300px) {
  #errata .block .list-box .list ul li div:nth-child(4) {
    width: 23.0769230769vw;
  }
}
@media only screen and (max-width: 768px) {
  #errata .block .list-box .list ul li div:nth-child(4) {
    width: auto;
    margin-bottom: 0;
  }
}
#errata .block .list-box .list ul li div a {
  color: #534B88;
  text-decoration: underline;
}
#errata .block .list-box .list ul li div .item-name {
  display: none;
}
@media only screen and (max-width: 768px) {
  #errata .block .list-box .list ul li div .item-name {
    display: inline;
    width: 14.0625vw;
    font-size: 2.1875vw;
    line-height: 1.8;
    text-align: center;
    border-radius: 20px;
    background-color: rgba(83, 75, 136, 0.1);
  }
}
#errata .block .list-box .pagination {
  padding-top: 40px;
  margin-bottom: 20px;
  gap: 0 35px;
}
@media only screen and (max-width: 768px) {
  #errata .block .list-box .pagination {
    gap: 0 4.6875vw;
    padding-top: 6.25vw;
    margin-bottom: 3.125vw;
  }
}
#errata .block .list-box .pagination .page-numbers {
  width: auto;
  height: auto;
  border: none;
  margin: 0;
}
#errata .block .list-box .pagination .page-numbers p {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  #errata .block .list-box .pagination .page-numbers p {
    font-size: 2.8125vw;
  }
}
#errata .block .list-box .pagination .page-numbers.next, #errata .block .list-box .pagination .page-numbers.prev {
  width: 12px;
  height: 11px;
}
@media only screen and (max-width: 768px) {
  #errata .block .list-box .pagination .page-numbers.next, #errata .block .list-box .pagination .page-numbers.prev {
    width: 1.875vw;
    height: 1.71875vw;
  }
}
#errata .block .list-box .pagination .page-numbers.next::after, #errata .block .list-box .pagination .page-numbers.prev::after {
  top: 40%;
  width: 100%;
  height: 100%;
}
#errata .block .list-box .pagination .page-numbers:nth-child(1).current {
  margin-left: 35px;
}
@media only screen and (max-width: 768px) {
  #errata .block .list-box .pagination .page-numbers:nth-child(1).current {
    margin-left: 4.6875vw;
  }
}
#errata .block .list-box .pagination .page-numbers:last-child.current {
  margin-right: 35px;
}
@media only screen and (max-width: 768px) {
  #errata .block .list-box .pagination .page-numbers:last-child.current {
    margin-right: 4.6875vw;
  }
}
#errata .ttl {
  text-align: center;
  font-weight: bold;
  margin-bottom: 62px;
}
@media only screen and (max-width: 1300px) {
  #errata .ttl {
    margin-bottom: 4.7692307692vw;
  }
}
@media only screen and (max-width: 768px) {
  #errata .ttl {
    margin-bottom: 10.625vw;
  }
}
#errata .ttl span {
  line-height: 1em;
}
#errata .ttl span.en {
  font-size: 90px;
  font-family: "Hanken Grotesk", sans-serif;
}
@media only screen and (max-width: 768px) {
  #errata .ttl span.en {
    font-size: 12.5vw;
  }
}
#errata .ttl span.jp {
  display: block;
  font-size: 20px;
  margin-top: 10px;
}
@media only screen and (max-width: 1300px) {
  #errata .ttl span.jp {
    margin-top: 0.7692307692vw;
  }
}
@media only screen and (max-width: 768px) {
  #errata .ttl span.jp {
    font-size: 2.8125vw;
  }
}
#errata .errata-con {
  padding: 42px 50px;
  background-color: #fff;
  border-radius: 30px;
  margin-bottom: 60px;
  box-shadow: 0 0 20px rgba(107, 98, 159, 0.3);
}
@media only screen and (max-width: 1300px) {
  #errata .errata-con {
    padding: 3.4615384615vw 3.8461538462vw;
    margin-bottom: 4.6153846154vw;
  }
}
@media only screen and (max-width: 768px) {
  #errata .errata-con {
    padding: 6.25vw 4.6875vw;
    margin-bottom: 10.9375vw;
    box-shadow: 0 0 3.125vw rgba(107, 98, 159, 0.3);
  }
}
#errata .errata-con .sub-ttl {
  margin-top: 0;
}
#errata .errata-con h1 {
  font-size: 40px;
  line-height: 1.2;
  text-align: left;
  margin: 0 0 20px;
}
@media only screen and (max-width: 1300px) {
  #errata .errata-con h1 {
    margin: 0 0 1.5384615385vw;
  }
}
@media only screen and (max-width: 768px) {
  #errata .errata-con h1 {
    font-size: 5vw;
    margin: 0 0 3.125vw;
  }
}
#errata .errata-con .card-box {
  padding-bottom: 20px;
  border-bottom: 1px dotted #534B88;
}
@media only screen and (max-width: 768px) {
  #errata .errata-con .card-box {
    padding-bottom: 3.125vw;
  }
}
#errata .errata-con .card-box .image {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #errata .errata-con .card-box .image {
    margin-bottom: 4.6875vw;
  }
}
#errata .errata-con .card-box .image img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  #errata .errata-con .card-box .image .pc {
    display: none;
  }
}
#errata .errata-con .card-box .image .sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  #errata .errata-con .card-box .image .sp {
    display: block;
  }
}
#errata .errata-con .card-box .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#errata .errata-con .card-box .info dt {
  width: 108px;
  font-size: 14px;
  color: #fff;
  line-height: 1.8;
  background-color: #534B88;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #errata .errata-con .card-box .info dt {
    width: 16.875vw;
    font-size: 2.1875vw;
    border-radius: 3.125vw;
    margin-bottom: 3.125vw;
  }
}
#errata .errata-con .card-box .info dd {
  width: calc(100% - 118px);
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #errata .errata-con .card-box .info dd {
    width: calc(100% - 18.4375vw);
    font-size: 2.5vw;
    margin-bottom: 3.125vw;
  }
}
#errata .errata-con h2 {
  position: relative;
  font-size: 20px;
  padding: 10px 10px 10px 45px;
  line-height: 1.3;
  color: #fff;
  border-radius: 100px;
  margin: 2.8em 0 1em;
  background-image: linear-gradient(90deg, rgb(83, 75, 136), rgb(55, 189, 237));
}
@media only screen and (max-width: 1300px) {
  #errata .errata-con h2 {
    padding: 0.7692307692vw 0.7692307692vw 0.7692307692vw 3.4615384615vw;
  }
}
@media only screen and (max-width: 768px) {
  #errata .errata-con h2 {
    font-size: 3.4375vw;
    padding: 1.5625vw 1.5625vw 1.5625vw 7.03125vw;
    border-radius: 15.625vw;
  }
}
#errata .errata-con h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../img/news/icon_h2.svg") no-repeat top center;
  background-size: contain;
  margin-right: 15px;
}
@media only screen and (max-width: 1300px) {
  #errata .errata-con h2::before {
    left: 0.7692307692vw;
    width: 1.8461538462vw;
    height: 1.8461538462vw;
    margin-right: 1.1538461538vw;
  }
}
@media only screen and (max-width: 768px) {
  #errata .errata-con h2::before {
    width: 3.75vw;
    height: 3.75vw;
    left: 1.5625vw;
    margin-right: 2.34375vw;
  }
}
#errata .errata-con h3 {
  position: relative;
  font-size: 20px;
  line-height: 1.3;
  padding-left: 26px;
  margin: 2em 0 0.5em;
}
@media only screen and (max-width: 1300px) {
  #errata .errata-con h3 {
    padding-left: 2vw;
  }
}
@media only screen and (max-width: 768px) {
  #errata .errata-con h3 {
    font-size: 3.4375vw;
    padding-left: 4.0625vw;
  }
}
#errata .errata-con h3::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 51%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("../img/news/icon_h3.svg") no-repeat top center;
  background-size: contain;
  margin-right: 15px;
}
@media only screen and (max-width: 1300px) {
  #errata .errata-con h3::before {
    width: 1.5384615385vw;
    height: 1.5384615385vw;
    margin-right: 1.1538461538vw;
  }
}
@media only screen and (max-width: 768px) {
  #errata .errata-con h3::before {
    top: 52%;
    width: 3.125vw;
    height: 3.125vw;
  }
}
#errata .errata-con h4 {
  font-size: 18px;
  line-height: 1.3;
  margin: 2em 0 1em;
}
@media only screen and (max-width: 768px) {
  #errata .errata-con h4 {
    font-size: 3.4375vw;
  }
}
#errata .errata-con h2.mt-adjust, #errata .errata-con h3.mt-adjust, #errata .errata-con h4.mt-adjust {
  margin-top: 1em;
}
#errata .errata-con ul {
  margin-bottom: 1em;
}
#errata .errata-con ul li {
  font-size: 16px;
  line-height: 1.5;
  margin-left: 1.2em;
  list-style-type: disc;
}
@media only screen and (max-width: 768px) {
  #errata .errata-con ul li {
    font-size: 3.125vw;
  }
}
#errata .errata-con ol {
  margin-bottom: 1em;
}
#errata .errata-con ol li {
  font-size: 16px;
  line-height: 1.5;
  margin-left: 1.2em;
  list-style-type: decimal;
}
@media only screen and (max-width: 768px) {
  #errata .errata-con ol li {
    font-size: 3.125vw;
  }
}
#errata .errata-con p {
  font-size: 16px;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  #errata .errata-con p {
    font-size: 3.125vw;
  }
}
#errata .errata-con a {
  color: #887D54;
}
#errata .errata-con figure {
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (max-width: 1300px) {
  #errata .errata-con figure {
    margin-bottom: 3.8461538462vw;
  }
}
@media only screen and (max-width: 1300px) {
  #errata .errata-con figure img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  #errata .errata-con figure img {
    height: auto;
    width: 100% !important;
  }
}
#errata .errata-con figure figcaption {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 0.5em;
}
@media only screen and (max-width: 1300px) {
  #errata .errata-con figure figcaption {
    font-size: 1.0769230769vw;
  }
}
@media only screen and (max-width: 768px) {
  #errata .errata-con figure figcaption {
    font-size: 2.1875vw;
  }
}
#errata .errata-con .wp-block-buttons {
  margin: 3em 0;
}
#errata .errata-con .wp-block-buttons.is-content-justification-center {
  text-align: center;
}
#errata .errata-con .wp-block-button {
  display: inline-block;
  border-radius: 50px;
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
  border: 2px solid #887D54;
  background-color: #887D54;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 768px) {
  #errata .errata-con .wp-block-button {
    width: 100%;
    border-radius: 7.8125vw;
  }
}
#errata .errata-con .wp-block-button a {
  position: relative;
  display: block;
  padding: 18px 50px 18px 30px;
  line-height: 1.2;
  font-size: 22px;
  color: #fff;
  text-decoration: none;
  transition: all 0.25s ease;
  background-color: transparent;
}
@media only screen and (max-width: 1300px) {
  #errata .errata-con .wp-block-button a {
    padding: 1.3846153846vw 3.8461538462vw 1.3846153846vw 2.3076923077vw;
    font-size: 1.6923076923vw;
  }
}
@media only screen and (max-width: 768px) {
  #errata .errata-con .wp-block-button a {
    font-size: 3.125vw;
    padding: 2.8125vw 7.8125vw 2.8125vw 4.6875vw;
  }
}
#errata .errata-con .wp-block-button a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background-color: #fff;
  border-radius: 30px;
}
@media only screen and (max-width: 1300px) {
  #errata .errata-con .wp-block-button a::before {
    right: 1.0769230769vw;
    width: 2vw;
    height: 2vw;
  }
}
@media only screen and (max-width: 768px) {
  #errata .errata-con .wp-block-button a::before {
    right: 2.8125vw;
    width: 5.15625vw;
    height: 5.15625vw;
  }
}
#errata .errata-con .wp-block-button a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 16px;
  height: 13px;
  background: url("../img/icon/btn_arrow_gold.svg") no-repeat top center;
  background-size: contain;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 1300px) {
  #errata .errata-con .wp-block-button a::after {
    right: 1.3846153846vw;
    width: 1.2307692308vw;
    height: 1vw;
  }
}
@media only screen and (max-width: 768px) {
  #errata .errata-con .wp-block-button a::after {
    right: 3.59375vw;
    width: 3.125vw;
    height: 2.65625vw;
  }
}
#errata .errata-con .wp-block-button:hover {
  background-color: #fff;
}
#errata .errata-con .wp-block-button:hover a {
  color: #887D54;
}
#errata .errata-con .wp-block-button:hover a::after {
  transform: translateY(-50%) scale(1.4);
}