@charset "UTF-8";
/* CSS Document */

/* css for smartphone */


@media (max-width: 959px) {
	


/*---------------------------------------- smartphone ----------------------------------------*/
#head_sp_bt{
	display: none;
}

.head_sp_menu{
	display: none;
}


/*---------------------------------------- service ----------------------------------------*/
.service_case_cnt03{
	background: url(/images/service_t1_img02.jpg) no-repeat right bottom;
	background-size: 70%;
	padding: 20px 0;
}
.service_case_cnt03 .title{
	font-size: 26px;
	line-height: 36px;
	font-family: "游明朝", "YuMincho", serif;
	padding: 20px 0;
}
.service_case_cnt03 .copy{
	font-size: 15px;
	line-height: 24px;
	width: 55%;
	color: #888;
}

.service_case_cnt03 .link{
	margin: 20px 0;
}

.oshigoto_box_cnt{
	width: 100%;
	padding: 30px 0px 20px 0px;
	overflow: hidden;
}
.oshigoto_box_cnt .oshigoto_box{
	width: 33.333%;
	float: left;
	text-align: center;
}
.oshigoto_box_cnt .oshigoto_box img{
	width: 90%;
}


	/*---------------------------------------- footer ----------------------------------------*/
	
	
	
	
	.footer{
		width: 100%;
		margin: 0;
		overflow: hidden;
	}
	.footer .footer_left{
		float: left;
		width: 50%;
	}
	.footer .footer_left .footer_logo_copy{
		font-size: 11px;
		font-weight: bold;
	}
	.footer .footer_left .footer_logo_img{
		width: 90%;
		overflow: hidden;
	}
	.footer .footer_left .footer_logo_img img{
		width: 100%;
		margin: 5px 0;
	}
	.footer .footer_left .foot_add{
		margin-top: 10px;
		font-size: 14px;
		line-height: 22px;
	}
	.footer .footer_left .foot_tel{
		font-size: 14px;
		line-height: 22px;
	}
	.footer .footer_left .foot_tel .sub{
		font-size: 11px;
		line-height: 16px;
	}
	
	
	.footer .footer_right{
		width: 50%;
		float: right;
	}
	.footer .footer_right ul.footer_link{
		margin-top: 0px;
		list-style: none;
		font-size: 12px;
		overflow: hidden;
	}
	.footer .footer_right ul.footer_link li{
		float: left;
		width: 33.333%;
		height: 25px;
	}
	.footer .footer_right ul.footer_link li a{
		color: #3e3e3e;
	}
	.footer .footer_right ul.footer_link li a:hover{
		color: #ec6800;
		text-decoration: none;
	}
	.footer .footer_right ul.footer_link li:before{
		font-family: 'FontAwesome', sans-serif;
		content: ' ';
		color : #ec6800;
		font-size: 14px;
		font-weight: bold;
	}
	
	.footer .footer_copyright{
		margin-top: 40px;
		font-size: 10px;
		line-height: 16px;
		color: #888;
		text-align: right;
	}
	
	
	




}



