footer {
	margin: 0px auto 30px;
}
/* ---------------------------------------

--------------------------------------- */
/* メインコンテンツ */
.contents {
	margin: 0;
	padding: 0;
	padding: 80px 0 30px;
	background: url(../images/company_message/back.jpg) no-repeat center center;
	background-size: cover;
}
/* ------------------------------------ */
#page_mv {
	background: url(../images/company_message/mv.jpg) no-repeat center center;
	background-size: cover;
}
/* ------------------------------------ */
.message1,
.message2,
.outline,
.history,
.company_office {
	max-width: 1000px;
	width: 90%;
	margin: 0px auto 40px;
	background-color: #fff;
	padding: 40px;
	border-radius:4px;
	box-shadow:0px 3px 8px -5px #656565;
}
.message1 {
	overflow: hidden;
}
.message1 .m1_l {
	float: left;
	width: 60%;
}
.message1 .m1_r {
	float: right;
	width: 35%;
	font-weight: 400;
	font-family: 'Noto Serif JP', serif;
	font-size: 80%;
}
.message1 .m1_r strong {
	display: block;
	font-weight: 400;
	font-size: 140%;
	letter-spacing: 2px;
	margin-top: 10px;
}
.message2 {
}
.message2 .inner {
	max-width: 750px;
	width: 100%;
	margin: 0px auto;
	border: #14398F 1px solid;
	padding: 40px;
}
.message2 .inner .zu {
	max-width: 370px;
	width: 100%;
	margin: 0px auto 20px;
}
.message2 .inner dl {
}
.message2 .inner dt {
	text-align: center;
	font-weight: 600;
	font-size: 110%;
	line-height: 120%;
	margin-bottom: 5px;
}
.message2 .inner dt.ttl1 {
	color: #669398;
}
.message2 .inner dt.ttl2 {
	color: #0091A7;
}
.message2 .inner dt.ttl3 {
	color: #24953D;
}
.message2 .inner dt strong {
	display: block;
	text-align: center;
	font-size: 70%;
	font-weight: 400;
}
.message2 .inner dd {
	text-align: center;
	font-size: 90%;
	margin-bottom: 20px;
}
.message2 .inner ul {
}
.message2 .inner li {
	border: #24953D 1px solid;
	text-align: center;
	color: #24953D;
	font-weight: 400;
	margin-top: 5px;
	padding: 3px 0;
	font-size: 90%;
}
/* ------------------------------------ */
.outline {
}
.outline li {
	width: 100%;
	display: table;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: #ddd 1px dotted;
}
.outline li p {
	display: table-cell;
	vertical-align: top;
	padding: 10px 15px;
}
.outline li p:first-child {
	width: 250px;
	font-weight: 500;
	letter-spacing: 2px;
	background-color: #eee;
}
/* ------------------------------------ */
.history {
}
.history dl {
	width: 100%;
}
.history dt,
.history dd {
}
.history dt {
	border-bottom: #ccc 1px dotted;
	color: #14398F;
	font-size: 150%;
	font-weight: 400;
	letter-spacing: 2px;
	margin-bottom: 5px;
}
.history dd {
	padding-left: 160px;
	margin-bottom: 20px;
	font-weight: 400;
}
/* ------------------------------------ */
.company_office {
}
.company_office dl {
	width: 100%;
	display: table;
	position: relative;
	padding-top: .75em;
	border-top: 1px solid #ccc;
	margin-bottom: 15px;
}
.company_office dl::after {
	position: absolute;
	top: -1px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 3px;
	background-color: #333;
}
.company_office dt,
.company_office dd {
	display: table-cell;
	vertical-align: top;
}
.company_office dt {
	font-size: 140%;
	letter-spacing: 2px;
	font-weight: 400;
	width: 150px;
}
.company_office dd {
	font-size: 90%;
}
.company_office .ph {
}
.company_office .ggmap {
	position: relative;
	padding-bottom: 40%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 60px;
}
.company_office .ggmap iframe,
.company_office .ggmap object,
.company_office .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.company_office .ggmap:last-child {
	margin-bottom: 0;
}





@media screen and (max-width: 930px) {
	/* ------------------------------------ */
	.message1 .m1_l,
	.message1 .m1_r {
		float: none;
		width: 100%;
	}
	.message1 .m1_l {
		margin-bottom: 20px;
	}
	.message1 .m1_r {
		text-align: right;
	}
	.message1 .m1_r strong {
		text-align: right;
	}
	/* ------------------------------------ */
	.outline li p:first-child {
		width: 150px;
		font-weight: 500;
		letter-spacing: 2px;
		background-color: #eee;
	}
	/* ------------------------------------ */
	
	/* ------------------------------------ */
}





@media screen and (max-width: 768px) {
	/* ------------------------------------ */
	
	/* ------------------------------------ */
	.outline li,
	.outline li p {
		display: block;
	}
	.outline li {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none;
	}
	.outline li p {
		padding: 10px 0px;
		margin-bottom: 0;
	}
	.outline li p:first-child {
		width: 100%;
		padding: 5px 10px;
	}
	/* ------------------------------------ */
	.history dd {
		padding-left: 0px;
	}
}




@media screen and (max-width: 540px) {
	.message1,
	.message2,
	.outline,
	.history,
	.company_office {
		margin: 0px auto 10px;
		padding: 30px;
	}
	/* ------------------------------------ */
	.message2 .inner {
		max-width: none;
		border: none;
		padding: 0px;
	}
	/* ------------------------------------ */
	.company_office dl,
	.company_office dt,
	.company_office dd {
		display: block;
	}
	.company_office .ggmap {
		padding-bottom: 70%;
		margin-bottom: 40px;
	}
	/* ------------------------------------ */
}