header .headerPC h1:before {
  display: none;
}

header .headerPC h1 span {
  display: none;
}

header .headerPC h1 .logo {
  position: relative;
  top: 5px;
  width: 80px;
}

h3 {
  font-size: 22px;
  letter-spacing: 2px;
  margin: 80px 0 30px;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  padding: 0 0 20px;
}

h3:before {
  content: "";
  border-bottom: 5px solid #4CB944;
  width: 60px;
  border-radius: 20px;
  height: 0;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

#steppage .stepTitleBG {
  padding-top: 120px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  background-color: #ffe888;
  display: block;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 767px) {
  #steppage .stepTitleBG {
    padding-top: 80px;
  }
}

#steppage .stepTitleBG:before {
  background-image: url(../img/wave.png);
  background-position: center;
  background-size: auto 20px;
  background-repeat: repeat-x;
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -19px;
  left: 0;
  right: 0;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  z-index: 0;
}

#steppage .stepTitle {
  content: "";
  background: url(../img/step.png) no-repeat center -4px;
  padding: 84px 0 0 0;
  background-size: 360px;
}

@media screen and (max-width: 767px) {
  #steppage .stepTitle {
    background: url(../img/step.png) no-repeat center 25px;
    background-size: 240px;
  }
}

#steppage .stepTitle h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #steppage .stepTitle h2 {
    font-size: 32px;
  }
}

#steppage .stepdetail {
  max-width: 1000px;
  margin: 0 auto;
  padding: 1em;
}

#steppage .stepdetail_content {
  background: #f2f2f2;
  padding: 1em;
  width: 80%;
  margin: 0 auto;
  border-radius: 10px;
  line-height: 1.6;
}

#steppage .stepdetail .stepdetail_list {
  margin-bottom: 60px;
  background: #fafafa;
  padding: 2em;
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.06);
          box-shadow: 0 3px 25px rgba(0, 0, 0, 0.06);
}

#steppage .stepdetail .stepdetail_list-title {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 0.5em;
  padding: 0.5em 0 0.5em 2.5em;
}

#steppage .stepdetail .stepdetail_list .ttl01 {
  content: "";
  background: url(../img/01.png) no-repeat;
  background-size: 58px;
}

#steppage .stepdetail .stepdetail_list .ttl02 {
  content: "";
  background: url(../img/02.png) no-repeat;
  background-size: 58px;
}

#steppage .stepdetail .stepdetail_list .ttl03 {
  content: "";
  background: url(../img/03.png) no-repeat;
  background-size: 58px;
}

#steppage .stepdetail .stepdetail_list .ttl04 {
  content: "";
  background: url(../img/04.png) no-repeat;
  background-size: 58px;
}

#steppage .stepdetail .stepdetail_list-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  #steppage .stepdetail .stepdetail_list-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#steppage .stepdetail .stepdetail_list-content .stepImg {
  width: 300px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #steppage .stepdetail .stepdetail_list-content .stepImg {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #steppage .stepdetail .stepdetail_list-content .stepImg img {
    max-width: 320px;
  }
}

#steppage .stepdetail .stepdetail_list-content p {
  width: calc(100% - 300px - 2em);
  margin-left: 2em;
  line-height: 1.8;
  letter-spacing: 1.2px;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  #steppage .stepdetail .stepdetail_list-content p {
    width: 100%;
    margin: 2em 0 0;
  }
}

#steppage .stepdetail .stepdetail_list-content p .contactlink {
  border-bottom: 1px solid #4CB944;
  padding-bottom: 2px;
  color: #333;
}

#steppage .stepdetail .stepdetail_list-content p .contactlink:hover {
  color: #4CB944;
}
/*# sourceMappingURL=step.css.map */