/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
/*-----PC-----*/
@media screen and (min-width: 961px) {
  #step {
    width: 1200px;
    background-color: #fff;
    margin: 20px auto;
    padding: 30px 10px 60px 10px;
  }
  .logo {
    width: 130px;
    margin: 0 auto;
  }
  h2.title1 {
    width: 600px;
    background-image: url("../img/step/ribon.png");
    background-repeat: no-repeat;
    background-size: 100% 54px;
    margin: 5px auto;
    padding: 5px 0;
    color: #363636;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
  }
  h2.title2 {
    width: 600px;
    background-image: url("../img/step/ribon.png");
    background-repeat: no-repeat;
    background-size: 100% 54px;
    margin: 5px auto;
    padding: 5px 0;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    text-shadow: 1px 1px 5px #363636;
  }
  .img_center {
    width: 600px;
    margin: 0 auto;
  }
  p.title_text {
    font-size: 28px;
    font-weight: 600;
    color: #363636;
    text-align: center;
    margin: 30px auto;
  }
  .step_box {
    margin: 20px auto 60px auto;
  }
  .step_box h3 {
    margin: 20px auto;
    color: #363636;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
  }
  .step_box .step_img {
    width: 600px;
    margin: 10px auto;
  }
  .step_box .step_img img {
    width: 295px;
  }
  .step_box p.level {
    margin: 10px auto;
    color: #363636;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
  }
  .step_box p.step_text {
    width: 660px;
    margin: 10px auto;
    color: #363636;
    font-size: 20px;
    font-weight: 600;
  }
}
/*-----Tablet-----*/
@media screen and (min-width: 521px) and (max-width: 960px) {
  #step {
    width: 95%;
    background-color: #fff;
    margin: 20px auto;
    padding: 30px 10px 60px 10px;
  }
  .logo {
    width: 20%;
    margin: 0 auto;
  }
  h2.title1 {
    width: 70%;
    height: 50px;
    background-image: url("../img/step/ribon.png");
    background-repeat: no-repeat;
    background-size: 100% 50px;
    margin: 10px auto;
    padding: 10px 0;
    color: #363636;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
  }
  h2.title2 {
    width: 70%;
    height: 50px;
    background-image: url("../img/step/ribon.png");
    background-repeat: no-repeat;
    background-size: 100% 50px;
    margin: 10px auto;
    padding: 10px 0;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    text-shadow: 1px 1px 5px #363636;
  }
  .img_center {
    width: 80%;
    margin: 0 auto;
  }
  p.title_text {
    font-size: 30px;
    font-weight: 600;
    color: #363636;
    text-align: center;
    margin: 20px auto;
  }
  .step_box {
    margin: 20px auto 60px auto;
  }
  .step_box h3 {
    margin: 10px auto;
    color: #363636;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
  }
  .step_box .step_img {
    width: 90%;
    margin: 10px auto;
  }
  .step_box .step_img img {
    width: 48%;
  }
  .step_box p.level {
    margin: 5px auto;
    color: #363636;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
  }
  .step_box p.step_text {
    width: 85%;
    margin: 10px auto;
    color: #363636;
    font-size: 20px;
    font-weight: 600;
  }
}
/*-----SP-----*/
@media screen and (max-width: 520px) {
  #step {
    width: 95%;
    background-color: #fff;
    margin: 20px auto;
    padding: 30px 10px 60px 10px;
  }
  .logo {
    width: 25%;
    margin: 0 auto;
  }
  h2.title1 {
    width: 100%;
    height: 50px;
    background-image: url("../img/step/ribon.png");
    background-repeat: no-repeat;
    background-size: 100% 50px;
    margin: 10px auto;
    padding: 12px 0;
    color: #363636;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
  }
  h2.title2 {
    width: 100%;
    height: 50px;
    background-image: url("../img/step/ribon.png");
    background-repeat: no-repeat;
    background-size: 100% 50px;
    margin: 10px auto;
    padding: 12px 0;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-shadow: 1px 1px 5px #363636;
  }
  .img_center {
    width: 80%;
    margin: 0 auto;
  }
  p.title_text {
    font-size: 16px;
    font-weight: 600;
    color: #363636;
    text-align: center;
    margin: 20px auto;
  }
  .step_box {
    margin: 20px auto 60px auto;
  }
  .step_box h3 {
    margin: 10px auto;
    color: #363636;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
  }
  .step_box .step_img {
    width: 100%;
    margin: 10px auto;
  }
  .step_box p.level {
    margin: 5px auto;
    color: #363636;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
  }
  .step_box p.step_text {
    width: 100%;
    margin: 10px auto;
    color: #363636;
    font-size: 15px;
    font-weight: 600;
  }
}