@charset "utf-8";
/* CSS Document */
@media screen and (max-width : 768px){
	
	#wrapper {
		width: 100%;
	}
	#header {
		text-align: center;
		background: lightcyan;
		font-size: 25px;
	}
	#form {
		padding: 10px;
	}
	table {
		width: 100%;
	}
	#form th {
		background: lightcyan;
		font-size: 20px;
	}
	.th_p{
		font-size: 15px;
		color: red;
	}
	.input {
		width: 100%;
		height: 25px;
		font-size: 20px
	}
	.textarea {
		width: 100%;
		height: 100px;
		font-size: 20px
	}
	input.check1 {
		height: 40px;
		width: 100px;
		margin: 5px 0;
	}
	input.check2 {
		height: 40px;
		width: 100px;
		margin: 5px 0;
	}
}
