@charset "UTF-8";
/* mv
---------------------------------------- */
#mv {
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #mv {
    margin-bottom: 30px;
  }
}
#mv .inner-area {
  width: 1114px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #mv .inner-area {
    width: 100%;
  }
}
/* sec-01
---------------------------------------- */
#sec-01 {
  width: 900px;
  margin: 0 auto 70px auto;
}

@media screen and (max-width: 768px) {
  #sec-01 {
    width: 92%;
    margin: 0 auto 50px auto;
  }
}
#sec-01 .inner-area {
  position: relative;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #sec-01 .inner-area {
    margin-bottom: 30px;
  }
}
#sec-01 .inner-area:after {
  position: absolute;
  top: 30px;
  left: 80px;
  content: "";
  border-left: 2px solid #003b83;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  #sec-01 .inner-area:after {
    left: 50%;
  }
}
#sec-01 .inner-area .flow-area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #sec-01 .inner-area .flow-area {
    justify-content: center;
  }
}
#sec-01 .inner-area .flow-area .icn-master {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 160px;
  height: 160px;
  margin-top: 30px;
  margin-right: 30px;
  background: #fafafa;
  border-radius: 100%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #sec-01 .inner-area .flow-area .icn-master {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
#sec-01 .inner-area .flow-area .icn-master img {
  width: 100%;
}

#sec-01 .inner-area .flow-area .txt-master {
  position: relative;
  width: 710px;
  padding: 0 10px;
  border-top: 1px solid #003b83;
}

@media screen and (max-width: 768px) {
  #sec-01 .inner-area .flow-area .txt-master {
    border-top: 0;
  }
}
#sec-01 .inner-area .flow-area .txt-master dl {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

#sec-01 .inner-area .flow-area .txt-master dl dt {
  width: 36px;
  height: 36px;
  margin-top: 4px;
  background: #627e4f;
}

@media screen and (max-width: 768px) {
  #sec-01 .inner-area .flow-area .txt-master dl dt {
    width: 13%;
    height: 13%;
    text-align: center;
  }
}
#sec-01 .inner-area .flow-area .txt-master dl dd {
  width: 710px;
}

@media screen and (max-width: 768px) {
  #sec-01 .inner-area .flow-area .txt-master dl dd {
    width: 100%;
    background: #fafafa;
  }
}
#sec-01 .inner-area .flow-area .txt-master dl dd .sbj {
  margin-bottom: 3px;
  color: #003b83;
  font-size: 2.2rem;
}

#sec-01 .inner-area .flow-area .txt-master dl dd .txt {
  font-size: 1.6rem;
  display: flex;
}

#sec-01 .inner-area .flow-area .txt-master dl dd .txt:before {
  content: "■";
  display: inline-block;
  font-size: 1.6rem;
  vertical-align: top;
}

#sec-01 .inner-area .flow-area .txt-master dl dd .txt span {
  display: inline-block;
  font-size: 1.6rem;
}

#sec-01 .inner-area .flow-area .txt-master dl dd .txt_ex {
  display: flex;
  font-size: 1.6rem;
}

#sec-01 .inner-area .flow-area .txt-master dl dd .txt_ex:before {
  margin-left: 1.6rem;
  content: "※";
  display: inline-block;
  font-size: 1.6rem;
  vertical-align: top;
}

#sec-01 .inner-area .flow-area .txt-master dl dd .txt_ex span {
  display: inline-block;
  font-size: 1.6rem;
}

#sec-01 .inner-area .flow-area:first-of-type .txt-master {
  border-top: 0;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  #sec-01 .inner-area .flow-area:first-of-type .txt-master {
    margin-top: 0;
  }
}
/*# sourceMappingURL=flow.css.map */
