.mainContact02{
	width:100%;
	background-color:rgba(255,204,0,0.5);
	text-align:center;
	font-size:1.5rem;
	display: flex;
	word-wrap: break-word;
	flex-wrap: wrap;
	flex-direction: column;
}
.imgRS01 {
  width: 100%;
  max-width: 50px;
  max-height: 50px;
  border-radius: 5px 5px;
}

.textCon02{
	font-size:2.0rem;
}

img {
    vertical-align: middle;
}

#divImglogo01{
	display:none;
}

@media only screen and (max-width: 920px) {
	.mainContact02{
		font-size:1.3rem;
	}
}

@media only screen and (max-width: 480px) {
	.textCon02{
		font-size:1.5rem;
	}
		.mainContact02{
		font-size:0.8rem;
	}
	
	.imgRS01 {
		width: 100%;
		max-width: 30px;
		max-height: 30px;
		border-radius: 3px 3px;
	}
	
	#logoX01{
		display:none;
	}
	
	#divImglogo01{
		display:block;
	}
}
