@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: normal;
}

img {
	width: 100%;
}

.office-h2 {
	font-size: 22px;
	line-height: 2.8181882;
	font-weight: bold;
	color: #1d50a2;
	border-left: 4px solid #1d50a2;
	background-color: #ebf0f7;
	padding-left: 19px;
	margin: 35px 0 0 0;
}

.caution {
	font-size: 14px;
	line-height: 1.714;
	letter-spacing: 0.025em;
	background-color: rgba(232, 0, 0, 0.05);
	padding: 18px 20px 15px 100px;
	background-image: url("/company/info/office/image/caution-icon.png");
	background-repeat: no-repeat;
	background-position: 30px center;
	margin: 35px 0 0 0;
}

.head p {
	margin: 30px 0 0 0;
}

.head nav ul {
	display: flex;
	margin: 50px 0 0 0;
	flex-wrap: wrap;
}

.head nav ul li {
	border: 1px solid #1d50a2;
	height: 60px;
	margin: 20px 20px 0 0;
}

.head nav ul li a {
	color: #1d50a2;
	background: url("/company/info/office/image/ico_down_arrow.png") center right 10px no-repeat;
	display: block;
	width: 100%;
	height: 100%;
	transition: all .3s;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.head nav ul li a:hover {
	color: #fff;
	text-decoration: none;
	background: url("/company/info/office/image/ico_down_arrow.png") center right 10px no-repeat #1d50a2;
}

.head nav .flex-col3 li {
	width: 380px;
}

.head nav .flex-col4 li {
	width: 280px;
}

.head h3 {
	font-weight: bold;
	margin: 40px 0 -50px 0;
}

.area-block {
	margin: 50px 0 0 0;
}

.area-block .not {
	font-size: 14px;
	color: #CF0000;
}

.area-block h3 {
	font-size: 16px;
	font-weight: bold;
	color: #1d50a2;
	border-left: 4px solid #fff100;
	padding: 0 0 0 20px;
	margin: 0 0 20px 0;
}

.area-block .office-wrap {
	border-bottom: 1px solid #d8e2ed;
	display: flex;
	align-items: center;
}

.area-block .office-wrap.fst {
	border-top: 1px solid #1d50a2 !important;
}

.area-block .office-wrap .office-name {
	width: 25%;
	padding: 0 0 0 20px;
}

.area-block .office-wrap .office-name h4 {
	font-size: 16px;
	font-weight: 600;
}

.area-block .office-wrap .office-detail {
	width: 75%;
	padding: 35px 25px;
	font-size: 14px;
}

.area-block .office-wrap .office-detail dl dt {
	width: 150px;
	float: left;
	clear: left;
	line-height: 2;
}

.area-block .office-wrap .office-detail dl dd {
	margin: 0 0 0 150px;
	line-height: 2;
}

.area-block .office-wrap .office-detail dl dd img {
	width: auto;
	max-width: 100%;
	vertical-align: middle;
}

.area-block .office-wrap .office-detail dl dd ul {
	display: flex;
	flex-wrap: wrap;
}

.area-block .office-wrap .office-detail dl dd ul li::after {
	content: "/";
	margin: 0 1px;
}

.area-block .office-wrap .office-detail dl dd ul li:last-child::after {
	content: none;
}

.area-block .office-wrap .office-detail dl dd a {
	color: #1d50a2;
	background: url("/company/info/office/image/ico_link.png") right center no-repeat;
	padding: 0 20px 0 0;
	text-decoration: underline;
}

.area-block .office-wrap .office-detail dl dd a.tel-link {
	background: none;
	text-decoration: none;
	color: inherit;
}


.area-block .office-wrap .office-detail dl dd a:hover {
	text-decoration: none;
}

.area-block .office-wrap.main {
	background: #f6f8fb;
	border-top: 1px solid #1d50a2;
}

.area-block .office-wrap.group {
	background: #f6f8fb;
	border-top: 1px solid #f6fafb;
	border-top: 1px solid #1d50a2;
}

.area-block .office-wrap.showroom {
	background: #c4d1d4;
	border-top: 1px solid #f6fafb;
}

.other-link {
	margin: 65px 0 0 0;
	display: flex;
	justify-content: center;
}

.other-link li {
	width: 400px;
	height: 60px;
	text-align: center;
	font-size: 18px;
	margin: 0 15px;
}

.other-link li a {
	align-items: center;
	justify-content: center;
	display: flex;
	width: 100%;
	height: 100%;
	border-radius: 50px;
}

.other-link li a:hover {
	text-decoration: none;
}

.other-link li:nth-child(1) a {
	color: #fff;
	background: #fa6400;
	border: 1px solid #fa6400;
}

.other-link li:nth-child(1) a:hover {
	background: #fff;
	color: #fa6400;
}

.other-link li:nth-child(2) a {
	color: #fff;
	background: #1d50a2;
	border: 1px solid #1d50a2;
}

.other-link li:nth-child(2) a:hover {
	background: #fff;
	color: #1d50a2;
}

black {
	color: #000000;
}

red {
	color: red;
	font-size: 20px;
	border-width: 8px;
	background: linear-gradient(transparent 70%, #FFFF00 0%);
}

blue {
	color: #191970;
	font-size: 20px;
	font-weight: bold;
	�@�@ border-width: 20px;
}

mini {
	color: #191970;
	font-size: 50%;
	font-weight: bold;
}

.center-dial {
	margin: 60px 0 0 0;
}

.center-dial h3 {
	font-size: 18px;
	font-weight: bold;
}

.center-dial dl {
	border: 1px solid #263792;
	margin: 30px 0 0 0;
	display: flow-root;
}

.center-dial dl dt {
	padding: 15px 20px;
	font-weight: bold;
	width: 250px;
	float: left;
	clear: left;
	background: #F5F6FF;
	color: #263792;
}

.center-dial dl dd {
	padding: 15px 20px;
	margin: 0 0 0 260px;
	font-size: 20px;
	font-weight: bold;
}















@media screen and (max-width: 640px) {
	.office-h2 {
		font-size: 18px;
		padding-left: 15px;
		margin: 20px 0 0 0;
	}

	.caution {
		padding: 18px 20px 15px 85px;
		background-position: 24px center;
		margin: 15px 0 0 0;
	}

	.head p {
		margin: 15px 0 0 0;
	}

	.head nav ul {
		display: block;
		margin: 25px 0 0 0;
	}

	.head nav ul li {
		border: 1px solid #1d50a2;
		height: 50px;
		margin-top: -1px;
	}

	.head nav ul li a {
		color: #1d50a2;
		background: url("/company/info/office/image/ico_down_arrow.png") center right 10px no-repeat;
		background-size: 10px;
		display: block;
		width: 100%;
		height: 100%;
		transition: all .3s;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	.head nav ul li a:hover {
		color: #fff;
		text-decoration: none;
		background: url("/company/info/office/image/ico_down_arrow.png") center right 10px no-repeat #1d50a2;
		background-size: 10px;
	}

	.head nav .flex-col3 li {
		width: 100%;
	}

	.head nav .flex-col4 li {
		width: 100%;
	}

	.area-block {
		margin: 25px 0 0 0;
	}

	.area-block h3 {
		font-size: 16px;
		font-weight: bold;
		color: #1d50a2;
		border-left: 4px solid #fff100;
		padding: 0 0 0 20px;
		margin: 0 0 25px 0;
	}

	.area-block .office-wrap {
		border-bottom: 1px solid #d8e2ed;
		display: block;
		align-items: center;
	}

	.area-block .office-wrap .office-name {
		width: 100%;
		padding: 10px;
	}

	.area-block .office-wrap .office-name h4 {
		font-weight: bold;
	}

	.area-block .office-wrap .office-detail {
		width: 100%;
		padding: 0 10px 10px 10px;
		font-size: 13px;
	}

	.area-block .office-wrap .office-detail dl dt {
		width: 100%;
		display: block;
		float: none;
		margin: 10px 0 0 0;
	}

	.area-block .office-wrap .office-detail dl dt:first-child {
		margin: 0;
	}

	.area-block .office-wrap .office-detail dl dd {
		margin: 0 0 0 1em;
		line-height: 2;
	}


	.area-block .office-wrap .office-detail dl dd a {
		background: url("/company/info/office/image/ico_link.png") right center no-repeat;
		background-size: 10px;
		padding: 0 15px 0 0;
	}

	.other-link {
		margin: 35px 0 0 0;
		display: block;
	}

	.other-link li {
		width: 100%;
		height: 60px;
		text-align: center;
		font-size: 18px;
		margin: 25px 0 0 0;
	}

	.center-dial dl dt {
		padding: 15px 20px;
		font-weight: bold;
		width: 100%;
		float: none;
		display: block;
		clear: left;
		background: #F5F6FF;
		color: #263792;
	}

	.center-dial dl dd {
		padding: 15px 20px;
		margin: 10px 0 0 0;
		display: block;
		width: 100%;
		font-size: 20px;
		font-weight: bold;
	}

}
