@charset "UTF-8";
/* CSS Document */
.content {
	margin: 0 auto;
	width: 90%;
}
.logo {
	display: block;
	float: left;
	width: 20%;
}
.right {
	box-sizing: border-box;
	float: right;
	line-height: 1.8;
	padding: 10px;
	text-align: left;
	width: 80%;
}
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
.omoi_title {
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.2rem;
}
.text {
	letter-spacing: 0.1rem;
	line-height: 1.8;
	text-align: left;
}
.form_s {
	display: block;
	margin-top: 15px;
	text-align: right;
}

@media screen and (max-width: 960px){
	.logo {
		width: 100%;
	}
	.logo img {
		text-align: center;
		width: 60%;
	}
	.right {
		width: 100%;
		clear: both;
	}
	
}
	