@charset "UTF-8";

.support-tab-detail {
  counter-reset: meshwifi-number 0;
}
.support-meshwifi-numbering {
  display: flex;
  text-align: justify;
}
.support-meshwifi-numbering::before {
  display: block;
  flex-basis: 1.5em;
  counter-increment: meshwifi-number 1;
  content: counter(meshwifi-number) ". ";
}

@media screen and (min-width: 899px) {
  .page-white-space_nowrap {
    white-space: nowrap;
  }
}

.page-instructions-number {
    counter-reset: item 0;
}
.page-instructions-number-item {
    margin-left: 1.2em;
    text-indent: -1.1em;
}
.page-instructions-number-item::before {
    counter-increment: item 1;
    content: counter(item) ". ";
}
.page-instructions-number-item + dd {
    margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
    .page-instructions-number-item + dd {
        margin-bottom: 50px;
    }
}
.page-instructions-number-item + dd:last-of-type {
    margin-bottom: 0;
}

/* flow arrow */
.page-flow-step__non_number > li:first-child {
    margin-top: 40px;
}
.page-flow-step__non_number > li:first-child::before {
    content: url(/internet/set/data/support/common-ms/img/shared/arrow-flow.svg);
    position: absolute;
    top: -20px;
    bottom: auto;
    right: 50%;
    margin-right: -12px;
    transform: rotate(0);
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    line-height: 0;  
}
@media screen and (max-width: 900px) {
    .page-flow-step__non_number > li:first-child {
        margin-top: 30px;
    }    
    .page-flow-step__non_number > li:first-child::before {
        top: -10px;
        width: 15px;
        height: 15px;
        margin-right: -8px;
    }
}


/* kuromaru indent */
.page-kuromaru {
    max-width: 950px;
    margin-right: auto;
    margin-left: auto;
}
.page-kuromaru-indent {
    margin-left: 1.8rem;
    text-indent: -1.8rem;
}
@media screen and (max-width: 900px) {
    .page-kuromaru-indent {
        margin-left: 1.4rem;
        text-indent: -1.4rem;
    }
}

/* over write */
.page-flow-step__non_number .support-flow-step_number::after,
.page-flow-step__non_number .support-flow-type01 > li:nth-child(n + 10) .support-flow-step_number:after {
    counter-increment: none;
    content: "";
}

@media screen and (max-width: 900px) {
    .support-layout-grid.support-layout-grid-arrow > * > *:last-child {
        margin-bottom: 25px;
    }
}