@charset "UTF-8";


.p-thanks {
    padding: 80px 0 120px;
}

.p-thanks .m-head {
    margin-bottom: 60px;
}

.p-lead {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
}

.p-thanks .m-button-wrapper{
  margin: 60px auto 0;
  display: flex;
  justify-content: center;
}

.p-thanks .m-button-border{
	margin:0 10px;
}

.p-thanks__button {
	margin: 60px auto 0;
	text-align:center;
}
.p-thanks__button a {
	color: #333;
	text-decoration: none;
	font-size: 18px;
	font-size: 1.8rem;
	text-decoration: underline;
}
.p-thanks__button a:hover {
	text-decoration: none;
}
.m-buttton-download-wrapper {
	width: 100%;
}
.m-buttton-download {
	height: 60px;
    margin-left: auto;
    margin-right: auto;
}

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

  .p-thanks {
      padding: 60px 0 80px;
  }

  .p-thanks .m-head {
      margin-bottom: 30px;
  }

  .p-lead {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.8;
  }
	
  .p-thanks .m-button-wrapper{
    margin: 40px auto 0;
    display: block;
  }

  .p-thanks .m-button-border{
	  margin:0 auto 20px;
  }
	
	.p-thanks__button a {
     font-size: 1.6rem;
	}

}