.wrapper-white {
  background-color: #ffffff;
  padding: 7rem 0 1rem;
}
.titlearea {
  margin: 0 auto;
  text-align: center;
}
.bigtitle {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: bold;
  font-size: 72px;
  line-height: 85px;
  color: #1D1D1D;
}
h2.bigtitle {
  margin: 1em 0 0.5em;
  padding-left: 0.5em;
  text-align: center;
}
h2.bigtitle+p {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 46px;
  text-align: center;
  color: #1D1D1D;
  margin-bottom: 3em;
}
h3 {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: normal;
  text-align: center;
  color: #1D1D1D;
}
h3+p {
  font-size: 18px;
  line-height: 35px;
  width: 85%;
  margin: 2em auto 3em;
  text-align: left;
  display: block;
}
ul, ol {
  padding-inline-start: 20px;
  display: inline-block;
}
li {
  text-align: left;
  margin-bottom: 10px;
}
.travelwithcolorier {
  width: 85%;
  margin: 2em auto 3em;
  font-size: 18px;
  line-height: 35px;
}
.travelwithcolorier .subtitle {
  margin-bottom: 1em;
  margin-left: -20px;
}
.colorier-step {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-auto-rows: 1fr;
  margin: 0 0 2em;
}
.colorier-step img {
  width: 260px;
}
.colorier-step > div {
  overflow: auto;
  min-width: 0;
  padding: 1em;
  text-align: center;
}
.colorier-step h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3em;
  margin: 1em;
}
.bottomarea {
  padding: 3.5em 0;
  text-align: center;
}
.actionbtn {
  background: #0094FF;
  width: 300px;
  height: 60px;
  border-radius: 30px;
  font-family: Noto Sans JP, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  vertical-align: middle;
  color: #FFFFFF;
  margin: 1em auto;
  display: inline-block;
  padding: 15px;
  box-shadow: 10px 10px 0px #3300FF;
  margin-left: -15px;
}
.actionbtn img {
  margin: -5px 10px 0 0;
}
.actionbtn:active {
  box-shadow: 0px 0px 0px #3300FF;
  margin-top: 20px;
  margin-left: 5px;
}

@media (max-width: 767px) {
  .bigtitle {
  font-size: 30px;
  line-height: 40px;
  padding-left: 0;
  text-align: left;
  }
  h2.bigtitle {
  padding-left: 0;
  }
  h2.bigtitle+p {
  font-size: inherit;
  line-height: 1.5em;
  }
  h2.bigtitle+p br, .step br {
    display: none;
  }
  h3 {
  font-size: 24px;
  text-align: left;
  }
  h3+p, .travelwithcolorier {
    font-size: inherit;
    line-height: 1.5em;
    margin: 1em auto;
    width: inherit;
  }
  .bottomarea h3 {
    text-align: center;
  }
  .actionbtn {
    width: inherit;
  }
}
