@charset "utf-8";
/* CSS Document */


/* ==========================
==========　メイン　===========
============================= */

/* 下層ページビジュアル
---------------------------*/
.page_visual {
	background: url(../img/page_visual.webp)no-repeat center bottom;
	background-size: cover;
}

/* 
---------------------------*/

.map.outer550 {
	width: 92%;
	max-width: 620px;
	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.webp)no-repeat center left;
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  width: 230px;
}


.map.outer550 ul li.indent_list {
    margin-left: 35px;
    font-size: 14px;
    border: none;
}


/* 固有のスマホ対応記述
========================== */

/* 700pxより小さい場合 */
@media screen and ( max-width: 700px ){
	
	.map.outer550 {
		justify-content: space-around;
    flex-wrap: wrap;
	}
	
}


@media print {


}