@charset "UTF-8";

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# PC・スマホ 共通設定 #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */

/* L1 ######################################## 会社情報 ######################################## */

#company {
	position: relative;
}

#company > h2::after {
	content: "会社情報"
}

/* L2 **************************************** 共通 **************************************** */

#company h3:first-of-type {
	margin-top: 0;
}

#company dl {
	margin: 0 10px;
	padding: 0.8em 0;
	font-size: 1.4rem;
	text-align: left;
	border-bottom: 1px dotted #cccccc;
}

#company dl:first-child {
	padding-top: 0;
	border-bottom: none;
}

#company dl:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

#company dl dt {
	display: inline-block;
	width: 10em;
	color: #336699;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}

#company dl dd {
	display: inline-block;
}

/* L2 **************************************** 概要 **************************************** */

#outline {
	
}

/* L2 **************************************** 所在地 **************************************** */

#address {
	margin-top: 2em;
}

#address dd.map {
	position: absolute;
	right: 10px;
}

#tokyo {
	top: 60px;
}

#osaka {
	top: 390px;
}

#address iframe {
	display: inline-block;
	overflow: hidden;
	width: 280px;
	height: 280px;
	border: 1px solid #cccccc;
	background: #ffffff;
}

#address figure {
	text-align: center;
	
	background: rgba(255, 255, 255, 0.85);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#address figcaption {
	margin-top: -0.2em;
}

/* L2 **************************************** 沿革 **************************************** */

#history {
	margin-top: 2em;
}

#history table {
	width: 96%;
	margin: 0 auto;
}

#history caption {
	display: none;
}

#history thead {
	display: none;
}

#history tr {
	border-bottom: 1px dotted #cccccc;
}
#history tr:last-child {
	border-bottom: none;
}

#history td {
	padding: 0.6em 20px;
	line-height: 1.8;
}
#history td:first-child {
	width: 7em;
	text-align: center;
	white-space: nowrap;
}

#history td:last-child ul {
	margin: 0;
}

#history td:last-child ul li::before {
	display: none;
}

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# PC・スマホ 共通設定 ここまで #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */


