@charset "utf-8";

.cont_header.visual.large {
  position: relative;
	height: 351px;
  width: auto;
  overflow: hidden;
}

#message .top-message {
  position: absolute;
  font-size: 4rem;
  color: #fff;
  background-color: #424188;
  padding: 20px 0 20px 100px;
  margin-left: 25%;
  text-align: left;
  width: 100%;
  top: 25%;
  box-shadow: 6px 6px 0 #84BEFE;
  transform: skewX(-23deg);
}
#message .top-title {
  transform: skewX(23deg);
  color: #fff;
}
#message .top-name {
  position: absolute;
  padding: 20px 0 20px 100px;
  margin-left: 25%;
  text-align: left;
  width: 100%;
  top: 57%;
  font-size: 2.5rem;
}
#message .top-name small {
  vertical-align: baseline;
}
#message .message-logo {
  position: absolute;
  bottom: 0;
  right: 0;
}


@media only screen and (max-width: 1500px) {
  #message .top-message {
    position: absolute;
    font-size: 4rem;
    color: #fff;
    background-color: #424188;
    padding: 20px 0 20px 120px;
    margin-left: 35%;
    text-align: left;
    width: 100%;
    top: 25%;
    box-shadow: 6px 6px 0 #84BEFE;
    transform: skewX(-23deg);
  }
  #message  .top-title {
    transform: skewX(23deg);
    margin: 0;
  }
  #message .top-name {
    position: absolute;
    padding: 20px 0 20px 120px;
    margin-left: 35%;
    text-align: left;
    width: 100%;
    top: 57%;
    font-size: 2.5rem;
    z-index: 100;
  }
  #message .message-logo {
   z-index: 1;
  }
  
}
@media only screen and (max-width: 1080px) {
  #message .top-message {
    position: absolute;
    font-size: 4rem;
    color: #fff;
    background-color: #424188;
    padding: 20px 0 20px 100px;
    margin-left: 40%;
    text-align: left;
    width: 100%;
    top: 25%;
    box-shadow: 6px 6px 0 #84BEFE;
    transform: skewX(-23deg);
  }
  #message .top-title {
    transform: skewX(23deg);
    margin: 0;
  }
  #message .top-name {
    position: absolute;
    padding: 20px 0 20px 100px;
    margin-left: 40%;
    text-align: left;
    width: 100%;
    top: 57%;
    font-size: 2.5rem;
    z-index: 100;
  }
  #message .message-logo {
   z-index: 1;
   width: 50%;
   height: auto;
  }
}
@media only screen and (max-width: 768px) {
  #message .cont_header.visual {
    margin: 0 0 60px;
  }
  #message .top-message {
    position: absolute;
    font-size: 2.5rem;
    color: #fff;
    background-color: #424188;
    padding: 10px 0 10px 30px;
    margin-left: 15%;
    text-align: left;
    width: 100%;
    top: 63%;
    box-shadow: 6px 6px 0 #84BEFE;
    transform: skewX(-23deg);
  }
  #message .top-title {
    transform: skewX(23deg);
    margin: 0;
  }
  #message .top-name {
    position: absolute;
    padding: 10px 0;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    top: 84%;
    font-size: 2rem;
    z-index: 100;
  }
  .cont_header.visual.large {
    position: relative;
    height: 350px;
    width: auto;
    background-color: #D1E7FF;
    z-index: -1;
  }
  #message .message-logo {
    z-index: 1;
    width: 50%;
    height: auto;
   }
}
@media only screen and (max-width: 400px) {
  #message .message-logo {
    z-index: 1;
    width: 75%;
    height: auto;
   }
}

@media print{
  #message .top-message {
		position: absolute;
		font-size: 4rem;
		color: #fff;
		background-color: #424188;
		padding: 20px 0 20px 100px;
		margin-left: 40%;
		text-align: left;
		width: 100%;
		top: 25%;
		box-shadow: 6px 6px 0 #84BEFE;
		transform: skewX(-23deg);
	}
	#message .top-title {
		transform: skewX(23deg);
		color: #fff;
	}
	#message .top-name {
		position: absolute;
		padding: 20px 0 20px 100px;
		margin-left: 40%;
		text-align: left;
		width: 100%;
		top: 57%;
		font-size: 2.5rem;
    z-index: 10;
	}
	#message .top-name small {
		vertical-align: baseline;
	}
	#message .message-logo {
		position: absolute;
		width: 50%;
		bottom: 0;
		right: 0;
	}
	
}