/*area_top*/
@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

div.map {
	font-size: 13px;
	line-height: 1.3em;
	position: relative;
	top: -30px;
}

div.map a,
div.map .elem-text-list ul li.nav a {
	text-decoration: none;
	color: #4065a2;
}

div.map a:hover,
div.map .elem-text-list ul li.nav a:hover {
	text-decoration: underline;
}

div.map .elem-anchor-list ul li {
	margin: auto;
}

div.map .elem-text-list {
	margin-top: 0;
	margin-bottom: 0;
}

div.map .elem-text-list ul li::before {
	margin-top: 5px;
}

div.map .elem-text-list ul li {
	clear: both;
}

div.map .elem-text-list ul li.nav a {
	font-size: 10pt;
}

div.map>div#japan {
	position: relative;
	width: 887px;
	height: 780px;
	background-image: url("/company/img/japan-map-office_pc.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 auto;
}

p.caption {
	position: absolute;
	top: 50px;
	left: 100px;
	z-index: 2;
	font-size: 15px;
}

p.caption.sp-only {
	top: 30px;
	left: 40px;
}

li.map span {
	font-size: 14pt;
}

div.map.sp-only {
	position: relative;
	padding-bottom: 100%;
}

div.map.sp-only>div#japan {
	position: absolute;
	background-image: url("/company/img/japan-map-office_sp.jpg");
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
}

.map>h3 {
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.7em;
	padding-bottom: 3px;
}

div.map>div>div.graphical-map {
	position: absolute;
}

div.map .elem-text-list {
	margin-left: -5px;
}

div.map .elem-text-list ul {
	padding-left: 5px;
}

div.map .nav {
	margin-top: 0 !important;
	line-height: 1.2em;
}

div.elem-text-list ul li.nav:nth-child(2n+1) {
	clear: both;
}

#japan li.nav {
	padding-top: 0.2em;
	line-height: 1.5em;
	list-style-type: none;
}

div.map.sp-only a {
	font-size: 22px;
	text-align: center;
}

/* 関東地区 */
.kanto {
	width: 450px;
	top: 530px;
	left: 520px;
}

.map.sp-only .kanto {
	width: auto;
	top: 52%;
	left: 38%;
	transform: translateX(-50%) translateY(-100%);
}

/* 東海地区 */
.tokai {
	top: 637px;
	left: 333px;
}

.map.sp-only .tokai {
	top: 84.5%;
	left: 53%;
	transform: translateY(-50%);
}

/* 関西 */
.kansai {
	top: 299px;
	left: 221px;
}

.map.sp-only .kansai {
	top: 62.7%;
	left: 74%;
	transform: translateY(-50%);
}

/* 九州地区 */
.kyushu {
	top: 402px;
	left: 52px;
}

.map.sp-only .kyushu {
	top: 61%;
	left: 12%;
	transform: translateX(-50%) translateY(-100%);
}

div.map div.elem-text-list ul li.nav {
	clear: none;
}

li.map {
	list-style-type: none;
}


