textarea,
input,
select {
	border: 1px solid #aaa;
	padding: 8px 10px;
}
#main {
	padding-top: 30px;
	padding-bottom: 150px;
	max-width: 800px;
	width: 90%;
	margin: 0 auto;
}
#main h1 {
	text-align: center;
	font-size: 1.3em;
	font-weight: normal;
	border-bottom: 1px solid #666;
	padding-bottom: 20px;
	margin-bottom: 50px;
}

#main form h2,
#main form h3 {
	font-weight: normal;
	line-height: 1;
	margin-bottom: 5px;
}
#main form span {
	font-size: .8em;
}
#main form .required {	
	color: #BF1A1D;
	margin-left: 3px;
}
#main form .option {
	color: #999;
	margin-left: 3px;
}
#main form section {
	max-width: 700px;
	width: 96%;
	padding-bottom: 20px;
	margin: 0 auto 20px;
	border-bottom: 1px dotted #999;
	align-items: center;
}
#main form .middle {
	width: 100%;
}
#main form .btn-1 {
	background: #CCC;
	padding: 11px 15px;
	color: #333;
	font-size: 12px;
	border: 0;
	-webkit-appearance: none;
	border-radius: 3px;
	margin-left: 10px;
}
#main form .btn {
	background: #FDBB4C;
	padding: 10px 10px;
	border-radius: 5px;
	width: 90%;
	max-width: 350px;
	display: block;
	margin:  0 auto 10px;
	color: #000;
	font-size: 14px;
	border: 0;
	-webkit-appearance: none;
}
#main form .btn-1:hover,
#main form .btn:hover{
	opacity: .8;
}

#main form #ZipcodePlace,
#main form #ZipcodePlace-owned{
	width: 200px;
}
#main form #AddressPlace,
#main form #AddressPlace-owned{
	width: 100%;
	margin-top: 5px;
}

#main form .select {
	overflow: hidden;
	width: 200px;
	text-align: center;
}
#main form .select select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
#main form .select select::-ms-expand {
    display: none;
}
#main form .select {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
#main form .select::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
#main form .select select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}
#main form .textarea,
#main form .privacy {
	display: block;
	margin-bottom: 50px;
}
#main form .area {
	display: block;
}
#main form .area h2 {
	width: auto;
}
#main form .area div {
	margin-left: 150px;
	display: flex;
	align-items: flex-end;
}
#main form .area input {
	width: 75px;
	margin: 0 5px;
}
#main form .textarea {
	border: 0;
}
#main form .textarea textarea {
	width: 100%;
}
#main form .privacy h2 {
	width: auto;
	border-bottom: 1px dotted #333;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#main form .privacy p {
	font-size: .8em;
}
#main form .privacy a {
	text-decoration: underline;
}
#main .text {
	max-width: 700px;
	width: 90%;
	margin: 0 auto 50px;
}
#main .text h2 {
	margin-bottom: 20px;
}
#main .text p,
#main .text ul {
	margin-bottom: 30px;
}
#main .text ul li {
	list-style: inside disc;
	margin-bottom: 5px;
}
#main .text .tel {
	font-size: 1.5em;
}
footer {
	height: 150px;
	background-image: none;
	border-top: 1px solid #333;
	padding-top: 10px;
}
.time div {
	width: calc(100% - 150px);
}
.time ul {
	margin-bottom: 15px;
}
.time aside {
	font-size: .9em;
}

@media screen and (max-width: 768px) {
#main form section {
	display: block;
}
#main form h2 {
	width: 100%;
}
#main form #Address,
#main form #Kaddress{
	width: 100%;
}
#main form .area div{
	margin-left: 0;
}
.time div {
	width: 100%;
}
}

@media screen and (max-width: 480px) {
#main {
	width: 96%;
}
#main h1 {
	text-align: left;
	font-size: 1.1em;
}
}
