*{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
	background: transparent;
}
body{
	background: #E0C8E0;
	position: relative;
}
::-webkit-scrollbar{
    width: 8px;
    height: 16px;
}
::-webkit-scrollbar-track{
    border-radius: 2px;
    border: none;
}
::-webkit-scrollbar-thumb{
    border-radius: 2px;
    background: #e1ecb4;
}
a, a:link, a:visited, a:hover, a:active{
	text-decoration: none;
	color: rgba(0,0,0,1.00);
}
.container{
	margin: 0 auto;
	width: 950px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.containerLeft{
	width: 66%;
	border-radius: 10px;
	background: #fff;
}
.containerLeft>div{
	padding: 30px 30px;
	width: 100%;
}
.midashi{
	margin: 20px 0 0;
}
.containerRight{
	padding: 20px 20px;
	width: 32%;
	border-radius: 10px;
	background: #fff;
	position: relative;
}
.containerRight>div{
	padding: 0;
	width: 100%;
	position: sticky;
	top: 20px;
	border-radius: 10px;
}
.footer{
	width: 100%;
	padding: 20px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.footerlogo{
	width: 200px;
}
.footerlogo img{
	width: 100%;
}




.contactusForm{
	margin: 20px auto 0;
	width: 90%;
	display: flex;
	flex-direction: column;
}
.contactusForm>div{
	width: 100%;
}
.contactusFormMidashi{
	margin: 16px 0 0;
	width: 100%;
	height: 14px;
}
.contactusFormItem{
	width: 100%;
}
.contactusFormItemRadio{
	margin: 6px 0 0;
	padding: 10px;
	border: 1px solid #E0C8E0;
	border-radius: 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.contactusFormItemRadio>div{
	width: 50%;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.contactusFormItem input[type=text],textarea{
	width: 100%;
	margin: 8px 0;
	padding: 5px 15px;
	border: 1px solid #E0C8E0;
	border-radius: 10px;
	outline: none;
}
.contactusItemOnameBox{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contactusFormItemOname{
	width: 48%;
	margin: 8px 0;
	padding: 5px 15px;
	border: 1px solid #E0C8E0;
	border-radius: 10px;
	outline: none;	
}
.contactusFormSubmit{
	margin: 20px 0 0;
	width: 100%;
}
input[type=submit]{
	-webkit-appearance: none;
	margin: 8px auto;
	padding: 5px;
	width: 100%;
	border: 1px solid #E0C8E0;
	border-radius: 10px;
	background: #fff;
}
input[type=submit]:hover{
	background: #E0C8E0;
	cursor: pointer;
}







.contactusConfirm{
	margin: 0 auto;
	width: 90%;
	display: flex;
	flex-direction: column;
}
.contactusConfirm>div{
	width: 100%;
}
.contactusConfirmFormMidashi{
	margin: 16px 0 0;
	width: 100%;
	height: 14px;
}
.contactusConfirmFormItem{
	width: 100%;
	margin: 8px 0;
	padding: 5px 15px;
	border: 1px solid #E0C8E0;
	border-radius: 10px;
	outline: none;
	word-break: break-all;
}
.contactusConfirmFormItemOnameBox{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contactusConfirmFormItemOname{
	width: 48%;
	margin: 8px 0;
	padding: 5px 15px;
	border: 1px solid #E0C8E0;
	border-radius: 10px;
	outline: none;	
}
.contactusConfirmFormSubmit{
	margin: 20px auto 0;
	width: 90%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contactusConfirmForm{
	width: 48%;
	display: flex;
	justify-content: center;
	align-items: center;
}



.contactusSendText{
	margin: 0 0 100px;
}
.contactusSendLink{
	margin: 0 0 100px;
	padding: 5px 0;
	border: 1px solid #E0C8E0;
	border-radius: 10px;
	display: flex;
	justify-content: center;
}
.contactusSendLink:hover{
	background: #E0C8E0;
}



@media screen and (max-width: 1024px){
	.midashi>div{
		margin: 0 auto;
		width: 90%;
	}
	.container{
		margin: 0 auto;
		width: 100%;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: center;
	}
	.containerLeft{
		margin: 0 auto;
		width: 95%;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		background: #fff;
	}
	.containerLeft>div{
		padding: 20px;
	}
	.containerRight{
		margin: 0 auto;
		padding: 20px 20px;
		width: 95%;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		background: #fff;
		position: relative;
	}
	.contactusForm{
		margin: 0;
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	.contactusFormItemRadio{
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}
	.contactusFormItemRadio>div{
		margin: 0 0 0 3%;
		width: 97%;
		display: flex;
		flex-direction: row;
	}
	.contactusFormItemOname{
		width: 100%;
	}
	
	
	.contactusConfirm{
		width: 100%;
	}
	.contactusConfirmFormItemOname{
		width: 100%;
	}
	.contactusConfirmFormSubmit{
		width: 100%;
	}
	.contactusConfirmForm{
		width: 100%;
	}
}








