@charset "utf-8";
/* CSS Document */

*{
	font-family: montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
}
body{
	background-color: #003D4D;
	color: #69A3BA;
	font-size: 2em;
	margin: 0;
	padding: 0;
}
a, a:hover{
	color: #69A3BA;
	text-decoration: none;
}
strong{
	font-weight: 700;
}
img{
	max-width: 100%;
	margin: auto;
}
.container{
	max-width: 1500px;
	margin: 0 auto;
}
.raute{
	padding-left: 0.5em;
}
.raute:before{
	content: url('../img/raute.png');
	padding-right: 0.5em;
    vertical-align: top;
}
.element {
	position: relative;
	height: 33vw;
	width: 33vw;
}
.element p {
	position: relative;
	z-index: 1;
	margin: 0;
	font-size: 3em;
	font-size: 2.5vw;
	width: 20vw;
	padding: 1.5em;
}
.element:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: -16.7vw;
	left: 0;
	transform: skewY(-45deg);
	background: #fff;
}
.right-bottom{
	float: right;
	padding: 1.5em;
	position: absolute;
	top: 10em;
	right: 1em;
}
.tage {
    width: 180px;
    display: inline-block;
}
.tel-fax-mail {
    width: 90px;
    display: inline-block;
}
@media screen and (max-width: 1000px){
	.right-bottom{
		top: 9em;
	}
}
@media screen and (max-width: 900px){
	.right-bottom{
		top: 8em;
	}
}
@media screen and (max-width: 750px){
	.tage {
		width: 150px;
	}
	.tel-fax-mail {
		width: 70px;
	}
	.right-bottom{
		top: 8.5em;
	}
	body{
		font-size: 1.5em;
	}
}
@media screen and (max-width: 599px){
	.tage {
		width: 100px;
	}
	.tel-fax-mail {
		width: 50px;
	}
	.right-bottom{
		top: 9em;
	}
	body{
		font-size: 1em;
	}
	.element {
		height: 165px;
   		width: 250px;
	}
	.element p {
		width: 132px;
		padding: 1em;
		font-size: 1em;
	}
	.element:after {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		top: -83px;
		left: 0;
		transform: skewY(-33deg);
		background: #fff;
	}
}