@charset "UTF-8";
/* CSS Document */
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	共通
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#accessPage .mvWrap { background: url(/access/images/mv_bg_pc.jpg) no-repeat center top / cover; }

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
	index.html
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#accessPage #mainArea iframe { width: 100%; height: 450px; border: solid 1px #cccccc; box-sizing: border-box; }
#accessPage #mainArea iframe + p { text-align: center; }
#accessPage #mainArea h3 { margin-top: 45px; line-height: 1.2; }
#accessPage #mainArea ul { margin-top: 20px; border-top: dotted 1px #b3b3b3; }
#accessPage #mainArea ul li { border-bottom: dotted 1px #b3b3b3; padding: 25px 0 20px; }
#accessPage #mainArea ul li p.fromTxt { font-weight: bold; }
#accessPage #mainArea ul + h3 { margin-top: 60px; }