@charset "UTF-8";
section {
  padding: 20px 15px;
}

.planWrap .text a {
  border-bottom: 1px solid #ffaa00;
  color: #ffaa00;
}

.aboutWrap .title {
  text-align: center;
  color: #18b26b;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 1.8rem;
}
.aboutWrap .sinsei .box {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  padding: 15px;
  margin-bottom: 35px;
  position: relative;
}
.aboutWrap .sinsei .box:not(:last-child):after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -25px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #18b26b transparent transparent transparent;
}
.aboutWrap .sinsei .text {
  margin-bottom: 1.5em;
}
.aboutWrap .kijun dl {
  border-bottom: 1px solid #ffaa00;
}
.aboutWrap .kijun dl:first-of-type {
  border-top: 1px solid #ffaa00;
}
.aboutWrap .kijun dt {
  font-weight: bold;
  color: #5c5c5c;
}

.flowWrap .inner > div {
  position: relative;
}
.flowWrap .inner > div p {
  width: 48%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  padding: 17px 40px;
  margin-bottom: 75px;
  position: relative;
}
.flowWrap .emphas p {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.flowWrap .emphas p.support {
  background-color: #18b26b;
}
.flowWrap .emphas p.care {
  background-color: #ffaa00;
}
.flowWrap .first:after {
  content: '';
  display: block;
  background: url(../img/procedure/arrow_a.png) center bottom no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  width: 100%;
  height: 71px;
  position: absolute;
  left: 0;
  bottom: 5px;
}
.flowWrap .inner > div:nth-child(2) p {
  margin-bottom: 10px;
}
.flowWrap .middle .support {
  background-color: #eaf9ac;
}
.flowWrap .middle .care {
  background-color: #ffe59c;
}
.flowWrap .middle:nth-child(n+4):nth-child(-n+7) .support:after {
  content: '';
  display: block;
  background: url(../img/procedure/arrow_o.png) center bottom no-repeat;
  background-size: 28px;
  width: 100%;
  height: 69px;
  position: absolute;
  bottom: -69px;
  left: 0;
}
.flowWrap .middle:nth-child(4) .care:after, .flowWrap .middle:nth-child(6) .care:after {
  content: '';
  display: block;
  width: 100%;
  background: url(../img/procedure/arrow_y.png) center bottom no-repeat;
  background-size: 28px;
  position: absolute;
  left: 0;
}
.flowWrap .middle:nth-child(4) .care:after {
  height: 250px;
  bottom: -250px;
}
.flowWrap .middle:nth-child(6) .care:after {
  height: 69px;
  bottom: -69px;
}
.flowWrap .common {
  margin-bottom: 20px;
  padding: 0 20px;
}
.flowWrap .end p {
  margin-bottom: 10px !important;
}

/*---------- sp ----------*/
@media screen and (max-width: 812px) {
  .aboutWrap .kijun dl {
    padding: 15px;
  }

  .flowWrap .inner > div p {
    padding: 10px;
  }
  .flowWrap .first p {
    margin-bottom: 30px !important;
  }
  .flowWrap .first:after {
    width: 60%;
    height: 28px;
    margin: 0 auto;
    right: 0;
  }
}
/*---------- モバイル縦長 ----------*/
@media screen and (max-width: 812px) and (orientation: portrait) {
  .flowWrap .first:after {
    height: 25px;
  }
}
/*---------- モバイル横長 ----------*/
@media screen and (max-width: 812px) and (orientation: landscape) {
  .flowWrap .first p {
    margin-bottom: 50px !important;
  }

  .flowWrap .first:after {
    width: 75%;
    height: 50px;
  }
}
/*---------- pc ----------*/
@media screen and (min-width: 813px) {
  section {
    padding: 50px 0;
  }

  .planWrap section {
    padding-top: 70px;
  }
  .planWrap .text {
    padding: 0 50px;
  }

  .aboutWrap .title {
    font-size: 2rem;
  }
  .aboutWrap .sinsei .box {
    padding: 25px 50px;
  }
  .aboutWrap .kijun dl {
    display: flex;
    align-items: center;
  }
  .aboutWrap .kijun dt {
    width: 25%;
    padding: 0 50px;
  }
  .aboutWrap .kijun dd {
    width: 75%;
    padding: 20px 50px 20px 0;
  }

  .flowWrap section {
    padding-bottom: 100px;
  }
  .flowWrap .common {
    padding: 0 50px;
  }
}
/*---------- タブレット ----------*/

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