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


/* ==========================
==========　メイン　===========
============================= */

/* 下層ページビジュアル
---------------------------*/
.page_visual {
	background: url(../img/page_visual.png)no-repeat center bottom;
	background-size: cover;
}

/* 
---------------------------*/

.map.outer550 {
	width: 92%;
	max-width: 550px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.map.outer550 ul {}
.map.outer550 ul li {
	padding: 0 0 0 20px;
    margin-bottom: 20px;
	background: url(../../common/img/menu_icon.png)no-repeat center left;
}


/* 固有のスマホ対応記述
========================== */

/* 700pxより小さい場合 */
@media screen and ( max-width: 700px ){
	
	.map.outer550 {
		justify-content: space-around;
	}
	
}


@media print {


}