@charset "utf-8";
/* CSS Document */
.main {
  background-color: #FFFFFF;
}
.section-top_image {
  height: 300px;
  background-image: url("../images/flow_top.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 50px;
}
.section-top_image-filter {
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.20);
}
.section-top h2 {
  padding: 130px 0;
  text-align: center;
  font-size: 3.0rem;
  font-family: "游明朝";
  font-weight: 600;
}
@media(min-width:1160px) {
  .section-top_image {
    height: 600px;
    margin-top: 80px;
  }
  .section-top h2 {
    padding-top: 270px;
    font-size: 6.0rem;
  }
}
.section-flow {
  padding: 40px 0 40px;
  width: 327px;
  margin: 0 auto;
}
.step1, .step3, .step5 {
  background-color: #edccd3;
  text-align: left;
  height: 250px;
  padding: 30px 20px 0;
  margin-bottom: 40px;
}
.step2, .step4, .step6 {
  background-color: #e9eaef;
  text-align: left;
  height: 250px;
  padding: 30px 20px 0;
  margin-bottom: 40px;
}
.section-flow h3 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 6.0rem;
}
.step {
  color: #e98eae;
  font-size: 1.8rem;
}
.namber {
  color: #e98eae;
  font-size: 3.6rem;
  margin-right: 30px;
}
.section-flow p {
  font-size: 1.4rem;
}
@media(min-width:1160px) {
  .section-flow {
    padding: 100px 0 80px;
    width: 1160px;
  }
  .step1, .step2, .step3, .step4, .step5, .step6 {
    height: 210px;
    padding: 30px 30px 0;
  }
  .section-flow h3 {
    font-size: 3.0rem;
    line-height: 7.2rem;
  }
  .step {
    font-size: 3.0rem;
  }
  .namber {
    font-size: 4.8rem;
  }
  .section-flow p {
    font-size: 1.8rem;
    line-height: 3.0rem;
  }
}