@charset "UTF-8";
/* --------------------------------------------------

メッセージ

-------------------------------------------------- */
section.mes {
	position: relative;
	height: 486.0px;
	background: transparent url(../../img/about/bg-mes.jpg) 0% 0% no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	margin-bottom: 0;
}
section.mes .inner {
	width: 576px;
	height: 486px;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url(../../img/about/bg-inner.jpg) 0% 0% no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 35px 36px;
	color: #093e8d;
}
section.mes header {
	margin-top: 10px;
	margin-bottom: 30px;
}
section.mes header .heading {
	text-align: left;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.25;
	font-weight: bold;
	margin-bottom: 12px;
}
section.mes .label {
	width: 146px;
	height: 36px;
	background-color: #53A6F5;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 36px;
	margin-right: 18px;
}
section.mes .cptn {
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 36px;
}
section.mes p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	margin-bottom: 1em;
}

/* ****** スマートフォン ****** */
@media screen and (max-width: 736px) {
	section.mes {
		position: relative;
		height: auto;
		background: transparent url(../../img/about/bg-mes.jpg) 0% 0% no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}
	section.mes .inner {
		width: auto;
		height: auto;
		position: static;
		background: transparent url(../../img/about/bg-inner.jpg) 0% 0% no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
		padding: 12px 15px;
		color: #093e8d;
	}
	section.mes header {
		margin-top: 10px;
		margin-bottom: 15px;
		text-align: center;
	}
	section.mes header .heading {
		text-align: left;
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.25;
		font-weight: bold;
		margin-bottom: 12px;
		text-align: center;
	}
	section.mes .label {
		width: 146px;
		height: 36px;
		background-color: #53A6F5;
		display: inline-block;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: bold;
		text-align: center;
		line-height: 36px;
		margin-right: 18px;
	}
	section.mes .cptn {
		display: inline-block;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: bold;
		text-align: center;
		line-height: 36px;
	}
	section.mes p {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.5;
		margin-bottom: 1em;
	}
}
/* end of SP */
/* --------------------------------------------------

イメージフォト

-------------------------------------------------- */
section.photo {
	width: 942px;
	padding: 0;
	background-color: #F4F1F0;
	
}
section.photo .photos {
	overflow: hidden;
	*zoom: 1;
	background-color: #F4F1F0;
}
section.photo .photos li {
	float: left;
}

/* ****** スマートフォン ****** */
@media screen and (max-width: 736px) {
	section.photo {
		width: auto;
		padding: 0;
			background-color: #F4F1F0;

	}
	section.photo .photos {
		overflow: hidden;
		*zoom: 1;
	background-color: #F4F1F0;
	}
	section.photo .photos li {
		float: left;
		width: 50%;
	}
	section.photo .photos li img {
		width: 100%;
		height: 100%;
		display: block;
	}
}
/* end of SP */

/*# sourceMappingURL=about.css.map */
