@charset "utf-8";
.page-title {
  background-repeat: no-repeat;
  background-image: url(../img/step/ptg.jpg);
  background-position: center center;
  background-size: 120% auto;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.step-intro {
  padding: 1.5em 0;
}
.step-intro h2 {
  text-align: left;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 0.7em;
  padding: 0 25px;
  line-height: 1.4em;
}
.step-intro p {
  display: flex;
  justify-content: center;
  text-align: left;
  font-size: 0.9em;
  line-height: 1.6em;
  letter-spacing: 0em;
  font-weight: 400;
  font-family: source-han-sans-cjk-ja, sans-serif;
  color: #4d4d4d;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.step-bg {
  background-color: #eeeadb;
  padding: 2em 0;
}
.stepbox {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 2px 2px 4px gray;
  background-color: white;
}
.stepbox-figure {
  width: 100%;
  order: 2;
}
.stepbox-figure img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: center -30px;
}
.stepbox-contents {
  width: 100%;
  padding: 20px;
  order: 1;
}
.stepbox h3 {
  color: #0052a4;
  font-size: 1.3em;
  font-weight: bold;
  font-family: source-han-sans-cjk-ja, sans-serif;
  letter-spacing: 0.1em;
  padding-bottom: 7px;
  border-bottom: 2px solid #0052a4;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}
.stepbox h3 span {
  display: block;
  background-color: #0052a4;
  padding: 5px;
  margin-right: 5px;
  color: white;
  letter-spacing: 0.1em;
  font-size: 0.8em;
}
.stepbox h4 {
  font-size: 1.1em;
  letter-spacing: 0.1em;
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-weight: bold;
  border-bottom: 3px dotted #c1c1c1;
  padding-bottom: 5px;
  margin-bottom: 7px;
  margin-top: 1em;
  display: flex;
  align-items: center;
}
.stepbox h4 img {
  margin-right: 5px;
  height: 25px;
}
.stepbox p {
  color: #1a1a1a;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  font-family: source-han-sans-cjk-ja, sans-serif;
  font-size: 0.9em;
}
.next {
  margin: 0.8em auto;
  text-align: center;
}
.next img {
  width: 45px;
}
@media (min-width: 768px) {
  .page-title {
    background-size: 100% auto;
    height: 150px;
  }
  .step-intro h2 {
    font-size: 1.4em;
    margin-bottom: 1em;
    text-align: center;
    padding: 0;
  }
  .step-intro p {
    font-size: 1em;
    line-height: 2em;
    width: 85%;
    letter-spacing: 0.1em;
  }
  .step-intro {
    padding: 2.5em 0;
  }
  .step-bg {
    background-color: #eeeadb;
    padding: 3.5em 0;
  }
  .stepbox {
    flex-wrap: nowrap;
  }
  .stepbox-figure {
    width: 35%;
    order: 1;
  }
  .stepbox-figure img {
    width: 100%;
    height: auto;
    object-fit: none;
  }
  .stepbox-contents {
    width: 65%;
    padding: 30px;
    order: 2;
  }
  .stepbox h3 {
    font-size: 1.8em;
    padding-bottom: 10px;
    margin-bottom: 0.5em;
  }
  .stepbox h3 span {
    margin-right: 10px;
  }
  .stepbox h4 {
    font-size: 1.3em;
  }
  .stepbox p {
    font-size: 1em;
  }
  .next {
    margin: 1.5em auto;
    text-align: center;
  }
  .next img {
    width: 65px;
  }
}
@media (min-width: 1024px) {
  .page-title {
    background-size: 100% auto;
    height: 150px;
  }
  .step-intro p {
    font-size: 1em;
    line-height: 2em;
    width: auto;
  }
}