/* Scss Document */
.flow-wrap {
  width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.flow-wrap .flow-list {
  padding: 0;
  margin-bottom: 3.0em;
}

.flow-wrap .flow-list .flow-item {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 8px;
}

.flow-wrap .flow-list .flow-item .item-img {
  width: 90px;
}

.flow-wrap .flow-list .flow-item .item-text-wrap {
  width: 81%;
  margin-left: 24px;
  padding-top: 0.8em;
}

.flow-wrap .flow-list .flow-item .item-text-wrap .item-head {
  font-size: 2.4rem;
  color: #004773;
  font-weight: bolder;
  margin-bottom: 8px;
}

.flow-wrap .flow-list .flow-item .item-text-wrap .item-text {
  line-height: 1.5;
}

.flow-img {
  width: 620px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.0em;
}

.flow-text-wrap {
  width: 620px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.flow-text-wrap .flow-text-head {
  font-size: 2.0rem;
  color: #004773;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.2em;
}

.flow-text-wrap .flow-text-head::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: 1.0em;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#004773+40,f2af00+60 */
  background: #004773;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #004773), color-stop(60%, #f2af00));
  background: linear-gradient(to right, #004773 40%, #f2af00 60%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004773', endColorstr='#f2af00',GradientType=1 );
  /* IE6-9 */
}

.flow-text-wrap p {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 1.5em;
}

.flow-text-wrap p span {
  display: block;
}

@media screen and (max-width: 560px) {
  .flow-wrap {
    width: 90%;
  }
  .flow-wrap .flow-list {
    padding: 0;
    margin-bottom: 3.0em;
  }
  .flow-wrap .flow-list .flow-item {
    -ms-align-items: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 8px;
  }
  .flow-wrap .flow-list .flow-item .item-img {
    width: 20%;
    height: 27.8%;
  }
  .flow-wrap .flow-list .flow-item .item-img img {
    height: 100%;
  }
  .flow-wrap .flow-list .flow-item .item-text-wrap {
    width: 77%;
    margin-left: 16px;
    padding-top: 4px;
  }
  .flow-wrap .flow-list .flow-item .item-text-wrap .item-head {
    font-size: 2.0rem;
    line-height: 1.3;
    margin-bottom: 0;
  }
  .flow-wrap .flow-list .flow-item .item-text-wrap .item-text {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .flow-img {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .flow-text-wrap {
    width: 90%;
    padding: 0;
  }
  .flow-text-wrap .flow-text-head {
    font-size: 2.0rem;
    letter-spacing: 0.2em;
    margin-bottom: 0.8em;
    line-height: 1.3;
  }
  .flow-text-wrap .flow-text-head span {
    display: block;
  }
  .flow-text-wrap .flow-text-head::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 0.2em;
    margin-bottom: 1.0em;
  }
  .flow-text-wrap p {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 1.5em;
  }
  .flow-text-wrap p span {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */