@charset "UTF-8";

.company_body {
	background: url(../img/common/stripe.png);
	background-size: 13px auto;
	padding: 45px 0;
	margin: 0 0 2%;
}
.company_body table {
	font-size: 14px;
	line-height: 23px;
	margin: 0 auto;
}
.company_body table th {
	text-align: right;
	padding: 10px 60px 10px 0;
	width: 280px;
	vertical-align: top;
}
.company_body table td {
	padding: 10px 0;
}
#map-block {
	position: relative;
}
#map {
	width: 100%;
	height: 720px;
}
.access {
	position: absolute;
	background: rgba(0, 25, 55, 0.6);
	width: 100%;
	bottom: 0;
	box-sizing: border-box;
	padding: 1.5% 2%;
}
.access h2 {
	font-size: 19px;
	color: #fff;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: 0;
	float: left;
}
.access p {
	float: right;
	color: #fff;
	font-size: 12px;
	line-height: 24px;
	margin: 0;
}
.privacy {
	font-size: 14px;
	line-height: 22px;
	margin: 0 100px 20px;
}

@media screen and (max-width: 768px) {

	.company_body {
		background-size: 6px auto;
		padding: 20px 0;
	}
	.company_body table {
    font-size: 13px;
    line-height: 22px;
		margin: 0 10px;
	}
	.company_body table th {
    padding: 5px 25px 5px 0;
    width: 86px;
	}
	.company_body table td {
    padding: 5px 0;
	}
	.access {
		padding: 2% 4%;
	}
	.access h2 {
		margin: 0 0 5px;
		float: none;
		font-size: 15px;
	}
	.access p {
    float: none;
    font-size: 13px;
    line-height: 23px;
	}
	.privacy {
		font-size: 13px;
		line-height: 1.8;
		margin: 0 15px 10px;
	}
	.md-effect-1 .md-content {
    	font-size: 14px;
    	line-height: 1.7;
	}
	.md-effect-1 .md-content {
		max-height: 75vh;
		box-sizing: border-box;
		overflow: auto;
	}
	.md-effect-1 .md-content > div {
		padding: 20px 0px 35px;
	}
	.md-modal {
		max-width: 800px;
		width: 100%;
	}
	.no-scroll {
		overflow-y: hidden;
		z-index: -1;
	}
	.md-close {
	    margin: 10px auto 50px;
	}

}
