@charset "UTF-8";
.h_bg {
	background-color: #0186d8;
	background-image: url(../img/access/main.png);
	background-position: top center;
}
.content_wrap{padding: 70px;}
.txt_des{margin-bottom: 20px;}


@media screen and (max-width: 767px) {
	.h_bg {background-image: url(../img/access/main_sp.png);}
	.content_wrap{padding: 20px;}
	iframe{
		height: 300px;
		width: 100%;
	}

}
