@charset "UTF-8";
/* CSS Document */


/* access page
=============================================================================*/
#access #mainVisual { 	background: url(../img/access/mainimg.jpg) no-repeat center center / cover; }

#cont01 {margin-bottom: 60px;}
	#cont01 iframe {margin-bottom: 20px;}
	#cont01 .cont {width: 75%; margin: 0 auto}

#cont02 {
	background: url(../img/bg02.png);
	padding: 40px 0 60px;

	}
	#cont02 .cont {
	width: 48%;
	padding: 18px;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 2px 2px 8px 1px rgba(0,0,0,.1);
	margin: 0 8px 20px;
	}
	#cont02 .cont h3 {
	border-bottom: solid 1px #888;
	margin-bottom: 0.4em;
	}