@charset "UTF-8";

.logo_ttl {
	width:100%;
	margin: 0 auto;
	text-align: center;
}

.logo_ttl h2 {
	font-size: 38px;
	color: #084a95;
	line-height: 1.2;
	letter-spacing:0.18em;
}

.logo_content .inner {
	width: 1000px;
	background: #fff;
	overflow: hidden;
	padding: 64px 48px 0px;
}

.logo_content .inner .photo {
	width: 308px;
	float: left;
}

.logo_content .inner .txt {
	width: 596px;
	float: right;
	
}

.logo_content .inner .txt.logo .spImg {
	display: none;
}
.logo_content .inner .txt.logo .pcImg img {
	width: 100%;
	max-width:600px; 
}

.logo_content .inner .photo img {
	max-width: 220px;
	height: auto;
}


@media screen and (max-width:1024px) {
	.logo_content .inner {
		width:100%;
		padding: 64px 4% 0px;
	}
	.logo_content .inner .photo {
		width: 27%;
		padding-right: 3%;
		float: left;
	}
	
	.logo_content .inner .txt {
		width: 70%;
		float: right;
	}
	
	.logo_content .inner .txt.logo .pcImg img {
		width: 100%;
		max-width:800px; 
	}
	
	.logo_content .inner .photo img {
		width: 100%;
	}
	
}

@media screen and (max-width: 736px) and (orientation: landscape) {
	.logo_content .inner {
		padding: 40px 6% 0px !important;
	}
}

@media screen and (max-width:768px) {
	.logo_content .inner {
		width:100%;
		padding: 64px 6% 0px;
	}
	.logo_ttl h2 {
		font-size: 5.262vw;
	}
	.logo_content .inner .photo img {
		max-width: 150px;
	}
}


@media screen and (max-width:640px) {
	.logo_ttl h2 {
		font-size: 6.2262vw;
		line-height: 1.8;
	}
	
	.logo_content .inner .txt.logo .pcImg {
		display: none;
	}
	.logo_content .inner .txt.logo .spImg {
		display: block;
	}

	.logo_content .inner .txt.logo .spImg img {
		width:90%;
	}
}

@media screen and (max-width:480px) {

	.logo_ttl h2 {
		font-size: 6.8262vw;
		line-height: 1.2;
	}

	.logo_content .inner {
		padding: 40px 6% 0px;
	}
	
	.logo_content .inner .photo {
		width: 100%;
		padding-right: 0;
		margin-bottom: 30px;
		float: none;
		text-align: center;
	}
	
	.logo_content .inner .txt {
		width: 100%;
		float: none;
	}
	
	.logo_content .inner .photo img {
		max-width: 120px;
	}
	
	.logo_content .content_txt .inner .photo img {
		width: 140px;
	}
	
}

@media screen and (max-width:340px) {
	
	.logo_ttl h2 {
		font-size: 7.8262vw;
	}

}
