/* common -------------------------------------------- */
html{
	margin: 0;
	padding: 0;
	min-width: 1000px;
	width: 100%;
}

body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	font-size-adjust:0.5;
	font-weight: 400;
	letter-spacing: 0.02em;
}

body:after{
	content: '';
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: #ebebeb;
	z-index: -2;
}

*{box-sizing: border-box;}

img{border: none;}

.main_wrapper{
	position: relative;
	min-width: 1000px;
	width: 100%;
	height: 100%;
}



/* ! SP Only ------------------------------------------------------------------------------*/
.sp_only{
	display: none;
}

@media screen and (max-width:500px){
	.sp_only{
		display: block;
	}
}



/* main image ------------------------------------------------------------------------------*/

.main_image{
	position: relative;
	width: 100%;
	height: 270px;
	overflow: hidden;
	z-index: 8000;
}

.main_image_image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 270px;
}

.main_image_image>img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	margin: auto;
}

.main_image_shadow{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 270px;
}

.main_image_shadow>img{
	width: 100%;
	height: 270px;
}

.main_image_mesh{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 270px;
	background: url(../_img/image_mesh.png) repeat;
}

.main_image_mesh>img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 270px;
	margin: auto;
}


/* navigation ------------------------------------------------------------------------------*/

.nabk{
	background-color: rgba(0,0,0,0);
}

.navigation{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 55px;
	z-index: 9999;
}

.navigation_inner{
	width: 1000px;
	height: 55px;
	margin: 0 auto;
}

.logo{
	float: left;
	padding:2px 0 5px 0;
}

.navigation_inner ul{
	width: 80%;
	margin: 0 auto;
	float: right;
}

.navigation_inner li{
	display: inline-block;
	width: 25%;
	padding: 15px 10px 15px 25px;
	list-style:none;
	float: left;
	text-align: center;
}

.navigation_inner a{
	text-decoration: none;
	display: block;
	color: #FFF;
	padding: 5px;
}

.navigation_inner li a:hover{
	background-color: rgba(255,255,255,0.5);
}
/* container ------------------------------------------------------------------------------*/

.container{
	position: relative;
	display: table;
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	z-index: 2000;
}

.container>div{
	display: table-cell;
	vertical-align: top;
}

/* local navigation ------------------------------------------------------------------------------*/

.local_navigation{
	width: 195px;
	text-align: right;
	background: #ebebeb;
	font-size: 0;
}

.local_navigation_box{
	display: inline-block;
	width: 195px;
	padding: 32px 12px 48px 48px;
	text-align: left;
}

.local_navigation_title{
	display: block;
	padding: 0;
	font-size: 18px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 18px;
}

.local_navigation_linkbox{
	font-size: 12px;
	font-weight: 700;
}

.local_navigation_linkbox>a{
	display: block;
	padding: 12px 8px 12px 12px;
	border-left: #000 1px solid;
	color: #000;
	text-decoration: none;
	opacity: 0.3;
	transition: 0.3s;
}

.local_navigation_linkbox>a.active,
.local_navigation_linkbox>a:hover{
	opacity: 1.0;
	transition: 0.3s;
}

/* contents ------------------------------------------------------------------------------*/

.contents{
	background: #fff;
}

.contents_box{
	width: 805px;
	padding: 77px 90px 0 90px;
}

.contents_casset{
	margin-bottom: 48px;
}

h2{
	display: block;
	padding: 0 0 0 10px;
	margin: 0;
	border-left: #ca0012 4px solid;
	color: #ca0012;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.1em;
}

h3{
	display: block;
	padding: 0 0 0 10px;
	margin: 0;
	border-left: #ca0012 4px solid;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.1em;
}

.small_caps{
	font-size: 0.8em;
}

.contents_letter{
	padding: 12px 12px 12px 14px;
}

.contents_images{
	font-size: 0;
	text-align: justify;
}

.contents_images>img{
	margin-bottom: 15px;
}

/*最後の引っ付きをなくす*/
.contents_images:after{
	content: '';
	display: inline-block;
	width: 625px;
	height: 0;
}

.contents_images_center{
	font-size: 12px;
	color: #888;
	text-align: center;
	margin-bottom: 15px;
}


.mov_r,
.mov_l{
	float: left;
	width: 305px;
	font-size: 12px;
	color: #888;
	text-align: center;
	margin-bottom: 15px;
}

.mov_l{
	display: block;
	margin-right: 15px;
}

.contents_movis:after{
	content: '';
	display: inline-block;
	width: 625px;
	height: 0;
}

.map{
	width: 805px;
	margin: 0 auto;
}

.gray_line{
	background-color: #ebebeb;
	text-align: center;
	margin: 30px 0 5px 0;	
	padding: 18px 0 15px 0;
	letter-spacing: 1.5px;
}
.gray_line h4{
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	margin: 0 auto;
}

.gray_line p{
	text-align: left;
	color: #444;
	display: inline-block;
	font-weight: 300;
	font-size: 16px;
}

.txtbox{
	color: #444;
	margin: 20px 0 30px 0;
	line-height: 180%;
	font-weight: 300;
}

.cleafix{clear: both;}

/* about_lineup ----------事業内容--------------*/
.lineup_box{
	padding-top: 30px;
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.lineup_box span{
	font-size: 18px;
}
.lineupleft{
	width: 299px;
	height: 215px;
	float: left;
	background-color: #ebebeb;
	text-align: left;
	display: inline-block;
	padding: 20px;
}
.lineupright{
	float: right;
}

/* about_company ----------会社概要--------------*/
.companytable{
	width: 100%;
	margin-top: 40px;
	font-size: 14px;
	letter-spacing: 1.5px;
}
.companytable th{
	width: 180px;
	background-color: #ebebeb;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0 10px 0;
	font-weight: normal;
}

.companytable td{
	padding-left: 20px;
}

.companytable tr{
	margin-bottom: 1px;
	display: block;
}

/* about_ichiran ----------取引先一覧（五十音順）--------------*/

.ichiran{
	margin: 30px 0 20px 0;
}

.ichiran_l,
.ichiran_r{
	float: left;
	width: 305px;
}

.ichiran ul{
	margin: 0px;
	padding: 0px;
	font-size: 0;
}

.ichiran li{
	list-style:none;
	margin: 5px 0 5px 0;
	font-size: 0.8rem;
	line-height: 1.5;
}

/* service_quality ----------サービス・特徴--------------*/
.cad{
	display: block;
	color: #ca0012;
	font-size: 16px;
	margin-bottom: 5px;
}

.red{
	color: #ca0012;
	padding-right: 5px;
	font-size: 70%;
}

/* footer ------------------------------------------------------------------------------*/
.footer{
	position: relative;
	width: 100%;
	background: #000;
	color: #fff;
	z-index: 8001;
}

.footer_box{
	width: 1000px;
	padding: 24px 132px 0 132px;
	margin: 0 auto;
	overflow: hidden;
	text-align: justify;
}

.footer_box:after{
	content: '';
	display: inline-block;
	width: 1000px;
	height: 0px;
}

.footer_box_home{
	width: 100%;
	margin-bottom: 12px;
}

.footer_box_home a{
	color: #fff;
	text-decoration: none;
	border-bottom: #000 1px solid;
	transition: 0.3s;
}

.footer_box_home a:hover{
	border-bottom: #fff 1px solid;
	transition: 0.3s;
}

.material-icons{
	font-size: 17px;
	vertical-align: -3px;
}

.footer_box_category{
	display: inline-block;
	vertical-align: top;
	padding-left: 1.5rem;
}

.footer_box_category h4{
	margin: 0;
	font-size: 12px;
	line-height: 1.7rem;
}

.footer_box_link{
	padding-left: 1.5rem;
}

.footer_box_link a{
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	line-height: 1.7rem;
	border-bottom: #000 1px solid;
	transition: 0.3s;
}

.footer_box_link a:hover{
	border-bottom: #fff 1px solid;
	transition: 0.3s;
}

.copyright{
	width: 100%;
	padding: 8px 0 8px 0;
	background: #fff;
	color: #000;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-align: center;
}