<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url("reset.css");
@import url("m_menu.css");
@import url("base.css");



/*共通設定-------------------------------------------------------------------------------------------------------------------------------------*/
/*基本設定*/
html{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif,"游明朝体", "Yu Mincho", YuMincho;
	line-height:1.5;
	}
main {
    display: block;
}	


/*リンク*/
#service li dl dd a{
	color:#36771c;
	text-decoration:none;
	}
#service li dl dd a:hover,#service li dl dd a:active{
	color:#36771c;
	text-decoration:underline;
	}
		

/*メイン*/
#m_top{
	width:100%;
	position:relative;
	z-index:0;
	}
h1{
	background-image:url(../img/repairing/top_img.jpg);
	background-position:center;
	background-size:100%;
	background-repeat:no-repeat;
	}
.repairing{
	margin:3em auto;
	}
#map{
	width:100%;
	}
#map dt{
	width:80%;
	margin:0 auto 1em;
	}
#area dt{
	font-weight:bold;
	}
#area dt:nth-child(n+2){
	margin:1em 0 0;
	}
#service{
	width:100%;
	display: flex;
	justify-content:space-between;
	margin:2em 0 0;
	}
#service li{
	width:48%;
	}
#service li dl dt{
	background-color:#3eacad;
	padding:0.25em 2%;
	margin:0 0 0.25em;
	color:#fff;
	}


/*共通設定ここまで-------------------------------------------------------------------------------------------------------------------------------------*/

/* pc */
@media screen and (min-width: 1280px)  {

/*メイン*/
.repairing{
	width:1280px;
	}
}

/* tablet以下共通 ------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1279px)  {
	
/*メイン*/
.repairing{
	width:96%;
}
}
/* tablet以下共通ここまで ------------------------------------------------------------------------------------------*/


/* tablet1 */
@media only screen and (min-width: 1024px) and (max-width: 1279px)  {

/*メイン*/

}


/* tablet2  */
@media only screen and (min-width: 768px) and (max-width: 1023px) {

/*メイン*/
}

/* tablet3  */
@media only screen and (max-width: 767px) {

/*メイン*/
#map dt{
	width:90%;
	}
}

/* smartPhone1 */
@media only screen and (max-width: 499px) {
	
/*メイン*/
#service{
	flex-direction: column;
	}
#service li{
	width:100%;
	}
#service li:nth-child(n+2){
	margin:1em 0 0;
	}
}</pre></body></html>