@charset "utf-8";

#sec_01 {
	clear: both;
	padding-bottom: 0px;
}
#sec_01 .pc {
	display: none;
}
#sec_01 .sp {
	display: block;
}
#sec_01 .thanks {
	padding-top: 100px;
	padding-bottom: 100px;
}
#mailformpro #message {
  width: 100% !important;
  height: auto !important;
}

/* Media Queries */
@media screen and (min-width:568px) {

}

@media screen and (min-width:768px) {
#sec_01 {
	clear: both;
	padding-bottom: 40px;
}
#sec_01 .pc {
	display: block;
}
#sec_01 .sp {
	display: none;
}
}

@media screen and (min-width:1000px) {

}

@media screen and (min-width:1200px) {

}
