@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:300');

.intro,
.plan {
  line-height: 2;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.intro h3 {
  color: #333;
  font-size: 170%;
  line-height: 1.8;
  margin: 70px 0;
  text-align: center;
}

.intro p img {
  float: right;
  padding: 30px 0 30px 50px;
  width: 300px;
}

.intro .flex {
  display: flex;
  justify-content: space-between;
}

.intro .merit {
  width: 30%;
}

.intro h4 {
  color: #F0BE64;
  font-size: 150%;
  letter-spacing: .1em;
  line-height: 1.8;
  margin-bottom: 30px;
  text-align: center;
}

.intro p {
  line-height: 1.85;
}



.plan {
  margin-top: 150px;
}

.plan h4 {
  border-left: 1px solid rgba(240,190,100,.5);
  font-size: 150%;
  margin-top: 70px;
  padding-left: 25px;
}

.plan h4 + p,
.plan p + p {
  margin-top: 35px;
}

.stages {
  margin: 40px 0;
}

.stage {
  background: #fdfdfd;
  padding: 20px 50px;
}

.stage:nth-child(2n) {
  background: #f8f8f8;
}

.stage h3 {
  color: #F0BE64;
  font-size: 130%;
}

.stage p{
  margin-top: 10px;
  font-size: 105%;
}









@media screen and (max-width:768px) {

.intro,
.plan {
  width: 80%;
}

.intro h3 {
  font-size: 140%;
  line-height: 1.66;
  margin: 30px 0 40px;
}

.intro .flex {
  display: block;
}

.intro .merit {
  width: 100%;
}

.intro .merit + .merit {
  margin-top: 30px;
}

.intro .merit h4 {
  font-size: 120%;
  line-height: 1.66;
  margin-bottom: 15px;
}



.plan {
  margin-top: 100px;
}

.plan h4 + p,
.plan p + p {
  margin-top: 25px;
}

.plan h4 {
  font-size: 130%;
  margin: 40px 0 0;
  padding-left: 15px;
}

.stages {
  margin: 20px 0;
  margin-left: -7%;
  width: 114%;
}

.stage {
  background: #fdfdfd;
  padding: 20px;
}
}