@charset "UTF-8";
.flowPage .intro h3 {
  font-size: 1.7em;
  color: #f4654a;
  line-height: 160%;
  margin-bottom: 1em;
}
.flowPage .intro p {
  text-align: center;
}
.flowPage section.flowImg .inner {
  width: 100%;
}
.flowPage section.flowImg .inner .imgItem {
  margin-bottom: 3em;
}
.flowPage section.flowImg .inner .imgItem .image-wrap {
  position: relative;
}
.flowPage section.flowImg .inner .imgItem .image-wrap .link {
  position: absolute;
  display: block;
  width: 10%;
  height: 15%;
}
.flowPage section.flowImg .inner .imgItem .image-wrap .link:hover {
  background-color: rgba(255, 255, 255, 0.5);
  transition: 0.5s;
}
.flowPage section.flowImg .inner .imgItem .image-wrap .l2 {
  top: 2%;
  left: 12%;
}
.flowPage section.flowImg .inner .imgItem .image-wrap .l3 {
  top: 29%;
  left: 23%;
}
.flowPage section.flowImg .inner .imgItem .image-wrap .l4 {
  top: 3%;
  left: 44%;
}
.flowPage section.flowImg .inner .imgItem .image-wrap .l5 {
  top: 22%;
  right: 17%;
}
.flowPage section.flowImg .inner .imgItem .image-wrap .l6 {
  bottom: 38%;
  right: 1%;
}
.flowPage section.flowImg .inner .imgItem .image-wrap .l7 {
  bottom: 22%;
  right: 54%;
}
.flowPage section.flowImg .inner .imgItem:last-child {
  margin-bottom: 0;
}
.flowPage section.flow .flowItem {
  padding-bottom: 3em;
}
.flowPage section.flow .flowItem .number {
  width: 70px;
  margin: 0 auto 2em;
}
.flowPage section.flow .flowItem .anchor {
  scroll-margin-top: 80px;
  /* ヘッダーの高さ */
}
.flowPage section.flow .flowItem .txt {
  text-align: left;
}
.flowPage section.flow .flowItem .txt h4 {
  font-size: 2.2em;
  margin-bottom: 1em;
  color: #f4654a;
  text-align: center;
}
.flowPage section.flow .flowItem .txt p {
  margin-bottom: 1.5em;
}
.flowPage section.flow .flowItem .txt .checkTitle {
  background-color: #f4654a;
  border-radius: 10px;
  padding: 0.3em 1em 0.4em;
  margin-bottom: 0.8em;
  color: #fff;
  display: inline-block;
}
.flowPage section.flow .flowItem .img img {
  margin-bottom: 1em;
}
.flowPage section.flow .flowItem .img .imgMiniWrap {
  display: flex !important;
  justify-content: space-between;
}
.flowPage section.flow .flowItem .img .imgMiniWrap div {
  width: 48%;
}

@media only screen and (min-width: 580px) {
  .flowPage section.flowImg .inner .imgItem {
    width: 1200px;
    margin: 0 auto 5em;
  }
  .flowPage section.flowImg .inner .imgItem .image-wrap .link {
    width: 6%;
    height: 10%;
  }
  .flowPage section.flowImg .inner .imgItem .image-wrap .link:hover {
    background-color: rgba(255, 255, 255, 0.5);
    transition: 0.5s;
  }
  .flowPage section.flowImg .inner .imgItem .image-wrap .l2 {
    top: 3%;
    left: 19.5%;
  }
  .flowPage section.flowImg .inner .imgItem .image-wrap .l3 {
    top: 30.5%;
    left: 29.5%;
  }
  .flowPage section.flowImg .inner .imgItem .image-wrap .l4 {
    top: 5%;
    left: 48%;
  }
  .flowPage section.flowImg .inner .imgItem .image-wrap .l5 {
    top: 23%;
    right: 21%;
  }
  .flowPage section.flowImg .inner .imgItem .image-wrap .l6 {
    bottom: 42%;
    right: 6%;
  }
  .flowPage section.flowImg .inner .imgItem .image-wrap .l7 {
    bottom: 25%;
    right: 53%;
  }
  .flowPage section.flow .flowItem {
    display: flex;
    position: relative;
    justify-content: space-between;
    background-image: linear-gradient(#f4654a, #f4654a);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 2px 100%;
    padding-bottom: 5em;
    align-items: center;
  }
  .flowPage section.flow .flowItem.reserved {
    flex-direction: row-reverse;
  }
  .flowPage section.flow .flowItem:last-child {
    padding-bottom: 0;
  }
  .flowPage section.flow .flowItem .number {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 90px;
  }
  .flowPage section.flow .flowItem .txt {
    width: 40%;
    padding-top: 100px;
  }
  .flowPage section.flow .flowItem .txt h4 {
    text-align: left;
  }
  .flowPage section.flow .flowItem .txt .imgMiniWrap {
    display: flex !important;
    justify-content: space-between;
  }
  .flowPage section.flow .flowItem .txt .imgMiniWrap div {
    width: 48%;
  }
  .flowPage section.flow .flowItem .txt .step3Img {
    margin-top: -200px;
    text-align: right;
  }
  .flowPage section.flow .flowItem .txt .step3Img img {
    width: 50%;
  }
  .flowPage section.flow .flowItem .img {
    width: 40%;
    padding-top: 100px;
  }
  .flowPage section.flow .flowItem .img .imgMiniWrap {
    display: none !important;
  }
}