@charset "utf-8";

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align:baseline;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
html {
  height: 100%;
}
body {
  font-size: 14px;
  font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック体","游ゴシック","Yu Gothic","YuGothic","メイリオ","Meiryo",sans-serif;
  height: 100%;
  width: 100%;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #3d3d3d;;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.go { font-family: "Mplus 1p"; }
.marugo { font-family: "Rounded Mplus 1c"; }
.mincho { 	font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;}
.abc{ font-family: 'Gentium Basic', serif; }

a{
  text-decoration: none;
  color: #0b73de;
  transition: color .5s;
}
a:hover{
	    color: #16309d;
}
a:hover img{
	opacity: 0.8;
	filter:alpha(opacity=80);
	-ms-filter: “alpha( opacity=80 )”;
}
ul li {
  list-style: none;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
.clear{
  clear: both;
}
.mgt10{
	margin-top: 10px;
}
.mgt20{
	margin-top: 20px;
}
.mgt30{
	margin-top: 30px;
}
.mgt50{
	margin-top: 50px;
}
.mgt100{
	margin-top: 100px;
}
.mgt150{
	margin-top: 150px;
}
.mgb10{
	margin-bottom: 10px;
}
.mgb20{
	margin-bottom: 20px;
}
.mgb30{
	margin-bottom: 30px;
}
.mgb40{
	margin-bottom: 40px;
}
.mgb50{
	margin-bottom: 50px;
}
.mgb100{
	margin-bottom: 100px;
}
.pdt10{
	padding-top: 10px;
}
.pdt20{
	padding-top: 20px;
}
.pdt30{
	padding-top: 30px;
}
.pdt40{
	padding-top: 40px;
}
.pdt50{
	padding-top: 50px;
}
.pdb10{
	padding-bottom: : 10px;
}
.pdb20{
	padding-bottom: : 20px;
}
.pdb30{
	padding-bottom: : 30px;
}
.pdb40{
	padding-bottom: : 40px;
}
.pdb50{
	padding-bottom: : 50px;
}
.bdb{
	border-bottom: 1px solid;
}
.tac{
  text-align: center;
}
.tar{
	text-align: right;
}
tal{
	text-align: left;
}
.mg0a{
	margin: 0 auto;
}
.mg10a{
	margin: 10px auto 0;
}
.mg20a{
	margin: 20px auto 0;
}
.mg30a{
	margin: 30px auto 0;
}
.mg40a{
	margin: 40px auto 0;
}
.mgl20{
	margin-left: 20px;
}
.flo-l{
	float: left;
}
.flo-r{
	float: right;
}
.ovf-h{
	overflow: hidden;
}
.font10{
	font-size: 10px;
}
.font12{
	font-size: 12px;
}
.font14{
	font-size: 14px;
}
.font16{
	font-size: 16px;
}
.font18{
	font-size: 18px;
}
.font20{
	font-size: 20px;
}
.font22{
	font-size: 22px;
}
.font28{
	font-size: 28px;
}
.font30{
	font-size: 30px;
}
.font40{
	font-size: 40px;
}
.font50{
	font-size: 50px;
}

.bold{
	font-weight: bold;
}

.blue .blue a{
	color: #0b73de;
}
.bg-blue{
	background: #0b73de; 
}
.blue2 .blue2 a{
	color: #16309d;
}
.bg-blue2{
	background: #16309d; 
}

.gray .gray a{
	color: #666;
}
.bg-glay{
	background: #666; 
}
.black,.black a{
	color: #000;
}
.bg-black{
	background: #000; 
}
.white,.white a{
	color: #fff;
}
.bg-white{
	background: #fff; 
}

/* ページトップボタン */
#pageTop {
  position: fixed;
  bottom: 50px;
  right: 50px;
}
 
#pageTop a {
  display: block;
  z-index: 999;
  padding: 18px 0 0;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  background-color: #fff;
  color: #550003;
  border: 3px solid #550003;
  font-size: 14px;
  font-weight: bold;
  line-height: 0.5;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  transition: .3s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.8;
}
#pageTop a span{
	font-size: 22px;
}

/* header */
header{
	width: 100%;
}
h1{
	font-size: 12px;
	font-weight: normal;
}
.ue{
	background: #333;
	height: 70px;
	overflow: hidden;
}
.ue-inner{
	width: 1030px;
	margin: 0 auto;
	padding: 17px 10px;
	color: #fff;
	overflow: hidden;
	position: relative;
}
.info-area{
	position: absolute;
	top: 25px;
	right: 10px;
}
.info-area li{
	display: inline;
	text-align: left;
	margin-left: 15px;
}
.tel{
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: .1em;
	position: absolute;
	top: 10px;
	right: 400px;
}
.shita{
	background: #fff;
}
.web-order a{
	background: #0b73de;
	padding: 12px 15px 10px;
	color: #fff;
}
.web-order a:hover{
	background: #16309d;
	color: #fff;
	transition: .3s;
}
.mail-order a{
	background: #16309d;
	padding: 12px 25px 11px;
	color: #fff;
}
.mail-order a:hover{
	background: #0b73de;
	color: #fff;
	transition: .3s;
}
.web-order span:before{
  margin:0 5px 0 0;
  content:" ";
  display:inline-block;
  width:23px;
  height:23px;
  background:url(images/icon_cal.png);    
  background-size:contain;
  vertical-align: bottom;
}
.mail-order span:before{
  margin:0 5px 0 0;
  content:" ";
  display:inline-block;
  width:23px;
  height:23px;
  background:url(images/icon_mail.png);    
  background-size:contain;
  vertical-align: bottom;
}
.shita-inner{
	width: 1030px;
	margin: 0 auto;
	padding: 13px 0 12px 0;
	height: 45px;
	position: relative;
}
h2{
	font-size: 30px;
	font-weight: normal;
	letter-spacing: .1em;
	color: #000;
}
h2 a{
	color: #3d3d3d;
}
nav{
	position: absolute;
	top: 25px;
	right: 0;
	width: 700px;
	font-size: 15px;
	text-align: right;
}
nav ul{
/* 	overflow: hidden; */
}
nav ul li{
	display: inline;
	margin-left: 10px
}
nav ul li a {
	position: relative;
	display: inline-block;
	color: #333;
	transition: .3s;
}
nav ul li span:before{
	content: " ";
	border-left: 1px solid;
	padding-left: 15px
}
nav ul li a::after {
	position: absolute;
	bottom: -5px;
	left: 50%;
	content: '';
	width: 0;
	height: 2px;
	background-color: #16309d;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
nav ul li a:hover::after {
	width: 100%;
}
#top-img{
	width: 1030px;
	margin: 30px auto;
}

/* slider */
#top-slider{
	width: 1030px;
	margin: 0 auto;
	background: #fff;
	text-align: center;
}
#top-slider img{
	width: auto;
	height: 400px;
}

/* ご用命は寺本工業所へ */
#teramoto-1,
#teramoto-0{
	width: 1030px;
	margin: 80px auto 0;
	overflow: hidden;
}
#teramoto-1 h3,
#teramoto-2 h3{
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: .1em;
	color: #16309d;
}
.text-area{
	width: 670px;
	margin: 60px 0 0 0;
	line-height: 1.8;
	letter-spacing: .1em;
	float: left;
	font-size: 16px;
}
.shousai a,
#btn-confirm_149845776497306,
#btn-confirm_149845929799659{
	display: block;
	text-align: center;
	width: 250px;
	margin: 30px auto 0;
	padding: 10px 3% 8px;
	background: #0b73de;
	border: 1px solid #0b73de;
	color: #fff;
	font-size: 16px;
}
.shousai a:hover,
#btn-confirm_149845776497306:hover,
#btn-confirm_149845929799659:hover{
	background: #fff;
	color: #0b73de;
	transition: .3s;
}
.shousai span:before,
.arrows span:before,
#btn-confirm_149845776497306:before,
#btn-confirm_149845929799659:before{
  content: "\f138";
  font-family: FontAwesome;
  margin-right: 5px;
}
.img-area{
	margin-top: 30px;
	float: right;
	overflow: hidden;
}

/* 寺本工業所の3つの特長 */

#teramoto-2{
	margin: 100px 0 50px;
	/*background: url(images/bg1.png) repeat;
	background-size: 7px;*/
	overflow: hidden;
	padding-bottom: 50px
}
#teramoto-2 .inner{
	width: 1030px;
	margin: 0 auto;
	padding: 30px 0 0;
}
#teramoto-2 h3:before,
#teramoto-2 h3:after{
  margin:0 5px 0 0;
  content:" ";
  display:inline-block;
  width:53px;
  height:2px;
  margin: 0 30px;
  /*background:url(images/line.png);    
  background-size:contain;*/
  vertical-align: middle;
}
.tokuchou{
	text-align: center;
}
.tokuchou img{
	margin: 30px 20px;
}
/*
.tokucho-1,
.tokucho-2,
.tokucho-3{
	position: relative;
}
.tokucho-1 a:hover:before,
.tokucho-2 a:hover:before,
.tokucho-3 a:hover:before{
  content:" ";
  width:210px;
  height:210px;
  position: absolute;
  top: -218px;
  left: 10px;
  background:url(images/circle.png);    
  background-size:contain;
}
*/

/* 匠の技 研磨加工力 */

#teramoto-3{
	background: #000;
	overflow: hidden;
}
#teramoto-3 .inner{
	width: 1030px;
	margin: 0 auto;
	padding-bottom: 40px;
}
#teramoto-3 .img-area{
	float: left;
}
#teramoto-3 h3{
	font-size: 46px;
	font-weight: 200;
	letter-spacing: .1em;
	color: #fff;
}
#teramoto-3 h3 span:before{
  margin:0 5px 0 0;
  content:" ";
  display:inline-block;
  width:108px;
  height:36px;
  margin: 0 10px 0 0;
  background:url(images/logo_takumi.png);    
  background-size:contain;
  vertical-align: baseline;
}

#teramoto-3 .text-area{
	width: 500px;
	color: #fff;
	height: 400px;
	position: relative;
	margin: 50px 0 0 0;
	line-height: 1.8;
	letter-spacing: .1em;
	float: left;
	font-size: 16px;
}
.btn{
	width: 243px;
	position: absolute;
	bottom: 30px;
	right: 120px;
}
.btn img{
	width: 100%;
}
#teramoto-3 table{
	width: 100%;
	margin-top: 20px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-collapse: collapse;
}
#teramoto-3 table td{
	border-bottom: 1px solid;
	padding: 7px 5px;
}
.size{
	text-align: right;
}
.kakouryoku-list{
	overflow: hidden;
}
.kakouryoku-list li{
	float: left;
	width: 235px;
	margin-right: 30px;
}
.kakouryoku-list li:nth-child(4n){
	margin-right: 0;
}
.kakouryoku-list li img{
	width: 100%;
}

/* ショットブラスト製品  */
#teramoto-4{
	width: 1030px;
	margin: 100px auto 0;
}
#teramoto-4 h3{
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: .1em;
	color: #000;
}
.product-list{
	overflow: hidden;
	margin-top: 20px;
}
.product-list li{
	float: left;
	width: 500px;
	margin: 30px 30px 0 0;
}
.product-list li img{
	width: 100%;
}
.product-list li:nth-child(2n){
	margin-right: 0;
}
.product-name{
	text-align: center;
	border-bottom: 2px solid;
	padding-bottom: 3px;
}
.product-name2{
	text-align: center;
	padding-bottom: 3px;
	font-weight: normal;
}
.product-text{
	margin: 10px 0;
}
.kakou-text{
	width: 680px;
	margin: 40px auto 30px;
	font-size: 16px;
}
/* バナー */
#banner{
	width: 1030px;
	margin: 100px auto 0;
	text-align: center;
}

/* フッター */

footer{
	background: #333;
	color: #fff;
}
.foot-wrap{
	width: 1030px;
	margin: 0 auto;
	position: relative;
}
.foot-left{
	width: 400px;
	margin: 100px auto 0 0;
	padding: 30px 0;
}

.adress{
	font-size: 24px;
	line-height: 1.3;
}

.foot-tel{
	margin-top: 10px;
	font-size: 20px;
}

.info-area-2{
	margin-top: 20px
}
.info-area-2 li{
	display: inline;
	text-align: left;
	margin-right: 15px;
}
.foot-right{
	
}
.foot-list{
	width: 550px;
	overflow: hidden;
	position: absolute;
	top: 30px;
	right: 0;
}
.foot-list li{
	float: left;
	margin-right: 50px;
	line-height: 2;
}
.foot-list li a{
	color: #ccc;
}
.foot-list li a:hover{
	color: #0b73de;
}
.foot-list li span:before{
  content: "\f105";
  font-family: FontAwesome;
  font-size: 18px;
  margin-right: 5px;
  color: #0b73de;
}
.foot-list li:nth-child(3n){
	clear: both;
}

.copy{
	background: #000;
	padding: 13px 0 10px;
	text-align: center;
}
.copy span:before{
  content: "\f1f9";
  font-family: FontAwesome;
  margin-right: 10px;
}

/* 会社概要 */
.gaiyou{
	width: 880px;
	margin: 30px auto 0;
	border-collapse: collapse;
	border: 1px solid;
	font-size: 16px;
}
.gaiyou th{
	width: 150px;
	background: #eee;
	font-weight: normal;
	border: 1px solid;
}
.gaiyou td{
	padding: 15px 30px;
	border: 1px solid;
}

.enkaku{
	width: 880px;
	margin: 30px auto 0;
	border: 1px solid;
}
.enkaku li{
	font-size: 16px;
	letter-spacing: .1em;
	padding: 15px 30px;
	border-bottom: 1px solid;
}
.enkaku li:nth-child(odd){
	background: #eee;
}
.enkaku li span:before{
  content: "\f111";
  font-family: FontAwesome;
  margin-right: 10px;
  font-size: 10px;
  vertical-align: text-top
}
.enkaku li:last-child{
	border-bottom: none;
}
.map{
	width: 880px;
	margin: 30px auto 0;
}

/* プライバシーポリシー */
.privecy-top{
	width: 820px;
	margin: 30px auto 0;
	letter-spacing: .1em;
	line-height: 1.8;
	background: #eee;
	padding: 15px 30px;
}
.privecy-text{
	width: 880px;
	margin: 30px auto 0;
	letter-spacing: .1em;
	line-height: 1.8;
}
.privecy-text dt{
	font-size: 16px;
}
.privecy-text dd{
	margin: 15px 0;
	padding-left: 1em;
	font-size: 14px;
}
.privecy-text ul{
	margin: 1em 1.3em;
}
.privecy-text ul li{
	list-style-type: disc;
}
#teramoto-0 h3{
	border-bottom: solid 4px #666;
	position: relative;
	font-size: 26px;
	font-weight: normal;
	letter-spacing: .1em;
	margin: 0 auto;
	color: #000;
}
#teramoto-0 h3:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 4px #5e9ddc;
	bottom: -4px;
	width: 20%;
}
.w880{
	width: 880px;
}
.w980{
	width: 980px;
}
.w800{
	width: 800px;
	margin: 0 auto;
}

/* 匠の技術 */
.tech-title{
	font-size: 30px;
	letter-spacing: .1em;
	text-align: center;
	color: #fff;
	padding: 20px 0;
	font-weight: normal;
}
#teramoto-tech{
	background: #000;
	overflow: hidden;
}
#teramoto-tech .inner{
	width: 980px;
	margin: 30px auto 0;
	padding-bottom: 40px;
}
#teramoto-tech h3{
	font-size: 46px;
	font-weight: 200;
	letter-spacing: .1em;
	color: #fff;
}
#teramoto-tech span:before{
  margin:0 5px 0 0;
  content:" ";
  display:inline-block;
  width:108px;
  height:36px;
  margin: 0 10px 0 0;
  background:url(images/logo_takumi.png);    
  background-size:contain;
  vertical-align: baseline;
}
.tech-text{
	color: #fff;
	font-size: 16px;
	position: relative;
}
.takumi{
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}
.takumi li{
	float: left;
	width: 470px;
	margin: 30px 30px 0 0;
}
.takumi li img{
	width: 100%;
}
.takumi li:nth-child(2n){
	margin-right: 0;
}
.takumi-text{
	margin-top: 30px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

/* 設備一覧 */
.setsubi{
	width: 980px;
	margin: 30px auto 0;
	overflow: hidden;
}
.left{
	float: left;
	margin-left: 10px;
}
.right h4,.right2 h4{
	font-size: 20px;
	font-weight: normal;
	border-bottom: 2px solid #5e9ddc;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.right2{
	float: right;
	width: 570px;
	padding: 0 20px 20px;
	letter-spacing: .1em;
	line-height: 1.8;
	font-size: 16px;
}
.setsubi-name{
	font-size: 16px;
}
.line2{
	width: 980px;
	margin: 0 auto;
	padding-bottom: 30px;
	border-bottom: 1px dashed;
}

.setsubi-detail{
	margin-top: 20px;
	width: 440px;
	margin: 20px auto;
}

/* 受注について */

.onayami-wrap{
	width: 760px;
	margin: 30px auto 0;
	overflow: hidden;
	padding: 20px 0;
}
.bgblue{
	background: #16309d;
	color: #fff !important;
	width: 600px;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 24px !important;
}
.onayami{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.onayami li{
	font-size: 22px;
	font-weight: bold;
	margin: 20px 0 0;
	border-bottom: 2px solid #c70000;
	padding-bottom: 5px;
}
.onayami li span:before{
	margin: 0 2% 0 0;
  content: " ";
  display:inline-block;
  width: 24px;
  height: 21px;
  background: url(images/onayami_check.png);    
  background-size: contain;
  vertical-align: text-bottom;
}
.onayami-bg{
	background: url(images/onayami_back.jpg) no-repeat left top 40px;
	background-size: 1000px;
}
.arrow{
	text-align: center;
	margin: 30px 0;
	font-size: 50px;
  color: #c20000;
}
.red{
  color: #c20000;
}
.text-wrap{
	width: 760px;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
}
.text-wrap h4{
	font-size: 30px;
	text-align: center;
}
.sub{
	margin-top: 20px;
	font-size: 16px;
	text-align: center;
	color: #000;
}
.sub span{
	padding-bottom: 5px;
}

/* お注文までの流れ */

.flow{
	width: 880px;
	margin: 50px auto 0;
	overflow: hidden;
}
.flow-list{
	width: 1050px;
	margin: 30px auto 0;
	position: relative;
}
.flow-list h4{
	padding: 10px 0;
	background: #ccc;
	border-radius: 6px 6px 0 0;
	font-size: 18px;
	color: #16309d;
	letter-spacing: 0;
}
.step1:before{
	position: absolute;
	top: -10px;
	left: -27px;
	content: " ";
	width: 56px;
	height: 56px;
	background: url(images/step1.png);    
	background-size: contain;
}
.step2:before{
	position: absolute;
	top: -10px;
	left: -27px;
	content: " ";
	width: 56px;
	height: 56px;
	background: url(images/step2.png);    
	background-size: contain;
}
.step3:before{
	position: absolute;
	top: -10px;
	left: -27px;
	content: " ";
	width: 56px;
	height: 56px;
	background: url(images/step3.png);    
	background-size: contain;
}
.step4:before{
	position: absolute;
	top: -10px;
	left: -27px;
	content: " ";
	width: 56px;
	height: 56px;
	background: url(images/step4.png);    
	background-size: contain;
}
.flow-list li{
	float: left;
	width: 240px;
	margin: 30px 30px 0 0;
	height: 230px;
	border: 1px solid;
	background: #fff;
	font-size: 12px;
	text-align: center;
	border-radius: 6px;
	padding-bottom: 10px;
	color: #000;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.flow-list li:before{
	position: absolute;
	top: 100px;
	left: -25px;
	content: " ";
	width: 17px;
	height: 17px;
	background: url(images/onayami_arrow2.png);    
	background-size: contain;
}
.flow-list li:first-child:before{
	content: none;
}
.flow-list li:nth-child(4n){
	margin-right: 0;
}
.flow-text{
	padding: 10px 10px 0;
	font-size: 16px;
}
.flow-text2{
	padding: 30px 10px 0;
	font-size: 16px;
}
.flow-tel{
	color: #16309d;
	font-size: 16px;
	margin-top: 5px;
}
.flow-text{
	margin-top: 5px;
}
.flow-mail-order{
	margin-top: 10px;
}
.flow-mail-order a{
	margin-top: 10px;
	background: #16309d;
	padding: 10px 25px 8px;
	font-size: 16px;
	color: #fff;
}
.flow-mail-order a:hover{
	background: #0b73de;
	color: #fff;
	transition: .3s;
}
.flow-mail-order span:before{
  margin:0 5px 0 0;
  content:" ";
  display:inline-block;
  width:23px;
  height:23px;
  background:url(images/icon_mail.png);    
  background-size:contain;
  vertical-align: bottom;
}

/* ショットブラストとは */
.shotblast-text{
	width: 880px;
	margin: 20px auto 30px;
	letter-spacing: .1em;
	line-height: 1.8;
	font-size: 16px;
}














