*{
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: bottom;
}
.lp-content{
  width: 100%;
  max-width: 750px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  margin: 0 auto;
  text-align: center;
}

.lp-img{
  width: 100%;
  margin: 0;
  padding: 0;
}

.cta-box {
  position: relative;
}
.cta-box .cta-btn img{
  position: absolute;
  bottom: 40px;
  right: 30px;
  box-sizing: border-box;
  width: 50%;
  padding: 0 4.5% 0;
}

.cta-box2 {
  position: relative;
}
.cta-box2 .cta-btn2 img{
  position: absolute;
  left: 0px;
  top: 10px;
  box-sizing: border-box;
  width: 100%;
  padding: 0 4.5% 0;
}


.gif-box {
  position: relative;
}
.gif-box .gif-btn img{
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  margin: auto;
  box-sizing: border-box;
  width: 75%;
  padding: 0 4.5% 0;
}

.gif-box2 {
  position: relative;
}
.gif-box2 .gif-btn2 img{
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  margin: auto;
  box-sizing: border-box;
  width:80%;
  padding: 0 4.5% 0;
}

.gif-box3 {
  position: relative;
}
.gif-box3 .gif-btn3 img{
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  margin: auto;
  box-sizing: border-box;
  width:65%;
  padding: 0 4.5% 0;
}


.gif-box4 {
  position: relative;
}
.gif-box4 .gif-btn4 img{
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  box-sizing: border-box;
  width:100%;
  padding: 0 4.5% 0;
}

.tradelaw{
    margin: 20px auto ;
    font-size: 12px;
}
.tradelaw a{
  color: #aaa;
  text-decoration: none;
}


button {
	background: none;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.submit_btn{
  border: 0;
  width: 100%;
  height: calc(100vw / 4.7);
  background: url("https://lp.yunth.jp/thanks-lp/toner/01/img/submit_btn.png") no-repeat scroll 0 0;
  background-size: cover;
  color: transparent;
}
@media screen and (min-width: 640px){
  .submit_btn{
    width: 640px;
    height: 158px;
  }
}

.line-friend-area .desc{
  color: #5C4D53;
  margin: 20px;
  font-family: Koburina Gothic StdN,ヒラギノ角ゴ Pro W3;
  font-size: 14px;
  text-align: center;
  line-height: 200%;
}
@media screen and (max-width:768px){
  .line-friend-area .desc{
      font-size: 9px;
  }
}
.line-friend-area .line_ec{
  margin: 20px 20px 80px;
}
