@charset "UTF-8";

body{
	width: 100%;
	font-size: 16px;
}


.imageArea img{
	width: 100%;
}

.formArea p .notice{
	font-size: 0.875rem;
	opacity: 0.8;
}

input[type="text"]{
	font-size: 16px;
	width: 25%;
	max-width: 250px;
	height: 1.5rem;
	padding: 2px;
	border-radius: 5px;
}

input[type="select"]{
	width: 75%;
	max-width: 300px;
	font-size: 1.25rem;
	height: 1.5rem;
}

textarea{
	font-size: 16px;
	width: 85%;
	max-width: 400px;
	height: 5rem;
}

.additionArea{
	margin-right: 2rem;
	margin-left: 2rem;
	font-size: 0.75rem;
	opacity: 0.8;
}

.policyArea{
	max-width: 90%;
	font-size: 0.875rem;
	margin: 0 auto;
}

.policyArea .title{
	font-size: 1.125rem;
	font-weight: bold;
}
.policyArea p{
	margin: 5px;
}