/*************************************************

page

*************************************************/
/* parts-headblock01-body
---------------------------------------*/
.parts-headblock01-body {
  letter-spacing: 0;
}

.captext {
  font-size: 1.6rem;
}

.process_text {
  margin-bottom: 2rem;
}

.process_text__type01 a {
  color: #888;
}

.process_text__type02 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

.c-flow__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.8rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.c-flow__box {
  background: #fff;
  padding: 2rem 2.4rem;
  width: 100%;
}

.c-flow__box--small {
  max-width: 33.8rem;
}

.c-flow__title {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
}

.c-flow__text {
  margin-top: 0.8rem;
  line-height: 1.8;
  color: #333;
}

.c-flow__heading {
  margin-top: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
}

.c-flow__content {
  margin-top: 1rem;
}

.c-flow__content p {
  line-height: 1.8;
  color: #333;
}

.c-flow__note {
  font-size: 1.3rem !important;
}

.c-flow__arrow {
  margin: 2rem 0;
  text-align: center;
  font-size: 3rem;
  line-height: 1;
  color: #333;
}

.c-flow__step {
  background: #fff;
  padding: 2.4rem 2rem;
  text-align: center;
}

.c-flow__step p {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
}

.c-flow__step span {
  display: block;
  margin-top: 0.8rem;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
}

@media screen and (max-width: 767px) {
  .c-flow__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.2rem;
  }
  .c-flow__box--small {
    max-width: 100%;
  }
  .c-flow__box {
    width: auto;
    padding: 1.6rem;
  }
  .c-flow__title {
    font-size: 1.8rem;
  }
  .c-flow__text {
    font-size: 1.3rem;
  }
  .c-flow__heading {
    font-size: 1.8rem;
    margin-top: 0.8rem;
  }
  .c-flow__content p {
    font-size: 1.3rem;
  }
  .c-flow__note {
    font-size: 1.1rem !important;
  }
  .c-flow__arrow {
    margin: 1.2rem 0;
    font-size: 2.4rem;
  }
  .c-flow__step {
    padding: 1.8rem 1.2rem;
  }
  .c-flow__step p {
    font-size: 1.8rem;
  }
  .c-flow__step span {
    font-size: 1.2rem;
  }
}