@charset "UTF-8";
@import "/include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	height: 120px;
	overflow: hidden;
	margin-bottom: 40px;
	position: relative;
}

#visual img {
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
}

/* ---------------------------------------------------------
	CSS Document title
--------------------------------------------------------- */

#title {
	margin-bottom: 40px;
}

#title img {
	height: 34px;
}

#title h2 {
	margin-top: 15px;
	font-family: 'Kosugi Maru', sans-serif;
	font-weight: normal;
	font-size: 4vw;
	line-height: 1;
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document access
--------------------------------------------------------- */

#access {
	height: 500px;
	margin: 0 20px 60px;
	background: #ccc;
}

#access iframe {
	vertical-align: top;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 0;
}

/* ---------------------------------------------------------
	CSS Document company
--------------------------------------------------------- */

#company {
	margin: 0 20px;
	border-top: solid 1px rgba(255,255,255,0.4);
	text-align: left;
}

#company dl {
	padding: 15px 0;
	border-bottom: solid 1px rgba(255,255,255,0.4);
}

#company dt {
	color: #bd9d2a;
}
