.otoi-box {
	background-color: #2C90C6;
	padding: 60px;
	margin-top: 100px;
}
.otoinaka {
	display: flex;
	justify-content: space-between;
	align-content: center;
	max-width: 800px;
	margin: 0 auto;
}

.otoi01 {
	color: #fff;
	max-width: 360px;
}
.otoi01 h3 {
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 0.02em;
	margin-bottom: 10px;
	line-height: 1.5;
}
.otoi01 h5 a {
	font-size: 200%;
	letter-spacing: 0.02em;
	color: #fff;
}
.otoi01 h5 {
	font-size: 160%;
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: bold;
	line-height: 1.2;
}
.otoi01 p {
	line-height: 1.2;
}
.otoi02 a {
	font-size: 130%;
	letter-spacing: 0.02em;
	color: #2C90C6;
	background-color: #fff;
	border-radius: 5px;
	padding: 40px 50px;
	font-weight: bold;
	display: block;
}
.otoi02 i {
	margin-right: 10px;
}





footer {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}
footer h1 {
	max-width: 280px;
	margin: 0 auto;
	margin-bottom: 20px;
}




address {
	text-align: center;
	font-size: 80%;
	color: #BABABA;
	padding-bottom: 30px;
}

.ftto-0 {
	display: none;
}


@media screen and ( max-width:800px )
{
.otoi-box {
	padding: 60px 10%;
}	
	
.otoinaka {
	display: block;
	align-content: center;
	width: 100%;
	margin: 0 auto;
}
.otoi02 {
	margin-top: 20px;
}
.otoi01 h5 {
	font-size: 140%;
}	
	
	
}