@charset "UTF-8";

/*--------------------------------------------------------------
# トップページ
--------------------------------------------------------------*/
.page-ttl {
  padding: 110px 10%;
  background: url(../flow/img/bg_ttl.png) no-repeat 50% 50% / cover;
}

h2 {
  margin: 40px 0;
  font-size: 120%;
  line-height: 1.7em;
  color: #0369d7;
  font-size: 30px;
}

.main-wrapper p {
  font-size: 16px;
  line-height: 1.7em;
}

/* ステップ */
.yajirusi {
  text-align: center;
}

.step {
  margin: 30px 0;
  padding: 30px;
  background: #effcff;

}

.step h3 {
  font-size: 23px;
  margin-bottom: 20px;
  line-height: 2em;
  color: #0369d7;
}

.step h3 span {
  margin-right: 20px;
  background-color: #00b4ff;
  padding: 10px 20px 5px 20px;
  text-align: center !important;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.2em;
  font-size: 80%;
  border-radius: 20px;
}

.step p {
  margin: 0 30px;
}

.pict {
  width: 30%;
  margin-left: 3%;
}

.pict img {
  width: 100%;
  height: auto;
}


.step-small {
  margin: 30px 200px;
  padding: 20px;
  background: #f9ffcb;
  text-align: center;
}

.step-small h3 {
  font-size: 23px;
  margin-bottom: 20px;
  line-height: 2em;
  color: #0369d7;
}

.step-small h3 span {
  background-color: #00b4ff;
  padding: 10px 20px 5px 20px;
  text-align: center !important;
  color: #fff;
  margin-right: 20px;
  font-weight: normal;
  letter-spacing: 0.2em;
  font-size: 80%;
  border-radius: 20px;
}



/*--------------------------------------------------------------
# ブレイクポイント
--------------------------------------------------------------*/
@media screen and (max-width: 1180px) {}

/* max-width: 1180px */

@media screen and (max-width: 1024px) {

  .step-small {
    margin: 30px 50px;
  }

  .step {
    overflow: hidden;
  }

}

/* max-width: 1024px */


@media screen and (max-width: 768px) {


  h2 {
    margin: 40px 0;
    font-size: 24px;
    line-height: 1.7em;
    text-align: center;
  }


  .step {
    margin: 10px 0;
    padding: 10px;
    background: #effcff;

  }

  .step h3 {
    font-size: 19px;
    line-height: 1.4em;
  }

  .step h3 span {
    margin-right: 10px;
    background-color: #00b4ff;
    padding: 10px 10px 5px 10px;
    font-size: 70%;
  }

  .step p {
    margin: 0 10px;
    font-size: 100%;
  }

  .pict {
    width: 30%;
    margin-left: 3%;
  }

  .pict img {
    width: 100%;
    height: auto;
  }


  .step-small {
    margin: 30px 10px;
    padding: 20px;
  }

  .step-small h3 {
    font-size: 20px;
  }

  .step-small h3 span {
    margin-right: 10px;
    background-color: #00b4ff;
    padding: 10px 10px 5px 10px;
    font-size: 70%;
  }





  .pict {
    width: 80%;
    margin: auto;
    text-align: center;
    margin-top: 20px;
  }

  .pict img {
    width: 100%;
    height: auto;
  }
}