@charset "utf-8";

/* rem設定用 */
html{
    font-size: 15px;
}
a{
  color: #01a30f;
}
#wrapper{
  background: #eeeeee;
  padding: 0 0 20px 0;
}
.mainCont{
  background: #fff;
  max-width: 750px;
  margin: auto;
  padding: 16px;
  box-sizing: border-box;
}
.thanks_inner{
}
.head img{
  width: 100%;}
h2 img{
  width: 100%;
}
.pp__text h1{
  text-align: center;
  color: #01a30f;
  font-weight: bold;
}
.pp__text h2{
  margin-top: 40px;
  margin-bottom: 0;
}
.pp__text h3{
  margin-top: 40px;
  margin-bottom: 0;
  text-align: center;
}
.pp__text h3 span{
  display: inline-block;
}
.pp__text p{
  margin-top: 16px;
  margin-bottom: 0;
  margin-left: 1em;
}
.pp__text .box{
  padding: 16px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-top: 24px;
}
footer{
  margin-top: 40px;
  border-top: dotted 1px #ccc;
  padding: 40px 16px 0;
}
footer p{
  margin-top: 0;
  margin-bottom: 16px;
}
@media (max-width: 749px) {
  body{
    margin: 0;
    padding: 0;
  }
  #wrapper{
    padding: 8px 8px 20px;
  }
}