:root{
  --c-notice-bg:#14C7C0;
  --c-white:#fff;
  --c-ink:#222;
  --c-muted:#555;
  --c-card:#fff;
  --c-shadow:1px 1px 10px 0px rgba(0,0,0,0.3);
  --c-pink:#ff2e83;
  --c-pink-weak:#ffa3c1;
  --c-red:#e6002d;
  --radius:10px;
  --max:1000px;
}

html{
  scroll-behavior:smooth;
  scroll-padding-top: 40px;
  overflow-x: hidden !important;
}

@media (max-width: 767px) {
  html {
    scroll-padding-top: 80px;
  }
}

#schedule {
  scroll-margin-top: -50px;
}

@media (max-width: 767px) {
  #schedule {
    scroll-margin-top: -30px;
  }
}

body{
  overflow-x: hidden !important;
  margin:0;
  font-family: 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, sans-serif;
  line-height:1.6;
  color:var(--c-ink);
  background:#fff;
  overflow-x: hidden;
}

a:hover {
  opacity: .75;
}

.lp-header{background:#fff}
.lp-header__inner{
  width:min(100%,var(--max));
  margin-inline:auto;
  padding:14px 16px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
}
.lp-header__logo img{display:block;height:28px;width:auto}

.lp-notice{
  margin:0;
  background:var(--c-notice-bg);
  color:var(--c-white);
  text-align:center;
  font-weight:600;
  letter-spacing:.02em;
  line-height:1.4;
  padding:14px 12px;
  font-size:20px;
  height:48px;
  box-sizing:border-box;
  display:flex;
  align-items:center;
  justify-content:center;
}

.lp-mv{
  position:relative;
  overflow:hidden;
  background:#000;
  background-image: url('img/mv_bg_pc.jpg');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.lp-mv::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background: #EBEBEB;
  z-index: 1;
}
.lp-mv__media,.lp-mv__media picture,.lp-mv__bg{display:none}
.lp-mv__bg{width:100%;height:100%;object-fit:cover;object-position:center}

.lp-mv__overlay {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 0 50px;
  z-index: 5;
}

.lp-mv__overlay img {
  width: 100%;
  height: auto;
  display: block;
}







:root{
  --c-card:#fff;
  --c-shadow:0 10px 28px rgba(0,0,0,.16);
  --c-ink:#111;
  --c-muted:#555;
  --c-pink:#ff2e83;
}

.lp-topics{
  position:relative;
  width:min(100%,var(--max));
  margin: -80px auto 0;
  padding: 0 16px 28px;
  box-sizing: border-box;
}
@media (min-width:768px){
  .lp-topics{ padding:0 24px 40px }
}

@media (max-width: 767px) {
  
  .lp-mv {
    background-image: url('img/mv_bg_sp.jpg');
  }
  
  .lp-mv__overlay {
    width: 100%;
    padding: 0 0 30px;
  }
  
  .lp-topics {
    width: 90% !important;
    margin: 0 auto;
    padding: 0 0 28px;
  }
  
  .lp-renewal-notice__inner {
    width: 90% !important;
    margin: 0 auto !important;
    padding: 20px !important;
    box-sizing: border-box !important;
  }
  
  .lp-topics__card {
    border-radius: 5px !important;
  }
  
  .lp-renewal-notice__inner {
    border-radius: 5px !important;
  }
  
  .lp-renewal-notice__comparison-img {
    border-radius: 5px !important;
  }
  
  .lp-renewal-notice__illustration-img {
    border-radius: 5px !important;
  }
  
  .lp-schedule__timeline-img {
    border-radius: 5px !important;
  }
  
  .lp-faq__item {
    border-radius: 5px !important;
  }
  
  .lp-renewal-notice__announcement-title {
    width: 90%;
    margin: auto auto -10px;
    margin: auto auto -10px !important;
    font-size: 16px !important;
  }
  
  .lp-topics__list li {
    font-size: 13px !important;
  }
  
  .lp-topics__title {
    font-size: 20px !important;
  }
  
  .lp-topics__img {
    display: none !important;
  }
  
  .lp-badge {
    width: 19px !important;
    height: 19px !important;
  }
  
  .lp-topics__list li {
    gap: 0 !important;
  }
  
  .lp-topics__card {
    padding: 20px 15px !important;
  }
  
  .lp-topics__lead {
    font-size: 12px !important;
    margin: 0 0 15px !important;
  }
  
  .lp-note {
    padding: 10px 15px !important;
    font-size: 12px !important;
  }
  
  .lp-topics__foot {
    width: 100% !important;
    margin: 0 auto !important;
    margin-top: 20px !important;
    padding: 0 !important;
  }
  
  .lp-topics__foot ul {
    padding: 0 !important;
    margin: 0 !important;
  }
  
  .lp-topics__foot li {
    position: relative !important;
    padding-left: 16px !important;
    font-size: 12px !important;
    list-style: none !important;
    margin-left: 0 !important;
  }
  
  .lp-topics__foot li::before {
    content: "※" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    color: #000 !important;
    font-weight: 700 !important;
    vertical-align: top !important;
  }
  
  .lp-renewal-notice {
    padding: 10px 0 40px !important;
  }
  
  .lp-data-transfer__content {
    border-radius: 0 0 5px 5px !important;
  }
  
  .lp-data-transfer__card-icon {
    height: 24px !important;
  }
  
  .lp-data-transfer__card {
    padding: 25px !important;
  }
  
  .lp-notice {
    font-size: 10px !important;
    height: 28px !important;
    padding: 4px 12px !important;
  }
  
  .lp-header__inner {
    padding: 8px 16px !important;
  }
  
  .lp-renewal-notice__title-en {
    font-size: 20px !important;
  }
  
  
  .lp-renewal-notice__badge-img {
    width: 66px !important;
    height: 66px !important;
  }
  
  .lp-renewal-notice__header {
    margin-bottom: 15px !important;
    padding: 25px 0 0 !important;
  }
  
  .lp-renewal-notice__description p {
    font-size: 12px !important;
  }
  
  .lp-renewal-notice__description {
    margin-bottom: 20px !important;
  }
  
  .lp-renewal-notice__comparison-img {
    max-width: 90% !important;
  }
  
  .lp-renewal-notice__notes li {
    font-size: 12px !important;
  }
  
  .lp-renewal-notice__illustration-img {
    width: 35% !important;
    margin: -10% auto 0 !important;
  }
  
  .lp-data-transfer__badge-img {
    width: 66px !important;
    height: 66px !important;
  }
  
  .lp-data-transfer__badge {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: auto auto 16px !important;
  }
  
  .lp-data-transfer__title {
    font-size: 16px !important;
    width: 90% !important;
    margin: 0 auto 16px !important;
  }
  
  .lp-data-transfer__description p {
    font-size: 12px !important;
  }
  
  .lp-data-transfer__announcement {
    padding: 20px 25px !important;
  }
  
  .lp-data-transfer__cards {
    padding: 20px !important;
  }
  
  .lp-data-transfer__card-title {
    font-size: 15px !important;
  }
  
  .lp-data-transfer__list li {
    font-size: 13px !important;
  }
  
  .lp-data-transfer__card-icon {
    height: 30px !important;
  }
  
  .lp-data-transfer__card-header {
    gap: 10px !important;
  }
  
  .lp-data-transfer__card {
    padding: 25px 20px !important;
  }
  
  .lp-data-transfer__list {
    gap: 4px !important;
  }
  
  .lp-data-transfer__content {
    border-radius: 5px !important;
  }
  
  .lp-schedule__header {
    padding: 25px 0 0 !important;
  }
  
  .lp-schedule__title-en {
    font-size: 20px !important;
  }
  
  
  .lp-faq__header {
    padding: 25px 0 0 !important;
  }
  
  .lp-faq__title-en {
    font-size: 20px !important;
  }
  
  
  .lp-schedule__description p {
    font-size: 12px !important;
  }
  
  .lp-schedule__description {
    margin-bottom: 20px !important;
  }
  
  .lp-schedule__timeline-container {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    width: 100% !important;
  }
  
  .lp-schedule__timeline-img {
    width: 650px !important;
    min-width: 650px !important;
    max-width: 650px !important;
    height: auto !important;
    flex-shrink: 0 !important;
  }
  
  .lp-schedule__timeline {
    margin-top: -10% !important;
  }
  
  .lp-schedule__notes li {
    font-size: 12px !important;
  }
  
  .lp-faq {
    margin-top: 10px !important;
  }
  
  .lp-faq__question-text {
    font-size: 12px !important;
  }
  
  .lp-faq__icon--question {
    width: 15px !important;
    height: 13px !important;
    font-size: 9px !important;
    padding-top: 2px !important;
  }
  
  .lp-faq__question {
    padding: 15px 10px !important;
    gap: 6px !important;
    -webkit-tap-highlight-color: transparent !important;
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    background-color: transparent !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    outline: none !important;
    border: none !important;
  }
  
  .lp-faq__question:active {
    background-color: transparent !important;
    -webkit-tap-highlight-color: transparent !important;
  }
  
  .lp-faq__question:focus {
    background-color: transparent !important;
    outline: none !important;
  }
  
  .lp-faq__item {
    border: 2px solid #F6F6F6 !important;
  }
  
  .lp-faq__chevron {
    width: 7px !important;
    height: 7px !important;
    margin-top: -5px !important;
  }
  
  .lp-faq__icon {
    align-self: flex-start !important;
  }
  
  .lp-faq__icon--answer {
    width: 15px !important;
    height: 13px !important;
    font-size: 9px !important;
    padding-top: 2px !important;
  }
  
  .lp-faq__answer {
    padding: 15px 10px !important;
    gap: 6px !important;
  }
  
  .lp-faq__answer-text {
    font-size: 12px !important;
  }
  
  .lp-faq__content {
    padding: 0 20px 50px !important;
  }
  
  #gfooter.gfooter {
    width: 100% !important;
    padding: 0 !important;
    text-align: center !important;
    background: #a0a0a0 url(img/logo_ftr.png) center 25px no-repeat !important;
    background-size: 130px !important;
    margin-top: 0 !important;
  }
  
  .gfooter .gfooter_links.sp {
    padding: 0 !important;
    margin: 0 !important;
  }
  
  .gfooter .gfooter_links.sp li {
    display: block !important;
    width: 100% !important;
    font-size: 15px !important;
    color: #fff !important;
    line-height: 2 !important;
    padding: 7px 10px !important;
    padding-bottom: 7px !important;
    border-bottom: 1px solid #929292 !important;
    background: transparent url(img/link_arrow_white.png) right center no-repeat !important;
    background-size: 16px !important;
    margin: 0 !important;
    text-align: left !important;
    box-sizing: border-box !important;
  }
  
  .gfooter .gfooter_links.sp li:first-child {
    border-top: 1px solid #929292 !important;
  }
  
  .gfooter .gfooter_links.sp li a {
    font-size: 15px !important;
    color: #fff !important;
    text-decoration: none !important;
    display: block !important;
    width: 100% !important;
    line-height: 2 !important;
    text-align: left !important;
  }
  
  #gfooter.gfooter .gfooter_sns {
    padding: 20px 0 0px !important;
    margin: 0 !important;
    text-align: center !important;
  }
  
  .gfooter .gfooter_sns li {
    display: inline-block !important;
    margin: 0 10px !important;
  }
  
  #gfooter.gfooter .gfooter_sns li a {
    display: inline-block !important;
    width: 40px !important;
    height: 40px !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
  
  .gfooter .gfooter_terms {
    padding: 20px !important;
    margin: 0 !important;
  }
  
  #gfooter.gfooter .gfooter_terms p {
    font-size: 10px !important;
    color: #444 !important;
    margin-bottom: 8px !important;
    text-align: center !important;
    line-height: 1.5 !important;
  }
  
  #gfooter.gfooter .gfooter_terms p:last-child {
    font-size: 12px !important;
    color: #555 !important;
    padding-top: 0px !important;
  }
  
  .sp-br {
    display: block !important;
  }
}

/* PC用：sp-brを非表示 */
@media (min-width: 768px) {
  .sp-br {
    display: none !important;
  }
}

.lp-topics__card{
  background:var(--c-card);
  border-radius:10px;
  box-shadow:var(--c-shadow);
  padding: 40px;
  color:var(--c-ink);
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

@media (max-width: 1024px) {
  .lp-topics__card {
    padding: 30px 20px;
  }
}

@media (max-width: 1024px) {
  .lp-topics {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .lp-topics__foot {
    width: 100%;
  }
}

.lp-topics__title{
  margin:0 0 15px;
  text-align:center;
  font-family: 'Avenir', sans-serif !important;
  font-weight: 700 !important;
  font-size:38px;
  letter-spacing:.02em;
  color: var(--c-ink);
}

.lp-topics__cols{
  display:flex;
  flex-direction:column;
  align-items:center;
}
@media (min-width:768px){
  .lp-topics__cols{ 
    flex-direction:row;
    align-items:start;
    gap:35px;
  }
}

.lp-topics__img{ 
  flex-shrink:0;
  display:flex;
  justify-content:center;
  margin:0;
}
@media (min-width:768px){
  .lp-topics__img{ 
    justify-content:flex-start;
  }
}
.lp-topics__img img{ display:block; width:115px; height:auto; border-radius:12px }

.lp-topics__body{ display:block }

.lp-topics__list{
  list-style:none; margin:0; padding:0; display:grid; gap:12px;
}
.lp-topics__list li{
  display:grid; grid-template-columns:28px 1fr; align-items:start; gap:10px;
  font-size:18px; 
  font-weight:600;
  line-height:1.7;
  color:#000;
}
.lp-badge{ width:28px; height:28px; display:grid; place-items:center; margin-bottom:10px }
.lp-badge img{ display:block; width:100%; height:auto }
.lp-link-uline{ color:inherit; text-decoration:underline; text-underline-offset:3px; text-decoration-thickness:2px }

.lp-topics__lead{
  text-align:center;
  margin:0 0 2px;
  font-size:18px;
  font-weight:600;
  letter-spacing:.02em;
  color:#000;
}
.lp-topics__arrow{
  text-align:center;
  color:var(--c-pink);
  line-height:1;
  margin:10px auto;
  font-weight:900;
  font-size:25px;
  width:25px;
  height:25px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.lp-note{
  margin:0 auto;
  max-width:920px;
  padding:30px 40px;
  border:2px solid #E80B66;
  border-radius:0;
  background:#fff;
  list-style:none;
  display:grid;
  gap:10px;
  font-size:16px;
  line-height:1.9;
  color: var(--c-ink);
}
.lp-note li{
  position: relative;
  padding-left: 20px;
  line-height: 1.6;
}
.lp-note li::before{
  content:"◎";
  position: absolute;
  left: 0;
  font-weight:700;
}

.lp-em-red{ color:#E80B66; font-weight:600 }
.lp-em-blue{ color:#000FE7; }

.lp-topics__foot{
  width:min(100%,var(--max));
  margin:15px auto 0;
  padding:0 40px;
  padding-left: 56px;
  color:#000;
  font-size:clamp(12px,2.2vw,13px);
  text-align:left;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

@media (min-width:768px){
  .lp-topics__foot{ padding:0 }
}

.lp-topics__foot li {
  position: relative;
  padding-left: 16px;
  list-style: none;
}

.lp-topics__foot li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
  font-weight: 700;
  vertical-align: top;
}

/* リニューアルにあたってのお知らせセクション */
.lp-renewal-notice {
  background: var(--c-notice-bg);
  padding: 60px 0;
  margin-top: 0;
}

.lp-renewal-notice + .lp-renewal-notice {
  padding-top: 0;
}

@media (min-width: 768px) {
  .lp-renewal-notice {
    padding: 60px 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .lp-renewal-notice {
    padding: 60px 20px;
  }
}

.lp-renewal-notice__inner {
  width: min(100%, 1000px);
  margin: 0 auto;
  background: var(--c-white);
  border-radius: var(--radius);
  padding: 32px 20px;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .lp-renewal-notice__inner {
    width: 100%;
  }
}


@media (min-width: 768px) {
  .lp-renewal-notice__inner {
    padding: 48px 40px;
  }
}

/* データ引き継ぎセクション専用のpadding設定 */
.lp-renewal-notice:has(.lp-data-transfer__header) .lp-renewal-notice__inner {
  padding: 0 !important;
}

@media (min-width: 768px) {
  .lp-renewal-notice:has(.lp-data-transfer__header) .lp-renewal-notice__inner {
    padding: 0 !important;
  }
}

.lp-renewal-notice__header {
  text-align: center;
  margin-bottom: 32px;
  padding: 0 20px;
  box-sizing: border-box;
}

.lp-renewal-notice__title-en {
  margin: 0;
  font-family: 'Avenir', sans-serif !important;
  font-weight: 700 !important;
  font-size: 38px;
  color: #fff;
  letter-spacing: 0.02em;
}

.lp-renewal-notice__title-ja {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.02em;
}

.lp-renewal-notice__columns {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 30px;
  align-items: start;
}

@media (max-width: 767px) {
  .lp-renewal-notice__columns {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.lp-renewal-notice__icon-column {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .lp-renewal-notice__icon-column {
    justify-content: center;
  }
}

.lp-renewal-notice__content-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 775px;
}

@media (max-width: 1024px) {
  .lp-renewal-notice__content-column {
    max-width: 100%;
  }
}

.lp-renewal-notice__badge {
  position: relative;
  flex-shrink: 0;
  margin-left: 0;
}

.lp-renewal-notice__badge-img {
  display: block;
  width: 90px;
  height: 90px;
}

.lp-renewal-notice__announcement-title {
  margin: 0;
  font-size: 26px;
  font-weight: 600;
  color: #E80B66;
  line-height: 1.4;
}

.lp-renewal-notice__description {
  margin-bottom: 32px;
}

.lp-renewal-notice__description p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #000000;
}

.lp-renewal-notice__comparison {
  margin: auto auto 10px;
  text-align: center;
}

.lp-renewal-notice__comparison-img {
  display: block;
  width: 100%;
  max-width: 628px;
  height: auto;
  border-radius: 12px;
}

@media (max-width: 1024px) {
  .lp-renewal-notice__comparison-img {
    max-width: 100%;
  }
}

.lp-renewal-notice__description-with-image {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  align-items: start;
}

@media (max-width: 1024px) {
  .lp-renewal-notice__description-with-image {
    gap: 30px;
  }
}

@media (max-width: 767px) {
  .lp-renewal-notice__description-with-image {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.lp-renewal-notice__illustration {
  flex-shrink: 0;
}

.lp-renewal-notice__illustration-img {
  display: block;
  width: 105px;
  height: auto;
  border-radius: 12px;
}

@media (max-width: 767px) {
  .lp-renewal-notice__illustration-img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto !important;
  }
}

.lp-renewal-notice__notes ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 5px;
}

.lp-renewal-notice__notes li {
  font-size: clamp(13px, 2.4vw, 15px);
  line-height: 1.6;
  color: var(--c-ink);
  position: relative;
  padding-left: 16px;
}

.lp-renewal-notice__notes li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--c-ink);
  font-weight: 700;
  vertical-align: top;
}

.lp-renewal-notice__deadline {
  color: #E80B66;
  font-weight: 600;
}

/* パスワード再設定セクション専用のスタイル */
.lp-renewal-notice:nth-of-type(2) .lp-renewal-notice__description-with-image {
  display: block;
}

.lp-renewal-notice:nth-of-type(2) .lp-renewal-notice__illustration {
  margin-top: 24px;
  text-align: center;
}

.lp-renewal-notice:nth-of-type(2) .lp-renewal-notice__illustration-img {
  width: 100%;
  max-width: 628px;
  margin: 0 auto;
}

/* データ引き継ぎセクション */
.lp-data-transfer__header {
  background: var(--c-white);
  padding: 0;
  border-radius: var(--radius) var(--radius) 0 0;
}

.lp-data-transfer__announcement {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  padding: 40px 20px;
}

@media (min-width: 768px) {
  .lp-data-transfer__announcement {
    flex-direction: row;
    align-items: flex-start;
    gap: 30px;
    padding: 48px 40px;
  }
}

.lp-data-transfer__badge {
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .lp-data-transfer__badge {
    margin-bottom: 0;
  }
}

.lp-data-transfer__badge-img {
  display: block;
  width: 90px;
  height: 90px;
}

.lp-data-transfer__title-content {
  flex: 1;
}

.lp-data-transfer__title {
  margin: 0 0 16px;
  font-size: 26px;
  font-weight: 600;
  color: #E80B66;
  line-height: 1.4;
}

.lp-data-transfer__description p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #000000;
}

.lp-data-transfer__content {
  background: #D9D9D9;
  padding: 0;
  border-radius: 0 0 var(--radius) var(--radius);
  min-height: 200px;
}

.lp-data-transfer__cards {
  width: 100%;
  margin: 0 auto;
  display: grid;
  gap: 24px;
  padding: 40px 20px;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .lp-data-transfer__cards {
    width: calc(100% - 40px);
    padding: 48px 20px;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    justify-content: center;
    box-sizing: border-box;
  }
}

@media (min-width: 1025px) and (max-width: 1039px) {
  .lp-data-transfer__cards {
    width: 100%;
    padding: 48px 20px;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    justify-content: center;
    box-sizing: border-box;
  }
}

@media (min-width: 1040px) {
  .lp-data-transfer__cards {
    width: 840px;
    padding: 48px 0;
    grid-template-columns: 400px 400px;
    gap: 40px;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .lp-data-transfer__cards {
    width: 100%;
    padding: 40px 20px;
    grid-template-columns: 1fr;
    gap: 24px;
    box-sizing: border-box;
  }
}

.lp-data-transfer__card {
  background: var(--c-white);
  border-radius: 0;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding: 20px 60px 30px;
  width: 400px;
  max-width: 400px;
  flex-shrink: 0;
  box-sizing: border-box;
}

@media (max-width: 1039px) {
  .lp-data-transfer__card {
    width: 100%;
    max-width: 100%;
    padding: 24px 20px;
  }
}

.lp-data-transfer__card-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}

.lp-data-transfer__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  font-weight: 900;
  color: #E80B66;
  background: transparent;
  flex-shrink: 0;
  font-family: 'Arial Black', Arial, sans-serif;
  line-height: 1;
  height: 50px;
}

.lp-data-transfer__card-icon--inherit {
  font-weight: 900;
  font-size: 24px;
}

.lp-data-transfer__card-icon img {
  width: 24px;
  height: 24px;
  display: block;
}

.lp-data-transfer__card--not-inherit .lp-data-transfer__card-icon {
  font-weight: 400;
  font-family: Arial, sans-serif;
}

.lp-data-transfer__card-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-bottom: 16px;
}

.lp-data-transfer__card-title {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  color: #E80B66;
  line-height: 1.4;
}

.lp-data-transfer__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.lp-data-transfer__list li {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  font-weight: 600;
  position: relative;
  padding-left: 16px;
}

.lp-data-transfer__list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--c-ink);
  font-weight: 700;
}

/* リニューアルスケジュールセクション */
.lp-schedule {
  background: var(--c-white);
  width: min(100%, 930px);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .lp-schedule {
    width: 100%;
  }
}


.lp-schedule__header {
  text-align: center;
  margin-bottom: 32px;
  background: var(--c-white);
  padding: 70px 20px 0;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .lp-schedule__header {
    padding: 70px 40px 0;
  }
}

.lp-schedule__title-en {
  margin: 0;
  font-family: 'Avenir', sans-serif !important;
  font-weight: 700 !important;
  font-size: 38px;
  color: var(--c-ink);
  letter-spacing: 0.02em;
}

.lp-schedule__title-ja {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--c-ink);
  letter-spacing: 0.02em;
}

.lp-schedule__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  background: var(--c-white);
  padding: 0 20px;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .lp-schedule__content {
    padding: 0 40px;
  }
}

.lp-schedule__description p {
  margin: 0;
  font-size: clamp(14px, 2.6vw, 16px);
  line-height: 1.7;
  color: var(--c-ink);
}

.lp-schedule__highlight {
  color: var(--c-ink);
  font-weight: 600;
}

.lp-schedule__timeline {
  text-align: center;
}

.lp-schedule__timeline-container {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

@media (min-width: 768px) {
  .lp-schedule__timeline-container {
    overflow: visible;
  }
}

.lp-schedule__timeline-img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

@media (max-width: 767px) {
  .lp-schedule__timeline-img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

.lp-schedule__notes {
  padding-top: 0;
}

.lp-schedule__notes ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 5px;
}

.lp-schedule__notes li {
  font-size: clamp(13px, 2.4vw, 15px);
  line-height: 1.6;
  color: var(--c-ink);
  position: relative;
  padding-left: 16px;
}

.lp-schedule__notes li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--c-ink);
  font-weight: 700;
  vertical-align: top;
}

/* FAQセクション */
.lp-faq {
  background: var(--c-white);
  margin-top: 70px;
  width: min(100%, 1000px);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .lp-faq {
    width: 100%;
  }
}

.lp-faq__header {
  text-align: center;
  margin-bottom: 32px;
  background: var(--c-white);
  padding: 0 20px;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .lp-faq__header {
    padding: 0 40px;
  }
}

.lp-faq__title-en {
  margin: 0;
  font-family: 'Avenir', sans-serif !important;
  font-weight: 700 !important;
  font-size: 38px;
  color: var(--c-ink);
  letter-spacing: 0.02em;
}

.lp-faq__title-ja {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--c-ink);
  letter-spacing: 0.02em;
}

.lp-faq__content {
  background: var(--c-white);
  padding: 0 20px 70px;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .lp-faq__content {
    padding: 0 40px 70px;
  }
}

.lp-faq__item {
  border: 2px solid #F6F6F6;
  margin-bottom: 16px;
  overflow: hidden;
}

.lp-faq__item:last-child {
  margin-bottom: 0;
}

.lp-faq__question {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.lp-faq__question:hover {
  background-color: #f8f8f8;
}

.lp-faq__icon {
  width: 25px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  color: var(--c-white);
  flex-shrink: 0;
  font-family: 'Avenir', sans-serif !important;
  padding-top: 3px;
}

.lp-faq__icon--question {
  background: #14C7C0;
  margin-top: 2px;
}

.lp-faq__icon--answer {
  background: #14C7C0;
  height: 22px;
  padding-top: 3px;
  margin-top: 2px;
}

.lp-faq__question-text {
  flex: 1;
  font-size: clamp(14px, 2.6vw, 16px);
  color: var(--c-ink);
  line-height: 1.5;
}

.lp-faq__chevron {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  line-height: 1;
  width: 8px;
  height: 8px;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  font-size: 0;
  overflow: hidden;
}

.lp-faq__item--active .lp-faq__chevron {
  transform: rotate(225deg);
}

.lp-faq__answer {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  background: #f8f8f8;
  border-top: 1px solid #F6F6F6;
}

.lp-faq__answer--hidden {
  display: none;
}

.lp-faq__answer-text {
  flex: 1;
  font-size: 16px;
  color: #000;
  line-height: 1.6;
}

/* フッター */
.gfooter {
  width: 100% !important;
  padding: 0px 0 80px !important;
  text-align: center !important;
  background: #a0a0a0 url(img/logo_ftr.png) center 78px no-repeat !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
#responsiveBaseFrame .footer-pc-category-area {
  margin: auto;
  width: 100%;
  max-width: 980px;
  padding-top: 165px;
  box-sizing: border-box;
}

@media (max-width: 1039px) {
  #responsiveBaseFrame .footer-pc-category-area {
    width: 100%;
    max-width: 100%;
    padding: 165px 20px 0;
  }
}
#responsiveBaseFrame .footer-pc-category-list .detail-view {
  text-align: left;
}
.gfooter .gfooter_sns {
  width: 100% !important;
  padding: 10px 0 14px !important;
  text-align: center !important;
  margin: 0;
}
.gfooter .gfooter_sns li {
  display: inline !important;
}
.gfooter .gfooter_sns li a {
  display: inline-block !important;
  width: 52px !important;
  height: 32px !important;
  background: transparent url() 0 0 no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  opacity: 1 !important;
  will-change: opacity !important;
  transition-property: opacity !important;
  transition-duration: .2s !important;
  transition-timing-function: ease-out !important;
}
.gfooter .gfooter_sns li a:hover {
  opacity: .75 !important;
}
.gfooter .gfooter_sns li.twitter a {
  background-image: url(img/ft_twitter.png) !important;
}
.gfooter .gfooter_sns li.facebook a {
  background-image: url(img/ft_facebook.png) !important;
}
.gfooter .gfooter_sns li.instagram a {
  background-image: url(img/ft_instagram.png) !important;
}
.gfooter .gfooter_links {
  padding: 25px 0 0 !important;
  margin: 0;
}
.gfooter .gfooter_links li {
  display: inline !important;
  line-height: 2.2 !important;
}
.gfooter .gfooter_links li a {
  display: inline-block !important;
  font-size: 14px !important;
  color: #fff !important;
  text-decoration: underline !important;
  overflow: initial;
}
.gfooter .gfooter_links span {
  display: inline-block !important;
  margin-left: 15px !important;
  margin-right: 15px !important;
  color: #fff !important;
  font-size: 0.8em;
}
.gfooter .gfooter_terms p {
  font-size: 14px !important;
  color: #444 !important;
  margin-bottom: 10px !important;
  text-align: center !important;
  margin: 0;
}
.gfooter .gfooter_terms p:last-child {
  font-family: Arial, sans-serif !important;
  font-size: 16px !important;
  color: #555 !important;
  padding-top: 20px !important;
}

.gfooter .gfooter_links.pc {
  display: block;
}

.gfooter .gfooter_links.sp {
  display: none;
}

@media (max-width: 767px) {
  .gfooter .gfooter_links.pc {
    display: none;
  }
  
  .gfooter .gfooter_links.sp {
    display: block;
  }
  
}