@charset "UTF-8";
p.flow_intro {
  text-align: center;
  margin-bottom: 3rem;
}

.flow_wrap > section {
  padding: 7.5rem 0;
  position: relative;
}

.flow_wrap > section:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 0, 0, 0);
  border-top-width: 18px;
  border-bottom-width: 18px;
  border-left-width: 32px;
  border-right-width: 32px;
  margin-left: -32px;
  border-top-color: #fff;
  z-index: 10;
  top: 100%;
  left: 50%;
}

.flow_wrap > section:last-child {
  padding-bottom: 15rem !important;
}

.flow_wrap > section:nth-child(odd) {
  background: #f0f9ef;
  width: calc(100vw - 15rem);
  margin-left: calc(50% - 50vw);
  padding: 7.5rem;
}

.flow_wrap > section:nth-child(odd):after {
  border-top-color: #f0f9ef;
}

.flow_wrap > section .wrap .desc {
  position: relative;
  padding-left: 11rem;
}

.flow_wrap > section .wrap .desc .flow_no {
  position: absolute;
  left: 0;
  top: 0;
  background: #8cd265;
  background: -moz-linear-gradient(left, #8cd265 0%, #6fc88d 50%, #57c0b2 100%);
  background: -webkit-linear-gradient(left, #8cd265 0%, #6fc88d 50%, #57c0b2 100%);
  background: -webkit-gradient(linear, left top, right top, from(#8cd265), color-stop(50%, #6fc88d), to(#57c0b2));
  background: -o-linear-gradient(left, #8cd265 0%, #6fc88d 50%, #57c0b2 100%);
  background: linear-gradient(to right, #8cd265 0%, #6fc88d 50%, #57c0b2 100%);
  width: 9rem;
  height: 9rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flow_wrap > section .wrap .desc .flow_no p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  text-align: center;
  line-height: 1.1;
  font-size: 2rem;
}

.flow_wrap > section .wrap .desc .flow_no p span {
  display: block;
  font-size: 4rem;
}

.flow_wrap > section .wrap .desc .h_green {
  padding-top: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.flow_wrap > section .wrap .desc .tel {
  margin-top: 1rem;
}

.flow_wrap > section .wrap .desc .tel a {
  color: #6DC965;
  font-size: 3.5rem;
  font-weight: bold;
}

.flow_wrap > section .wrap .image {
  margin-top: 3rem;
  padding-left: 10rem;
}

.flow_wrap > section .please {
  background: #FFF;
  margin-top: 4rem;
  padding: 3rem  2rem;
}

.flow_wrap > section .please h3.h_green {
  font-weight: bold;
  border-bottom: 1px solid #6DC965;
  padding-bottom: 2rem;
  text-align: center;
}

.flow_wrap > section .please ul li {
  position: relative;
  padding-left: 1em;
}

.flow_wrap > section .please ul li:before {
  content: "●";
  color: #6DC965;
  position: absolute;
  left: 0;
  top: 0;
}

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

 * Media Query For PC

 ***********************************************************************/
@media print, screen and (min-width: 767px) {
  p.flow_intro {
    text-align: center;
    margin-bottom: 40px;
  }
  .flow_wrap > section {
    padding: 55px 0;
  }
  .flow_wrap > section:after {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(0, 0, 0, 0);
    border-top-width: 22px;
    border-bottom-width: 22px;
    border-left-width: 42px;
    border-right-width: 42px;
    margin-left: -42px;
    border-top-color: #fff;
    z-index: 10;
    top: 100%;
    left: 50%;
  }
  .flow_wrap > section:last-child {
    padding-bottom: 160px !important;
  }
  .flow_wrap > section:nth-child(odd) {
    width: calc(100vw);
    margin-left: calc(50% - 50vw);
    padding: 55px 0;
  }
  .flow_wrap > section .inner {
    max-width: 940px;
    margin: 0 auto;
  }
  .flow_wrap > section .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .flow_wrap > section .wrap .desc {
    -webkit-flex: 1;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    padding-left: 80px;
  }
  .flow_wrap > section .wrap .desc .flow_no {
    width: 65px;
    height: 65px;
    top: -5px;
  }
  .flow_wrap > section .wrap .desc .flow_no p {
    font-size: 14px;
    line-height: 1;
  }
  .flow_wrap > section .wrap .desc .flow_no p span {
    font-size: 28px;
  }
  .flow_wrap > section .wrap .desc .h_green {
    padding-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
  }
  .flow_wrap > section .wrap .desc .tel {
    margin-top: 10px;
  }
  .flow_wrap > section .wrap .desc .tel a {
    color: #6DC965;
    font-size: 20px;
    font-weight: bold;
    pointer-events: none;
  }
  .flow_wrap > section .wrap .image {
    margin-top: 0;
    padding-left: 0;
    width: 330px;
    margin-left: 110px;
  }
  .flow_wrap > section .please {
    margin-top: 40px;
    padding: 30px 60px;
  }
  .flow_wrap > section .please h3.h_green {
    font-size: 24px;
    padding-bottom: 15px;
    margin-bottom: 22px;
  }
  .flow_wrap > section .please ul li {
    font-size: 18px;
  }
}
