/* header */
/* .c-pageNav {
  display: none;
}
.c-burgerBtn {
  width: 0.4rem;
  height: 0.4rem;
  top: 0.5rem;
  right: 0.5rem;
  cursor: pointer;
  
  z-index: 99;
}
.c-burgerBtn__inner {
  width: 100%;
  height: 100%;
}
.c-burgerBtn__bar {
  height: 1px;
  background-color: #ffffff;
  inset: 0;
  margin: auto;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
}
.c-burgerBtn__bar:nth-child(1) {
  width: 0.4rem;
  transform: translateY(-0.035rem);
}
.c-burgerBtn__bar:nth-child(2) {
  width: 0.38rem;
  transform: translateY(0.035rem);
} */
/* end header */
.copyright{
  padding-top: 1em;
}
@media screen and (max-width: 1099px) {
  .copyright{
    font-size: 0.6em;
  }

}
.c-accordionToggle {
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: transparent;
  border: none;
  margin: 0 auto 40px;
  padding: 0;
}

.c-accordionToggle__icon {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  transform: rotate(-135deg);
}
.c-accordionToggle__icon.open {
  transform: rotate(45deg) translateX(20px) translateY(20px);

}
.c-accordionBody{
  padding-top: 0.785rem;
  display: none;
}

/* footer */
.c-footer {
  padding-top: 0.64rem;
  padding-bottom: 0.68rem;
}

.c-pagetop {
  right: 0.3rem;
  bottom: 0.37rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  background-color: #ffe600;
  background-image: url('../images/icon_pagetop.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.25rem auto;
  cursor: pointer;
  opacity: 1;
  
  transition: opacity 0.3s;
  z-index: 90;
}
.c-pagetop:not(.s-on) {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.c-sns {
  margin-bottom: 0.36rem;
}
.c-sns >li {
  margin: 0 0.125rem;
}
.c-snsLink {
  font-size: 0;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #333333;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.25rem auto;
}
.c-snsLink.c-snsLink--fb {
  background-image: url('../images/icon_fb_w.png');
}
.c-snsLink.c-snsLink--tw {
  background-image: url('../images/icon_tw_w.png');
}
.c-snsLink.c-snsLink--line {
  background-image: url('../images/icon_line_w.png');
}
.c-browserBtn__link {
  font-size: 0.14rem;
  color: #333333;
  border-bottom: 1px solid #333333;
}
/* end footer */

/* common */
.c-marqueeLine {
  font-size: 0.18rem;
  white-space: nowrap;
  color: #595757;
}
.c-ctaBtn {
  width: 4.8rem;
  height: 0.86rem;
  line-height: 0.86rem;
  font-size: 0.18rem;
  text-decoration: none;
  color: #000000;
  background-color: #ffe600;
  border-radius: 0.43rem;
  font-weight: bold;
}
.c-ctaBtn:after {
  content: '';
  display: inline-block;
  width: 0.11rem;
  height: 0.09rem;
  background-image: url('../images/icon-ext.png');
  background-size: 100% 100%;

  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.37rem;
  margin: auto 0;
}
.c-ctaBtn.c-ctaBtn--nav {
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  border-radius: 0;
}
.c-ctaBtn.c-ctaBtn--nav:after {
  position: static;
  vertical-align: middle;
}
.c-ctaBtn.c-ctaBtn--longer {
  width: 5.46rem;
}
.c-ctaBtn.c-ctaBtn--disabled {
  background-color: #575757;
  color: #ffffff;
  pointer-events: none;
}
.c-titleGroup {
  line-height: 1;
}
.c-titleGroup__title {
  font-size: 0.52rem;
  letter-spacing: 0.06em;
  margin-bottom: 0.18rem;
}
.c-titleGroup__title.c-titleGroup__title--bigger {
  font-size: 0.7rem;
  margin-bottom: 0.13rem;
}

.c-titleGroup__subtitle {
  font-size: 0.18rem;
  letter-spacing: 0.05em;
}
@media screen and (hover: hover) {
  .c-ctaBtn:not(.c-ctaBtn--disabled):hover {
    opacity: 0.7;
  }
}


/* end common */

/* c-topSection */

.c-topSection {
  padding-top: 0.99rem;
  background-color: #000000;
}
.c-logo {
  width: 0.68rem;
  height: 0.68rem;
  top: 0.38rem;
  left: 0.3rem;
}
.c-topSection__title {
  /* margin-top: 1.1rem; */
  /* padding-left: 0.61rem; */
  margin-top: 5.729166666666666vw;
  padding-left: 3.177083333333333vw;
}
.c-topSection__title img {
  /* width: 4.17rem; */
  width: 21.71875vw;
  max-width: 100%;
  margin: 0 auto;
}
.c-topSection__main {
  grid-template-columns: 1fr 66.40625%;
  margin-bottom: 0.93rem;
}
.c-topGalleryWrap {
  padding-right: 0.23rem;
  margin-top: 0.02rem;
  margin-bottom: 0.05rem;
}
.c-topGallery {
  grid-template-columns: repeat(2, 1fr);
  column-gap: 0.1rem;
  width: 80.672%;
  margin: 0 auto;
}
.c-topGallery.c-topGallery--lower {
  width: 100%;
  margin-top: 0.1rem;
  grid-template-columns: repeat(3, 1fr);
}
.c-topGalleryBlock {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.c-topGalleryBlock img {
  width: 100%;
}
.c-topGalleryBlock__slider {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.c-topGalleryBlock__staticImg {
  opacity: 0;
}
@media screen and (max-width: 1099px) {
/* @media screen and (max-width: 767px) { */
  .c-topSection {
    padding-top: 19.333333333333332vw;
    padding-bottom: 10.4vw;
  }
  .c-topSection__main {
    margin-bottom: 0;
  }
  .c-logo {
    width: 0.8rem;
    height: 0.8rem;
    top: 0.3rem;
    left: 0.3rem;
  }
  .c-topSection__title {
    padding-left: 0;
    margin-top: 0;
  }
  .c-topSection__title img {
    width: 50.8vw;
  }
  .c-marqueeLine {
    font-size: 2.1333333333333333vw;
  }
  .c-topGalleryWrap {
    padding-right: 0;
    margin-bottom: 0.5333333333333333vw;
    margin-top: 0.8vw;
  }
  .c-topSection__gallery {
    margin-top: 6.266666666666667vw;
  }
  .c-topGallery {
    width: 80.8vw;
    column-gap: 0.6666666666666667vw;
  }
  .c-topGallery.c-topGallery--lower {
    margin-top: 0.6666666666666667vw;
  }
}
/* end c-topSection */


/* c-newsSection */
.c-newsSection {
  padding-top: 0.95rem;
  padding-bottom: 0.23rem;
}
.c-newsBlock {
  grid-template-columns: 42.4% 1fr;
}
.c-newsBlock__titleGroup {
  line-height: 1;
}
.c-newsBlock__title {
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  margin-bottom: 0.13rem;
}
.c-newsBlock__subtitle {
  font-size: 0.18rem;
}
.c-newsList {
  font-size: 0.18rem;
  padding-top: 0.05rem;
}
.c-newsItem + .c-newsItem {
  margin-top: 0.15rem;
}
.c-newsItem__date {
  width: 1.51rem;
  min-width: 1.51rem;
}
.c-newsList a {
  color: #000000;
}
.c-newsMore {
  margin-top: 1em;
}
.c-newsMore__padder {
  width: 1.51rem;
  min-height: 1px;
}
.c-newsMore__btn {
  cursor: pointer;
  color: #000000;
}
@media screen and (max-width: 1099px) {
/* @media screen and (max-width: 767px) { */
  .c-newsBlock__titleGroup {
    margin-bottom: 0.4rem;
  }
  .c-newsList {
    width: 5.6rem;
    margin: 0 auto;
    font-size: 0.22rem;
  }
  
}
/* end c-newsSection */

/* c-navSection */
.c-navSection {
  padding-top: 0.8rem;
  padding-bottom: 0.97rem;
}
.c-navGallery {
  width: 100%;
  
  column-gap: 0.11rem;
  margin-bottom: 1.1rem;
}
.c-navGallery__item {
  height: 100%;
  /* margin: 0 0.11rem; */
}
.c-navGallery__item img {
  max-width: none;
  height: 100%;
  
}
.c-navTitle {
  font-size: 0.24rem;
  margin-bottom: 0.43rem;
  letter-spacing: 0;
  line-height: 1.7541666666666667;
}
.c-navButtons {
  column-gap: 0.28rem;
}
@media screen and (min-width: 1100px) {
/* @media screen and (min-width: 768px) { */
  .c-navGallery {
    height: 28.125vw;
  }
}
@media screen and (max-width: 1099px) {
/* @media screen and (max-width: 767px) { */
  .c-navSection {
    padding-bottom: 1.18rem;
  }
  .c-navGallery {
    margin-bottom: 0.76rem;
  }
  .c-navGallery__item {
    margin: 0 0.03rem;
    overflow: hidden;
    vertical-align: top;
  }
  .c-navGallery__item img {
    /* width: 100%; */
    height: 3.5rem;
    vertical-align: top;
  }

  .c-navGallery .slick-dots {
    margin-top: 0.27rem;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .c-navGallery .slick-dots >li {
    width: 0.12rem;
    height: 0.12rem;
    margin: 0 0.04rem;
    border-radius: 100%;
    border: 1px solid #949494;
  }
  .c-navGallery .slick-dots >li.slick-active {
    background-color: #949494;
  }
  .c-navTitle {
    font-size: 0.26rem;
    margin-bottom: 0.52rem;
    line-height: 1.9615384615384615;
  }
  .c-navButtons {
    column-gap: 0.2rem;
  }
}
/* end c-navSection */

/* c-gallerySection */
.c-galleryMain {
  padding-bottom: 7.083333333333333vw;
  background-image: url('../images/gallery-bg.png');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  transition: opacity 0.3s;
}

.c-galleryBackgrounds {
  aspect-ratio: 167/89;
  width: 86.9vw;
  
  overflow: hidden;
}
.c-galleryBackground {
  inset: 0;
  opacity: 0;
  z-index: -1;
  background-size: auto 100%;
  background-position: right;
}
.c-galleryColorSample {
  aspect-ratio: 36/29;
  width: 15%;
  top: 19.3%;
  left: 35.3%;
  height: 22.5%;
  background-size: cover;
  background-position: center;
  z-index: 3;
  transform-origin: left;
}
.c-galleryImage {
  aspect-ratio: 107/65;
  width: 56vw;
  top: 10.6%;
  left: 44%;
  height: 63.2%;
  background-size: cover;
  background-position: center;
  z-index: 2;
  transform-origin: left;
}
.c-galleryControls {
  top: 66.1%;
  left: 13%;
  z-index: 5;
}
.c-galleryControl {
  width: 3.125vw;
  height: 3.125vw;
  padding: 0.26041666666666663vw;
  border-radius: 50%;
  outline: 1px solid transparent;
  margin: 0 0.4166666666666667vw;
  cursor: pointer;
}
.c-galleryControl.s-active {
  outline-color: #ffffff;
}
.c-galleryControl__inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}
.c-galleryTitle {
  top: 42.6%;;
  left: 13.2%;
  z-index: 5;
}
.c-galleryTitle__order {
  font-size: 1.3541666666666667vw;
  margin-bottom: 0.3125vw;
}

.c-galleryTitle__name {
  font-size: 5.208333333333334vw;
  letter-spacing: 0.04em;
  line-height: 1;
}

.c-galleryTagline {
  font-size: 0.7291666666666666vw;
  color: #a1a1a1;
  line-height: 1.4285714285714286;
  letter-spacing: 0.07em;
  transform: rotate(90deg);
  transform-origin: 0 0;
  
  top: 42.5%;
  left: 43.6%;
  z-index: 4;
}
@media screen and (max-width: 1099px) {
  .c-galleryTagline {
    transform: rotate(0);
  }
}

.c-galleryBanner {
  width: 8rem;
  max-width: 90%;
  margin: 1.24rem auto 0;
}
@media screen and (max-width: 1099px) {
/* @media screen and (max-width: 767px) { */
  .c-galleryMain {
    background-image: none;
  }
  .c-galleryBackgrounds {
    width: 100vw;
    aspect-ratio: 75/44;
  }
  .c-galleryTitle {
    top: 15.6%;
    left: 7.5%;
  }
  .c-galleryTitle__name {
    font-size: 9.333333333333334vw;
  }
  .c-galleryColorSample {
    width: 18.7%;
    height: 23.2%;
    top: 60.5%;
    left: 23.8%;
    z-index: 5;
  }
  .c-galleryImage {
    width: 67.2vw;
    top: 24.8%;
    left: 32.8%;
    height: 73.1%;
  }
  .c-galleryTagline {
    font-size: 2.4vw;
    /* top: 14.5%; */
    /* left: 32%; */
    top: 19.5%;
    left: 37%;
  }
  .c-galleryControls {
    top: 49.7%;
    left: 7.2%;
  }
  .c-galleryControl {
    width: 4vw;
    height: 4vw;
    margin: 0 0.5333333333333333vw;
  }
  .c-galleryBanner {
    width: 100%;
    max-width: 100%;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    
  }
}
/* end c-gallerySection */

/* c-outlineSection */
.c-outlineSection {
  padding-top: 1.2rem;
}
.c-outlineTabs {
  width: 12.8rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.79rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.c-outlineTab {
  /* width: 5.6rem; */
  width: 46.666666666666664%;
  padding: 0.2rem 0 0.17rem;
  color: #ffffff;
  background-color: #000000;
}
.c-outlineTab:not(.s-active) {
  top: -2px;
}
.c-outlineTab.s-active {
  /* width: 6.3rem; */
  width: 52.5%;
  padding: 0.22rem 0 0.18rem;
}
.c-outlineTab + .c-outlineTab {
  margin-left: 0.1rem;
}
.c-outlineTab.c-outlineTab--silver {
  background-color: #cfcfcf;
  color: #000000;
}
.c-outlineTab__txt {
  margin-right: 0.54rem;
}
.c-outlineTab.s-active .c-outlineTab__txt {
  margin-right: 0.14rem;
}
.c-outlineTab__txtMain {
  font-size: 0.26rem;
  letter-spacing: 0.1em;
}
.c-outlineTab__txtSmall {
  font-size: 0.213rem;
  padding: 0 0.05rem;
  border-bottom: 1px solid #000000;
}
.c-outlineTab__img {
  width: 1.23rem;
  left: -0.21rem;
}
.c-outlineTab.s-active .c-outlineTab__img  {
  width: 1.81rem;
  top: -0.03rem;
  left: 0.3rem;
}

.c-outlineIntroBlock {
  
  background-color: #000000;
  /* color: #ffffff; */
  border-bottom: 1px solid #ffffff;
}
.c-outlineIntroBlock.c-outlineIntroBlock--silver {
  background-color: #cfcfcf;
  /* color: #000000; */
}
.c-outlineIntro__main {
  padding-top: 0.64rem;
  padding-bottom: 0.59rem;
}
.c-outlineIntro__badges {
  left: 0.37rem;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 0.07rem;
}
.c-textBadge {
  font-size: 0.14rem;
  letter-spacing: 0.06em;
  line-height: 1.2857142857142858;
  width: 1.14rem;
  height: 1.14rem;
  background-color: #ffffff;
  color: #000000;
  border-radius: 50%;
}
.c-outlineIntro__name {
  color: #ffffff;
  font-size: 0.34rem;
  padding-bottom: 0.16rem;
  line-height: 1.4705882352941178;
}

.c-outlineIntro__name:before {
  content: '';
  display: block;
  position: absolute;

  width: 0.7rem;
  height: 1px;
  background-color: #ffffff;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.c-outlineIntroBlock.c-outlineIntroBlock--silver .c-outlineIntro__name {
  color: #000000;
}
.c-outlineIntroBlock.c-outlineIntroBlock--silver .c-outlineIntro__name:before {
  background-color: #000000;
}
.c-outlineIntro__downBtn {
  width: 0.6rem;
  height: 0.4rem;
  background-image: url('../images/arrow-down.png');
  background-size: 100% 100%;
  right: 0.3rem;
  bottom: 0.2rem;
}

.c-howtoBlock:not(.s-active) {
  display: none;
}
.c-howtoArticle {
  background-color: #000000;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;

  padding-top: 1.04rem;
  padding-bottom: 0.785rem;
  /* padding-bottom: 1.57rem; */
}


.c-howtoArticle.c-howtoArticle--silver {
  background-color: #cfcfcf;
  color: #000000;
}

.c-howtoBlackClose {
  content: '';
  display: block;
  width: 0.6rem;
  height: 0.4rem;
  background-image: url('../images/minus.png');
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.42rem;
  margin: 0 auto;
  z-index: 9;
  cursor: pointer;
}


.c-howtoArticle__upper.c-howtoArticle__upper--silver {
  margin-bottom: 1.18rem;
}
.c-howtoArticle .note {
  font-size: 0.14rem;
  padding-left: 1em;
  text-indent: -1em;
}
.c-howtoArticle .underline {
  color: #ffffff;
  
  border-bottom: 1px solid #333333;
  padding-bottom: 1px;
}
.c-howtoArticle__title {
  font-size: 0.34rem;
  padding-bottom: 0.14rem;
  margin-bottom: 0.28rem;
  letter-spacing: 0.06em;
  line-height: 1.2352941176470589;
}
.c-howtoArticle__title:before {
  content: '';
  display: block;
  position: absolute;

  width: 0.7rem;
  height: 1px;
  background-color: #ffffff;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.c-howtoArticle__title.c-howtoArticle__title--silver:before {
  background-color: #000000;
}
.c-howtoArticle__table {
  width: 100%;
  margin-top: 0.85rem;
  margin-bottom: 1.42rem;
  border-collapse: collapse;
}
.c-howtoArticle__table th,
.c-howtoArticle__table td {
  border: 1px solid #ffffff;
}
.c-howtoArticle__table.c-howtoArticle__table--silver th,
.c-howtoArticle__table.c-howtoArticle__table--silver td {
  border-color: #000000;
}
.c-howtoArticle__table th {
  width: 2.38rem;
  padding: 0 0 0 0.28rem;
  font-weight: bold;
  text-align: left;
  background-color: #575757;
}
.c-howtoArticle__table.c-howtoArticle__table--silver th {
  background-color: #676767;
  color: #ffffff;
}
.c-howtoArticle__table.c-howtoArticle__table--silver td {
  background-color: #ffffff;
}
.c-howtoArticle__table td {
  padding-top: 0.24rem;
  padding-right: 0.12rem;
  padding-bottom: 0.16rem;
  padding-left: 0.33rem;
}
.c-howtoArticle__table p + .c-noteBlock {
  margin-top: 0.19rem;
}
.c-howtoArticle__table a {
  color: #ffffff;
  /* text-decoration: underline; */
  border-bottom: 1px solid #575757;
}
.c-howtoArticle__table.c-howtoArticle__table--silver a {
  color: #000000;
}
.c-howtoArticle__table .note + .note {
  margin-top: -0.04rem;
}
.c-howtoSteps.c-howtoSteps--smaller {
  margin-top: 0.41rem;
}
.c-howtoStepsVisual {
  margin-top: 0.65rem;
  column-gap: 0.1rem;
  row-gap: 0.27rem;
  margin-bottom: 1.12rem;
}
.c-howtoStepsVisual >li:before {
  content: '';
  position: absolute;
  bottom: 0;
  top: 17%;
  width: 0;
  height: 0;
  margin: auto;

  right: -0.29rem;
  border: solid 0.17rem transparent;
  border-left: solid 0.13rem #d6d4c3;
}
.c-howtoStepsVisual.c-howtoStepsVisual--silver >li:before {
  border-left-color: #949494;
}
.c-howtoStepsVisual >li:last-child:before {
  display: none;
}
.c-howtoStepsVisual >li img {
  width: 100%;
  height: 100%;
}

.c-howtoSteps >li+li {
  margin-top: 0.56rem;
}

.c-stepName {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 0.16rem;
  margin-bottom: 0.2rem;
}
.c-stepName.c-stepName--silver {
  border-bottom-color: #adabab;
}
.c-stepName.c-stepName--smaller {
  font-size: 0.22rem;
  border-bottom-color: #000000;
}

.c-stepName__badge {
  width: 0.7rem;
  min-width: 0.7rem;
  height: 0.7rem;
  background-color: #575757;
  color: #ffffff;
  border-radius: 100%;
}
.c-stepName__badge span {
  line-height: 1;
}
.c-stepName__badge span:nth-child(1) {
  font-size: 0.12rem;
  margin-bottom: 1px;
}
.c-stepName__badge span:nth-child(2) {
  font-size: 0.24rem;
}
.c-stepName__main {
  font-size: 0.24rem;
  line-height: 1.3333333333333333;
  letter-spacing: 0.05em;
  margin-left: 0.19rem;
  margin-top: 0.04rem;
}

.c-stepBtn + .c-stepTxt.c-stepTxt--moresteps {
  margin-top: 0.41rem;
}
.c-stepTxt {
  line-height: 1.625;
}

/* mod 2025-09-0 */
.c-stepTxt a:not(.c-ctaBtn){
  color: inherit;
  text-decoration: underline;
}
.c-faq__notelist{
  padding-left: 4em;
}

.c-faq__notelist li{

}
.c-faq__notelist li span.c-faq__label{
  margin-left: -2em;

}
/* end mod */

.c-stepTxt p + .c-noteBlock {
  margin-top: 0.12rem;
}
.c-stepTxt .c-noteBlock + p {
  margin-top: 0.11rem;
}

.c-stepTxt p.larger {
  font-size: 0.2rem;
  margin-top: 0.4rem;
  margin-bottom: 0.06rem;
  font-weight: bold;
}
.c-stepBtn {
  margin-top: 0.33rem;
}
.c-stepBtn .c-ctaBtn {
  margin: 0 auto;
}
.c-smallStepBox {
  padding-top: 0.09rem;
}
.c-smallStepBox h6 {
  font-size: 0.18rem;
  margin-bottom: 0.1rem;
}
.c-smallStepBox h6 span {
  vertical-align: middle;
}

.c-smallerstepNumber {
  font-size: 0.16rem;
  background-color: #ffffff;
  color: #333333;
  width: 0.3rem;
  height: 0.3rem;
  line-height: 0.3rem;
  margin-right: 0.04rem;
  border-radius: 100%;
}
.c-smallerstepNumber.c-smallerstepNumber--silver {
  color: #ffffff;
  background-color: #575757;
}
.c-smallStepBox__info {
  padding-left: 0.4rem;
  line-height: 1.625;
}
.c-smallStepBox__info .dot:before {
  content: '';
  display: inline-block;
  background-color: #485f72;
  width: 0.08rem;
  height: 0.08rem;
  margin-right: 0.09rem;
  border-radius: 100%;
  vertical-align: middle;
}
.c-smallStepBox__info p + .dot {
  margin-top: 0.17rem;
}
.c-smallStepBox__info .dot + .dot {
  margin-top: 0.02rem;
}
.c-smallStepBox__info p + .c-noteBox {
  margin-top: 0.1rem;
}
.c-smallStepBox__info a {
  color: inherit;
  text-decoration: underline;
}
.c-stepBtn__moreLink {
  margin-top: 0.16rem;
  padding-bottom: 0.36rem;
}
.c-stepBtn__moreLink a {
  font-size: 0.16rem;
  margin: 0 0.08rem;
  color: #ffffff; 
}
.c-stepBtn__moreLink.c-stepBtn__moreLink--silver a {
  color: #000000;
}
.c-stepBtn__moreLink a span {
  vertical-align: middle;
  display: inline-block;
  border-bottom: 1px solid #575757;
}
.c-stepBtn__moreLink.c-stepBtn__moreLink--silver a span {
  border-bottom-color: #333333;
}
.c-stepBtn__moreLink a:after {
  content: '';
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
  margin-left: 0.1rem;
  vertical-align: middle;
  background-image: url('../images/plus.png');
  background-size: 100% 100%;
}
.c-stepBtn__moreLink a.ext:after {
  background-image: url('../images/ext-round.png');
}
#textstep5 {
  padding-right: 0.31rem;
}
#camerastep5 {
  margin-top: 0.1rem;
  margin-right: 0.4rem;
}

.c-howtoSilverSteps {
  margin-top: 0.4rem;
}
.c-howtoSilverSteps >li + li {
  margin-top: 0.6rem;
}
.c-howtoSilverSteps__name {
  font-size: 0.22rem;
  line-height: 1.8181818181818181;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 0.14rem;
  margin-bottom: 0.2rem;
}

.c-applySteps {
  padding-top: 0.1rem;
}
.c-applySteps >li + li {
  margin-top: 0.18rem;
}
.c-smallerstep {
  padding-left: 0.43rem;
}
.c-smallerstep.c-smallerstep--silver {
  padding-left: 0;
}
.c-smallerstep--silver + .c-smallerstep--silver {
  margin-top: 0.17rem;
}
.c-smallerstepNumber.c-smallerstepNumber--type2 {
  left: 0;
}
.c-step2parts {
  margin-top: 0.37rem;
  margin-bottom: 0.35rem;
}
.c-step2parts__left {
  width: 50%;
}
/* mod 2025-09-01 */
@media screen and (max-width: 1099px) {
/* @media screen and (max-width: 767px) { */
  .c-step2parts__left {
    width: initial;
    padding-bottom: 1em;
  }
  .h-fltRight {
    float: none;
  }
  .h-fltLeft  {
    float: none;
  }
  .c-ctaBtn{
    margin: 0 auto;
  }
}
/* end mod */
.c-step2parts__left.c-step2parts__left--align {
  padding-top: 0.1rem;
}

@media screen and (max-width: 1099px) {
/* @media screen and (max-width: 767px) { */
  .c-outlineTab {
    padding: 0.09rem 0 0.05rem;
    height: 0.8rem;
    margin-bottom: -1px;
  }
  .c-outlineTab.s-active {
    padding: 0.22rem 0 0.18rem;
    height: 1.07rem;
  }
  .c-outlineTab:not(.s-active) {
    top: 0;
  }
  .c-outlineTab + .c-outlineTab {
    margin-left: 0.04rem;
  }
  .c-outlineTab__txt {
    padding-left: 0.58rem;
    font-size: 0.16rem;
    line-height: 1.1875;
    
  }
  .c-outlineTab__txtMain {
    font-size: 100%;
  }
  .c-outlineTab__txtSmall {
    font-size: 74.5625%;
    padding-bottom: 0.03rem;
    margin-bottom: 0.05rem;
  }
  
  .c-outlineTab__img {
    left: -0.17rem;
    width: 0.7rem;
    height: 0.47rem;
  }
  .c-outlineTab.s-active .c-outlineTab__img {
    left: 0.08rem;
    width: 1.01rem;
    height: 0.67rem;
  }
  .c-outlineTab.s-active .c-outlineTab__txt {
    font-size: 0.24rem;
    line-height: 1.1666666666666667;
    padding-left: 0;
  }
  /* .c-outlineIntroBlock + .c-outlineIntroBlock {
    margin-top: 0.09rem;
  } */
  .c-outlineIntro__badges {
    margin-bottom: 0.16rem;
  }
  .c-textBadge {
    width: 1.2rem;
    height: 1.2rem;
    font-size: 0.18rem;
    line-height: 1.3333333333333333;
    letter-spacing: -0.06em;
  }
  .c-textBadge.c-textBadge--nudged {
    padding-top: 0.1rem;
  }
  .c-outlineIntro__main {
    padding-top: 0.28rem;
    padding-bottom: 0.47rem;
  }
  .c-outlineIntro__name {
    padding-bottom: 0.1rem;
  }
  .c-outlineIntro__name:before {
    width: 0.8rem;
  }

  .c-howtoArticle .note {
    font-size: 0.2rem;
    /* mod 2025-09-01 */
    display: block;
    /* end mod */
  }

  

}

@media screen and (hover: hover) {
  .c-outlineTab:not(.s-active):hover {
    opacity: 0.7;
  }
}

/* end c-outlineSection */

/* c-faqSection */
.c-faqSection {
  padding-top: 1.13rem;
}
.c-faqGroup {
  margin-top: 0.9rem;
}
.c-faqGroup + .c-faqGroup {
  margin-top: 0.66rem;
}
.c-faqGroup__title {
  font-size: 0.18rem;
  margin-bottom: 0.24rem;
  line-height: 1.6666666666666667;
}
.c-faq {
  border: 1px solid #e0e0da;
}
.c-faq + .c-faq {
  margin-top: 0.17rem;
}
.c-faq__head {
  font-size: 0.18rem;
  padding: 0.32rem 0.9rem 0.35rem 0.9rem;

  line-height: 1.3333333333333333;
  background-color: #e8e8e8;
  cursor: pointer;
}
.c-faq__head:before,
.c-faq__head:after {
  content: '';
  display: block;
  position: absolute;
  width: 0.28rem;
  height: 1px;
  background-color: #818283;
  top: 0;
  bottom: 0;
  right: 0.3rem;
  margin: auto 0;
  
  transition: transform cubic-bezier(0.455, 0.03, 0.515, 0.955) 300ms;
}
.c-faq__head:before {
  transform: rotate(90deg);
}
.c-faq__head:after {
  transform: rotate(180deg);
}
.c-faq.s-active .c-faq__head:before {
  transform: rotate(360deg);
}
.c-faq.s-active .c-faq__head:after {
  transform: rotate(360deg);
}

.c-faq__symbol {
  width: 0.52rem;
  height: 0.52rem;
  line-height: 0.52rem;
  font-size: 0.24rem;

  border-radius: 50%;
  border: 1px solid #e0e0da;
  background-color: #ffffff;
  color: #647d93;
  left: 0.24rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.c-faq__symbol.c-faq__symbol--a {
  color: #857b6e;
  top: 0.17rem;
  bottom: auto;
}
.c-faq__body {
  line-height: 1.625;
  padding: 0.22rem 0.9rem 0.34rem 0.9rem
}
.c-faq__body p + p {
  margin-top: 0.26rem;
}
.c-faq__body a {
  color: #000000;
  text-decoration: underline;
}
@media screen and (max-width: 1099px) {
/* @media screen and (max-width: 767px) { */
  .c-faqGroup__title {
    font-size: 0.26rem;
  }
  .c-faq__head {
    font-size: 0.26rem;
  }
  
}
/* end c-faqSection */

/* c-contactSection */
.c-contactSection {
  padding-top: 1.06rem;
}
.c-contactMain {
  background-color: #3b3b3b;
  padding-top: 0.46rem;
  padding-bottom: 0.53rem;
  margin-top: 0.6rem;
}
.c-contactTable {
  line-height: 1.625;
  border-collapse: collapse;
  width: 100%;
}
.c-contactTable th {
  width: 2.39rem;
  padding: 0 0.28rem;
  background-color: #e8e8e8;
  font-weight: 600;
  text-align: left;
}
.c-contactTable td {
  padding: 0.09rem 0.43rem 0.29rem;
  line-height: 1.875;
  background-color: #ffffff;
}
.c-contactTable td strong {
  font-size: 0.24rem;
}
.c-contactTable td a {
  color: #000000;
}
/* end c-contactSection */


/* LEGACY CODE: modal */

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh !important;
  z-index: 10000;
}
.modal .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
}
.modal .btn_close {
  box-sizing: border-box;
  position: absolute;
  top: -70px;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: transform 0.2s ease-in;
  z-index: 1;
}
.modal .btn_close:before, .modal .btn_close:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 1px;
  background-color: #fff;
  margin: auto;
  content: '';
}
.modal .btn_close:before {
  transform: rotate(45deg);
}
.modal .btn_close:after {
  transform: rotate(-45deg);
}
.modal .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: 100%;
  transform: translate(-50%, -50%) !important;
  text-align: center;
}
.modal .inner img {
  max-width: none;
}
.modal .inner .btn_prev,
.modal .inner .btn_next {
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  cursor: pointer;
}
.modal .inner .btn_prev:before,
.modal .inner .btn_next:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 30px;
  height: 30px;
  margin: auto;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  cursor: pointer;
  transition: transform 0.2s ease-in;
  content: '';
}
.modal .inner .btn_prev {
  left: -40px;
}
.modal .inner .btn_prev:before {
  transform: scaleX(0.95) rotate(-135deg);
}
.modal .inner .btn_next {
  right: -40px;
}
.modal .inner .btn_next:before {
  transform: scaleX(0.95) rotate(45deg);
}
.modal.policy .inner {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1024px;
  max-width: 90%;
  padding: 0;
  transform: translate(-50%, -50%) !important;
  background-color: #fff;
}
.modal.policy .btn_close {
  top: -70px;
  right: 0;
}
.modal.policy .btn_close:before, .modal.policy .btn_close:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 1px;
  background-color: #fff;
  margin: auto;
  content: '';
}
.modal.policy .btn_close:before {
  transform: rotate(45deg);
}
.modal.policy .btn_close:after {
  transform: rotate(-45deg);
}
.modal.policy h3 {
  padding: 15px 0;
  background-color: #e8e8e8;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}
.modal.policy h4 {
  position: relative;
  padding-bottom: 0;
  margin: 2em 0 0.5em 0;
  font-size: 2rem;
  font-weight: bold;
}
.modal.policy h4:before, .modal.policy h4:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  content: '';
}
.modal.policy h4:before {
  width: 100%;
  background-color: #ddd;
}
.modal.policy h4:after {
  width: 120px;
  background-color: #485f72;
}
.modal.policy ol h4 {
  margin-bottom: 0;
}
.modal.policy ol h4:before, .modal.policy ol h4:after {
  content: none;
}
.modal.policy .txt {
  box-sizing: border-box;
  max-height: calc(100vh - 280px);
  padding: 20px 40px 30px 40px;
  overflow: auto;
}
.modal.policy .box {
  margin-top: 1.5em;
  padding: 35px;
  border-radius: 3px;
  background-color: #f3f3f3;
}
.modal.policy a {
  color: #333;
}
@media only screen and (max-width: 1099px) {
/* @media only screen and (max-width: 767px) { */
  .modal {
    font-size: 0.24rem;
  }
  .modal .btn_close {
    width: 38px;
    height: 38px;
    top: -45px;
  }
  .modal .btn_close:before, .modal .btn_close:after {
    width: 38px;
  }
  .modal .inner {
    padding: 0;
  }
  .modal .inner .btn_prev,
  .modal .inner .btn_next {
    width: 25px;
  }
  .modal .inner .btn_prev:before,
  .modal .inner .btn_next:before {
    width: 20px;
    height: 20px;
  }
  .modal .inner .btn_prev {
    left: -20px;
  }
  .modal .inner .btn_next {
    right: -20px;
  }
  .modal.policy .btn_close {
    top: -45px;
    width: 38px;
    height: 38px;
  }
  .modal.policy .btn_close:before, .modal.policy .btn_close:after {
    width: 38px;
  }
  .modal.policy h3 {
    font-size: 1.6rem;
  }
  .modal.policy h4 {
    font-size: 1.5rem;
  }
  .modal.policy h4:after {
    width: 60px;
  }
  .modal.policy .txt {
    overflow-y: scroll;
    height: 100%;
    max-height: calc(75vh - 80px);
    padding: 20px 15px;
  }
  .modal.policy .box {
    padding: 15px;
    border-radius: 5px;
  }
}

#doc_modal .inner {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1024px;
  max-width: 100%;
  padding: 0 30px;
  transform: translate(-50%, -50%) !important;
}
#doc_modal .inner .box {
  position: relative;
  background-color: #fff;
}
#doc_modal .box_inner {
  box-sizing: border-box;
  max-height: calc(100vh - 200px);
  padding: 60px;
  overflow: auto;
  text-align: left;
}
#doc_modal .box_inner > div + div {
  margin-top: 50px;
  padding-top: 50px;
  border-top: solid 1px #c8ccd0;
}
#doc_modal .box_inner h3 {
  margin-bottom: 2.5em;
  font-size: 0.2rem;
  font-weight: bold;
  
}
#doc_modal .box_inner h3 span {
  display: inline-block;
  padding: 5px 20px;
  margin-right: 2em;
  border-radius: 100px;
  border: solid 2px #647d93;
  font-size: 0.16rem;
}
#doc_modal .box_inner h3 i {
  font-style: normal;
}
#doc_modal .box .col2 {
  display: flex;
  justify-content: space-between;
}
#doc_modal .box .col2 > * {
  width: calc(50% - 20px);
}
#doc_modal figure img {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  width: 100%;
}
#doc_modal figcaption {
  margin-top: 1em;
  font-size: 0.14rem;
  color: #575757;
}
#doc_modal .strong {
  font-weight: bold;
}
#doc_modal strong {
  color: #d90000;
}
#doc_modal .small {
  font-size: 0.14rem;
}
#doc_modal p + p {
  margin-top: 1.5em;
}
@media only screen and (max-width: 1099px) {
/* @media only screen and (max-width: 767px) { */
  #doc_modal .inner {
    padding: 0 15px;
  }
  #doc_modal .box_inner {
    overflow-y: scroll;
    height: 100%;
    max-height: calc(75vh - 150px);
    padding: 20px;
  }
  #doc_modal .box_inner > div + div {
    margin-top: 30px;
    padding-top: 30px;
    border-top: solid 1px #c8ccd0;
  }
  #doc_modal .box_inner h3 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2em;
    font-size: 0.24rem;
  }
  #doc_modal .box_inner h3 span {
    margin-right: 1em;
    padding: 3px 10px;
    border: solid 1px #647d93;
    font-size: 0.2rem;
    white-space: nowrap;
  }
  #doc_modal .box .col2 {
    display: block;
  }
  #doc_modal .box .col2 > * {
    width: 100%;
  }
  #doc_modal figcaption {
    font-size: 0.22rem;
  }
  #doc_modal .strong {
    margin-top: 2em;
  }
  #doc_modal p {
    font-size: 0.2rem;
  }
  #doc_modal .small {
    font-size: 0.18rem;
  }
}

#browser_modal .inner {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1024px;
  max-width: 100%;
  padding: 0 30px;
  transform: translate(-50%, -50%) !important;
  text-align: left;
}
#browser_modal .box {
  position: relative;
  background-color: #fff;
  padding: 40px;
  font-size: 15px;
  display: flex;
}
#browser_modal .box h3 {
  padding-right: 10%;
  font-weight: bold;
  font-size: 0.19rem;
}
#browser_modal .box .h-pc-only > div {
  display: flex;
  justify-content: space-between;
}
#browser_modal .box .h-pc-only p {
  margin-top: 1.5em;
}
@media only screen and (max-width: 1099px) {
/* @media only screen and (max-width: 767px) { */
  #browser_modal .inner {
    padding: 0;
    width: calc(100vw - 30px);
  }
  #browser_modal .box {
    display: block;
    padding: 30px 40px;
  }
  #browser_modal .box h3 {
    padding: 0;
    margin-bottom: 0.5em;
    font-size: 0.28rem;
    text-align: center;
  }
}

#terms_modal .inner .box {
  position: relative;
  background-color: #ffffff;
}

#terms_modal .box_inner {
  max-height: calc(100vh - 200px);
  padding: 30px;
  overflow: auto;
  text-align: left;
}

#terms_modal h3 {
  margin-bottom: 2em;
  margin-top: -30px;
  margin-left: -30px;
  margin-right: -30px;
  font-size: 0.24rem;
  line-height: 0.88rem;
  height: 0.88rem;
  background-color: #e8e8e8;
}
#terms_modal p + p {
  margin-top: 1.5em;
}
@media only screen and (max-width: 1099px) {
/* @media only screen and (max-width: 767px) { */
  #terms_modal .box_inner {
    width: calc(100vw - 30px);
  }
}