@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : company.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
.con_intro, .con_company, .con_message, .con_profile {
	max-width: 1200px;
	margin: auto;
}

@media only screen and (min-width: 1025px) and (max-width: 1500px) {
	.con_intro, .con_company, .con_message, .con_profile {
		width: 90%;
	}
}

@media print {
	.con_intro, .con_company, .con_message, .con_profile {
		width: 90%;
	}
}

.ie8 .con_intro, .ie8 .con_company, .ie8 .con_message, .ie8 .con_profile {
	width: 90%;
}

@media only screen and (max-width: 1024px) {
	.con_intro, .con_company, .con_message, .con_profile {
		width: 90%;
	}
}

.con_intro:after, .con_company:after, .con_company .box_company:after, .con_message:after, .con_message .box_img:after, .con_message .box_img .box_cap:after, .con_message .box_txt:after, .con_profile:after, .con_history:after, .con_history .box_history:after, .con_map:after, .con_agency:after, .con_global:after, .con_global .map_svg:after, .con_global .map_svg .box_map:after {
	content: "";
	display: table;
	clear: both;
}

/* font-awesome*/
/*icon style*/
/* -----------------------------------------------------------
	box_title
----------------------------------------------------------- */
.con_intro {
	text-align: center;
}

.con_intro .txt {
	font-size: 143%;
	padding: 25px 0 40px;
	line-height: 2;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_intro .txt {
		font-size: 129%;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro .txt {
		font-size: 115%;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro .txt {
		padding: 1em 0 2em;
	}
}

@media only screen and (max-width: 767px) {
	.con_intro .txt {
		line-height: 1.6;
	}
}

.con_intro .txt em {
	font-style: italic;
}

.con_company .box_company {
	display: flex;
	flex-wrap: wrap;
}

.con_company .box_company .item {
	width: 33.27273%;
	margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
	.con_company .box_company .item {
		width: 100%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_company .box_company .item {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_company .box_company .item {
		margin-bottom: 2em;
	}
}

.con_company .box_company .item a {
	display: block;
	position: relative;
	text-align: center;
	height: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.con_company .box_company .item a:before {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	right: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	content: '';
	width: 10px;
	height: 1px;
	bottom: 3%;
	position: absolute;
	background: #83b000;
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
}

.con_company .box_company .item a:after {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	content: '';
	right: 50%;
	-webkit-transform: translateX(-18%);
	-moz-transform: translateX(-18%);
	-ms-transform: translateX(-18%);
	-o-transform: translateX(-18%);
	transform: translateX(-18%);
	width: 15px;
	height: 1px;
	bottom: calc(3% - 3px);
	position: absolute;
	background: #83b000;
}

.con_company .box_company .item a:hover {
	background: #f6f6f6;
}

.con_company .box_company .item a:hover:before {
	right: 45%;
}

.con_company .box_company .item a:hover:after {
	right: 45%;
}

.con_company .box_company .item .img {
	width: 100%;
}

.con_company .box_company .item .img img {
	width: 100%;
}

.con_company .box_company .item .box_txt {
	padding: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_company .box_company .item .box_txt {
		padding: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.con_company .box_company .item .box_txt {
		padding: 1em;
	}
}

.con_company .box_company .item .box_txt h4 {
	font-size: 115%;
	padding-left: 15px;
	border-left: 3px solid #83b000;
	margin-bottom: 18px;
	text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_company .box_company .item .box_txt h4 {
		font-size: 115%;
	}
}

@media only screen and (max-width: 767px) {
	.con_company .box_company .item .box_txt h4 {
		font-size: 100%;
	}
}

.con_company .box_company .item .box_txt .txt {
	text-align: left;
}

/* -----------------------------------------------------------
	message
----------------------------------------------------------- */
.con_link_download {
	margin-bottom: 65px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_link_download {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.con_link_download {
		margin-bottom: 2em;
	}
}

.con_message {
	max-width: 1100px;
	margin: 30px auto 80px;
}

@media only screen and (max-width: 767px) {
	.con_message {
		margin: 1.5em auto 3em;
	}
}

.con_message .box_img {
	position: relative;
}

.con_message .box_img .box_cap {
	background: #83b000;
	color: #fff;
	padding: 35px 30px;
}

@media only screen and (min-width: 768px) {
	.con_message .box_img .box_cap {
		position: absolute;
		top: 50%;
		left: 10%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

@media print {
	.con_message .box_img .box_cap {
		position: absolute;
		top: 50%;
		left: 10%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

.ie8 .con_message .box_img .box_cap {
	position: absolute;
	top: 50%;
	left: 10%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
	.con_message .box_img .box_cap {
		padding: 1em;
	}
}

.con_message .box_img .box_cap h4 {
	font-size: 143%;
	padding-bottom: .8em;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_message .box_img .box_cap h4 {
		font-size: 129%;
	}
}

@media only screen and (max-width: 767px) {
	.con_message .box_img .box_cap h4 {
		font-size: 115%;
	}
}

.con_message .box_img .box_cap h5 {
	font-size: 115%;
}

.con_message .box_img .box_cap h5 em {
	font-style: normal;
	font-size: 138%;
}

@media only screen and (max-width: 767px) {
	.con_message .box_img .box_cap {
		position: static;
	}
}

.con_message .box_txt {
	padding: 35px 45px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 2;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_message .box_txt {
		padding: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.con_message .box_txt {
		padding: 1em;
	}
}

@media only screen and (max-width: 767px) {
	.con_message .box_txt {
		line-height: 1.5;
	}
}

.con_message .box_txt .name {
	text-align: right;
	padding-top: 1em;
}

.con_message .box_txt .name span {
	vertical-align: bottom;
}

.con_message .box_txt .name img {
	padding-left: 1.5em;
}

/* -----------------------------------------------------------
	profile
----------------------------------------------------------- */
.con_profile {
	max-width: 1100px;
	margin: 30px auto 80px;
}

@media only screen and (max-width: 767px) {
	.con_profile {
		margin: 1.5em auto 3em;
	}
}

.con_profile h4 {
	font-size: 158%;
	padding-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_profile h4 {
		font-size: 143%;
	}
}

@media only screen and (max-width: 767px) {
	.con_profile h4 {
		font-size: 129%;
	}
}

.con_profile h4.last {
	margin-top: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_profile h4.last {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.con_profile h4.last {
		margin-top: 1.5em;
	}
}

.con_profile table {
	width: 100%;
	border: 1px solid #e3e3e3;
}

@media only screen and (max-width: 767px) {
	.con_profile table.last {
		border: none;
		display: block;
	}
	.con_profile table.last tr {
		display: block;
		margin-bottom: 10%;
		border: 1px solid #e3e3e3;
		border-top: 0;
	}
	.con_profile table.last tr:last-child {
		margin-bottom: 0;
	}
}

.con_profile table th, .con_profile table td {
	padding: 20px 30px;
	border-bottom: 1px solid #e3e3e3;
}

@media only screen and (max-width: 767px) {
	.con_profile table th, .con_profile table td {
		padding: 1em;
	}
}

@media only screen and (max-width: 767px) {
	.con_profile table th, .con_profile table td {
		display: block;
	}
}

.con_profile table th {
	width: 20%;
	background: #f6f6f6;
	border-right: 1px solid #e3e3e3;
}

@media only screen and (max-width: 767px) {
	.con_profile table th {
		width: 100%;
	}
}

.con_profile table td {
	line-height: 1.8;
}

.con_profile table td .btn_tmp_01 {
	margin-top: 5px;
	min-width: 125px;
	padding: .3em 2em;
}

.con_profile table td .btn_tmp_01:before {
	right: 0.8em;
}

@media only screen and (max-width: 767px) {
	.con_profile table td .btn_tmp_01:before {
		right: 1em;
	}
}

.con_profile table td .btn_tmp_01:after {
	right: 0.8em;
}

@media only screen and (max-width: 767px) {
	.con_profile table td .btn_tmp_01:after {
		right: 1em;
	}
}

.con_profile table td .btn_tmp_01:hover:before {
	right: 0.5em;
}

@media only screen and (max-width: 767px) {
	.con_profile table td .btn_tmp_01:hover:before {
		right: 1em;
	}
}

.con_profile table td .btn_tmp_01:hover:after {
	right: 0.5em;
}

@media only screen and (max-width: 767px) {
	.con_profile table td .btn_tmp_01:hover:after {
		right: 1em;
	}
}

.con_profile table td .mail {
	color: #7da700;
}

.con_profile table td .mail i {
	padding-right: 5px;
}

.con_profile table.last tr td {
	border-right: 1px solid #e3e3e3;
}

.con_profile table.last tr td:nth-child(2) {
	width: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_profile table.last tr td:nth-child(2) {
		width: 40%;
	}
}

@media only screen and (max-width: 767px) {
	.con_profile table.last tr td:nth-child(2) {
		width: 100%;
	}
}

.con_profile table.last tr td:last-child {
	border-right: 0;
	width: 30%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_profile table.last tr td:last-child {
		width: 40%;
	}
}

@media only screen and (max-width: 767px) {
	.con_profile table.last tr td:last-child {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.con_profile table.last tr td {
		border-right: 0;
		position: relative;
		padding: 0;
		border-bottom: 0;
	}
	.con_profile table.last tr td:before {
		padding: 3%;
		width: 94%;
		white-space: nowrap;
		font-weight: bold;
		background-color: #f6f6f6;
		display: block;
		border-bottom: 1px solid #e3e3e3;
		border-top: 1px solid #e3e3e3;
	}
	.con_profile table.last tr td .content_td {
		width: 94%;
		padding: 3%;
	}
	.con_profile table.last tr td:nth-of-type(1):before {
		content: '拠点名';
	}
	.con_profile table.last tr td:nth-of-type(2):before {
		content: '住所';
	}
	.con_profile table.last tr td:nth-of-type(3):before {
		content: 'TEL / FAX';
	}
}

/* -----------------------------------------------------------
	history
----------------------------------------------------------- */
.con_history {
	margin-bottom: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_history {
		margin-bottom: 60px;
	}
}

@media only screen and (max-width: 767px) {
	.con_history {
		margin-bottom: 3em;
	}
}

.con_history .container {
	max-width: 1100px;
}

.con_history .box_history {
	margin-top: 35px;
	display: flex;
	flex-wrap: wrap;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_history .box_history {
		margin-top: 25px;
	}
}

@media only screen and (max-width: 767px) {
	.con_history .box_history {
		margin-top: 1.8em;
	}
}

@media only screen and (min-width: 768px) {
	.con_history .box_history {
		flex-direction: row-reverse;
		justify-content: space-between;
	}
}

@media print {
	.con_history .box_history {
		flex-direction: row-reverse;
		justify-content: space-between;
	}
}

.ie8 .con_history .box_history {
	flex-direction: row-reverse;
	justify-content: space-between;
}

.con_history .box_history .box_txt {
	flex-direction: 2;
	width: 66.81818%;
}

@media only screen and (max-width: 767px) {
	.con_history .box_history .box_txt {
		width: 100%;
	}
}

.con_history .box_history .box_txt h4 {
	font-size: 158%;
	padding-bottom: .5em;
	border-bottom: 1px solid #e3e3e3;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_history .box_history .box_txt h4 {
		font-size: 143%;
	}
}

@media only screen and (max-width: 767px) {
	.con_history .box_history .box_txt h4 {
		font-size: 129%;
	}
}

.con_history .box_history .box_txt dl {
	border-bottom: 1px solid #e3e3e3;
	display: flex;
}

.con_history .box_history .box_txt dl dt, .con_history .box_history .box_txt dl dd {
	padding: 1em 0;
}

.con_history .box_history .box_txt dl dt {
	width: 25%;
}

@media only screen and (max-width: 767px) {
	.con_history .box_history .box_txt dl dt {
		width: 40%;
	}
}

.con_history .box_history .box_txt dl dd {
	width: 70%;
	padding-left: 5%;
}

@media only screen and (max-width: 767px) {
	.con_history .box_history .box_txt dl dd {
		width: 55%;
	}
}

.con_history .box_history .box_img {
	width: 27.27273%;
}

@media only screen and (max-width: 767px) {
	.con_history .box_history .box_img {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.con_history .box_history .box_img img {
		width: 100%;
	}
}

.con_history .box_history .box_img span {
	padding-top: 5px;
	display: block;
}

@media only screen and (max-width: 767px) {
	.con_history .box_history .box_img {
		margin-top: 1.5em;
	}
}

/* -----------------------------------------------------------
	access
----------------------------------------------------------- */
#map {
	width: 100%;
	height: 450px;
	margin: 30px 0 45px;
}

@media only screen and (max-width: 767px) {
	#map {
		height: 300px;
	}
}

@media only screen and (max-width: 767px) {
	#map {
		margin: 1.5em 0 2em;
	}
}

.con_map .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.con_map .container .box_item {
	width: 45.45455%;
	margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
	.con_map .container .box_item {
		width: 100%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_map .container .box_item {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.con_map .container .box_item {
		margin-bottom: 2em;
	}
}

.con_map .container .box_item h4 {
	font-size: 158%;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_map .container .box_item h4 {
		font-size: 143%;
	}
}

@media only screen and (max-width: 767px) {
	.con_map .container .box_item h4 {
		font-size: 129%;
	}
}

@media only screen and (max-width: 767px) {
	.con_map .container .box_item h4 {
		padding-bottom: 1em;
	}
}

@media only screen and (max-width: 767px) {
	.con_map .container .box_item h4 {
		margin-bottom: 1em;
	}
}

.con_map .container .box_item .img {
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	.con_map .container .box_item .img {
		margin-bottom: 1em;
	}
}

.con_map .container .box_item .img img {
	width: 100%;
}

.con_map .container .box_item table.tbl_basic {
	border-top: 1px solid #e3e3e3;
}

.con_map .container .box_item table.tbl_basic th, .con_map .container .box_item table.tbl_basic td {
	border-bottom: 1px solid #e3e3e3;
	padding: 1em;
}

.con_map .container .box_item table.tbl_basic th {
	background: #f6f6f6;
	font-weight: bold;
}

.con_map .container .box_item table.tbl_basic td {
	background: #fff;
}

.con_map .container .box_item table.tbl_basic td a {
	color: #7da700;
}

.con_map .container .box_item table.tbl_basic td a i {
	padding-right: 10px;
}

.con_map .container .box_item .box_btn {
	width: 50%;
	margin: 1.5em auto 0;
}

@media only screen and (max-width: 767px) {
	.con_map .container .box_item .box_btn {
		width: 100%;
	}
}

.con_map .container .box_item .box_btn a {
	width: 100%;
	min-width: 250px;
	text-align: center;
	padding: .7em 0;
}

/* -----------------------------------------------------------
	agency
----------------------------------------------------------- */
.con_agency h4 {
	font-size: 143%;
	padding: 50px 0 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_agency h4 {
		font-size: 129%;
	}
}

@media only screen and (max-width: 767px) {
	.con_agency h4 {
		font-size: 115%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_agency h4 {
		padding: 30px 0 15px;
	}
}

@media only screen and (max-width: 767px) {
	.con_agency h4 {
		padding: 2em 0 1em;
	}
}

@media only screen and (max-width: 767px) {
	.con_agency table, .con_agency thead, .con_agency tbody, .con_agency th, .con_agency td, .con_agency tr {
		display: block;
	}
}

.con_agency table {
	border: 1px solid #e3e3e3;
}

@media only screen and (max-width: 767px) {
	.con_agency table {
		border: none;
	}
	.con_agency table tr {
		margin-bottom: 10%;
		border: 1px solid #e3e3e3;
		border-top: 0;
	}
	.con_agency table tr:last-child {
		margin-bottom: 0;
	}
}

.con_agency table th {
	background: #f6f6f6;
	text-align: center;
}

@media only screen and (min-width: 768px) {
	.con_agency table td, .con_agency table th {
		padding: 1em;
		border-bottom: 1px solid #e3e3e3;
		border-right: 1px solid #e3e3e3;
		width: 50%;
	}
	.con_agency table td:first-child, .con_agency table th:first-child {
		width: 15%;
	}
	.con_agency table td:last-child, .con_agency table th:last-child {
		width: 35%;
	}
}

@media print {
	.con_agency table td, .con_agency table th {
		padding: 1em;
		border-bottom: 1px solid #e3e3e3;
		border-right: 1px solid #e3e3e3;
		width: 50%;
	}
	.con_agency table td:first-child, .con_agency table th:first-child {
		width: 15%;
	}
	.con_agency table td:last-child, .con_agency table th:last-child {
		width: 35%;
	}
}

.ie8 .con_agency table td, .ie8 .con_agency table th {
	padding: 1em;
	border-bottom: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	width: 50%;
}

.ie8 .con_agency table td:first-child, .ie8 .con_agency table th:first-child {
	width: 15%;
}

.ie8 .con_agency table td:last-child, .ie8 .con_agency table th:last-child {
	width: 35%;
}

.con_agency table td {
	background: none;
}

.con_agency table td a {
	color: #7da700;
	display: block;
}

.con_agency table td a i {
	padding: 0 5px;
}

.con_agency table td a.tdu {
	text-decoration: underline;
}

@media only screen and (max-width: 767px) {
	.con_agency table td {
		display: block;
		border: none;
		position: relative;
		padding: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.con_agency table td:before {
		padding: 3%;
		width: 94%;
		white-space: nowrap;
		font-weight: bold;
		background-color: #f6f6f6;
		display: block;
		border-bottom: 1px solid #e3e3e3;
		border-top: 1px solid #e3e3e3;
	}
	.con_agency table td .content_td {
		width: 94%;
		padding: 3%;
	}
	.con_agency table td:nth-of-type(1):before {
		content: "拠点名";
	}
	.con_agency table td:nth-of-type(2):before {
		content: "住所";
	}
	.con_agency table td:nth-of-type(3):before {
		content: "TEL / FAX";
	}
}

@media only screen and (max-width: 767px) {
	.con_agency table.industry td:nth-of-type(1):before {
		content: "商社名";
	}
	.con_agency table.industry td:nth-of-type(2):before {
		content: "TEL / FAX";
	}
}

.con_global {
	margin: 70px 0 95px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_global {
		margin: 50px 0 70px;
	}
}

@media only screen and (max-width: 767px) {
	.con_global {
		margin: 2.5em 0 3.5em;
	}
}

.con_global h2 span {
	font-size: 215%;
	font-family: "Libre Franklin", sans-serif;
	color: #000;
	letter-spacing: 3px;
	line-height: 1;
	display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_global h2 span {
		font-size: 143%;
	}
}

@media only screen and (max-width: 767px) {
	.con_global h2 span {
		font-size: 129%;
	}
}

.con_global h2 span.center {
	text-align: center;
}

.con_global h2 span:first-letter {
	color: #83b000;
}

@media only screen and (max-width: 767px) {
	.con_global h2 span {
		text-align: center;
	}
}

.con_global .map_svg {
	margin: 20px 0;
}

.con_global .map_svg .map {
	background: #f6f6f6 url(../images/img_map.png) no-repeat center;
	text-align: center;
	height: 680px;
	/*display: flex;*/
	justify-content: center;
	align-items: center;
}

@media only screen and (max-width: 1314px) {
	.con_global .map_svg .map {
		background: #f6f6f6;
		height: 600px;
	}
}

@media print {
	.con_global .map_svg .map {
		background: #f6f6f6;
		height: 600px;
	}
}

.ie8 .con_global .map_svg .map {
	background: #f6f6f6;
	height: 600px;
}

.con_global .map_svg .container {
	position: relative;
	height: 100%;
	width: 1314px;
	margin: 0 auto;
	max-width: 100%;
}

@media only screen and (max-width: 1314px) {
	.con_global .map_svg .container {
		background: url(../images/img_map-tab.png) no-repeat center;
		background-size: 1000px auto;
		width: 1025px;
		height: 85%;
	}
}

@media print {
	.con_global .map_svg .container {
		background: url(../images/img_map-tab.png) no-repeat center;
		background-size: 1000px auto;
		width: 1025px;
		height: 85%;
	}
}

.ie8 .con_global .map_svg .container {
	background: url(../images/img_map-tab.png) no-repeat center;
	background-size: 1000px auto;
	width: 1025px;
	height: 85%;
}

.con_global .map_svg .box_map {
	position: absolute;
}

.con_global .map_svg .box_map svg {
	background: transparent;
	cursor: pointer;
	width: 16px !important;
	height: 16px !important;
}

.con_global .map_svg .box_map svg.red {
	width: 20px !important;
	height: 20px !important;
}

@media only screen and (max-width: 1314px) {
	.con_global .map_svg .box_map svg {
		width: 12px !important;
		height: 12px !important;
	}
	.con_global .map_svg .box_map svg.red {
		width: 14px !important;
		height: 14px !important;
	}
	.con_global .map_svg .box_map svg circle {
		stroke-width: 5px;
	}
}

@media print {
	.con_global .map_svg .box_map svg {
		width: 12px !important;
		height: 12px !important;
	}
	.con_global .map_svg .box_map svg.red {
		width: 14px !important;
		height: 14px !important;
	}
	.con_global .map_svg .box_map svg circle {
		stroke-width: 5px;
	}
}

.ie8 .con_global .map_svg .box_map svg {
	width: 12px !important;
	height: 12px !important;
}

.ie8 .con_global .map_svg .box_map svg.red {
	width: 14px !important;
	height: 14px !important;
}

.ie8 .con_global .map_svg .box_map svg circle {
	stroke-width: 5px;
}

.con_global .map_svg .box_map .box_baloon {
	position: absolute;
	top: -85px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	display: none;
	text-align: left;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	padding: 18px 30px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	min-width: 240px;
	z-index: 9;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_global .map_svg .box_map .box_baloon {
		padding: 15px 20px;
	}
}

@media only screen and (max-width: 767px) {
	.con_global .map_svg .box_map .box_baloon {
		padding: 0;
	}
}

.con_global .map_svg .box_map .box_baloon:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 20px solid #fff;
	bottom: -12px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.con_global .map_svg .box_map .box_baloon.eu {
	left: 700%;
}

.con_global .map_svg .box_map .box_baloon.eu:after {
	left: 7%;
}

@media only screen and (max-width: 1314px) {
	.con_global .map_svg .box_map .box_baloon.eu:after {
		left: 17%;
	}
}

@media print {
	.con_global .map_svg .box_map .box_baloon.eu:after {
		left: 17%;
	}
}

.ie8 .con_global .map_svg .box_map .box_baloon.eu:after {
	left: 17%;
}

.con_global .map_svg .box_map .box_baloon a {
	color: #7da700;
	text-decoration: underline;
	display: block;
	font-weight: bold;
}

.con_global .map_svg .box_map .box_baloon a i {
	margin-left: 5px;
}

.con_global .map_svg .box_map .box_baloon .name {
	font-size: 86%;
}

.con_global .map_svg .box_map .box_baloon .name span {
	font-weight: bold;
}

.con_global .map_svg .box_map#pin01 {
	top: 27.94118%;
	left: 3.65297%;
}

.con_global .map_svg .box_map#pin02 {
	top: 27.94118%;
	left: 5.17504%;
}

.con_global .map_svg .box_map#pin03 {
	top: 31.17647%;
	left: 6.39269%;
}

.con_global .map_svg .box_map#pin04 {
	top: 27.64706%;
	left: 8.52359%;
}

.con_global .map_svg .box_map#pin05 {
	top: 31.61765%;
	left: 9.89346%;
}

.con_global .map_svg .box_map#pin06 {
	top: 32.94118%;
	left: 8.52359%;
}

.con_global .map_svg .box_map#pin07 {
	top: 27.94118%;
	left: 11.56773%;
}

.con_global .map_svg .box_map#pin08 {
	top: 33.82353%;
	left: 12.32877%;
}

.con_global .map_svg .box_map#pin09 {
	top: 26.47059%;
	left: 17.12329%;
}

.con_global .map_svg .box_map#pin10 {
	top: 48.23529%;
	left: 25.11416%;
}

.con_global .map_svg .box_map#pin11 {
	top: 51.47059%;
	left: 27.24505%;
}

.con_global .map_svg .box_map#pin12 {
	top: 38.67647%;
	left: 39.42161%;
}

.con_global .map_svg .box_map#pin13 {
	top: 43.82353%;
	left: 37.29072%;
}

.con_global .map_svg .box_map#pin14 {
	top: 48.52941%;
	left: 34.39878%;
}

.con_global .map_svg .box_map#pin15 {
	top: 53.38235%;
	left: 32.5723%;
}

.con_global .map_svg .box_map#pin16 {
	top: 60.29412%;
	left: 33.02892%;
}

.con_global .map_svg .box_map#pin17 {
	top: 47.64706%;
	left: 37.74734%;
}

.con_global .map_svg .box_map#pin18 {
	top: 52.94118%;
	left: 37.67123%;
}

.con_global .map_svg .box_map#pin19 {
	top: 41.17647%;
	left: 70.77626%;
}

.con_global .map_svg .box_map#pin20 {
	top: 38.97059%;
	left: 76.1035%;
}

.con_global .map_svg .box_map#pin21 {
	top: 48.23529%;
	left: 73.9726%;
}

.con_global .map_svg .box_map#pin22 {
	top: 74.26471%;
	left: 86.22527%;
}

@media only screen and (max-width: 1314px) {
	.con_global .map_svg .box_map#pin22 {
		top: 75.26471%;
		left: 87.22527%;
	}
}

@media print {
	.con_global .map_svg .box_map#pin22 {
		top: 75.26471%;
		left: 87.22527%;
	}
}

.ie8 .con_global .map_svg .box_map#pin22 {
	top: 75.26471%;
	left: 87.22527%;
}

.con_global .map_svg .box_map#pin23 {
	top: 51.02941%;
	left: 25.87519%;
}

.con_global .map_svg .note {
	margin-top: 10px;
}

.con_global .map_svg .note .text {
	display: flex;
	justify-content: flex-end;
	margin-right: 1em;
}

.con_global .map_svg .note p {
	padding-left: 10px;
}

.con_global .map_svg .note p i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	width: 14px;
	height: 14px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.con_global .map_svg .note p i.red {
	background: #ae5030;
}

.con_global .map_svg .note p i.blue {
	background: #0080b0;
}

.con_global h4 {
	font-size: 143%;
	padding: 50px 0 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_global h4 {
		font-size: 129%;
	}
}

@media only screen and (max-width: 767px) {
	.con_global h4 {
		font-size: 115%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_global h4 {
		padding: 30px 0 15px;
	}
}

@media only screen and (max-width: 767px) {
	.con_global h4 {
		padding: 2em 0 1em;
	}
}

@media only screen and (max-width: 767px) {
	.con_global table, .con_global thead, .con_global tbody, .con_global th, .con_global td, .con_global tr {
		display: block;
	}
}

.con_global table {
	border: 1px solid #e3e3e3;
}

@media only screen and (max-width: 767px) {
	.con_global table {
		border: none;
	}
	.con_global table tr {
		margin-bottom: 10%;
		border: 1px solid #e3e3e3;
		border-top: 0;
	}
	.con_global table tr:last-child {
		margin-bottom: 0;
	}
}

.con_global table th {
	background: #f6f6f6;
	text-align: center;
}

@media only screen and (min-width: 768px) {
	.con_global table td, .con_global table th {
		padding: 1em;
		border-bottom: 1px solid #e3e3e3;
		border-right: 1px solid #e3e3e3;
		width: 40%;
	}
	.con_global table td:first-child, .con_global table th:first-child {
		width: 30%;
	}
	.con_global table td:last-child, .con_global table th:last-child {
		width: 25%;
	}
}

@media print {
	.con_global table td, .con_global table th {
		padding: 1em;
		border-bottom: 1px solid #e3e3e3;
		border-right: 1px solid #e3e3e3;
		width: 40%;
	}
	.con_global table td:first-child, .con_global table th:first-child {
		width: 30%;
	}
	.con_global table td:last-child, .con_global table th:last-child {
		width: 25%;
	}
}

.ie8 .con_global table td, .ie8 .con_global table th {
	padding: 1em;
	border-bottom: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	width: 40%;
}

.ie8 .con_global table td:first-child, .ie8 .con_global table th:first-child {
	width: 30%;
}

.ie8 .con_global table td:last-child, .ie8 .con_global table th:last-child {
	width: 25%;
}

.con_global table td {
	background: none;
}

.con_global table td a {
	color: #7da700;
	display: block;
}

.con_global table td a i {
	padding: 0 5px;
}

.con_global table td a.tdu {
	text-decoration: underline;
}

@media only screen and (max-width: 767px) {
	.con_global table td {
		display: block;
		border: none;
		position: relative;
		padding: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.con_global table td:before {
		padding: 3%;
		width: 94%;
		white-space: nowrap;
		font-weight: bold;
		background-color: #f6f6f6;
		display: block;
		border-bottom: 1px solid #e3e3e3;
		border-top: 1px solid #e3e3e3;
	}
	.con_global table td .content_td {
		width: 94%;
		padding: 3%;
	}
	.con_global table td:nth-of-type(1):before {
		content: "拠点名";
	}
	.con_global table td:nth-of-type(2):before {
		content: "住所";
	}
	.con_global table td:nth-of-type(3):before {
		content: "TEL / FAX";
	}
}

/*# sourceMappingURL=../maps/company.css.map */
