@media screen and (max-width: 480px){
	.contents{

	}
	.input-form{
		flex-direction: column;
		margin: 16px 8px;
	}
	.input-form select{
		width: 100%;
	}
}