.guidepage-title-box {
  width: 1100px;
  height: 150px;
  border-bottom: 1px solid rgba(213,213,213,1);
  padding: 40px 0 0 0;
}
p.guidepage-big-title {
  width: 100%;
  height: 50px;
  font-size: 1.5rem;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
p.guidepage-small-title {
  width: 100%;
  height: 40px;
  font-size: 1.0rem;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.guidepage-body {
  width: 1100px;
  height: auto;
  min-height: 500px;
  padding: 50px 0 50px 0;
}
.guidepage-step-box {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #f8f8f8;
}
.guidepage-step-box > p {
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
}
.guidepage-step-box > p:first-child {
  font-size: 1.8rem;
}
.guidepage-content-box {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.guidepage-content-box > p {
  font-size: 1.1rem;
  padding: 0;
  margin-bottom: 0.8rem;
}
.guidepage-content-box > p.big-text {
  font-size: 1.5rem;
}
.guidepage-content-box > p.phone-text {
  font-size: 2.2rem;
  font-weight: bold;
  color: #eb5c05;
}
.guidepage-content-box > p.blank-gap-70 {
  height: 70px;
  margin-bottom: 0;
}
.guidepage-content-box > p.blank-gap-40 {
  height: 40px;
  margin-bottom: 0;
}
.guidepage-content-box > p.yellow-star {
  color: #ffd000;
  font-size: 2.0rem;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.guidepage-content-box > p > button.fillup-btn {
  width: 270px;
  height: 50px;
  background: rgb(168, 168, 168);
  color: white;
  font-size: 1.1rem;
}