@charset "utf-8";
@import url("page.css");
/* CSS Document */
#title {
	background-image: url(../images/company/title_sp.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	padding-top: 97.48%;
	height: 0;
	width: 100%;
}

#outline {
	margin: 50px 0;
	width: 100%;
}

#outline table {
	display: block;
	margin: 30px auto 10px;
	width: 94%;
	box-sizing: border-box;
}

#outline th,
#outline td {
	font-size: 17px;
	text-align: left;
	line-height: 1.6em;
	display: block;
	padding: 0 10px;
	width: 100%;
	box-sizing: border-box;
}
#outline th {
	font-weight: 600;
}

#outline td {
	margin: 5px 0 30px;
}

#outline div {
	margin: 60px auto;
	width: 96%;
}
#outline div img {
	height: auto;
	width: auto;
	max-width: 100%;
}

#access {
	margin: 50px 0;
	width: 100%;
}

#add {
	font-size: 16px;
	text-align: center;
	line-height: 1.6em;
	margin: 0 auto;
	width: 96%;
}

#accessmap {
	margin-top: 1em;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
#accessmap iframe,
#accessmap object,
#accessmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

@media only screen and (min-width: 769px) {
#title {
	background-image: url(../images/company/title.jpg);
	background-size: auto;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	padding-top: 0;
	height: 568px;
	width: 1300px;
}

#outline {
	margin: 100px auto;
	width: 1300px;
}

#outline table {
	text-align: left;
	display: table;
	margin: 30px auto;
	width: 500px;
}
#outline th,
#outline td {
	font-size: 16px;
	display: table-cell;
	vertical-align: top;
	padding: 10px;
	box-sizing: border-box;
}

#outline th {
	width: 120px;
}

#outline td {
	width: 380px;
	margin: 10px;
}

#outline div {
	margin: 60px auto;
	width: 712px;
}

#access {
	margin: 100px auto;
	width: 1300px;
}

#accessmap {
	margin: 50px auto;
	width: 720px;
}

}