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

/* css for smartphone */


@media (max-width: 575px) {






/*---------------------------------------- header_cnt ----------------------------------------*/
#header_cnt{
	width: 100%;
	padding: 10px 0 0 0;
	border-top: 4px solid #ec6800;
}

.head_title_line{
	width: 100%;
	height: 55px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}


.head_logo{
	width: 80%;
	max-width: 450px;
	margin-left: 5px;
	float: left;
}
.head_logo_copy{
	height: 19px;
	width: 100%;
	font-size: 9px;
}
.head_logo_img{
	width: 100%;
	max-width: 450px;
}
.head_logo_img img{
	width: 100%;
}


.head_contact_cnt{
	display: none;
}
.head_menu_hr{
	display: none;
}



/*---------------------------------------- smartphone ----------------------------------------*/
#head_sp_bt{
	
	display: block;
	
	border: 1px solid #ec6800;
	margin: 3px 5px 0 0;
	padding: 0;
	height: 41px;
	width: 41px;
	
	float: right;
	text-align: center;
	font-family: 'FontAwesome', sans-serif;
	color: #FFF;
	line-height: 35px;
	background: url(/images/sp_menu_bt.png) center center;
	background-size: cover;
	cursor: pointer;
}

/*----------------------------------------
smart phone menu 
----------------------------------------*/

#head_sp_menu{
	display: none;
	width: 100%;
	background: #f8f8f8;
	z-index: 200;
	position: absolute;
	top: 69px;
	border-top: 1px solid #eee;
}



#head_sp_menu ul.head_sp_menu_fst{
	width: 100%;
	margin: 0 auto;
	list-style: none;
}
#head_sp_menu ul.head_sp_menu_fst li{
	width: 100%;
	border-top: 1px solid #dedede;
	padding: 0;
	min-height: 50px;
	line-height: 50px;
	font-size: 15px;
}
#head_sp_menu ul.head_sp_menu_fst li .sp_menu_acc{
	text-decoration: none;
	color: #3e3e3e;
}
#head_sp_menu ul.head_sp_menu_fst li .sp_menu_acc:before{
	font-family: 'FontAwesome', sans-serif;
	color: #ec6800;
	content: '　　';
}

#head_sp_menu .nomal{
	background-image: url("/images/sp_menu_bg_close.png");
	background-position: right center;
	background-size: contain;
	background-repeat: no-repeat;
}
#head_sp_menu .activ{
	background-image: url("/images/sp_menu_ico_plus.png");
	background-position: right center;
	background-size: contain;
	background-repeat: no-repeat;
}


#head_sp_menu ul.head_sp_menu_fst li{
	text-decoration: none;
	color: #3e3e3e;
	display:block;
	font-weight: bold;
}
#head_sp_menu ul.head_sp_menu_fst li a{
	text-decoration: none;
	color: #3e3e3e;
	display:block;
}
#head_sp_menu ul.head_sp_menu_fst li a:before{
	font-family: 'FontAwesome', sans-serif;
	color: #ec6800;
	content: '　　';
}
#head_sp_menu ul.head_sp_menu_fst li .sp_menu_close_bt{
	width: 100%;
	height: 100%;
	text-align: center;
	font-weight: bold;
	color: #3e3e3e;
	background: #ffd318;
	border-bottom: 1px solid #dedede;
	font-size: 12px;
}
#head_sp_menu ul.head_sp_menu_fst li span:before{
	font-family: 'FontAwesome', sans-serif;
	color: #ec6800;
	content: '　　';
}



#head_sp_menu ul.head_sp_menu_snd{
	width: 100%;
	margin: 0 auto;
	list-style: none;
	display: none;
	border-top: 1px solid #dedede;
}
#head_sp_menu ul.head_sp_menu_snd li{
	width: 100%;
	border-top: 1px solid #dedede;
	padding: 0;
	background: #f8f8f8;
	min-height: 43px;
	line-height: 43px;
	font-weight: normal;
}
#head_sp_menu ul.head_sp_menu_snd li:first-child{
	border: none;
}
#head_sp_menu ul.head_sp_menu_snd li a{
	text-decoration: none;
	color: #434649;
	font-size: 13px;
}
#head_sp_menu ul.head_sp_menu_snd li a:before{
	font-family: 'FontAwesome', sans-serif;
	color: #ec6800;
	content: '　　　';
}







	/*---------------------------------------- footer ----------------------------------------*/
	
		
	.go_top_bt{
		display: inline-block;
		font-size: 9px;
		color: #fff;
		background: #ff7800;
		line-height: 16px;
		float: right;
	}
	.go_top_bt i{
		font-size: 16px;
		line-height: 12px;
		vertical-align: -2px;
	}
	.go_top_bt a{
		width: 100%;
		height: 100%;
		display: block;
		color: #fff;
		padding: 6px 12px;
	}
	.go_top_bt a:hover{
		text-decoration: none;
		color: #3e3e3e;
		background: #ffd318;
	}

	
	
	.footer{
		width: 95%;
		margin: 0 auto;
		overflow: hidden;
	}
	.footer .footer_left{
		float: none;
		width: 100%;
	}
	.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: 100%;
		float: none;
	}
	.footer .footer_right ul.footer_link{
		display: none;
		margin-top: 0px;
		list-style: none;
		font-size: 12px;
		overflow: hidden;
	}
	
	
	.footer .footer_copyright{
		margin-top: 20px;
		font-size: 9px;
		line-height: 16px;
		color: #888;
		text-align: center;
	}
	
	
/*---------------------------------------- pankuzu ----------------------------------------*/

.pankuzu{
	width: 100%;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
.pankuzu_list{
	width: 100%;
	margin: 0 auto;
	padding: 7px 0 7px 20px;
	list-style: none;
	font-size: 10px;
	overflow: hidden;
	background: url(/images/pankuzu_home_ico.png) no-repeat left center;
	background-size: auto 100%;
}
.pankuzu_list li{
	display: none;
}
.pankuzu_list li:first-child{
	display: block;
	float: left;
	margin-right: 10px;
	padding-right: 20px;
	background: url(/images/pankuzu_arrow_ico.png) no-repeat right center;
	background-size: auto 100%;
}
.pankuzu_list li:last-child{
	display: block;
	float: left;
	margin-right: 10px;
	padding-right: 20px;
	background: none;
}
.pankuzu_list li a{
	color: #888;
}



/*---------------------------------------- clm ----------------------------------------*/

.clm_left{
	float: none;
	width: 95%;
	margin: 0 auto;
}
.clm_right{
	float: right;
	width: 25%;
	display: none;
}


.main_image_yel{
	width: 100%;
	height: 250px;
	margin: 0;
	padding: 0;
	background: #ffd318;
}







/*---------------------------------------- main_image ----------------------------------------*/
.main_image_cnt{
  
  display: -webkit-flex; /* Safari用 */
  display: flex;
  -webkit-align-items: center; /* Safari用 */
  align-items: center;
  
	width: 95%;
	margin: 0 auto;
	height: 250px;
	background-size: auto 100%;
}
.main_image_cnt.service-type01{
	background: none;
}
.main_image_title_cnt{
	margin: 0;
	padding: 0;
}

.main_title_line_w{
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 10px;
}
.main_title_line{
	font-size: 26px;
	line-height: 28px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 20px;
}
ul.main_title_sub{
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
ul.main_title_sub li{
	float: left;
	margin: 5px 10px 5px 0px;
	padding: 5px 5px 5px 25px;
	font-size: 11px;
	border: 1px solid rgba(255,255,255,0.6);
	background: rgba(255,255,255,0.5) url(/images/main_sub_list_icon.png) no-repeat left center;
	background-size: contain;
}
ul.main_title_sub li a{
	text-decoration: none;
	color: #000;
}




/*------- service --------*/
.service_case_left{
	float: none;
	width: 100%;
	margin-bottom: 20px;
}
.service_case_right{
	float: none;
	width: 100%;
	margin-bottom: 20px;
}


.service_case_table td.title{
	background: #fff;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}

.service_case_cnt03{
	background: url(/images/service_t1_img02.jpg) no-repeat right bottom;
	background-size: 90%;
	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{
	font-size: 12px;
}



.oshigoto_title{
	padding: 10px 0 20px 0;
	margin: 0 auto;
	text-align: center;
	color: #000;
}
.oshigoto_title .icon{
	vertical-align: -6px;
}
.oshigoto_title .title{
	font-size: 22px;
	font-weight: bold;
}
.oshigoro_copy{
	font-size: 14px;
	overflow: hidden;
}
.oshigoro_copy p{
	width:90%;
	margin: 0 auto;
	padding: 5px 0;
}
.oshigoro_copy .sub_title{
	font-size: 17px;
	font-weight: bold;
}
.oshigoro_copy .ill{
	height: 130px;
	margin-left: 10px;
	float: right;
}

.oshigoto_box_cnt{
	width: 100%;
	padding: 30px 0px 20px 0px;
	overflow: hidden;
	text-align: center;
}
.oshigoto_box_cnt .oshigoto_box{
	display: inline-block;
	width: 45%;
	float: none;
	text-align: center;
	margin: 20px auto 0px auto;
}
.oshigoto_box_cnt .oshigoto_box img{
	width: 90%;
}




}



