@charset "UTF-8";
/*現在位置*/
.pc-nav li:nth-child(6) {
  color: #333333;
  font-weight: 700;
}

.content-wrapper {
  max-width: 1120px;
  margin: 0 auto;
}

.content-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 24px 96px;
  background-color: #f3f3f3;
}

.content-flow .content-flow_discription {
  max-width: 800px;
  width: 71.429%;
  padding: 24px 72px;
  min-height: 240px;
  height: auto;
}

.content-flow p {
  text-align: justify;
}

.flow-contact {
  background-color: #ffffff;
  margin-top: 16px;
}

.flow-contact a {
  display: inline-block;
  padding: 8px 32px;
}

.flow-contact a:visited {
  color: #333333;
}

.flow-2 span {
  font-size: 1.2rem;
}

.content-flow img {
  max-width: 320px;
  width: 32vw;
  height: auto;
}

.flow-1 h3 {
  margin-bottom: 8px;
  padding-left: 48px;
  background: url(../img/icon/1.svg) no-repeat;
  background-position: 0 7px;
}

.flow-2 h3 {
  margin-bottom: 8px;
  padding-left: 48px;
  background: url(../img/icon/2.svg) no-repeat;
  background-position: 0 7px;
}

.flow-3 h3 {
  margin-bottom: 8px;
  padding-left: 48px;
  background: url(../img/icon/3.svg) no-repeat;
  background-position: 0 7px;
}

.flow-4 h3 {
  margin-bottom: 8px;
  padding-left: 48px;
  background: url(../img/icon/4.svg) no-repeat;
  background-position: 0 7px;
}

/*矢印*/
.flow-1 {
  position: relative;
}

.flow-1::after {
  position: absolute;
  content: url(../img/icon/triangle.svg);
  width: 100%;
  text-align: center;
  top: calc(100% + 54px);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.flow-2 {
  position: relative;
}

.flow-2::after {
  position: absolute;
  content: url(../img/icon/triangle2.svg);
  width: 100%;
  text-align: center;
  top: calc(100% + 54px);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.flow-3 {
  position: relative;
}

.flow-3::after {
  position: absolute;
  content: url(../img/icon/triangle3.svg);
  width: 100%;
  text-align: center;
  top: calc(100% + 54px);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

@media (max-width: 768px) {
  .content-flow {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .content-flow .title {
    font-size: 2.4rem;
    padding-left: 32px;
  }
  .content-flow .content-flow_discription {
    width: 100%;
    padding: 16px;
  }
  .flow-1 h3,
  .flow-2 h3,
  .flow-3 h3,
  .flow-4 h3,
  .flow-5 h3 {
    background-size: auto 30px;
    background-position: 0 3px;
    position: relative;
  }
}

@media (max-width: 460px) {
  .content-flow .title {
    font-size: 2rem;
    padding-left: 24px;
    line-height: 3.2rem;
    padding-top: 3px;
  }
  .content-flow .content-flow_discription {
    width: 100%;
    padding: 16px;
  }
  .content-flow .sp {
    display: block;
    max-width: 300px;
    width: 32vw;
    height: auto;
  }
  .flow-1 h3,
  .flow-2 h3,
  .flow-3 h3,
  .flow-4 h3,
  .flow-5 h3 {
    background-size: auto 28px;
    background-position: 0 0px;
    position: relative;
  }
  .pc {
    display: none;
  }
  .content-flow_titleimg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 16px;
  }
  .flow-contact {
    display: block;
    max-width: 240px;
    width: 100%;
    margin: 16px auto 0;
  }
}
/*# sourceMappingURL=flow.css.map */