@charset "UTF-8";
/*流れ*/
/* line 4, sass/page-flow.scss */
ul.flow {
  padding-left: 0;
  list-style: none;
}

/* line 11, sass/page-flow.scss */
.flow_box .flow_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 0;
  padding-bottom: 0;
}

/* line 18, sass/page-flow.scss */
.flow_box .flow_title:after {
  display: none;
}

/* line 22, sass/page-flow.scss */
.flow_box .flow_title .num {
  display: inline-block;
  width: 40px;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  text-align: center;
  background-color: #8bc21f;
  border-radius: 0;
  color: #FFF;
}

/* line 33, sass/page-flow.scss */
.flow_box .flow_title .desc {
  display: inline-block;
  width: calc(100% - 70px);
  padding-left: 20px;
  border-bottom: 0;
}

/* line 49, sass/page-flow.scss */
.flow_box .flow_content {
  display: flex;
  justify-content: flex-start;
}

/* line 52, sass/page-flow.scss */
.flow_box .flow_content .text {
  width: calc(100% - 260px);
}

/* line 56, sass/page-flow.scss */
.flow_box .flow_content .img {
  margin-left: 20px;
  width: 240px;
}

/* line 63, sass/page-flow.scss */
.flow_box:after {
  display: block;
  content: ">";
  text-align: center;
  width: 100%;
  font-family: "Font Awesome 5 Free";
  content: '\f107';
  font-weight: 700;
  font-size: 3.0rem;
  padding: 30px 0 0;
  color: #8bc21f;
}

@media screen and (max-width: 576px) {
  /* line 86, sass/page-flow.scss */
  .flow_box .flow_title .num {
    width: 30px;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    font-size: 20px;
  }
  /* line 92, sass/page-flow.scss */
  .flow_box .flow_title .desc {
    font-size: 16px;
    padding-left: 10px;
  }
  /* line 98, sass/page-flow.scss */
  .flow_box .flow_content {
    flex-direction: column-reverse;
  }
  /* line 102, sass/page-flow.scss */
  .flow_box .flow_content .img {
    width: 100%;
    margin-left: 0;
  }
  /* line 106, sass/page-flow.scss */
  .flow_box .flow_content .img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  /* line 118, sass/page-flow.scss */
  .flow_box .flow_content .text {
    width: 100%;
  }
}
