/* corporate.CSS */
@charset "UTF-8";

#corporate-image {
	position: relative;
	background-image: url('/assets/img/corporate/corporate-image-smt.jpg');
	background-position-x: center;
	background-position-y: top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 100%;
	max-width: 100% !important;
	height: 60vw;
	clear: both;
}

.corporate-block {
	padding: 15px;
	text-align: left;
}
.corporate-block h3 {
	text-align: left;
	border-bottom: 2px dashed #595757;
	font-size: 4.2vw;
	width: 90%;
	margin: 0 auto;
}
.corporate-block table {
	display: block;
	width: 90%;
	padding: 0;
	margin: 0 auto;
}
.corporate-block table tr th {
	display: block;
	width: 100%;
	padding: 1.0em 0 0;
	font-weight: bold;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: large;
}
.corporate-block table tr td {
	display: block;
	width: 100%;
	padding: 0.5em 0 1.0em;
}

@media screen and (min-width: 751px) {
	/* 751px以上に適用されるCSS（PC用） */
	
	#corporate-image {
		background-image: url('/assets/img/corporate/corporate-image-pc.jpg');
		height: 58vw;
		max-width: 100% !important;
		margin-top: 0 !important;
	}
	
	.corporate-block {
	}
	.corporate-block h3 {
		font-size: 30px;
		max-width: 860px;
	}
	.corporate-block table {
		display: table;
		max-width: 860px;
	}
	.corporate-block table tr th {
		display: table-cell;
		text-align: center;
		width: 30%;
		padding: 1.0em;
		font-size: 22px;
	}
	.corporate-block table tr td {
		display: table-cell;
		padding: 3.0em 1.0em;
		width: 70%;
		font-size: 16px;
	}
	
}

@media screen and (min-width: 1000px) {

	
	
}

@media screen and (min-width: 1200px) {

	
	
}