

.mod_contact {
  margin-bottom: 0;
}

ol.bread {
  margin-bottom: 30px;
}

.flow-list {
  background: #f5f9ff;
  padding: 88px 15px 92px;
}

@media screen and (max-width: 480px) {
  .flow-list {
    padding: 60px 15px 70px;
  }
}

.flow-list .box {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.flow-list .info {
  position: relative;
}

.flow-list .info .img {
  position: absolute;
  width: 600px;
  height: 580px;
  top: -50px;
  right: -85px;
}

@media screen and (max-width: 960px) {
  .flow-list .info .img {
    position: static;
    width: auto;
    height: auto;
  }
}

.flow-list .text_box {
  width: 100%;
  max-width: 520px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 960px) {
  .flow-list .text_box {
    margin: auto;
  }
}

.flow-list .list {
  margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
  .flow-list .list {
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 680px) {
  .flow-list .list {
    max-width: 460px;
  }
}

.flow-list .list li {
  margin-bottom: 15px;
  padding-left: 55px;
  font-weight: bold;
  font-size: 2rem;
  background: url("../new_image/flow_img06.svg") left center no-repeat;
}

@media screen and (max-width: 680px) {
  .flow-list .list li {
    background-position: left top 0px;
    padding-left: 40px;
    background-size: 30px;
    font-size: 1.8rem;
  }
}

.flow {
  margin-bottom: 90px;
}

@media screen and (max-width: 480px) {
  .flow {
    margin-bottom: 60px;
  }
}

.flow .box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.flow .text_box {
  width: 840px;
  padding-top: 20px;
  margin-bottom: 52px;
}

.flow .box:last-child .text_box {
  margin-bottom: 0px;
}

.flow .img {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 960px) {
  .flow .img {
    margin-right: 15px;
    padding-top: 10px;
    width: 90px;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

@media screen and (max-width: 680px) {
  .flow .img {
    width: 65px;
  }
}

.flow .img::before {
  content: '';
  position: absolute;
  background: #d2defc;
  width: 12px;
  height: 280px;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

@media screen and (max-width: 960px) {
  .flow .img::before {
    height: 100%;
    bottom: -20px;
  }
}

@media screen and (max-width: 680px) {
  .flow .img::before {
    width: 5px;
  }
}

.flow .box:last-child .img::before {
  display: none;
}

.flow .step {
  display: block;
  color: #eb1428;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 2px;
}

@media screen and (max-width: 680px) {
  .flow .step {
    font-size: 1.4rem;
  }
}

.flow .title {
  display: block;
  color: #153496;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  font-size: 2.8rem;
  margin-bottom: 18px;
}

@media screen and (max-width: 680px) {
  .flow .title {
    font-size: 2.2rem;
  }
}
/*# sourceMappingURL=flow.css.map */