@charset "utf-8";

/* ========================================================
	index.css => index
======================================================== */


/* main
============================================================================================================ */
.member_regist_block{
	margin-top:50px;
}

.member_regist_block .info h1 {
    font-size: 200%;
    text-align: center;
    font-weight: bold;
    color: #0063c5;
}

.iframeWrap{
	/*background:#999;*/
}

iframe{
	width:850px;
	margin:0 auto;
	display:block;
	border:0px;

}

@media screen and (max-width: 768px) {
	iframe{
		width:100%;
	}
}
