@charset "UTF-8";

@media screen and (max-width: 767.9px) {
  .purchase_btn {
    margin-top: 2rem;
  }
  
  .page_link .button-primary + .button-primary {
    margin-top: 1rem;
  }
  .page_link .button-primary.active {
    color: #876528;
    background: #fff;
    pointer-events: none;
  }
  .page_link .button-primary.active::before {
    border-color: transparent #876528;
  }
  
  .slide {
    margin-top: 4rem;
  }
  .slide .heading03 {
    background: #876528;
    color: #fff;
    padding: 3rem 2rem;
    margin-bottom: 0;
    border-radius: 0.3rem;
    position: relative;
  }
  .slide .heading03.is-active {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .slide .heading03::after {
    content: "";
    display: block;
    background: url("/products/stock/etn_lineup/sp_notice/img/498A/slide_btn.png") center/contain no-repeat;
    width: 3rem;
    height: 3rem;
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    cursor: pointer;
  }
  .slide .heading03.is-active::after {
    transform: translateY(-50%) rotate(0deg);
  }
  .slide .js-toggle-panel {
    margin-top: 0;
    padding: 4rem 3rem;
    border: solid 1px #ddd;
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
  }
  
  .point-links {
    margin-top: 4rem;
  }
  .point-links .heading {
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: 0.8rem;
    color: #876528;
    border-bottom: 2px solid #ddd;
    padding-bottom: 0.8rem;
  }
  .point-links .point-link {
    display: flex;
    align-items: center;
    gap: 1rem;
    text-decoration: none;
    padding: 1.2rem 2.4rem 1.2rem 0.8rem;
    position: relative;
    transition: background 0.4s;
  }
  .point-links .point-link::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.6rem;
    border-style: solid;
    border-width: 0.6rem 0.5rem 0 0.5rem;
    border-color: #876528 transparent;
  }
  .point-links .point-link + .point-link {
    border-top: 1px solid #ddd;
  }
  .point-links .label {
    background: #876528;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    padding: 0.5rem 1.6rem;
    border-radius: 2px;
  }
  .point-links .text {
    margin-top: 0;
    font-size: 2rem;
    font-weight: bold;
    color: initial;
  }
  
  
  #point1 .box-2column__heading {
    display: contents;
  }
  #point1 .box-2column__heading .small {
    font-size: 1.4rem;
    font-weight: normal;
  } 
  
  .schedule .flow__step {
    padding: 1.5rem 2rem;
    margin-bottom: 3rem;
  }
  .schedule .flow__step .label {
    background: #876528;
    padding-block: 0.6rem 0.2rem;
    margin-bottom: 0.5rem;
    text-align: center;
    font-weight: bold;
    color: #fff;
  }
  .schedule .flow__step .text {
    margin-top: 0;
  }
  .schedule .flow__step:not(:last-child)::after {
    border-width: 1.5rem 4.5rem 0;
    transform: translateX(-50%);
  }
  
  .screenig {
    margin-bottom: 2rem;
  }
  .screenig .flow__step {
    border: none;
  }
  .screenig .flow__heading {
    border-bottom: 2px solid #876528;
    width: fit-content;
    margin-bottom: 0;
  }
  .screenig .list-dot {
    margin-top: 1.8rem;
  }
  .screenig .flow__step:not(:last-child)::after {
    border-width: 1.5rem 4.5rem 0;
    border-color: #876528 transparent;
    bottom: -3.2rem;
    transform: translateX(-50%);
  }
  .screenig + .list-dot {
    border-bottom: 1px solid #ddd;
    padding-bottom: 1rem;
  }
  
  #point3 .box__heading {
    margin-bottom: 0;
  }
  .bsn .table__head,
  .bsn .table__data {
    border-left: none;
  }
  .bsn .table__head:last-child,
  .bsn .table__data:last-child,
  .bsn .table__head--sticky {
    border-right: none;
  }
  .u-w10 {
    min-width: 10px;
  }
  
  .summary .list-dot__list {
    padding-left: 1.7rem;
  }
  .summary .list-dot__list::before {
    top: 0.4em;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background: #876528;
  }
  
  .about_stoxx .list-dot__list::before {
    background: #876528;
  }
}
@media screen and (min-width: 768px), print {
  img {
    max-width: 100%;
  }
  .box-2column {
    width: calc(50% - 30px);
  }
  .box-2column.text {
    width: calc(70% - 30px);
  }
  .box-2column.image {
    width: calc(30% - 30px);
  }
  .box-2column:nth-child(even) {
    margin-left: 60px;
  }
  #point1 .box-2column__heading .small {
    font-size: 18px;
    font-weight: normal;
  }
  
  .purchase_btn {
    text-align: center;
    margin-top: 40px;
  }
  
  .page_link {
    display: flex;
    justify-content: space-between;
  }
  .page_link .button-primary {
    max-width: 30%;
    padding: 30px 30px 40px;
    font-size: 20px;
    text-align: center;
    border-radius: 6px;
  }
  .page_link .button-primary.active {
    color: #876528;
    background: #fff;
    pointer-events: none;
  }
  .page_link .button-primary::before {
    top: auto;
    bottom: 20px;
    right: 50%;
    border-width: 6px 5px 0 5px;
    border-color: #fff transparent;
  }
  .page_link .button-primary.active::before {
    border-color: #876528 transparent;
  }
  .page_link .button-primary:hover::before {
    border-color: #876528 transparent;
  }
  
  .slide {
    margin-top: 40px;
  }
  .slide .heading03 {
    background: #876528;
    color: #fff;
    padding: 30px 20px;
    margin-bottom: 0;
    border-radius: 6px;
    position: relative;
  }
  .slide .heading03.is-active {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .slide .heading03::after {
    content: "";
    display: block;
    background: url("/products/stock/etn_lineup/sp_notice/img/498A/slide_btn.png") center/contain no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    cursor: pointer;
  }
  .slide .heading03.is-active::after {
    transform: translateY(-50%) rotate(0deg);
  }
  .slide .js-toggle-panel {
    margin-top: 0;
    padding: 40px 30px;
    border: solid 1px #ddd;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  
  .point-links {
    margin-top: 40px;
  }
  .point-links .heading {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 8px;
    color: #876528;
    border-bottom: 2px solid #ddd;
    padding-bottom: 8px;
  }
  .point-links .point-link {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    padding: 16px;
    position: relative;
    transition: background 0.4s;
  }
  .point-links .point-link:hover {
    background: #eee;
  }
  .point-links .point-link::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #876528 transparent;
  }
  .point-links .point-link + .point-link {
    border-top: 1px solid #ddd;
  }
  .point-links .label {
    background: #876528;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 5px 16px;
    border-radius: 2px;
  }
  .point-links .text {
    margin-top: 0;
    font-size: 20px;
    font-weight: bold;
    color: initial;
  }
  
  .schedule .flow__step {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  .schedule .flow__step .label {
    background: #876528;
    color: #fff;
    font-weight: bold;
    padding: 6px 12px;
    margin-right: 12px;
  }
  .schedule .flow__step .text {
    margin-top: 0;
  }
  .schedule .flow__step:not(:last-child)::after {
    border-width: 15px 45px 0;
    transform: translateX(-50%);
  }
  
  .screenig {
    margin-bottom: 20px;
  }
  .screenig .flow__step {
    border: none;
  }
  .screenig .flow__heading {
    border-bottom: 2px solid #876528;
    width: fit-content;
    margin-bottom: 0;
  }
  .screenig .list-dot {
    margin-top: 18px;
  }
  .screenig .flow__step:not(:last-child)::after {
    border-width: 15px 45px 0;
    border-color: #876528 transparent;
    bottom: -36px;
    transform: translateX(-50%);
  }
  .screenig + .list-dot {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
  }
  
  #point3 .box__heading {
    margin-bottom: 0;
  }
  
  .bsn .table__head,
  .bsn .table__data {
    border-left: none;
  }
  .bsn .table__head:last-child,
  .bsn .table__data:last-child {
    border-right: none;
  }
  
  .summary .list-dot__list {
    padding-left: 1.2em;
  }
  .summary .list-dot__list::before {
    top: 0.5em;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #876528;
  }
  
  .about_stoxx .list-dot__list::before {
    background: #876528;
  }
}