@charset "UTF-8";
.listBox li {
  position: relative;
  padding-left: 23px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  color: #5c5c5c;
  line-height: 2em;
}
.listBox li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
  width: 18px;
  height: 18px;
  background: url(../img/ico_check.png) left center no-repeat;
  background-size: contain;
}
.listBox li.w100 {
  width: 100%;
}
.listBox li small {
  font: inherit;
  font-size: 1.6rem;
  display: block;
}

.aboutWrap .text {
  margin-bottom: 20px;
}
.aboutWrap .strong {
  text-align: center;
  font-weight: bold;
}
.aboutWrap .linkBtn {
  margin-top: 5px;
}

.flowWrap .box {
  padding: 15px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  position: relative;
}
.flowWrap .box:not(:last-child):after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -22px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13.0px 7.5px 0 7.5px;
  border-color: #18b26b transparent transparent transparent;
}
.flowWrap .title {
  color: #18b26b;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1.8rem;
}

.detailWrap .text {
  margin-bottom: 1em;
}

.kengakuBox .box {
  width: 100%;
  padding: 15px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.kengakuBox dt {
  color: #18b26b;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1.8rem;
  text-align: center;
}

/*---------- sp ----------*/
@media screen and (max-width: 812px) {
  section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/*---------- モバイル縦長 ----------*/
/*---------- モバイル横長 ----------*/
/*---------- pc ----------*/
@media screen and (min-width: 813px) {
  .listBox ul {
    padding: 0 150px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .listBox ul li {
    width: 50%;
    margin-bottom: 10px;
  }

  .aboutWrap .text {
    margin-bottom: 40px;
  }
  .aboutWrap .box {
    width: 48%;
  }

  .flowWrap .box {
    padding: 20px 50px;
  }

  .detailWrap .linkBtn {
    width: 470px;
    margin: 40px auto;
  }

  .kengakuBox {
    display: flex;
    justify-content: space-between;
  }
  .kengakuBox .box {
    padding: 30px;
    width: 49%;
  }
}
/*---------- タブレット ----------*/

/*# sourceMappingURL=flow.css.map */
