.option .page-header {
  margin-bottom: 0;
}

.page-header__option-price {
  font-size: 2.8rem;
  color: #F9DA37;
  font-weight: bold;
  line-height: initial;
}

.page-header__option-price small {
  color: #fff;
  font-size: 1.6rem;
}

.page-header__note {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 90%;
  max-width: 1120px;
  color: #fff;
  font-size: 1.2rem;
}

.option-anchor {
  background: var(--bg-subtle);
  padding: 80px 0;
  margin-bottom: 120px;
}

.option-anchor__inner {
  width: 90%;
  max-width: 1120px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  gap: 2%;
}

.option-anchor__inner.anchor-button-area .anchor-button a {
  height: inherit;
  padding: 40px;
}

.option__label {
  padding: 4px 24px;
  background: var(--primary);
  border-radius: 3px;
  color: #fff;
  font-size: 1.4rem;
  margin-right: 8px;
}

.benefit-section__sub-title {
  font-size: 2.0rem;
  font-weight: 500;
  margin-bottom: 7px;
}

.option .benefit-section__title {
  margin-bottom: 40px;
}

.option .benefit-section__items {
  gap: 0;
  align-items: baseline;
}

.option .benefit-section__items li {
  width: 24%;
}

.option .benefit-section__items img {
  width: 127px;
  margin: 0 auto 16px;
}

.option .benefit-section__items p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

.option .benefit-section__items .highlight-marker {
  font-weight: bold;
}

.paid-repair-support__service {
  display: flex;
  align-items: center;
  gap: 5%;
}

.paid-repair-support__service img {
  width: 40%;
}

.paid-repair-support__service-content h4 {
  color: var(--primary);
  font-size: 2.2rem;
  margin-bottom: 15px;
}

.repair-examples {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.repair-examples li {
  width: 48%;
  border: 1px solid var(--border-color);
  padding: 15px 25px;
  display: flex;
  align-items: center;
  gap: 5%;
}

.repair-examples li img {
  width: 120px;
}

.repair-examples li strong {
  font-size: 2.0rem;
}

.option-table {
  table-layout: fixed;
}

.option-table td {
  height: auto;
  padding: 15px;
}

h2 .option__label {
  font-size: 1.8rem;
}

.benefit-section.property-insurance {
  padding: 40px 20px;
}

.property-insurance__content {
  background: #fff;
  width: 80%;
  margin: 0 auto 20px;
  padding: 25px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.property-insurance__content span {
  vertical-align: middle;
  font-weight: 500;
}

.property-insurance__content strong {
  font-size: 2.8rem;
}

.option .section__heading span {
  vertical-align: middle;
}

.eligibility-conditions {
  background: var(--bg-grey);
  padding: 30px 40px;
  border-radius: 5px;
}

.eligibility-conditions h4 {
  font-size: 1.8rem;
  margin-bottom: 25px;
}

.recommended-for {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}

.recommended-for li {
  display: flex;
  align-items: center;
  width: 47%;
  justify-content: space-between;
}

.recommended-for li img {
  width: 159px;
}

.speechBubble {
  width: 275px;
  min-height: 117px;
  position: relative;
  margin-left: 15px;
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.2;
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  padding: 16px;
}

.speechBubble strong {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}

.speechBubble::before {
  content: "";
  position: absolute;
  top: 35%;
  left: 0;
  border-style: solid;
  border-width: 0 15px 15px 0;
  border-color: transparent #d9d9d9 transparent transparent;
  translate: -100% -50%;
}

.speechBubble::after {
  content: "";
  position: absolute;
  top: 35%;
  left: 0;
  border-style: solid;
  border-width: 0 12.6px 12.6px 0;
  border-color: transparent #ffffff transparent transparent;
  translate: -100% calc(-50% - 0.2px);
}

.option-flow {
  background: var(--bg-default);
  padding: 50px 30px;
}

.option-flow__title {
  font-size: 2.0rem;
  font-weight: bold;
  color: var(--primary);
  margin-bottom: 50px;
  padding-left: 2%;
}

.option-flow__steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 2%;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.option-flow__step {
  position: relative;
  max-width: 128px;
  width: 10.5vw;
}

.accordion .option-flow__step {
  width: 7.5vw;
}

.option-flow__step img {
  max-width: 135px;
  margin: 0 auto 20px;
}

.option-flow__number {
  font-weight: bold;
  color: var(--primary);
  font-family: var(--font-family-en);
  font-size: 2.4rem;
  position: absolute;
  top: -25px;
  font-weight: 600;
}

.option-flow__text {
  font-size: 1.5rem;
  line-height: 1.5;
  color: var(--primary);
  font-weight: bold;
}

.option-flow__description {
  margin-top: 10px;
  font-size: 1.4rem;
}

.option-flow__arrow {
  align-self: center;
  font-size: 1.6rem;
  color: var(--primary);
}

.option-flow--insurance-claim .option-flow__step {
  max-width: 170px;
  width: 13.5vw;
}

.option .terms .section__link-area {
  gap: 4%;
  justify-content: space-between;
  align-items: end;
}

.option .terms .section__link {
  width: 48%;
}

.option .terms .download-link__text {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 2%;
}

.accordion {
  width: 100%;
  margin: 0 auto;
}

.accordion-item {
  border: 1px solid var(--primary);
  border-radius: 5px;
  overflow: hidden;
  background: white;
}

.accordion-header {
  width: calc(100% - 48px);
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s;
}

.accordion-header:hover {
  background-color: var(--bg-default);
}

.accordion-header__content {
  text-align: left;
}

.accordion-header__title {
  font-size: 2.0rem;
  color: var(--primary);
  margin: 0;
  font-weight: 500;
}

.accordion__icon-wrap {
  position: relative;
  width: 24px;
  height: 24px;
}

.accordion__line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--primary);
  transition: transform 0.3s ease;
}

.accordion__line:first-child {
  transform: translateY(-50%);
}

.accordion__line:last-child {
  transform: translateY(-50%) rotate(90deg);
}

.accordion-header.active .accordion__line:last-child {
  transform: translateY(-50%) rotate(0);
}

.accordion-body {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-out;
}

.accordion-body__content {
  padding: 60px;
  border-top: 1px solid var(--primary);
}

.accordion .option-flow__steps {
  justify-content: space-between;
}

.accordion-body.entering {
  height: var(--content-height);
}

.accordion-body.leaving {
  height: 0;
}

.benefit-section__price-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 85%;
  margin: 0 auto;
}

.benefit-section__price-area img {
  width: 24%;
}

.benefit-section__price-area ul {
  width: 70%;
}

.benefit-section__price-area li {
  padding: 15px 0;
  font-size: 1.5rem;
  border-bottom: 1px solid #d2d2d2;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 2%;
}

.benefit-section__price-label {
  background: var(--primary);
  padding: 5px;
  width: 32%;
  border-radius: 9999px;
  color: #fff;
  margin-right: 10px;
  text-align: center;
}

.benefit-section__price {
  font-size: 2.0rem;
  display: inline-block;
  font-weight: bold;
  width: 68%;
}

.benefit-section__price small {
  font-size: 1.5rem;
}

.supported-manufacturers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4%;
}

.supported-manufacturers__item {
  text-align: center; 
}

.supported-manufacturers__item img {
  width: 122px;
  margin: 0 auto 12px;
}

.option-price-table th,
.option-price-table td {
  text-align: center;
}

.option-price-table thead th {
  background: #D4E5F9;
}

.option-price-table tbody th {
  background: #F4F4F4;
}

.option-price-table th.table-empty {
  border: none;
  background: none;
}

.option-price-table .important-cell {
  font-size: 1.8rem;
  position: relative;
}

.option-price-table .important-cell .price {
  color: var(--primary);
  font-size: 3.0rem;
}

.option-price-table--pc .important-cell::before,
.option-price-table--pc .important-cell::after {
  content: "";
  width: 1px;
  height: calc(100% + 1px);
  background: var(--primary);
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.option-price-table--pc .important-cell::before {
  left: -1px;
}

.option-price-table--pc .important-cell::after {
  right: -1px;
}

.option-price-table--pc thead th:nth-child(2) {
  border-top-color: var(--primary);
  background: var(--primary);
  color: #fff;
}

.option-price-table--pc tbody tr:last-child td:nth-child(2) {
  border-bottom-color: var(--primary);
}

.option-price-table--sp {
  display: none;
}

@media (max-width: 1024px) {
  .paid-repair-support__service {
    align-items: start;
  }

  .option-anchor__inner,
  .repair-examples,
  .paid-repair-support__service,
  .recommended-for,
  .option .terms .section__link-area {
    flex-flow: column;
  }

  .repair-examples li {
    width: 100%;
  }

  .paid-repair-support__service img {
    width: 100%;
    margin-bottom: 20px;
  }

  .option-table {
    display: block;
  }

  .option-table tbody,
  .option-table tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .option-table td {
    width: 50%;
    box-sizing: border-box;
    background: #fff;
    border-top: none;
    border-left: none;
    font-size: 1.4rem;
  }

  .option-table tr:first-child td:nth-child(-n+2) {
    border-top: 1px solid var(--border-color);
  }

  .option-table td:nth-child(odd) {
    border-left: 1px solid var(--border-color);
  }

  .recommended-for li {
    display: flex ;
    align-items: center;
    width: 100%;
    justify-content: start;
    margin-bottom: 20px;
  }

  .speechBubble {
    width: 100%;
  }

  .property-insurance__content {
    width: 100%;
  }

  .option-flow__steps {
    flex-flow: column;
  }

  .option-flow__step,
  .accordion .option-flow__step {
    display: flex;
    align-items: center;
    gap: 5%;
    text-align: left;
    width: 100%;
    max-width: 100%;
  }

  .option-flow__step img {
    margin: 0 0 20px;
  }

  .option-flow__arrow {
    align-self: start;
    font-size: 1.6rem;
    margin: 0px 0 30px 12%;;
    display: inline-block;
    transform: rotate(90deg);
    transition: transform 0.3s ease;
  }

  .option .terms .section__link-area {
    gap: 20px;
  }

  .option .terms .section__link-area .section__link {
    width: 100%;
  }

  .option .benefit-section__items li {
    width: 33%;
  }

  .option-price-table tbody th {
    width: 20%;
  }

  .option-price-table th,
  .option-price-table td {
    font-size: 1.2rem;
    padding: 20px 5px;
  }

  .accordion-body__content {
    padding: 30px 20px;
  }

  .option .benefit-section__title {
    font-size: 1.8rem;
  }

  .option .benefits .benefit-section__title {
    margin-bottom: 20px;
  }

  .benefit-section__price-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    flex-flow: column;
    gap: 5vw;
  }

  .benefit-section__price-area ul {
    width: 92%;
  }

  .benefit-section__price-area img {
    width: 36%;
    max-width: 200px;
  }

  .supported-manufacturers {
    flex-wrap: wrap;
    gap: 25px;
  }

  .supported-manufacturers__item {
    flex: 1 1 calc(25%);
  }

  .option-flow--insurance-claim .option-flow__step {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .option-anchor__inner.anchor-button-area .anchor-button a {
    padding: 28px 40px 28px 15px;
  }

  .option-anchor {
    padding: 30px 0;
    margin-bottom: 60px;
  }

  .page-header__note {
    position: initial;
    transform: initial;
    width: 100%;
    color: var(--text-main);
    padding: 10px 15px 0;
  }

  .page-header__option-price,
  .page-header__option-price small {
    color: var(--primary);
  }

  .option .page-header {
    margin-bottom: 60px;
  }

  .recommended-for li img {
    width: 102px;
  }

  .benefit-section__sub-title {
    font-size: 1.5rem;
  }

  .option .benefit-section__items {
    gap: 20px;
    flex-flow: column;
    align-items: center;
  }

  .option .benefit-section__items li {
    width: 100%;
  }

  .benefit-section.property-insurance {
    padding: 30px 15px;
    text-align: left;
  }

  .property-insurance__content {
    padding: 20px;
    flex-flow: column;
    align-items: start;
    gap: 10px;    
  }

  .option-price-table--sp {
    display: table;
  }

  .option-price-table--pc thead th:nth-child(n+3),
  .option-price-table--pc tr td:nth-child(n+3) {
    display: none;
  }

  .option-flow {
    padding: 30px 15px;
  }

  .accordion-header {
    padding: 16px 15px;
    width: calc(100% - 30px);
  }

  .accordion-header__title {
    font-size: 1.8rem;
  }

  .accordion__icon-wrap {
    width: 18px;
    height: 18px;
  }

  .option-flow__step img {
    max-width: 104px;
  }

  .option-flow__arrow {
    margin: 0 auto 20px;
  }

  .speechBubble p {
    font-size: 1.3rem;
  }

  .speechBubble p strong {
    font-size: 1.6rem;
  }

  .recommended-for {
    gap: 20px;
    margin-bottom: 30px;
  }

  .benefit-section__price-area ul {
    width: 100%;
  }

  .benefit-section__price-area li {
    padding: 0 0 15px;
    border-bottom: none;
    text-align: center;
    flex-flow: column;
  }

  .benefit-section__price {
    margin-top: 10px; 
    width: 100%;
  }

  .benefit-section__price-label {
    width: 100%;
    margin: 0;
  }

  .supported-manufacturers__item {
    text-align: center;
    flex: 1 1 calc(50% - 4%);
    text-align: center;
  }

  .eligibility-conditions {
    padding: 24px 20px;
  }

  .eligibility-conditions h4 {
    margin-bottom: 15px;
  }

}