@charset "utf-8";
/* CSS Document */

#about-main{
	background-color:#fff;
	width:100%;
	display:table;
	padding-top:80px;
}
#about-contact{
	width:100%;
	display:table;
	padding-top:80px;
	padding-bottom:80px;
}
#partner-logo{
	display:block;
	margin:-30px auto 80px auto;
	width:100%;
	max-width:900px;
}
.about-contact-left{
	width:230px;
	display:table-cell;
	float:left;
	padding-top:5px;
}
.about-contact-right{
	width:670px;
	display:table-cell;
	padding-bottom:5px;
	float:right;
}
.about-contact-checkbox{
	background-color:#fff;
	width:20px;
	height:20px;
	margin-right:20px;
	border:none;
}
.about-contact-text{
	width:100%;
	background-color:#fff;
	font-family: 'Lato', Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: 300;
	border: none;
	padding: 5px;
	font-size:16px;
	box-sizing:border-box;
}
.about-contact-textarea{
	width:100%;
	background-color:#fff;
	font-family: 'Lato', Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: 300;
	border: none;
	padding: 5px;
	font-size:16px;
	box-sizing:border-box;
	height:200px;
	margin-bottom:10px;
}
.about-contact-submit{
	width:100%;
	font-family: 'Lato', Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: 900;
	border: none;
	padding: 5px;
	font-size:16px;
	box-sizing:border-box;
	height:50px;
	color:#fff;
	margin-bottom:40px;
}
.raw{
	display:table;
}