@charset "utf-8";

/* 事業所・関連会社
-------------------------------------------------- */
/* リード */
.location .lead{
	background-image:url(../png/bg_location.png), url(../jpg/bg_location_sp.jpg);
	background-repeat:no-repeat;
	background-size:60% auto, 100% auto;
	background-position:left top, left top;
	padding-top:190px;
}
.location .lead-inner{
	padding:15px 10px 20px 10px;
	background:#ffffff;
}
.location .lead-box{
	line-height:157%;
}
.location .lead-box .leadobj img{
	display:block;
	width:25.4rem;
	margin-bottom:15px;
}

/* アンカーボタン */
.location .lead-box ul.anc_btn{
	margin-top:10px;
}
.location .lead-box ul.anc_btn li{
	text-align:center;
	padding:7px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.location .lead-box ul.anc_btn li a{
	display:block;
	margin:0 auto;
	padding:10px 0;
	border:1px solid #c8c8c8;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	font-size:1.2rem;
}

/* タイトル */
.location h4{
	font-weight:300;
	text-align:center;
	margin-bottom:20px;
}
.location h4 span{
	display:inline-block;
	border-bottom:2px solid #d90013;
	padding-bottom:5px;
	font-size:2.6rem;
}
.location_list h5{
	font-weight:500;
	margin-bottom:10px;
}

/* リスト */
.location ul.location_list li{
	margin-bottom:15px;
	border-bottom:1px solid #c8c8c8;
	padding-bottom:15px;
}
.location ul.location_list li:last-child{
	border-bottom:none;
}

/* 写真 */
.location_list .photo{
	float:right;
}

/* 住所など */
.location_list .text{
	float:left;
}
.location_list p.spec{
	line-height:150%;
}

/* MAPボタン */
.location_list .btn_map{
	margin-top:10px;
}
.location_list .btn_map a{
	display:inline-block;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background:#d90013;
	color:#ffffff;
	font-size:1.1rem;
	padding:7px 40px;
}

/* 事業所 */
.location #office{
	padding-top:91px;
	margin-top:-91px;
}
.location #office .office-inner{
	padding:10px 10px 0 10px;
}
.location #office .location_list .photo{
	width:23%;
}
.location #office .location_list .text{
	width:76%;
}

/* 生産拠点 */
.location #manufacturing{
	padding-top:91px;
	margin-top:-91px;
}
.location #manufacturing .manufacturing-inner{
/*	background:#f5f5f5;*/
	padding:0 10px 5px 10px;
}
.location #manufacturing .location_list .photo{
	width:34%;
}
.location #manufacturing .location_list .text{
	width:65%;
}

/* O.T.ファテック事業部 */
.location #otf{
	padding-top:91px;
	margin-top:-91px;
}
.location #otf .otf-inner{
	padding:30px 10px 5px 10px;
	background:#f5f5f5;
}
.location #otf .location_list .photo{
	width:34%;
}
.location #otf .location_list .text{
	width:65%;
}

/* 関連会社 */
.location #group{
	padding-top:91px;
	margin-top:-91px;
}
.location #group .group-inner{
	padding:30px 10px 5px 10px;
}
.location #group .location_list li.vertical .photo{
	width:23%;
}
.location #group .location_list li.vertical .text{
	width:76%;
}
.location #group .location_list li.horizontal .photo{
	width:34%;
}
.location #group .location_list li.horizontal .text{
	width:65%;
}
.location #group .location_list .about{
	margin-top:10px;
	font-size:1.1rem;
	line-height:150%;
}
/* お問い合わせ */
#inquiry{
	padding:20px 15px;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 10;
	width: 100%;
	background: rgb(255 255 255 / 70%);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}   
#inquiry h3{
	font-weight:300;
	text-align:center;
	margin-bottom:20px;
}
#inquiry h3 span{
	display:inline-block;
	border-bottom:2px solid #d90013;
	padding-bottom:5px;
	font-size:1.8rem;
	line-height:125%;
	color: #323232;
}
#inquiry .itembox{
	background:#f5f5f5;
	padding:20px;
	text-align:center;
}
#inquiry .itembox h4{
	font-weight:500;
	margin-bottom:15px;
}
#inquiry .itembox p span{
	display:block;
	text-align:center;
	line-height:135%;
}
#inquiry .itembox .btn a{
	display:inline-block;
	background:#d90013;
	color:#ffffff;
	padding:10px;
	width:58%;
	margin-top:15px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

/* お電話によるお問い合わせ */
#inquiry #tel .btn a{
	font-size:1.8rem;
}

/* メールによるお問い合わせ */
#inquiry #form{
	margin-top:10px;
}
#inquiry #form .btn a{
	position:relative;
}
#inquiry #form .btn a::before{
	content:'';
	width:0.5rem;
	height:0.5rem;
	border:0;
	border-top:solid 1px #ffffff;
	border-right:solid 1px #ffffff;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	transform:rotate(45deg);
	position:absolute;
	top:50%;
	right:10px;
	margin-top:-0.25rem;
}


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


	/* 事業所・関連会社
	++++++++++++++++++++++++++++++++++++++++++++++ */
	/* リード */
	.location .lead{
		background-image:url(../png/bg_location.png);
		background-size:auto;
		padding-top:0;
	}
	.location .lead-inner{
		max-width:1024px;
		margin:0 auto;
		text-align:right;
		background:transparent;
		padding:50px 10px;
	}
	.location .lead-box{
		display:inline-block;
		text-align:left;
	}
	.location .lead-box .leadobj img{
			display:block;
			width:295px;
	}

	/* アンカーボタン */
	.location .lead-box ul.anc_btn{
		letter-spacing:-0.4em; /* 改行による隙間対策 */
		margin-top:25px;
	}
	.location .lead-box ul.anc_btn li{
		display:inline-block;
		letter-spacing:normal; /* 改行による隙間対策 */
		width:30%;
		padding:15px 15px 0 0;
	}
	.location .lead-box ul.anc_btn li a{
		font-size:15px;
	}
	.location .lead-box ul.anc_btn li a:hover{
		background:#e0e0e0;
	}

	/* タイトル */
	.location h4 span{
		padding-bottom:8px;
		font-size:30px;
		margin-bottom:15px;
	}

	/* リスト */
	.location ul.location_list{
		margin:0 auto;
		letter-spacing:-0.4em; /* 改行による隙間対策 */
	}
	.location ul.location_list li{
		letter-spacing:normal; /* 改行による隙間対策 */
		border-bottom:none;
		display:inline-block;
		width:50%;
		vertical-align:top;
		padding-bottom:30px;
		margin-bottom:30px;
	}

	/* 写真 */
	.location_list .photo{
		float:left;
		margin-right:20px;
	}

	/* 住所など */
	.location_list .text{
		float:left;
	}

	/* MAPボタン */
	.location_list .btn_map a{
		font-size:15px;
	}

	/* 事業所 */
	.location #office{
		padding-top:135px;
		margin-top:-135px;
	}
	.location #office .office-inner{
		padding:30px;
	}
	.location #office ul.location_list{
		max-width:1024px;
	}
	.location #office .location_list .photo{
		width:31.25%;
		max-width:160px;
	}
	.location #office .location_list .text{
		width:auto;
	}

	/* 生産拠点 */
	.location #manufacturing{
		padding-top:70px;
		margin-top:-70px;
	}
	.location #manufacturing .manufacturing-inner{
		padding:0 30px;
	}
	.location #manufacturing ul.location_list{
		max-width:1152px;
	}
	.location #manufacturing .location_list .photo{
		width:41%;
		max-width:240px;
	}
	.location #manufacturing .location_list .text{
		width:auto;
	}

	/* O.T.ファテック事業部 */
	.location #otf{
		padding-top:70px;
		margin-top:-70px;
	}
	.location #otf .otf-inner{
		padding:50px 30px 5px 30px;
	}
	.location #otf ul.location_list{
		max-width:1152px;
	}
	.location #otf .location_list .photo{
		width:41%;
		max-width:240px;
	}
	.location #otf .location_list .text{
		width:auto;
	}

	/* 関連会社 */
	.location #group{
		padding-top:135px;
		margin-top:-135px;
	}
	.location #group .group-inner{
		padding:50px 30px 0 30px;
	}
	.location #group ul.location_list{
		width:50%;
	}
	.location #group ul.location_list li{
		display:block;
		width:100%;
	}
	.location #group ul.location_list li:nth-child(2n){
		margin-right:0;
	}
	.location #group .location_list li.vertical .photo{
		width:31.25%;
		max-width:160px;
	}
	.location #group .location_list li.vertical .text{
		width:auto;
	}
	.location #group .location_list li.horizontal .photo{
		width:41%;
		max-width:240px;
	}
	.location #group .location_list li.horizontal .text{
		width:auto;
	}
	.location #group .location_list .about{
		font-size:12px;
	}
	/* お問い合わせ
	++++++++++++++++++++++++++++++++++++++++++++++ */
	#inquiry{
		background: #ededed;
		padding:10px 10px 20px;
	}
	#inquiry .inquiry-inner{
		max-width:750px;
		margin:30px auto 0 auto;
		text-align:center;
	}
	#inquiry h3{
		margin-bottom:20px;
	}
	#inquiry h3 span{
		padding-bottom:8px;
		font-size:24px;
	}
	#inquiry .itembox{
		padding:0;
		background:transparent;
	}
	#inquiry .itembox h3{
		margin-bottom:20px;
	}
	#inquiry .itembox p span{
		display:inline;
	}
	#inquiry .itembox .btn a{
		width:auto;
	}

	/* お電話によるお問い合わせ */
	#inquiry #tel{
		float:left;
	}
	#inquiry #tel p{
		font-size:13px;
	}
	#inquiry #tel p::before{
		content:'06-4791-3586';
		font-size:30px;
		color:#d90013;
		display:block;
		margin-bottom:20px;
	}
	#inquiry #tel.en p::before{
		content:'+81-6-4791-3585';
	}
	#inquiry #tel .btn a{
		display:none;
	}

	/* メールによるお問い合わせ */
	#inquiry #form{
		margin-top:0;
	}
	#inquiry #form .btn a{
		padding:13px 40px;
		font-size:13px;
		margin-top:20px;
	}

}