@charset "utf-8";


/* ---------------------------------------------------------------------------------------------

　   会社案内

--------------------------------------------------------------------------------------------- */
#page_title {
	background-image: url(../img/overview/title.jpg);
}
.map iframe {
	width: 100%;
	display: block;
}
#greetings span {
	font-weight: bold;
	font-size: 120%;
}
#greetings figure {
	text-align: right;
}
#greetings img {
	max-width: 200px;
}
#history dt {
	letter-spacing: 0.15em;
}
#history dt,#history dd {
	background: #fff;
	position: relative;
}
#company dl {
	border-top: 1px solid #ddd;
}
@media only screen and ( max-width : 767px ) {
	#greetings p {
		margin-bottom: 15px;
		line-height: 2.4;
	}
	#history dt,#history dd {
	}
	#history dt,#company dt {
		padding: 15px 15px 5px 15px;
		font-weight: bold;
	}
	#history dd {
		margin-bottom: 30px;
		padding: 0 15px 15px 15px;
	}
	#history dd:after {
		content: "";
		width: 4px;
		height: 30px;
		border-left: 4px dotted #0b0d6c;
		position: absolute;
		bottom: -30px;
		left: 30px;
	}
	#history dd:last-child:after {
		content: none;
	}
	#history dd:last-of-type {
		margin-bottom: 0;
	}
	#company dl {
		margin: 40px 0;
	}
	#company dd {
		padding: 0 15px 15px 15px;
		border-bottom: 1px solid #ddd;
	}
	.map iframe {
		height: 300px;
	}

}
@media print, screen and ( min-width : 768px ) {
	#greetings p {
		margin-bottom: 30px;
		line-height: 3;
	}
	#history dt,#history dd {
		padding: 30px;
		margin-bottom: 30px;
	}
	#history dt:after {
		content: "";
		width: 4px;
		height: 30px;
		border-left: 4px dotted #0b0d6c;
		position: absolute;
		bottom: -30px;
		left: 60px;
	}
	#history dt:last-of-type:after {
		content: none;
	}
	#history dt:last-of-type,#history dd:last-of-type {
		margin-bottom: 0;
	}
	#history dt {
		width: 10em;
	}
	#history dd {
		width: calc(100% - 10em);
	}
	#company dl {
		margin: 80px 0;
	}
	#company dt,#company dd {
		border-bottom: 1px solid #ddd;
		padding: 30px;
	}
	#company dt {
		width: 10em;
	}
	#company dd {
		width: calc(100% - 10em);
	}
	.map iframe {
		height: 450px;
	}
}
@media print, screen and ( min-width : 992px ) {
	#company dt {
		width: 14em;
	}
	#company dd {
		width: calc(100% - 14em);
	}
}