@charset "UTF-8";
@media only screen and (min-width: 599px) {
.pc_none{
	display: none!important;
}
.contactmain {
	background: none!important;
}
.maintable{
	/*overflow: hidden;*/
	text-align: center;
}
.maintable p.title_thanks{
	font-size: 30px!important;
	font-weight: 800;
	line-height: 35px;
	margin-top: 60px;
	text-align: center;
}
.maintable p.thanks{
	display: block;
	margin: 30px auto;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}
.maintable a{
	margin: 30px auto;
	font-size: 14px;
	font-weight: 400;
}




}










/*SP用CSS*/
@media screen and (max-width : 640px) {

.sp_none{
	display: none!important;
}
.header_menu{
	display: none!important;
}
.maintable{
	width: 90%;
	height: auto;
	margin: 0 auto 30px;
	text-align: center;
}
.maintable p.title_thanks{
	font-size: 20px!important;
	font-weight: 800;
	line-height: 35px;
	margin-top: 30px;
	text-align: center;
}
.maintable p.thanks{
	display: block;
	margin: 30px auto;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}
.maintable a{
	margin: 30px auto;
	font-size: 14px;
	font-weight: 400;
}




}
