@charset "UTF-8";


/* fadeUp */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.contents-page .fadeUpTrigger{
    opacity: 0;
}

/*------------------------------
各ページTOP画像
-------------------------------*/
@media screen and (min-width: 961px){
	
#service-topimg{
   	width:100%;
    height: 650px;
	position: absolute;
	top:0px;
	background-image: url("../service/service-img.jpg");
	background-size: cover;
	background-position: center;
    }
#company-topimg{
   	width:100%;
    height: 650px;
	position: absolute;
	top:0px;
	background-image: url("../company/company-img.jpg");
	background-size: cover;
	background-position: center;
    }
#recruit-topimg{
   	width:100%;
    height: 650px;
	position: absolute;
	top:0px;
	background-image: url("../recruit/recruit-img.jpg");
	background-size: cover;
	background-position: center;
    }
	
#service-topimg h1,#company-topimg h1,#recruit-topimg h1{
	font-family: "FuturaNewBook";
	text-align: center;
	color: #fff;
	font-size: 75px;
	letter-spacing: 10px;
	margin-top: 300px;
	width: 415px;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	padding-left: 15px;
	padding-bottom: 20px;
	line-height: 80%;
	font-weight: 600;
	}
#entry-toptext h1{
	font-family: "FuturaNewBook";
	text-align: center;
	color: #030303;
	font-size: 75px;
	letter-spacing: 10px;
	margin-top: 100px;
	width: 415px;
	border-left: 3px solid #030303;
	border-right: 3px solid #030303;
	padding-left: 15px;
	padding-bottom: 20px;
	line-height: 80%;
	font-weight: 600;
	}
	
}

@media screen and (min-width: 681px) and (max-width: 960px){
	
#service-topimg{
   	width:100%;
    height: 420px;
	position: absolute;
	top:152px;
	background-image: url("../service/service-img.jpg");
	background-size: cover;
	background-position: center;
    }
#company-topimg{
   	width:100%;
    height: 420px;
	position: absolute;
	top:152px;
	background-image: url("../company/company-img.jpg");
	background-size: cover;
	background-position: center;
    }
#recruit-topimg{
   	width:100%;
    height: 420px;
	position: absolute;
	top:152px;
	background-image: url("../recruit/recruit-img.jpg");
	background-size: cover;
	background-position: center;
    }
#service-topimg h1,#company-topimg h1,#recruit-topimg h1{
	font-family: "FuturaNewBook";
	text-align: center;
	color: #fff;
	font-size: 75px;
	letter-spacing: 10px;
	margin-top: 150px;
	width: 415px;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	padding-left: 15px;
	padding-bottom: 20px;
	line-height: 80%;
	font-weight: 600;
	}
#entry-toptext h1{
	font-family: "FuturaNewBook";
	text-align: center;
	color: #030303;
	font-size: 75px;
	letter-spacing: 10px;
	margin-top: 100px;
	width: 415px;
	border-left: 3px solid #030303;
	border-right: 3px solid #030303;
	padding-left: 15px;
	padding-bottom: 20px;
	line-height: 80%;
	font-weight: 600;
	}
}
	
#service-topimg p,#company-topimg p,#recruit-topimg p{
	font-size: 22px;
	text-align: center;
	color: #fff;
	font-family: "MPLUS1p-Regular";
	letter-spacing: 5px;
	}

#entry-toptext p{
	font-size: 22px;
	text-align: center;
	color: #030303;
	font-family: "MPLUS1p-Regular";
	letter-spacing: 5px;
	}

#service-topimg hr,#company-topimg hr,#recruit-topimg hr{
		height: 30px;
		width: 0.5px;
		background-color: #fff;
		border: 0.5px solid #fff;
		margin: 30px auto;
	}

.contents-entry hr{
		height: 30px;
		width: 0.5px;
		background-color: #030303;
		border: 0.5px solid #030303;
		margin: 30px auto;
	}
/*------------------------------
各ページメインコンテンツ
-------------------------------*/
@media screen and (min-width: 961px){
.contents-page{
	width: 100%;
	height: auto;
	margin-top: 520px;
	background-color: #CCE0E3;
	padding-top: 85px;
	padding-bottom: 85px;
}
.contents-entry{
	width: 100%;
	height: auto;
	position: relative;
	margin-top: -125px;
	background-color: #CCE0E3;
	padding-top: 85px;
	padding-bottom: 85px;
}
.page-w{
	width: 90%;
	max-width: 1200px;
	height: auto;
	background: rgb(255, 255, 255, 0.7);
	margin: 0px auto;
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
	}
.contents-entry .page-w{
	width: 90%;
	max-width: 1200px;
	height: auto;
	background: rgb(255, 255, 255, 0.7);
	margin: 120px auto 0px;
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
	}
	
.page-b{
	width: 90%;
	max-width: 1200px;
	height: auto;
	background: #0082cb;
	margin: 0px auto;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	}
}
@media screen and (min-width: 681px)and (max-width: 960px){
.contents-page{
	width: 100%;
	height: auto;
	margin-top: 420px;
	background-color: #CCE0E3;
	padding-top: 85px;
	padding-bottom: 85px;
}
.contents-entry{
	width: 100%;
	height: auto;
	margin-top: 0px;
	background-color: #CCE0E3;
	padding-top: 30px;
	padding-bottom: 60px;
}
.page-w{
	width: 90%;
	height: auto;
	background: rgb(255, 255, 255, 0.7);
	margin: 0px auto;
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
	}
.contents-entry .page-w{
	width: 90%;
	height: auto;
	background: rgb(255, 255, 255, 0.7);
	margin: 60px auto;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
	}	
.page-b{
	width: 90%;
	height: auto;
	background: #0082cb;
	margin: 0px auto;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	}
	}
/*------------------------------
service
-------------------------------*/
@media screen and (min-width: 961px){
.service-box{
	width: 95%;
	max-width: 900px;
	margin: 0 auto;
}
.box-l{
	border: 1px solid #0081CA;
	width: 48%;
	height: 220px;
	float: left;
	margin-bottom: 25px;
	} 
.box-r{
	border: 1px solid #0081CA;
	width: 48%;
	height: 220px;
	float: right;
	margin-bottom: 25px;
	} 
.box-l p,.box-r p{
		padding: 10px 18px;
	}
 .box-l .service-title,.box-r .service-title{
	text-align: center;
	color: #0082CB;
	font-family: "Yu Gothic Bold";
	border-bottom: 1px solid #0081CA;
	font-size: 25px;
	background-color: #fff;
}
	
.hinmoku{
	width: 95%;
	max-width: 900px;
	margin: 30px auto 0;
	line-height: 150%;
	}
.hinmoku img{
	width: 100%;
}	
.hinmoku h3{
	font-size: 22px;
	font-family: "Yu Gothic Bold";
	font-weight: normal;
	color: #030303;
	display: inline-block;
	}
.hinmoku h3 span{
	font-size: 12px;
	color: #0081ca;
	vertical-align:2px;
	}

.tetsu,.hitetsu,.seishi,.kikai,.sanpai{
	width: 660px;
	height: 110px;
	padding-left: 240px;
	background-size: 130px 110px;
	background-position: 46px 0px;
	background-repeat: no-repeat;
	}

.tetsu{
	background-image:url("../service/service-i-1.png");
	}
.hitetsu{
	background-image:url("../service/service-i-2.png");
	}
.seishi{
	background-image:url("../service/service-i-3.png");
	}
.kikai{
	background-image:url("../service/service-i-4.png");
	}
.sanpai{
	background-image:url("../service/service-i-5.png");
	}
}
@media screen and (min-width: 681px)and (max-width: 960px){
.service-box{
	width: 100%;
	margin: 0 auto;
}
.box-l{
	border: 1px solid #0081CA;
	width: 98%;
	height: 160px;
	margin:0 auto 25px;
	} 
.box-r{
	border: 1px solid #0081CA;
	width: 98%;
	height: 160px;
	margin:0 auto 25px;
	} 
.box-l p,.box-r p{
		padding: 10px 18px;
	}
 .box-l .service-title,.box-r .service-title{
	text-align: center;
	color: #0082CB;
	font-family: "Yu Gothic Bold";
	border-bottom: 1px solid #0081CA;
	font-size: 25px;
	background-color: #fff;
}
	
	
.hinmoku{
	width: 95%;
	margin: 30px auto 0;
	line-height: 150%;
	}
.hinmoku img{
	width: 100%;
}	
.hinmoku h3{
	font-size: 22px;
	font-family: "Yu Gothic Bold";
	font-weight: normal;
	color: #030303;
	display: inline-block;
	}
.hinmoku h3 span{
	font-size: 12px;
	color: #0081ca;
	vertical-align:2px;
	}
	
.tetsu,.hitetsu,.seishi,.kikai,.sanpai{
	width: 70%;
	padding-left: 27%;
	padding-right: 3%;
	padding-bottom: 15px;
	background-size: 130px 110px;
	background-position: 6% 0px;
	background-repeat: no-repeat;
	}

.tetsu{
	background-image:url("../service/service-i-1.png");
	}
.hitetsu{
	background-image:url("../service/service-i-2.png");
	}
.seishi{
	background-image:url("../service/service-i-3.png");
	}
.kikai{
	background-image:url("../service/service-i-4.png");
	}
.sanpai{
	background-image:url("../service/service-i-5.png");
	}
	
}

.hinmoku-2{
	width: 95%;
	max-width: 900px;
	margin: 60px auto;
	}	

@media screen and (min-width: 961px){
.work-list{
	width: 870px;
	overflow: hidden;
	margin: 30px auto;
	height: auto;
}
.work-list ul{
	width: 925px;
	height: auto;
}
	.work-list ul li{
	float: left;
	width: 253px;
	height: 165px;
	margin-right: 55px;
	margin-bottom: 40px;
	list-style: none;
	background-size: 253px 165px;
}
.fukidashi-w{
		width: 900px;
		height: 165px;
		background-image:url("../service/fukidashi-w.png");
		background-size: 900px 195px;
		background-repeat: no-repeat;
		margin: 50px auto;
		text-align: center;
		font-family: "Yu Gothic Bold";
		font-size: 18px;
		line-height: 180%;
		padding-top: 30px;
	}
.fukidashi-w .question{
		width: 900px;
		height: 165px;
		background-image:url("../top/question.png");
		background-size: 67px 90px;
		background-repeat: no-repeat;
		background-position: 10% 10px;
	}
.contact-service{
	width: 100%;
	height: 440px;
	text-align: center;
	margin-top: -40px;
	position: relative;
	}
.contact-service h2{
		font-size: 80px;
		text-align: center;
		color: #0082cb;
		font-family: "FuturaNewBook";
		font-weight: 700;
		letter-spacing: 12px;
		line-height: 50%;
	}
.contact-service h2 span{
		font-size: 18px;
		text-align: center;
		color: #030303;
		font-family: "Yu Gothic Bold";
	}
}
@media screen and (min-width: 681px)and (max-width: 960px){
.work-list{
	width: 570px;
	overflow: hidden;
	margin: 30px auto;
	height: auto;
}
.work-list ul{
	width: 616px;
	height: auto;
}
.work-list ul li{
	float: left;
	width: 253px;
	height: 165px;
	margin-right: 55px;
	margin-bottom: 40px;
	list-style: none;
	background-size: 253px 165px;
}
	
.fukidashi-w{
		width: 600px;
		height: 188px;
		background-image:url("../service/fukidashi-sp-w.png");
		background-size: 600px 188px;
		background-repeat: no-repeat;
		margin: 50px auto;
		text-align: center;
		font-family: "Yu Gothic Bold";
		font-size: 18px;
		line-height: 180%;
		padding-top: 30px;
	}

.fukidashi-w .question{
		width: 600px;
		height: 188px;
		background-image:url("../top/question-sp.png");
		background-size: 67px 90px;
		background-repeat: no-repeat;
		background-position: 10% 10px;
	}
.contact-service{
	width: 100%;
	height: 750px;
	text-align: center;
	margin-top: -40px;
	position: relative;
	}
.contact-service h2{
		font-size: 80px;
		text-align: center;
		color: #0082cb;
		font-family: "FuturaNewBook";
		font-weight: 700;
		letter-spacing: 12px;
		line-height: 50%;
	}
.contact-service h2 span{
		font-size: 18px;
		text-align: center;
		color: #030303;
		font-family: "Yu Gothic Bold";
	}
}

.work-list ul li p{
	text-align: center;
	width: 222px;
	height: 25px;
	margin: 132px auto 8px;
	background-color: #fff;
	border-radius: 8px;
	color:#030303;
	font-size: 16px;
	line-height: 150%;
	font-family: "Yu Gothic Bold";
}

.work-list ul li p span{
	font-size: 10px;
}
.work1{background-image: url("../service/work1.png");}
.work2{background-image: url("../service/work2.png");}
.work3{background-image: url("../service/work3.png");}
.work4{background-image: url("../service/work4.png");}
.work5{background-image: url("../service/work5.png");}
.work6{background-image: url("../service/work6.png");}
.work7{background-image: url("../service/work7.png");}
.work8{background-image: url("../service/work8.png");}
.work9{background-image: url("../service/work9.png");}
.work10{background-image: url("../service/work10.png");}
.work11{background-image: url("../service/work11.png");}
.work12{background-image: url("../service/work12.png");}
.work13{background-image: url("../service/work13.png");}
.work14{background-image: url("../service/work14.png");}
.work15{background-image: url("../service/work15.png");}
.work16{background-image: url("../service/work16.png");}
.work17{background-image: url("../service/work17.png");}
.work18{background-image: url("../service/work18.png");}

.rei{
	text-align: right;
}



/*------------------------------
company
-------------------------------*/
.sub-navi{
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}
.sub-navi ul{
	display: flex;
}
.sub-navi ul li{
	list-style: none;
	width: 24%;
	height: 60px;
	background-color: #fff;
	border: 1px solid #030303;
	text-align: center;
	margin: 0 1%;
}
.sub-navi ul li a{
	color:#030303;
	display: block;
	font-size: 14px;
	font-family: "Yu Gothic Bold";
	padding-top: 15px;
	padding-bottom: 15px;
}

.sub-navi ul li:hover{
	background-color: #030303;
	border: 1px solid #030303;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}
.sub-navi ul li a:hover{
	color:#fff;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}

#pro{
	width: 640px;
	height: auto;
	margin: 10px auto;
}

.pro-name{
	width: 352px;
	margin-top: 70px;
	float: left;
}
.jisseki{
	width: 352px;
	border-top:1px solid #030303;
	border-bottom: 1px solid #030303;
	text-align: center;
	font-size: 25px;
	font-family: "MPLUS1p-Medium";
	line-height: 160%;
	padding-top: 20px;
	padding-bottom: 20px;
	letter-spacing: 3px;
		
}
.name{
	font-size: 33px;
	text-align: center;
	margin-top: 40px;
	line-height: 100%;
	font-family: "MPLUS1p-Medium";
}
.name span{
	font-size: 16px;
	font-family: "MPLUS1p-Regular";
	letter-spacing: 3px;
}
.yomi{
	font-size: 10px;
	text-align: right;
	margin-right: 22px;
	letter-spacing: 6px;
}

.fadeUpTrigger-pro .pro-img{
	float: right;
	mix-blend-mode:multiply;
}
.pro-text{
	font-size: 14px;
	font-family: "Yu Gothic Bold";
	line-height: 250%;
}


#overview{
	width: 90%;
	max-width: 800px;
	margin: 10px auto;
}
#overview dl{
	margin: 50px auto;
	font-size: 14px;
	display: flex;
flex-wrap: wrap;

}
#overview dl dt{
	width: 30%;
	float: left;
	padding:20px 1%;
	border-bottom: 1px solid #030303;
	font-family: "Yu Gothic Bold";
	margin-right: 3%;
}
#overview dl dd{
	width: 62%;
	float: right;
	padding:20px 1%;
	border-bottom: 1px solid #030303;
	font-family: "Yu Gothic Medium";
	margin-right: 0px;
}
#overview .topborder{
	border-top: 1px solid #030303;
}

#overview dl dt span{
	font-family: "Yu Gothic Medium";
}

#overview img{
	box-shadow: 3px 3px 5px #878787;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

#history{
	width: 90%;
	max-width: 800px;
	margin: 10px auto;
}

#history dl{
	margin: 20px auto;
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;

}
#history dl dt{
	width: 17%;
	float: left;
	padding: 20px 0;
	border-bottom: 1px dotted #030303;
	border-right: 1px dotted #030303;
	font-family: "Yu Gothic Bold";
	position: relative;
}
#history dl dd{
	width: 80%;
	float: right;
	padding:20px 0% 20px 2%;
	border-bottom: 1px dotted #030303;
	font-family: "Yu Gothic Medium";
	margin-right: 0px;
}
.en{
	float: right;
	right: -5px;
	top: 50%;
width: 9px;
  height: 9px;
  background-color: #0081ca;
  border-radius: 50%;
	position: absolute;
}

@media screen and (min-width: 961px){
#map{
	width: 90%;
	max-width: 1000px;
	height: auto;
	margin: 50px auto;
}

.office{
	width: 95%;
	height: 380px;
	max-width: 1000px;
	margin: 20px auto;
}
.office .office-img{
	float: left;
	width: 45%;
	height: 365px;
	height: auto;
}
.office .office-img img{
	width: 100%;
	margin-bottom: 20px;
}
.office .office-img .office-neme{
	border-left: 5px solid #0081ca;
	padding-left: 15px;
}
.office .office-img p{
	font-family: "Yu Gothic Medium";
}

.office .office-map{
	float: right;
	width: 50%;
	height: 365px;
}
.office .office-map iframe{
	width: 100%;
	height: 365px;
}
	
#map .hr-map{
		width: 100%;
		border: 0.5px solid #030303;
		margin: 30px auto;
	}

}

@media screen and (min-width: 681px)and (max-width: 960px){
#map{
	width: 500px;
	height: auto;
	margin: 50px auto;
}

.office{
	width: 500px;
		height: auto;
	margin: 20px auto;
}
.office .office-img{
	width: 500px;
	height: auto;
}
.office .office-img img{
	width: 500px;
	height: auto;
	margin-bottom: 20px;
}
.office .office-img .office-neme{
	border-left: 5px solid #0081ca;
	padding-left: 15px;
}
.office .office-img p{
	font-family: "Yu Gothic Medium";
	margin-bottom: 30px;
}


.office .office-map{
	width: 500px;
	height: 365px;
}
.office .office-map iframe{
	width: 100%;
	height: 365px;
}
#map .hr-map{
		width: 100%;
		border: 0.5px solid #030303;
		margin: 30px auto;
	}	
}
.office-setsumei{
	margin-left: 22px;
	margin-top: 10px;
}
.office .office-img p span{
	font-family: "Yu Gothic Bold";
	font-size:1.3em;
}
.office .office-img p .waku{
	border: 1px solid #030303;
	padding: 3px;
}

/*------------------------------
recruit
-------------------------------*/
.factoryimg{
	width: 695px;
	margin: 20px auto;
}

.youkou{
	width: 90%;
	max-width: 1000px;
	margin: 10px auto;
}

.youkou dl{
	margin: 100px auto 50px;
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;

}
.youkou dl dt{
	width: 17%;
	float: left;
	padding: 20px 2%;
	border-bottom: 1px solid #030303;
	font-family: "Yu Gothic Bold";
	position: relative;
	margin-right: 3%;
}
.youkou dl .top{
	border-top: 1px solid #030303;
}
.youkou dl dd{
	width: 70%;
	float: right;
	padding:20px 0% 20px 2%;
	border-bottom: 1px solid #030303;
	font-family: "Yu Gothic Medium";
	margin-right: 0px;
}
.entry-b{
	width: 390px;
	height: 75px;
	background-color: #fff;
	border-radius: 5px;
	background-image: url("mouse.png");
	background-size: 26px 40px;
	background-repeat: no-repeat;
	background-position: center 25px;
	color: #030303;
	text-align: center;
	margin: 0 auto;
	padding-top: 45px;
	opacity: 60%;
	mix-blend-mode:color-dodge;
}

/*-----リンクを繋げたらON
.entry-b:hover{
	opacity: 85%;
}
-----*/
.entry-b p{
	font-family: "Yu Gothic Bold";
	font-size: 15px;
}
.dli-chevron-right {
  display: inline-block;
  color: #030303;
  line-height: 1;
	margin-left: 340px;
  width: 1em;
  height: 1em;
  border: 0.2em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}



@media screen and (min-width: 961px){
	.nonerecruit {
	text-align: center;
	font-family: "Yu Gothic Bold";
	margin: 150px auto 150px
}
.nonerecruit h2{
	font-size: 53px;
	padding: 50px 20px;
	border-top:3px solid #030303;
	border-bottom: 3px solid #030303;	
	width: 730px;
	margin: 0px auto 50px;
	display: block;
}
}
@media screen and (min-width: 781px) and (max-width: 960px){
	.nonerecruit {
	text-align: center;
	font-family: "Yu Gothic Bold";
	margin: 100px auto 150px
}
.nonerecruit h2{
	font-size: 45px;
	padding: 50px 10px;
	border-top:3px solid #030303;
	border-bottom: 3px solid #030303;	
	width: 640px;
	margin: 0px auto 50px;
	display: block;
}
}
@media screen and (max-width: 780px){
	.nonerecruit {
	text-align: center;
	font-family: "Yu Gothic Bold";
	margin: 70px auto 150px
}
.nonerecruit h2{
	font-size: 35px;
	padding: 50px 10px;
	border-top:3px solid #030303;
	border-bottom: 3px solid #030303;	
	width: 500px;
	margin: 0px auto 50px;
	display: block;
}
}

.nonerecruit p{
	font-size: 21px;
	line-height: 230%;
}


/*------------------------------
contact
-------------------------------*/
@media screen and (min-width: 961px){
	.contact{
		width: 100%;
	}
	.contact h2{
		font-size: 22px;
		text-align: center;
		color: #030303;
		font-family: "MPLUS1p-Medium";
		margin: 10px auto;
	}
	.contact h2 span{
		font-size: 12px;
	}

	.contact-tf{
		width: 90%;
		max-width: 1000px;
		height: 180px;
		margin: 20px auto;
		font-family: "Yu Gothic Bold";
		color: #030303;
	}
	.contact-tf img{
		float: left;
		padding-left: 20px;
		padding-right: 20px;
		border-right: 1px solid #030303;
		margin-right: 20px;
		margin-bottom: 30px;
	}
	.contact-tf .contact-tel{
		float: left;
		width: 49%;
		max-width: 497px;
		height: 110px;
		background-color: #fff;
		padding-top: 30px;
		border: 1px solid #030303;
}
	
	.contact-tf p,.contact-tf a{
		color: #030303;
	}
	.contact-tf .contact-fax{
		float: right;
		width: 49%;
		max-width: 497px;
		height: 110px;
		background-color: #fff;
		padding-top: 30px;
		border: 1px solid #030303;
	}

	.contact-tf .text-15{
		font-size: 15px;
	}
	.contact-tf .text-28{
		font-size: 28px;
	}
	.contact-tf .text-14{
		font-size: 14px;
		font-family: "Yu Gothic Medium";
		margin-top: 5px;
		line-height: 130%;
	}
}


@media screen and (max-width: 960px){
	.contact{
		width: 100%;
	}
	.contact h2{
		font-size: 22px;
		text-align: center;
		color: #030303;
		font-family: "MPLUS1p-Medium";
		margin: 10px auto;
	}
	.contact h2 span{
		font-size: 12px;
	}

	.contact-tf{
		width: 500px;
		height: auto;
		margin: 20px auto;
		font-family: "Yu Gothic Bold";
		color: #030303;
	}
	.contact-tf img{
		float: left;
		padding-left: 20px;
		padding-right: 20px;
		border-right: 1px solid #030303;
		margin-right: 20px;
		margin-bottom: 30px;
	}
	.contact-tf .contact-tel{
		width: 500px;
		max-width: 497px;
		height: 120px;
		background-color: #fff;
		padding-top: 30px;
		border: 1px solid #030303;
		margin-bottom: 20px;
}
	
	.contact-tf p,.contact-tf a{
		color: #030303;
	}
	.contact-tf .contact-fax{
		width: 500px;
		max-width: 497px;
		height: 120px;
		background-color: #fff;
		padding-top: 30px;
		border: 1px solid #030303;
	}

	.contact-tf .text-15{
		font-size: 15px;
	}
	.contact-tf .text-28{
		font-size: 28px;
	}
	.contact-tf .text-14{
		font-size: 14px;
		font-family: "Yu Gothic Medium";
		margin-top: 5px;
		line-height: 130%;
	}
}

