.mainimage{
	margin-bottom: 100px;
	overflow: hidden;
	position: relative;
}

.fitImg{
	position: absolute;
}

.box__centered{
	left: 7%;
	position: absolute;
	top: 70%;
}

.box__contents{
	text-align: left;
}
.mainimage h1 {
color: #FFF;
font-size: 38px;
line-height: 1.2em;
text-align: left;
letter-spacing: 0.1em;
}

.fitImg{
    position: absolute;
}



#top {
min-width: 1200px;
width: 80%;
margin: 0px auto 0 auto;
}
#about {
}
#about h2,
#item h2{
font-weight: bold;
font-size: 32px;
display: flex;
align-items: center;
justify-content: flex-start;
}
#about h2:before,
#item h2:before{
border-top: 1px solid black;
content: "";
width: 100px; 
}
#about h2:before,
#item h2:before{
margin-right: 20px; 
}
#about ul,
#item ul{
display: flex;
flex-flow: nowrap;
justify-content: space-between;
align-items: center;
}
#about ul li {}
#about ul li p {
font-size: 18px;
line-height: 1.8em;
padding: 0px 0 1em 4em;
}


#item {
margin-top: 120px;
margin-bottom: 60px;
}
#item ul {
justify-content: flex-start;
}
#item li.map {
padding-left: 7em;
}

#top h3 {
font-weight: bold;
font-size: 32px;
line-height: 1.5em;
}
#top dl {
display: flex;
flex-flow: nowrap;
justify-content:flex-start;
margin-top: 10px;
}
#top dt {
width: 75px;
}
#top dd {
font-size: 14px;
line-height: 1.5em;
padding: 5px 0 0 1em;
}
#top dd b {
font-size: 16px;
line-height: 1.5em;
}


#Europe img,
#NorthAmerica img,
#Asia img {
width: 100%;
height: auto;
}

#Europe h3 {
color: #ff8700;
}
#Europe ul,
#Europe ol,
#NorthAmerica ul,
#Asia ul{
display: flex;
flex-flow: nowrap;
justify-content: space-between;
padding-bottom: 50px;
}
#Europe ul li {
width: 32%;
}
#Europe ol li {
width: 24%;
}

#NorthAmerica {
border-top: 1px solid #cccccc;
margin-top: 20px;
padding-top: 60px;
}
#NorthAmerica h3 {
color: #4b874f;
}
#NorthAmerica h3#Oceania  {
color: #ff71ff;
}
#NorthAmerica ul li,
#NorthAmerica ul li{
width: 49%;
}


#Asia{
border-top: 1px solid #cccccc;
margin-top: 20px;
padding-top: 60px;
}
#Asia h3 {
color: #0071ff;
}
#Asia ul li {
width: 24%;
}



#contact {
min-width: 1200px;
width: 80%;
margin: 0px auto 0 auto;
padding: 70px 0 70px 0;
}
#contact .bt {
text-align: center;
margin: 0px auto 0 auto;
padding: 100px 0 50px 0;
}
#contact a {
display: block;
width: 480px;
margin: 0 auto 0 auto;
text-align: center;
font-size: 20px;
line-height: 1em;
border: solid 1px #000;
padding: 1.7em 0 1.7em 0;
}
#contact .arrow {
  position: relative;
  display: inline-block;
  color: #333;
  text-decoration: none;
}
#contact .arrow:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #87af4c;
  position: absolute;
  top: 50%;
  right: 5%;
  margin-top: -7px;
}
#contact .arrow:hover {
color: #FFF;
background-color: #BFBFBF;
}



