.page-flow-container .section-wrapper {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 960px) {
  .page-flow-container .section-wrapper {
    width: 100%;
  }
}
.page-flow-container .flow {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media screen and (min-width: 960px) {
  .page-flow-container .flow {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.page-flow-container .flow .flow-inner:not(:last-of-type) {
  margin-bottom: 72px;
}
@media screen and (min-width: 960px) {
  .page-flow-container .flow .flow-inner:not(:last-of-type) {
    margin-bottom: 100px;
  }
}
.page-flow-container .flow .steps {
  margin-top: 56px;
}
@media screen and (min-width: 960px) {
  .page-flow-container .flow .steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 48px;
       -moz-column-gap: 48px;
            column-gap: 48px;
    margin-top: 64px;
  }
}
.page-flow-container .flow .step {
  position: relative;
  max-width: 500px;
  padding: 48px 24px 24px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  border: 3px solid #f8b419;
  text-align: center;
}
.page-flow-container .flow .step:not(:last-of-type) {
  margin-bottom: 48px;
}
@media screen and (min-width: 960px) {
  .page-flow-container .flow .step:not(:last-of-type) {
    margin-bottom: 0;
  }
  .page-flow-container .flow .step:not(:last-of-type)::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: calc(100% + 11px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 26px;
    height: 56px;
    background-image: url(../assets/img/flow/step-triangle.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 960px) {
  .page-flow-container .flow .step {
    width: calc((100% - 96px) / 3);
    padding-top: 64px 32px 32px;
    margin-left: 0;
    margin-right: 0;
  }
}
.page-flow-container .flow .number {
  position: absolute;
  top: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 56px;
  height: 56px;
  font-family: Overpass, sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 960px) {
  .page-flow-container .flow .number {
    top: -32px;
    left: calc(50% + 2px);
    width: 64px;
    height: 64px;
    font-size: 29px;
  }
}
.page-flow-container .flow .number::before {
  position: absolute;
  top: -3px;
  left: -1px;
  z-index: -1;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border-radius: 50%;
  background-color: #f8b419;
  background-size: contain;
}
@media screen and (min-width: 960px) {
  .page-flow-container .flow .number::before {
    top: -3px;
    left: -1px;
  }
}
.page-flow-container .flow .step-title {
  margin-bottom: 8px;
  color: #f8b419;
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (min-width: 960px) {
  .page-flow-container .flow .step-title {
    margin-bottom: 24px;
    font-size: 2.2rem;
  }
}
.page-flow-container .flow .step-image {
  width: 100%;
  height: auto;
  margin-bottom: 8px;
}
@media screen and (min-width: 960px) {
  .page-flow-container .flow .step-image {
    margin-bottom: 24px;
  }
}
.page-flow-container .flow .step-image img {
  width: 100%;
  height: 100%;
}
.page-flow-container .flow .step-description {
  font-size: 1.3rem;
  color: #434d72;
  text-align: left;
}
@media screen and (min-width: 960px) {
  .page-flow-container .flow .step-description {
    font-size: 1.6rem;
  }
}
.page-flow-container .flow .step-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  max-width: 258px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  height: 35px;
  padding: 0;
  margin-top: 8px;
  border-radius: 4px;
  font-size: 1.6rem;
}
@media screen and (min-width: 960px) {
  .page-flow-container .flow .step-button {
    margin-top: 24px;
    max-width: 258px;
  }
}
.page-flow-container .flow .step-button i {
  position: static;
  margin: 0;
}
.page-flow-container .support {
  padding-top: 48px;
  padding-bottom: 48px;
  margin-bottom: 32px;
  background-color: #f9f8f6;
}
@media screen and (min-width: 960px) {
  .page-flow-container .support {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 960px) {
  .page-flow-container .support .support-inner {
    position: relative;
  }
}
.page-flow-container .support .c-titleType1 {
  margin-bottom: 32px;
}
@media screen and (min-width: 960px) {
  .page-flow-container .support .c-titleType1 {
    margin-bottom: 80px;
  }
}
.page-flow-container .support .support-image {
  width: 175px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 48px;
}
@media screen and (min-width: 960px) {
  .page-flow-container .support .support-image {
    position: absolute;
    top: -230px;
    left: 20px;
    width: 266px;
    height: 248px;
    margin-bottom: 0;
  }
}
.page-flow-container .support .support-image img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 960px) {
  .page-flow-container .support .troubles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
    row-gap: 32px;
  }
}
.page-flow-container .support .trouble {
  position: relative;
  padding: 32px 24px;
  border-radius: 10px;
  background-color: #fff;
}
.page-flow-container .support .trouble:not(:last-of-type) {
  margin-bottom: 32px;
}
@media screen and (min-width: 960px) {
  .page-flow-container .support .trouble:not(:last-of-type) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  .page-flow-container .support .trouble {
    width: calc((100% - 32px) / 2);
    padding: 32px;
  }
}
.page-flow-container .support .trouble::before {
  content: "";
  display: block;
  position: absolute;
  top: -16px;
  left: -4px;
  width: 48px;
  height: 48px;
  background-image: url(../assets/img/flow/trouble-graphic.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 960px) {
  .page-flow-container .support .trouble::before {
    left: -12px;
  }
}
.page-flow-container .support .trouble-title {
  margin-bottom: 16px;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .page-flow-container .support .trouble-title {
    margin-bottom: 8px;
    font-size: 2rem;
  }
}
.page-flow-container .support .trouble-title .yellow {
  color: #f8b419;
}
.page-flow-container .support .solution {
  margin-bottom: 32px;
  font-size: 1.3rem;
}
@media screen and (min-width: 960px) {
  .page-flow-container .support .solution {
    font-size: 1.6rem;
  }
}
.page-flow-container .support .support-button {
  max-width: 300px;
  min-height: 35px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  text-align: center;
  font-size: 1.3rem;
}
@media screen and (max-width: 365px) {
  .page-flow-container .support .support-button {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 960px) {
  .page-flow-container .support .support-button {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: unset;
    margin-left: 0;
    height: 38px;
    padding: 0 24px;
    font-size: 1.4rem;
  }
}
.page-flow-container .support .support-button::before {
  height: 100%;
}
.page-flow-container .support .support-button i {
  position: absolute;
  top: 50%;
  bottom: unset;
  right: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-size: contain;
}
@media screen and (min-width: 960px) {
  .page-flow-container .support .support-button i {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.page-flow-container .support .support-button i.icon-download {
  background-image: url(../assets/img/common/icon-download-circle-blue.svg);
}
.page-flow-container .flow-cta {
  text-align: center;
  padding: 32px 20px;
  margin: 0;
}
@media screen and (min-width: 960px) {
  .page-flow-container .flow-cta {
    max-width: 1200px;
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.page-flow-container .flow-cta .c-speechType2 {
  margin-bottom: 24px;
  line-height: 3.2rem;
}
.page-flow-container .flow-cta .c-speechType2 span {
  font-size: 2rem;
}
@media screen and (min-width: 960px) {
  .page-flow-container .flow-cta .c-speechType2 span {
    font-size: 2.5rem;
  }
}
.page-flow-container .flow-cta .c-speechType2 span::before,
.page-flow-container .flow-cta .c-speechType2 span::after {
  display: none;
}
.page-flow-container .flow-cta-hidden-sp {
  display: none;
}
@media screen and (min-width: 960px) {
  .page-flow-container .flow-cta-hidden-sp {
    display: inline;
  }
}
@media screen and (min-width: 960px) {
  .page-flow-container .flow-cta-hidden-pc {
    display: none;
  }
}
.page-flow-container .flow-cta .p-cta__btn-inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
.page-flow-container .flow-cta-microCopy {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  width: 230px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7px;
  font-size: 1.3rem;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .page-flow-container .flow-cta-microCopy {
    width: 240px;
    font-size: 1.4rem;
  }
}
.page-flow-container .flow-cta-microCopy::before, .page-flow-container .flow-cta-microCopy::after {
  content: "";
  width: 10px;
  height: 18px;
  background-image: url(../assets/img/common/graphic-cta-line-navy.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.page-flow-container .flow-cta-microCopy::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.page-flow-container .flow-cta-button-wrapper:not(:last-of-type) {
  margin-bottom: 24px;
}
@media screen and (min-width: 960px) {
  .page-flow-container .flow-cta-button-wrapper:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.page-flow-container .flow-cta-button {
  margin-top: 0 !important;
}
@media screen and (min-width: 960px) {
  .page-flow-container .flow-cta-button {
    width: 285px;
    height: 80px;
  }
}
.page-flow-container .flow-cta-sub-link {
  display: block;
  margin-top: 24px;
  font-size: 13px;
  line-height: 1.6;
}
@media screen and (min-width: 960px) {
  .page-flow-container .flow-cta-sub-link {
    font-size: 16px;
  }
}
.page-flow-container .system {
  margin-top: 64px;
  margin-bottom: 64px;
}
@media screen and (min-width: 960px) {
  .page-flow-container .system {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.page-flow-container .system .system-inner {
  margin-top: 32px;
}
@media screen and (min-width: 960px) {
  .page-flow-container .system .system-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 48px;
       -moz-column-gap: 48px;
            column-gap: 48px;
    margin-top: 48px;
  }
}
.page-flow-container .system .system-inner .content-wrapper:first-of-type {
  margin-top: 32px;
}
@media screen and (min-width: 960px) {
  .page-flow-container .system .system-inner .content-wrapper:first-of-type {
    margin-top: 0;
  }
}
.page-flow-container .system .content-wrapper {
  padding: 24px;
  background-color: #f9f8f6;
  border-radius: 10px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .page-flow-container .system .content-wrapper {
    padding: 32px 48px;
    text-align: left;
  }
}
.page-flow-container .system .top-content {
  position: relative;
  margin-top: 32px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .page-flow-container .system .top-content {
    margin-top: 64px;
  }
}
.page-flow-container .system .system-title {
  margin-bottom: 16px;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .page-flow-container .system .system-title {
    margin-bottom: 24px;
    font-size: 2.2rem;
  }
}
.page-flow-container .system .system-title-light {
  font-size: 1.3rem;
  font-weight: normal;
}
@media screen and (min-width: 960px) {
  .page-flow-container .system .system-title-light {
    font-size: 1.6rem;
  }
}
.page-flow-container .system .system-description {
  margin-bottom: 16px;
  font-size: 1.3rem;
  line-height: 2.3rem;
  text-align: left;
}
@media screen and (min-width: 960px) {
  .page-flow-container .system .system-description {
    margin-bottom: 24px;
    font-size: 1.6rem;
  }
}
.page-flow-container .system .system-image {
  width: 160px;
  height: 160px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 960px) {
  .page-flow-container .system .system-image {
    position: absolute;
    width: 270px;
    height: 270px;
    top: -86px;
    right: -40px;
    margin: 0;
    background-color: transparent;
  }
}
.page-flow-container .system .system-innerTitle {
  margin-bottom: 16px;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: left;
}
@media screen and (min-width: 960px) {
  .page-flow-container .system .system-innerTitle {
    margin-bottom: 8px;
    font-size: 1.6rem;
  }
}
.page-flow-container .system .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  row-gap: 16px;
}
@media screen and (min-width: 960px) {
  .page-flow-container .system .list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
.page-flow-container .system .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc((100% - 16px) / 2);
  padding: 10px 8px;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .page-flow-container .system .item {
    padding: 8px 18px;
  }
}
.page-flow-container .system .content-graphic-wrapper {
  width: 56px;
  height: 56px;
  margin-bottom: 8px;
}
.page-flow-container .system .content-graphic-wrapper img {
  width: 100%;
  height: 100%;
}
.page-flow-container .system .content-name {
  font-size: 1.3rem;
  line-height: 1.8rem;
}
@media screen and (min-width: 960px) {
  .page-flow-container .system .content-name {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 960px) {
  .page-flow-container .system .content-name .hidden-pc {
    display: none;
  }
}
.page-flow-container .system .bottom-content:not(:last-of-type) {
  margin-bottom: 32px;
}
@media screen and (min-width: 960px) {
  .page-flow-container .system .bottom-content:not(:last-of-type) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  .page-flow-container .system .bottom-content {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (min-width: 960px) {
  .page-flow-container .system .bottom-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
}
.page-flow-container .system .system-bottom-image {
  width: 160px;
  height: 160px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 960px) {
  .page-flow-container .system .system-bottom-image {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.page-flow-container .system .system-bottom-image img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 960px) {
  .page-flow-container .system .system-text-wrapper {
    width: calc(100% - 160px - 32px);
  }
}
.page-flow-container .system .system-bottom-description {
  font-size: 1.3rem;
  text-align: left;
}
.page-flow-container .system .system-bottom-description-bold {
  font-weight: 700;
  line-height: 1.8rem;
}
@media screen and (min-width: 960px) {
  .page-flow-container .system .system-bottom-description-bold {
    line-height: 2.2rem;
  }
}
@media screen and (min-width: 960px) {
  .page-flow-container .system .system-bottom-description {
    font-size: 1.6rem;
  }
}
.page-flow-container .system .system-bottom-description:not(:last-of-type) {
  margin-bottom: 16px;
}
@media screen and (min-width: 960px) {
  .page-flow-container .system .system-bottom-description:not(:last-of-type) {
    margin-bottom: 24px;
  }
}