@charset "utf-8";
/* ---------------------------------------------------
 Layout-pc-s
--------------------------------------------------- */
@media screen and (min-width: 1025px) and (max-width: 1280px) {

.br-pc{
	display: none;
}

.br-mid{
	display: block;
}

.br-sp{
	display: none;
}
.sp-phone{
	display: none;
}


/* 事業内容<screws.html>
------------------------------------------------------------*/
#sb-business{
	margin-top: 150px;	
}
.sb-business-title-inner{
	width: 100%;
	margin: 0 auto;
	margin-top: -220px;
	margin-bottom: 160px;
	padding: 0 125px;
}

.sb-business-title-inner2{
	width: 100%;
	margin: 0 auto;
	margin-top: -145px;
	text-align: center;
	font-size: 38px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
}
/*-- キャッチコピー --*/
.sb-business-headline-section{
	width: 100%;
	margin: 80px auto 80px;
	margin: 0 auto;

}
.sb-business-headline{
	text-align: center;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 2em;
	width: 100%;
	margin: 0 auto;
	padding: 0 40px;
}

.sb-business-body{
	width: 930px;
	margin: 40px auto;
	line-height: 2em;
	font-size: 18px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
	text-align: justify;
}
/*-- 製品（共通箇所あり） --*/
.product-spec {
  width: 90%;
  margin: 60px auto 100px;
}
.product-spec-title {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
  background-color: #777;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 40px;
}

.product-spec-label {
	background-color: #eee;
  width: 100%;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-size: 18px;
  margin-bottom: 8px;
  padding: 10px 40px;
}

.product-spec-content {
  width: 100%;
  line-height: 1.8;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-size: 16px;
  margin-bottom: 20px;
  padding: 6px 40px;
}

/*ネジ小物部品
------------------------------------------------------------*/
.product-spec-inner-image{
	width: 90%;
  margin: 0 auto;
}


/*-- イメージ（共通箇所あり）  --*/
.sb-business-img-container{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	height: 300px;
}
.sb-business-img-item{
	width: 50%;
	height: 300px;
}
.sb-business-img-item img{
	object-fit: cover;
	height: 300px;
}

/*-- 強み（共通箇所あり）  --*/
.sb-business-feature-container{
	width: 90%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 40px auto;
}


/*----- よくあるご相談-------*/
.sb-business-consult-inner{
	width: 90%;
  margin: 40px auto;
  background-color: #fff;
  opacity: 0.8;
  padding-bottom: 20px;
  padding-top: 20px;
}
.sb-business-consult-question{
	width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
	margin: 10px auto 10px;
	padding-top: 40px;
}
.sb-business-consult-question-2{
	width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
	margin: 30px auto 10px;
}
.sb-business-consult-q{
	width: 8%;
	background-color: #09adad;
	padding: 20px;
	text-align: center;
	font-size: 24px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #fff;
}
.sb-business-consult-content{
	width: 92%;
	background-color: #cccccc;
	font-size: 18px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	padding: 20px;
}
.sb-business-consult-answer{
	width: 90%;
	margin: 0px auto;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 16px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	line-height: 2em;
}
.sb-business-consult-answer-2{
width: 90%;
	margin: 0px auto;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 16px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	line-height: 2em;
	padding-bottom: 20px;
}
/*部品制作　加工工程のフロー
------------------------------------------------------------*/
.process-container{
  position: relative;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding: 10px 60px 80px;
  background: #00a6a6; /* 背景色が必要 */
}
.process-container-sp{
  display: none;
}



/*部品制作　製作事例 
------------------------------------------------------------*/
.case-studies {
  background-color: #eee;
  padding: 80px 0 150px;
  margin-top: 120px;
}

.case-studies-inner {
  max-width: 90%;
  margin: 60px auto 100px;
}
.case-studies-inner-image{
	width: 90%;
  margin: 0 auto;
}


/* 会社案内
------------------------------------------------------------*/


.sb-company-message {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1000px;
  flex-wrap: nowrap;
}

/* 画像：左寄せ、幅40% */
.sb-company-message-image {
  width: 50%;
  position: relative;
  z-index: 2;
}


/* テキストブロック：画像より100px下・右側に重ねる */
.sb-company-message-text-block {
  background-color: #eee;
  padding: 20% 90px 100px;
  position: absolute;
  top: 40%;
  left: 8%;
  z-index: 1;
  box-sizing: border-box;
  width: 92%;
}

/* その他既存の設定はそのままでOK */
.sb-company-message-text-inner {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.sb-company-message-text-inner p {
  margin-top: 50px;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 2.2em;
  padding-left: 10px;
	text-align: justify;
}
/*-- 会社概要 --*/

/* テーブル基本設定 */
.company-profile-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 8px;
  overflow: hidden;
  font-size: 16px;
	font-weight: 500;
}



}