@charset "UTF-8";



#wrapper{
	padding: 16px 0 0 0;
	background: url(../img/wrapper_top_back_img.png) left top repeat-x;
}

#slide{
	margin: 21px auto 0;
	width: 1000px;
	height: 319px;
	background: #cacaca;
}
/* ------------------------------------------
  トップ バナー
------------------------------------------ */
.top_banner_img{
	margin: 0 0 22px 0;
	position: relative;
}
.top_banner_img a{
	width: 644px;
	height: 262px;
	overflow: hidden;
	display: block;
}
.top_banner_img img{
	width: 100%;
	height: auto;
}
.top_banner_txt{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

/* トップ コンテンツbox ============= */
.top_midashi{
	padding: 9px 6px 0 12px;
	font-size: 140%;
	height: 39px;
	color: #fff;
	text-shadow: 1px 1px 3px #262726;
}
.top_midashi_color1{
	background: url(../img/top_midashi_backimg_1.jpg) no-repeat left top;
}
.top_midashi_color2{
	background: url(../img/top_midashi_backimg_2.jpg) no-repeat left top;
}
.top_midashi_color3{
	background: url(../img/top_midashi_backimg_3.jpg) no-repeat left top;
}


.contents_box{
	margin: 0 0 22px 0;
	padding-bottom: 44px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.main_txt_1{
	margin: 22px 12px 0 0;
	width: 370px;
	float: right;
}
.main_txt_1 h3{
	margin-bottom: 18px;
}
.contents_box img{
	margin: 22px 0 0 12px;
	float: left;
}

/*ご依頼の流れ　*/

.top_goirainonagare{
	min-height: 776px;
	background: url(../img/top_img_1.jpg) no-repeat left top;
}




#top_dl{
	margin-top: 36px;
	margin-right: 27px;
	width: 380px;
	float: right;
}

#top_dl dt{
	width: 320px;
	height: 35px;
	padding: 7px 20px 0 40px ;
	color: #fff;
	font-size: 120%;
	text-shadow: 1px 1px 3px #262726;
}

.dt_number{
	display: none;
}
.dd_margin{
	margin: 4px 35px 36px;
}
.dd_margin_last{
	margin: 4px 35px 0;
}
#top_dl dd a{
		color: #ff4a00;
		text-decoration: none;
}
#top_dl dd a:hover{
		color: #0049ff;
}

.top_komidashi_1{
	background: url(../img/top_midashi_1.jpg) no-repeat left top;
}
.top_komidashi_2{
	background: url(../img/top_midashi_2.jpg) no-repeat left top;
}
.top_komidashi_3{
	background: url(../img/top_midashi_3.jpg) no-repeat left top;
}
.top_komidashi_4{
	background: url(../img/top_midashi_4.jpg) no-repeat left top;
}

@media all and (-ms-high-contrast:none){
	#top_dl dt{
		width: 320px;
		height: 32px;
		padding: 10px 20px 0 40px ;
		color: #fff;
		font-size: 120%;
		text-shadow: 1px 1px 3px #262726;
		font-weight: bold;
	}
	.top_midashi{
		padding: 11px 6px 0 12px;
		font-size: 140%;
		height: 37px;
		color: #fff;
		text-shadow: 1px 1px 3px #262726;
	}
}

/* コンテンツ　ボーダーカラー　*/
.border_color_1{/* トップ　グリーン　*/
	border: solid 1px #40ba24;
}
.border_color_2{/* トップ　ブルー　*/
	border: solid 1px #4c4cfa;
}
.border_color_3{/* トップ　ライトグリーン　*/
	border: solid 1px #87d60a;
}