/* CSS Document */
@charset "utf-8";
/* 全体
--------------------------------------------*/

/*　.page_header
--------------------------------------------*/
.page_header h2
{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.2rem;
	color: #fff;
	line-height: 0.8;
}
.page_header h2 span{
	font-family:  "Garamond" , "Times New Roman" , "游明朝" , serif;
	font-size: 24px;
	font-weight: normal;
}
/*　.pagetit
--------------------------------------------*/
.pagetit {
	width: 100%;
	height: 320px;
}

/*　.pagetitのbg
-------------------*/
.cutting .pagetit {
	background: url(../img/pagetit/cutting.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.regrind .pagetit {
	background: url(../img/pagetit/regrind.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.strength .pagetit {
	background: url(../img/pagetit/strength.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.company .pagetit {
	background: url(../img/pagetit/company.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.voice .pagetit {
	background: url(../img/pagetit/voice.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.expert .pagetit {
	background: url(../img/pagetit/expert.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.form .pagetit {
	background: url(../img/pagetit/form.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.crush .pagetit {
	background: url(../img/pagetit/crush.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.disk .pagetit {
	background: url(../img/pagetit/disk.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.endmill .pagetit {
	background: url(../img/pagetit/endmill.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.metalsaw .pagetit {
	background: url(../img/pagetit/metalsaw.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.tipsaw .pagetit {
	background: url(../img/pagetit/tipsaw.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.privacy .pagetit {
	background: url(../img/pagetit/privacy.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.sitemap .pagetit {
	background: url(../img/pagetit/sitemap.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.recruit .pagetit {
	background: url(../img/pagetit/recruit.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.news .pagetit {
	background: url(../img/pagetit/news.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.declaration .pagetit {
	background: url("../img/pagetit/declaration.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
/*　パンくず
--------------------------------------------*/
.breadcrumb{
	width: 100%;
	box-sizing: border-box;
	font-size:14px;
	text-align: center;
	padding: 20px;
	background-color: #EEE;
}
.breadcrumb ul{
	max-width: 1200px;
	width: 100%;
	text-align: right;
	margin:  0 auto;}
.breadcrumb li{
	display: inline-block !important;
	margin: 0 5px;
	width: auto;
}
.breadcrumb li a{
		color: #333;
		text-decoration: none;
}
.breadcrumb li a:hover{
	text-decoration: underline;
}
.breadcrumb li:after {
	content: ">";
	margin-left: 10px;
	vertical-align: text-bottom;
}
.breadcrumb li:last-child:after {
	content: none;
	margin-left: 0;
}
/*　footer
--------------------------------------------*/


/*　以下レスポンシブ用（不要時は削除）
--------------------------------------------*/

.pc_only { display: block;}
.sp_only { display: none;}
.tight_only{display: none;}
@media only screen and (max-width: 1280px) {
	.breadcrumb {
		width: auto;}
	
}
@media only screen and (max-width: 768px) {
	
}
@media only screen and (max-width: 767px) {
.pc_only { display: none;}
.sp_only { display: block;}

	.page_header{
		padding-bottom: 40px;
		background-color: #EEE;
	}
.page_header h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
}
.page_header h2 span {
    font-size: 20px;
}

	.breadcrumb{
		display: none;
	}
	.pagetit {
	width: auto;
	height: 140px;
}
	/*　footer
--------------------------------------------*/
	.footer_info {
    float: none;
    width: auto;
    line-height: 2;
    padding: 50px 20px 0;
}


}
@media only screen and (max-width: 640px) {
.tight_only{display:  inline-block;}

}