@charset "utf-8";

/*------------------------------------------------------------------*/
/* 全幅使用の特設ページ
/*------------------------------------------------------------------*/
/*--------------------------------------
header
----------------------------------------*/
.header {
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ccffffff,EndColorStr=#ccffffff);
  /*IE8以下用*/
  z-index: 90;
  background-color: #fff;
  -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.25);
}
.productName{
	text-decoration: none;
}
.h_nav{
	width: 408px;
	float: right;
	text-align: right;
	float: right;
}
.topHeader {
  z-index: 90;
  width: 1000px;
  margin: auto;
  margin-top: 8px;
}
.topHeader h1 {
  z-index: -999;
  position: absolute;
  font-size: -99px;
  color: rgba(255, 255, 255, 0);
  display: none;
  overflow: hidden;
}
.topHeader .logo {
  display: block;
  width: 146px;
  height: 46px;
  margin-right: 60px;
  float: left;
  margin-top: 3px;
}
.topHeader .logo img {
  width: 100%;
}
.topHeader .productName {
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #323232;
  float: left;
  margin-top: 14px;
}
.topHeader .headerContact {
  margin-top: 5px;
  display: block;
  width: 188px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  font-family: "Hiragino Sans","メイリオ" , Meiryo ,"Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" ,  "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  float: right;
  background-color: #71AF42;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 6px 0 #4f802b;
  -webkit-box-shadow: 0 6px 0 #4f802b;
  box-shadow: 0 6px 0 #4f802b;
  text-decoration: none;
}
.topHeader .headerContact:hover {
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  background-color: #b1d893;
  -moz-box-shadow: 0 3px 0 #4f802b;
  -webkit-box-shadow: 0 3px 0 #4f802b;
  box-shadow: 0 3px 0 #4f802b;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.topHeader .headerContact:active {
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  background-color: #4a7926;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.h__translation{
	width: auto;
	height: auto;
	margin-top: 10px;
	float: left;
}
.h__tel {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 19px;
	margin-top: 2px;
	border-left: none !important;
	width: 210px;
	height: 39px;
	float: left;
}
.h__tel__txt01{
	font-size: 11px;
	text-align: left;
	margin-top: 4px;
}

.h__tel__txt02{
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}
.h__tel__txt02 > span{
	display: block;
	width: 26px;
	height: 15px;
	background-image:url(../images/h__tel-icon.png);
	float: left;
	margin-top: 3px;
	margin-right: 5px;
	font-size: 0.0000001px;
	color: rgba(255, 255, 255,0);
}

.h__contact{
	width: auto;
	height: 39px;
	float: right;
}
/*--------------------------------------
footer__more　copy
----------------------------------------*/

.footer__more {
  display: block;
  width: 278px;
  color: #323232;
  font-size: 15px;
  font-weight: bold;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  left: 0;
  right: 0;
  text-decoration: none;
  margin: auto;
  text-align: center;
  margin-top: 36px;
  margin-bottom: 40px;
}
.footer__more:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #323232;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__more:hover:after {
  width: 100%;
}



.copy2 {
	width: 100%;
  min-width: 1000px;
  margin: auto;
  text-align: center;
  height: 92px;
  line-height: 92px;
  border-top:1px solid #ddd;
}
.copy2 > p {
  font-family: "Hiragino Sans","メイリオ" , Meiryo ,"Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" ,  "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

/*--------------------------------------
pagetop
----------------------------------------*/
#page_top {
  z-index: 2;
  position: fixed;
  bottom: 15px;
  right: 20px;
}



/*
	Heading
--------------------------------*/
#main_sp{
	width: 980px;
	margin:0 auto;
}
#title_img_area{
	background-color:#D1D9E4;
	margin-top: 70px;
}

/*
	Module
--------------------------------*/
.column2_sp{
	/*margin-right: -31px;*/
	margin-top: 30px;
	margin-bottom: 30px;
}

.column2_sp .col_text{
	float: left;
	width: 470px;
	margin-right: 40px;
}

.column2_sp .col_img{
	float: right;
	width: 470px;
}

.border {
    position: relative;
	padding-top: 30px;
    border-top: 1px solid #666666;
}

/*
	title
--------------------------------*/
h5.sp{
	font-size:100%;
	font-weight:bold;
}

/*
	link
--------------------------------*/
a.text_link {
    color: #3270C5;
    text-decoration: underline;
}
a.text_link:hover {
    color: #333333;
    text-decoration: none;
}

/*
	btn
--------------------------------*/
.main_contact_btn_sp {
	text-align: center;
    margin-top: 50px;
    margin-bottom: 60px;
}


/*--------------------------------------
conts06   展示会出展追加CSS 170606
----------------------------------------*/
.conts06 {
  width: 100%;
  background-color: #f8b62d;
  height: 264px;
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.conts06--inner {
  width: 1000px;
  margin: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.conts06--inner .col2 {
  width: 1000px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.conts06--inner .col-01 {
  width: 490px;
  margin-right: 38px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.conts06--inner .col-01 .txt-01 {
  width: 423px;
  height: 96px;
  margin-top: 10px;
  margin-bottom: 18px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.conts06--inner .col-01 .txt-01 > p {
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
}
.conts06--inner .col-01 .txt-02 {
  width: 452px;
  color: #fff;
    font-size: 16px;
  line-height: 24px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.conts06--inner .col-02 {
  float: left;
  background-color: #3575d4;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.conts06--inner .txt-03 {
  width: 471px;
  height: 223px;
  padding: 18px 20px;
  background-color: #fddea6;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.conts06--inner .txt-03 .h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 25px;
}
.conts06--inner .txt-03 .txt {
  font-size: 17px;
  line-height: 32px;
}
.conts06--inner .txt-03 .link {
  margin-top: 22px;
}
.conts06--inner .txt-03 .link > a {
  color: #333333;
  text-decoration: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.conts06--inner .txt-03 .link > a:hover {
  color: #707070;
}

.pickup {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  position: fixed;
  width: 175px;
  bottom: 0;
  left: 0px;
  font-size: 13px;
  line-height: 22px;
  color: #fff;
  height: 70px;
  padding: 10px;
  padding-top: 14px;
  text-align: center;
  background-color: #3270C6;
  -moz-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.2);
  font-weight: 600;
  font-family: "Hiragino Sans","メイリオ" , Meiryo ,"Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" ,  "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
