<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* -------------------------- */
/* --------title-------- */
/* -------------------------- */

#centers .p_title{
background-image: url(../img/centers_main.jpg);
}


/* -------------------------- */
/* --------map-------- */
/* -------------------------- */

.content_map{margin: 50px 0;}

/* マップ */
.content_map iframe{
height: 530px;
border: 0;
margin-bottom: 10px;
}

/* アイコン説明 */
.content_map ul{width: 100%;}
.content_map ul li{width: 45%;}
.content_map ul li:first-child{color: #D78A55;}
.content_map ul li:last-child{color: #558CD7;}
.content_map ul li img{
width: 29px;
margin-right: 5px;
vertical-align:middle;
}

/* ボタン */
.content_map .bt_02{width:100%; margin-top: 20px;}</pre></body></html>