/* --------------------------------------------------- */
.corporate1 {
	max-width: 1000px;
	width: 90%;
	margin: 0px auto 80px;
}
.corporate1 .ph {
	float: right;
	width: 50%;
	margin-left: 30px;
	margin-bottom: 5px;
	height: 430px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	background: url(../images/corporate/ph01.jpg) no-repeat top center;
	background-size: cover;
}
.corporate1 dl {
}
.corporate1 dt {
	font-family: kan48typos-std, sans-serif;
	font-weight: 400;
	font-size: 180%;
	margin-bottom: 30px;
}
.corporate1 dd {
}
.corporate1 dd p {
	margin-bottom: 20px;
}
.corporate1 dd .name {
	margin-bottom: 0px;
	font-size: 90%;
}
.corporate1 dd .name span {
	display: inline-block;
	margin-left: 10px;
	font-size: 120%;
	font-family: kan48typos-std, sans-serif;
	font-weight: 400;
}
/* --------------------------------------------------- */
.corporate2 {
	max-width: 1000px;
	width: 90%;
	margin: 0px auto 80px;
}
.corporate2 li {
	width: 100%;
	display: table;
	border-bottom: #ccc 1px dotted;
	padding: 15px 0;
}
.corporate2 li p {
	display: table-cell;
	vertical-align: top;
}
.corporate2 li p:first-child {
	width: 150px;
}
.corporate2 li p br {
	display: none;
}
/* --------------------------------------------------- */
.corporate3 {
	max-width: 1000px;
	width: 90%;
	margin: 0px auto 80px;
}
.corporate3 .ggmap {
	position: relative;
	padding-bottom: 40%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 30px;
}
 
.corporate3 .ggmap iframe,
.corporate3 .ggmap object,
.corporate3 .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.corporate3 p {
	text-align: center;
}
.corporate3 p strong {
	display: block;
	text-align: center;
	font-weight: 600;
}
/* --------------------------------------------------- */



@media screen and (max-width: 900px) {
	/* --------------------------------------------------- */
	.corporate1 .ph {
		width: 46%;
		height: 430px;
	}
	.corporate1 dt {
		font-size: 160%;
	}
	/* --------------------------------------------------- */
	.corporate2 li p:first-child {
		width: 120px;
	}
	/* --------------------------------------------------- */
}
@media screen and (max-width: 680px) {
	/* --------------------------------------------------- */
	.corporate1 .ph {
		float: none;
		width: 100%;
		height: 200px;
		margin-left: 0;
		margin-bottom: 30px;
	}
	.corporate1 dt {
		font-size: 150%;
		margin-bottom: 20px;
	}
	/* --------------------------------------------------- */
	.corporate2 li p:first-child {
		width: 80px;
	}
	.corporate2 li p br {
		display: block;
	}
	/* --------------------------------------------------- */
	.corporate3 .ggmap {
		padding-bottom: 70%;
	}
}