<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-bottom: 70px;}

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

/* アイコン説明 */
.content_map ul{width: min(50%,300px);}
.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: min(40%,300px);}</pre></body></html>