#wrapDesc{
	position: relative;
	clear: both;
	width: 100%;
	margin: 0 auto;
}
#description {
	position: relative;
	padding: 0 3% 4%;
	z-index: 2;
}
#description h2 {
	margin-bottom: 1rem;
	font-weight: 500;
}
#description p {
	font-size: .85rem;
	font-weight: 500;
	line-height: 1.7;
}
#descriptionBg {
	width: 100%;
	margin: 0 auto;
	position: relative;
	margin-bottom: 4rem;
}
@media screen and (max-width: 700px) {
	#description p br { display: none;}
	#descriptionBg {margin-bottom: 2rem;}
	#descriptionBg::after {
		content:"";
		display: block;
		padding-top:70%;
	}
}
@media screen and (min-width: 701px) {
	#description {
		position: absolute;
		color: white;
		text-shadow: 1px 1px 1px #000000;
	}
	#descriptionBg::after {
		content:"";
		display: block;
		padding-top:50%;
	}
	#description h2 {
		margin: 2rem 0 1rem;
		font-weight: 500;
		font-size: 1.4rem;
	}
	#description p {
		font-size: 1rem;
		width: 60%;
	}
}
#profile > section h3, #profile > section h4 {
	
	font-size: 1.05rem;
	font-weight: 400;
}
#profile > section table, #office > table {
	line-height: 1.4rem;
	margin: 0 1rem 2rem auto;
	font-size: .8rem;
	font-weight: 400;
}
#profile th:not([colspan="2"]) {
	color: #6f6f6f;
}

#office > table {
	width: 92%;
	margin: 0 0 0 auto;
}
#map,#rates {
	width: calc( 80% - 1rem);
	margin: 0 1rem 0 auto;
}
#office th {
	width: 13%;
	min-width: 4rem;
}
#linkGmap {
	display: inline-block;
	border: 2px solid #868686;
	background-color: white;
	width: 6rem;
	text-align: center;
	padding: 2px 2px 4px;
	color: #4D4D4D;
	font-weight: 500;
	-webkit-transition: all .1s ease;
	transition: all .1s ease;
	margin-left: 1rem;
}
#linkGmap:hover {
	background-color: #4D4D4D;
	color: white;
}
#map,#rates {
	width: calc(92% - 1rem);
	margin: 0 1rem 0 auto;
}
#map svg,#rates svg {width: 98%;}
#rates svg {
	margin-top: 2rem;
}
@media screen and (max-width: 500px) {
	#linkGmap {
		display: block;
		border: 1px solid #4D4D4D;
		background-color: #4D4D4D;
		text-align: center;
		color: white;
		margin-top: 1.4rem;
		margin-left: 0;
	}
	#linkGmap:hover {
		background-color: white;
		color: #4D4D4D;
	}
	#office td,#office th {
		width: 100%;
		display: block;
	}
	#office tr {
		height: 3.5rem;
	}
	#map svg {max-width: 400px;}
}
@media screen and (min-width: 701px) {
	#map svg {max-width: 400px;}
	#rates svg {max-width: 510px;}
}
@media screen and (max-width: 500px) and (min-width: 701px) {
	#map,#rates {
		width: calc( 80% - 1rem);
		margin: 0 1rem 0 auto;
	}
}
@media screen and (min-width: 701px) {
	#profile > section h3, #profile > section h4 {
		width: 10%;
		min-width: 5rem;
		float: left;
		font-size: .8rem;
	}
	#profile > section table {
		line-height: 1.6rem;
		width: 87%;
		margin: 0 0 2.4rem auto;
	}
	#office > table {
		width: 85%;
	}
	#map {
		width: 74%;
		margin: 2rem 0 0 auto;
	}
	#rates {
		width: 74%;
		margin: 0 11% 0 auto;
	}
}
#profile th { width: 5%; }
#profile th span{ font-weight: 400; }
#profile td span { display: block;}


@media only screen and (max-width: 600px) {
	#flow-l {display:none;}
}
@media only screen and (min-width: 601px) {
	#flow-s {display:none;}
}


.noto-m {font-weight:500;}
.noto-b {font-weight:700;}
.noto-bl {font-weight:900;}

@media screen and (min-width: 701px) {
	#flow table {
		width: 558px;
		margin: 0 calc(85% - 558px) 0 auto;
	}
}
@media screen and (max-width: 700px) {
	#flow table {
		width: calc(92% - 1rem);
		margin: 0 1rem 0 auto;
	}
}

#flow table svg { margin-bottom: -4px;}

th { font-weight: 500; }
th:not([colspan="3"]){ padding-right: 0.5rem; }
th, td {
	text-align: left;
	vertical-align: top;
}
#flow th,#flow td { color: #4D4D4D;}
#flow th { min-width: 7rem;}
#flow td+td { width: 60px;}
th span { margin-right: .5rem;}
#fee h3 { font-weight: 500;}
#rates p:first-of-type {margin-top:1rem;}
#rates p {
	font-size: .7rem;
	line-height: 1.7;
	margin-left: 3.4rem;
}