@CHARSET "UTF-8";

/**
 * index.php であれば index.css 、sample.php であれば sample.css にページ固有のスタイルを記述してください。
 */
 img {
	 width: 100%;
 }
.support_bg {
	background: #bddbdb;
	font-weight: bold;
	font-size: 1.5rem!important;
}
.titeltext {
	margin: auto;
	width: 50%;
}

h3 {
  color: #1e528e;
  font-weight: bold;
  letter-spacing: .2rem;

}
.under-contact {
  width: 500px;
}
.under-contact:hover {
  opacity: .6;
}
.content_title {
	width: 400px;
}


@media screen and (max-width:768px) {
	.main_cont {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
	 .main_cont img {
		 width: 30%;
		 flex-wrap: wrap;
		 -webkit-flex-wrap: wrap;
	 }
	 .under-contact {
	   width: 85%;
	 }


}





@media screen and (max-width:575px) {
	.main_cont img {
		width: 33%;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
	.under-contact {
		width: 100%;
	 }
	 .content_title {
	 	width: 85%;
	 }

}





@media screen and (max-width:425px) {


}
