@charset "utf-8";

:root{
}

#access{
	padding-bottom:0;
	background:url(grp/ac_bg.png) top center no-repeat;
	width:100%;
		> h2{
			margin-bottom:30px;
		}
		> p{
			display:inline-block;
			text-align: left;
			font-size: 1.1rem;
		}
		iframe{
			margin:60px auto 0 auto;
			width:100%;
			height:min(600px,90vh);
			border-radius: 15px;
		}
}