@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	font-style: normal;
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

#contact img:hover {
	opacity: 0.8;
}


html {
	width: 100%;
	height: 100%;
	font-size: 10px;
}

/*アニメーション*/
@keyframes loop {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -1258px 0;
  }
}




/*======= body =======*/
body {
	color: #333;
	height: 100%;
	overflow-x: hidden;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5rem;/* 15px相当 */
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	line-height: 2;
}
/*======= header =======*/
header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	width: 100%;
	height: 80px;
	margin: auto;
	background: #FFF;
	box-shadow: 0 2px 2px 0px rgba(0,0,0,0.05);
}
#logo {
	position: absolute;
	top: 6px;
	left: 30px;
	height: 43px;
}
#logo a * {
	color: #0E71D5;
	display: inline-block;
	margin-right: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Verdana, Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic", "Osaka－等幅";
	font-weight: 600;
	vertical-align: middle;
}
#logo img {
	width: auto;
	max-height: 100%;
}
/*======= navi =======*/
#breadcrumbs {
	position: relative;
	z-index: 1;
}
#breadcrumbs ul {
	color: #0C72D8;
	padding: 25px 0 35px;
	font-size: 1.4rem;
	letter-spacing: -0.4em;
}
#breadcrumbs li {
	display: inline-block;
	letter-spacing: normal;
}
#breadcrumbs li::after {
	content: "＞";
	display: inline-block;
	padding: 0 1rem;
	font-size: 1rem;
}
#breadcrumbs li:last-child {
	color: #666;
}
#breadcrumbs li:last-child::after {
	content: none;
}
/**/
#breadcrumbs li a {
	color: inherit;
	position: relative;
	display: inline-block;
	line-height: 1.5;
}
#breadcrumbs li a:hover {
	color: #0C72D8;
}







@media screen and (min-width:1001px) , print{
	
.spmenu{
display:none;
}	
	
.spmenuboard{
display:none;
}		
	
	
	
	
	
	
#gNavi {
	position: absolute;
	/* top: 0; */
	right: 0;
}
#gNavi ul {
	position: relative;
	display: flex;
	height: 80px;
}
#gNavi ul .marker {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 120px;
	height: 2px;
	opacity: 0;
	background: #7ac036;
	transition: all 0.3s;
}
#gNavi li.gnHome:hover ~ .marker,  #pageHome ul .marker {
	opacity: 1;
	transform: translateX(0);
}
#gNavi li.gnCompany:hover ~ .marker,  #pageCompany ul .marker {
	opacity: 1;
	transform: translateX(120px);
}
#gNavi li.gnBusiness:hover ~ .marker,  #pageBusiness ul .marker {
	opacity: 1;
	transform: translateX(240px);
}
#gNavi li.gnMaterials:hover ~ .marker,  #pageMaterials ul .marker {
	opacity: 1;
	transform: translateX(360px);
}
#gNavi li.gnoem:hover ~ .marker,  #pageoem ul .marker {
	opacity: 1;
	transform: translateX(480px);
}
#gNavi li.gnWork:hover ~ .marker,  #pageWork ul .marker {
	opacity: 1;
	transform: translateX(600px);
}
#gNavi li {
	position: relative;
	width: 120px;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	list-style: none;
	letter-spacing: 1px;
}
#gNavi li span{
	font-size: 10px;
}
#gNavi .gnContact {
	font-size: 1.4rem;
	background: #F2F2F2;
	transition: background 0.3s;
}
#gNavi .gnContact:hover,  #pageContact #gNavi li.gnContact {
	background: #7ac036;
}
#gNavi li a {
	position: absolute;
	top: 50%;
	display: block;
	width: 100%;
	transform: translateY(-50%);
	transition: color 0.3s;
}
#gNavi .current a {
	color: #7ac036;
}	
#gNavi li:not(.gnContact) a {
	line-height: 1.3;
	border-left: 1px solid #C2C2C2;
}
#gNavi .gnContact a {
	display: block;
	line-height: 1.3;
}
#gNavi .gnContact:hover a::before,  #pageContact #gNavi li.gnContact a::before {
	opacity: 1;
}
#gNavi .gnContact:hover a::after,  #pageContact #gNavi li.gnContact a::after {
	opacity: 0;
}
#gNavi li:hover a,  #pageCompany #gNavi li.gnCompany a,  #pageBusiness #gNavi li.gnBusiness a,  #pageMaterials #gNavi li.gnMaterials a,  #pageWork #gNavi li.gnWork a,  #pageRecruit #gNavi li.gnRecruit a {
	color: #7ac036;
}
#gNavi .gnContact:hover a,  #pageContact #gNavi li.gnContact a {
	color: #FFF;
}
#btnMenu {
	display: none;
}
	
	
	
	
/*======= kv =======*/
#keyv {
	width: 100vw;
	height: 600px;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 80px;
}
	
#keyv .kv_titl{
	padding: 0;
	text-align: center;
}

#keyv .kv_titl h1{
	font-size: 42px;
    color: #fff;
    font-weight: bold;
    line-height: 36px;
	text-shadow: 0 0 10px rgba(0,0,0,0.8);
}

	
#keyv .kv_titl h1 span{
	font-size: 18px;
	margin: 0;
	padding: 0;
	color: #fff;
	font-style: normal;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
}


	
	
/*======= message =======*/	
#message {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#message h2 {
	width: 1000px;
	height: 92px;
	font-size: 28px;
	color: #333333;
	padding-top: 80px;
	margin: 0 auto 50px;
	text-align: center;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: normal;
}
#message h2 span {
	font-size: 14px;
	color: #333333;
	padding: 0 0 30px 0;
	margin: 0;
	text-align: center;
	line-height: 14px;
	letter-spacing: 1px;
	border-bottom: 1px solid #7ac036;
	font-weight: normal;
}
#message .messa_img {
	width: 440px;
	height: 300px;
	padding: 0;
	margin: 0;
	float: left;
}
#message .messa_text {
	width: 500px;
    height: 300px;
    padding: 0;
    margin: 0 0 0 60px;
    float: left;
}
#message .messa_img2 {
	width: 440px;
	height: 300px;
	padding: 0;
	margin: 0 0 0 0;
	float: right;
}
#message .messa_text2 {
	width: 500px;
    height: 300px;
    padding: 0;
    margin: 0 0 0 0;
    float: left;
}
#message .messa_titl {
	font-size: 20px;
    line-height: 20px;
    padding: 4px 10px;
    margin: 20px 0;
    border-left: 3px solid #7ac036;
}
#message .messa_titl span{
	font-size: 12px;
    line-height: 18px;
    padding: 0 0 0 3px;
    margin: 0;
}
#message .messa_titl2 span{
	font-size: 12px;
    line-height: 18px;
    padding: 0 0 0 3px;
    margin: 0;
}
#message .messa_titl2 {
	font-size: 20px;
    line-height: 20px;
    padding: 4px 10px;
    margin: 20px 0;
    border-left: 3px solid #7ac036;
}
#message .messa_text p{
	font-size: 14px;
	text-align: justify;
	text-justify: inter-ideograph;
}
#message .messa_border {
	width: 1000px;
	height: 1px;
	padding: 20px 0;
	margin: 40px auto;
	border-bottom: 1px #e0e0e0 solid;
	clear: both;
}	
	
	
	

	
	
	
/*======= news =======*/	
#news {
	width: 100%;
	margin: 0 auto 0;
	padding: 0;
	overflow: hidden;
}
#news h2 {
	width: 1000px;
	height: 92px;
	font-size: 28px;
	color: #333333;
	padding-top: 100px;
	margin: 0 auto 50px;
	text-align: center;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: normal;
}
#news h2 span {
	font-size: 14px;
	color: #333333;
	padding: 0 0 30px 0;
	margin: 0;
	text-align: center;
	line-height: 14px;
	letter-spacing: 1px;
	border-bottom: 1px solid #7ac036;
	font-weight: normal;
}
#news .inner {
	width: 1000px;
	padding: 0;
	margin: 0 auto;
}
#news .news_box {
	width: 220px;
	min-height: 260px;
	padding: 8px;
	margin: 0 7px;
	overflow: hidden;
	float: left;
	background: #fff;
    -webkit-box-shadow: 0 5px 25px -3px rgba(0,0,0,.1);
    box-shadow: 0 5px 25px -3px rgba(0,0,0,.1);
}
#news .news_box p{
	font-size: 12px;
	line-height: 20px;
}
#news .news_box span{
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    padding: 10px 0;
    margin: 0;
}
#news .inner a:hover img{
	opacity: 0.8;
}
#news .mlr {
	margin: 0 24px;
}
#news .inner a:link {
	color: #333;
	text-decoration: none;
}
#news .inner a:visited {
	color: #333;
	text-decoration: none;
}
#news .inner a:hover {
	color: #7ac036;
	text-decoration: none;
}
#news .inner a:active {
	color: #333;
	text-decoration: none;
}
#news .btn{
	font-size: 14px;
	color: #333;
	letter-spacing: 1px;
	padding: 0;
	margin: 20px 10px 0 0;
	float: right;
}
	
#news .btn img{
	width: 14px;
	padding: 0;
	margin: 0 0 -2px 4px;
}
	
#news .btn a:link {
	color: #333;
	text-decoration: none;
	}
#news .btn a:visited {
	color: #333;
	text-decoration: none;
	}
#news .btn a:hover {
	color: #999;
	text-decoration: none;
	}
#news .btn a:active {
	color: #333;
	text-decoration: none;
	}
	
	
	
	
	
/*======= company =======*/
#toptechnology {
	width: 1000px;
	margin: 90px auto 90px;
	padding: 0;
	overflow: hidden;
}
#toptechnology h2 {
	width: 1000px;
	height: 92px;
	font-size: 28px;
	color: #333333;
	margin: 0 auto 50px;
	text-align: center;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: normal;
}
#toptechnology h2 span {
	font-size: 14px;
	color: #333333;
	padding: 0 0 30px 0;
	margin: 0;
	text-align: center;
	line-height: 14px;
	letter-spacing: 1px;
	border-bottom: 1px solid #7ac036;
	font-weight: normal;
}
	
#toptechnology .recruit_area {
	width: 460px;
	height: 300px;
	margin: 0 20px 50px;
	padding: 0;
	float: left;
	background-image: url(../images/topblock_1.jpg);
}
	
#toptechnology .recruit_area .box_r {
    width: 400px;
    height: 130px;
    margin: 200px auto 0;
    padding: 0;
    -webkit-box-shadow: 0 5px 25px -3px rgba(0,0,0,.1);
    box-shadow: 0 5px 25px -3px rgba(0,0,0,.1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
#toptechnology .recruit_area .box_r:hover {
    -webkit-box-shadow: 0 5px 25px -3px rgba(0,0,0,.3);
    box-shadow: 0 5px 25px -3px rgba(0,0,0,.3);
}
	
#toptechnology .company_area {
	width: 460px;
	height: 300px;
	margin: 0 20px 50px;
	padding: 0;
	float: left;
	background-image: url(../images/topblock_2.jpg);
}
	
#toptechnology .company_area .box_l {
    width: 400px;
    height: 130px;
    margin: 200px auto 0;
	padding: 0;
    -webkit-box-shadow: 0 5px 25px -3px rgba(0,0,0,.1);
    box-shadow: 0 5px 25px -3px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 5px 25px -3px rgba(0,0,0,.1);
    box-shadow: 0 5px 25px -3px rgba(0,0,0,.1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
#toptechnology .company_area .box_l:hover {
    -webkit-box-shadow: 0 5px 25px -3px rgba(0,0,0,.3);
    box-shadow: 0 5px 25px -3px rgba(0,0,0,.3);
}
		
#toptechnology .box_bg {
	background: #ffffff;
	border-radius: 3px;
	border: 1px solid #ddd;
}
	
#toptechnology .titl {
	font-size: 24px;
    color: #333;
    margin: 30px 0 0 30px;
    line-height: 26px;
    border-left: 3px solid #7ac036;
    padding-left: 14px;
}
	
#toptechnology .titl span{
	font-size: 14px;
	color: #333;
	letter-spacing: 1px;
	padding-left: 3px;
}
	
#toptechnology .underber{
	width: 30px;
	border-bottom: 1px solid #7ac036;
	margin: 20px 30px;
	padding: 0;
}

	
#toptechnology .text{
	font-size: 14px;
	line-height: 24px;
	color: #333;
	letter-spacing: 1px;
	padding: 0;
	margin: 0 30px;
	text-align: justify;
	text-justify: inter-ideograph;
}
	
#toptechnology .btn{
	font-size: 12px;
	font-weight: bold;
	color: #333;
	letter-spacing: 1px;
	padding: 0;
	margin: 0 30px 0;
	float: right;
}
	
#toptechnology .btn img{
	width: 14px;
	padding: 0;
	margin: 0 0 -2px 4px;
}
	
#toptechnology .btn a:link {
	color: #333;
	text-decoration: none;
	}
#toptechnology .btn a:visited {
	color: #333;
	text-decoration: none;
	}
#toptechnology .btn a:hover {
	color: #7ac036;
	text-decoration: none;
	}
#toptechnology .btn a:active {
	color: #333;
	text-decoration: none;
	}

.topborder{
	width: 100%;
	border-bottom: 1px solid #ccc;
}	
	
	
	
	
	
/*======= photogallery =======*/
#photogallery {
  width: 100%;
	margin: 100px auto 0;
	padding: 0;
	overflow: hidden;
}
#photogallery h2 {
	width: 1000px;
	height: 92px;
	font-size: 28px;
	color: #333333;
	margin: 0 auto 50px;
	text-align: center;
	line-height: 30px;
	letter-spacing: 1px;
	font-weight: normal;
}
#photogallery h2 span {
	font-size: 14px;
	color: #333333;
	padding: 0 0 30px 0;
	margin: 0;
	text-align: center;
	line-height: 14px;
	letter-spacing: 1px;
	border-bottom: 1px solid #7ac036;
	font-weight: normal;
}
	
#photogallery .photoloop {
  background: url( ../images/topphoto_slider.jpg) repeat-x 0 0;
  width: 100%;
  height: 250px;
  overflow: hidden;
  -moz-animation: loop 26s linear infinite;
  animation: loop 26s linear infinite;
	margin-bottom: 80px;
}	
		
	
/*======= contact =======*/	
#contact {
	width: 768px;
	height: 130px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#contact img{
	width: 230px;
	margin: 30px 12px;
	padding: 0;
	vertical-align: bottom;
}


	
.spnone {
	display: none;
}
/*======= contact =======*/	


	
	
	
	
	

/*======= footer =======*/	
#footer {
	width: 1000px;
	height: 20px;
	margin: 30px auto 0;
	padding: 0;
	overflow: hidden;
}
	
#footer li a:link {
	color: #333;
	text-decoration: none;
	}
#footer li a:visited {
	color: #333;
	text-decoration: none;
	}
#footer li a:hover {
	color: #7ac036;
	text-decoration: none;
	}
#footer li a:active {
	color: #333;
	text-decoration: none;
	}

	
#footer .footer_logo{
	width: 214px;
	margin: 60px auto 20px;
	padding: 0;
}
	
#footer ul{
	width: 685px;
    margin: 0 auto;
    padding: 0;
}
	
#footer li{
	font-size: 13px;
    color: #333;
    margin: 0 16px;
    padding: 0 0 0 18px;
    float: left;
    list-style: none;
    background-image: url(../images/arrow_r.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 0 6px;}
	
.pagetop {
	width: 100%;
	height: 60px;
	background: #e7001d;
	text-align: center;
}
	
.pagetop img{
	width: 6%;
}

.bottom_menu {
	width: 100%;
    height: 40px;
    margin: 30px auto 0;
    padding: 0;
    text-align: center;
    border-bottom: 4px solid #7ac036;
}
	
.copy {
	font-size: 12px;
}
}







@media screen and (min-width:769px) and (max-width:1000px){
	
.spmenu{
display:none;
}	
	
.spmenuboard{
display:none;
}		
	
	
	
	
	
	
#gNavi {
	position: absolute;
	/* top: 0; */
	right: 0;
}
#gNavi ul {
	position: relative;
	display: flex;
	height: 80px;
}
#gNavi ul .marker {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 120px;
	height: 2px;
	opacity: 0;
	background: #7ac036;
	transition: all 0.3s;
}
#gNavi li.gnHome:hover ~ .marker,  #pageHome ul .marker {
	opacity: 1;
	transform: translateX(0);
}
#gNavi li.gnCompany:hover ~ .marker,  #pageCompany ul .marker {
	opacity: 1;
	transform: translateX(120px);
}
#gNavi li.gnBusiness:hover ~ .marker,  #pageBusiness ul .marker {
	opacity: 1;
	transform: translateX(240px);
}
#gNavi li.gnMaterials:hover ~ .marker,  #pageMaterials ul .marker {
	opacity: 1;
	transform: translateX(360px);
}
#gNavi li.gnWork:hover ~ .marker,  #pageWork ul .marker {
	opacity: 1;
	transform: translateX(480px);
}
#gNavi li.gnRecruit:hover ~ .marker,  #pageRecruit ul .marker {
	opacity: 1;
	transform: translateX(600px);
}
#gNavi li {
	position: relative;
	width: 120px;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	list-style: none;
	letter-spacing: 1px;
}
#gNavi li span{
	font-size: 10px;
}
#gNavi .gnContact {
	font-size: 1.4rem;
	background: #F2F2F2;
	transition: background 0.3s;
}
#gNavi .gnContact:hover,  #pageContact #gNavi li.gnContact {
	background: #7ac036;
}
#gNavi li a {
	position: absolute;
	top: 50%;
	display: block;
	width: 100%;
	transform: translateY(-50%);
	transition: color 0.3s;
}
#gNavi li:not(.gnContact) a {
	line-height: 1.3;
	border-left: 1px solid #C2C2C2;
}
#gNavi .gnContact a {
	display: block;
	line-height: 1.3;
}
#gNavi .gnContact:hover a::before,  #pageContact #gNavi li.gnContact a::before {
	opacity: 1;
}
#gNavi .gnContact:hover a::after,  #pageContact #gNavi li.gnContact a::after {
	opacity: 0;
}
#gNavi li:hover a,  #pageCompany #gNavi li.gnCompany a,  #pageBusiness #gNavi li.gnBusiness a,  #pageMaterials #gNavi li.gnMaterials a,  #pageWork #gNavi li.gnWork a,  #pageRecruit #gNavi li.gnRecruit a {
	color: #7ac036;
}
#gNavi .gnContact:hover a,  #pageContact #gNavi li.gnContact a {
	color: #FFF;
}
#btnMenu {
	display: none;
}
	
	
	
	
/*======= kv =======*/
#keyv {
	width: 100vw;
	height: 500px;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
	
#keyv .kv_titl{
	margin-top: 90px;
	padding: 0;
	text-align: center;
}

#keyv .kv_titl h1{
	font-size: 42px;
    color: #fff;
    font-weight: bold;
    line-height: 36px;
	text-shadow: 0 0 10px rgba(0,0,0,0.4);
}

	
#keyv .kv_titl h1 span{
	font-size: 18px;
	margin: 0;
	padding: 0;
	color: #fff;
	font-style: normal;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
}


	
	
/*======= message =======*/	
#message {
	width: 96%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#message h2 {
	width: 100%;
	height: 92px;
	font-size: 28px;
	color: #333333;
	padding-top: 80px;
	margin: 0 auto 50px;
	text-align: center;
	line-height: 30px;
	letter-spacing: 1px;
}
#message h2 span {
	font-size: 14px;
	color: #333333;
	padding: 0 0 30px 0;
	margin: 0;
	text-align: center;
	line-height: 14px;
	letter-spacing: 1px;
	border-bottom: 1px solid #7ac036;
}
#message .messa_img {
	width: 44%;
	height: 300px;
	padding: 0;
	margin: 0;
	float: left;
}
#message .messa_text {
	width: 50%;
    height: 300px;
    padding: 0;
    margin: 0 0 0 6%;
    float: right;
}
#message .messa_img2 {
	width: 44%;
	height: 300px;
	padding: 0;
	margin: 0 0 0 0;
	float: right;
}
#message .messa_text2 {
	width: 50%;
    height: 300px;
    padding: 0;
    margin: 0 0 0 0;
    float: left;
}
#message .messa_titl {
	font-size: 20px;
    line-height: 20px;
    padding: 4px 10px;
    margin: 20px 0;
    border-left: 3px solid #7ac036;
}
#message .messa_titl span{
	font-size: 12px;
    line-height: 18px;
    padding: 0 0 0 3px;
    margin: 0;
}
#message .messa_titl2 span{
	font-size: 12px;
    line-height: 18px;
    padding: 0 0 0 3px;
    margin: 0;
}
#message .messa_titl2 {
	font-size: 20px;
    line-height: 20px;
    padding: 4px 10px;
    margin: 20px 0;
    border-left: 3px solid #7ac036;
}
#message .messa_text p{
	font-size: 14px;
	text-align: justify;
	text-justify: inter-ideograph;
}
#message .messa_border {
	width: 100%;
	height: 1px;
	padding: 20px 0;
	margin: 40px auto;
	border-bottom: 1px #e0e0e0 solid;
	clear: both;
}
/*======= message =======*/		
	
	
	
	

	
	
	
/*======= news =======*/	
#news {
	width: 100%;
	margin: 0 auto 0;
	padding: 0;
	overflow: hidden;
}
#news h2 {
	width: 100%;
	height: 92px;
	font-size: 28px;
	color: #333333;
	padding-top: 100px;
	margin: 0 auto 50px;
	text-align: center;
	line-height: 30px;
	letter-spacing: 1px;
}
#news h2 span {
	font-size: 14px;
	color: #333333;
	padding: 0 0 30px 0;
	margin: 0;
	text-align: center;
	line-height: 14px;
	letter-spacing: 1px;
	border-bottom: 1px solid #7ac036;
}
#news .inner {
	width: 96%;
	padding: 0;
	margin: 0 auto;
}
#news .news_box {
	width: 22%;
    min-height: 240px;
    padding: 8px;
    margin: 0 3px;
    overflow: hidden;
    float: left;
    background: #fff;
    -webkit-box-shadow: 0 5px 25px -3px rgba(0,0,0,.1);
    box-shadow: 0 5px 25px -3px rgba(0,0,0,.1);
}
#news .news_box p{
	font-size: 12px;
	line-height: 20px;
}
#news .news_box span{
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    padding: 10px 0;
    margin: 0;
}
#news .inner a:hover img{
	opacity: 0.8;
}
#news .mlr {
	margin: 0 24px;
}
#news .inner a:link {
	color: #333;
	text-decoration: none;
}
#news .inner a:visited {
	color: #333;
	text-decoration: none;
}
#news .inner a:hover {
	color: #7ac036;
	text-decoration: none;
}
#news .inner a:active {
	color: #333;
	text-decoration: none;
}
#news .btn{
	font-size: 14px;
	color: #333;
	letter-spacing: 1px;
	padding: 0;
	margin: 20px 20px 0 0;
	float: right;
}
	
#news .btn img{
	width: 14px;
	padding: 0;
	margin: 0 0 -2px 4px;
}
	
#news .btn a:link {
	color: #333;
	text-decoration: none;
	}
#news .btn a:visited {
	color: #333;
	text-decoration: none;
	}
#news .btn a:hover {
	color: #999;
	text-decoration: none;
	}
#news .btn a:active {
	color: #333;
	text-decoration: none;
	}

	
	
	
	
	
/*======= company =======*/
#toptechnology {
	width: 100%;
	margin: 90px auto 90px;
	padding: 0;
	overflow: hidden;
}
#toptechnology h2 {
	width: 100%;
	height: 92px;
	font-size: 28px;
	color: #333333;
	margin: 0 auto 50px;
	text-align: center;
	line-height: 30px;
	letter-spacing: 1px;
}
#toptechnology h2 span {
	font-size: 14px;
	color: #333333;
	padding: 0 0 30px 0;
	margin: 0;
	text-align: center;
	line-height: 14px;
	letter-spacing: 1px;
	border-bottom: 1px solid #7ac036;
}
	
#toptechnology .recruit_area {
	width: 45%;
	height: 300px;
	margin: 0 18px 50px;
	padding: 0;
	float: left;
	background-image: url(../images/topblock_1.jpg);
	background-position: center;
}
	
#toptechnology .recruit_area .box_r {
	width: 90%;
	height: 130px;
    margin: 200px auto 0;
    padding: 0;
    -webkit-box-shadow: 0 5px 25px -3px rgba(0,0,0,.1);
    box-shadow: 0 5px 25px -3px rgba(0,0,0,.1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
#toptechnology .recruit_area .box_r:hover {
    -webkit-box-shadow: 0 5px 25px -3px rgba(0,0,0,.3);
    box-shadow: 0 5px 25px -3px rgba(0,0,0,.3);
}
	
#toptechnology .company_area {
	width: 45%;
	height: 300px;
	margin: 0 18px 50px;
	padding: 0;
	float: left;
	background-image: url(../images/topblock_2.jpg);
	background-position: center;
}
	
#toptechnology .company_area .box_l {
	width: 90%;
    height: 130px;
    margin: 200px auto 0;
	padding: 0;
    -webkit-box-shadow: 0 5px 25px -3px rgba(0,0,0,.1);
    box-shadow: 0 5px 25px -3px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 5px 25px -3px rgba(0,0,0,.1);
    box-shadow: 0 5px 25px -3px rgba(0,0,0,.1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
#toptechnology .company_area .box_l:hover {
    -webkit-box-shadow: 0 5px 25px -3px rgba(0,0,0,.3);
    box-shadow: 0 5px 25px -3px rgba(0,0,0,.3);
}
		
#toptechnology .box_bg {
	background: #ffffff;
	border-radius: 3px;
	border: 1px solid #ddd;
}
	
#toptechnology .titl {
	font-size: 24px;
    color: #333;
    margin: 30px 0 0 30px;
    line-height: 26px;
    border-left: 3px solid #7ac036;
    padding-left: 14px;
}
	
#toptechnology .titl span{
	font-size: 14px;
	color: #333;
	letter-spacing: 1px;
	padding-left: 3px;
}
	
#toptechnology .underber{
	width: 30px;
	border-bottom: 1px solid #7ac036;
	margin: 20px 30px;
	padding: 0;
}

	
#toptechnology .text{
	font-size: 14px;
	line-height: 24px;
	color: #333;
	letter-spacing: 1px;
	padding: 0;
	margin: 0 30px;
	text-align: justify;
	text-justify: inter-ideograph;
}
	
#toptechnology .btn{
	font-size: 12px;
	font-weight: bold;
	color: #333;
	letter-spacing: 1px;
	padding: 0;
	margin: 0 30px 0;
	float: right;
}
	
#toptechnology .btn img{
	width: 14px;
	padding: 0;
	margin: 0 0 -2px 4px;
}
	
#toptechnology .btn a:link {
	color: #333;
	text-decoration: none;
	}
#toptechnology .btn a:visited {
	color: #333;
	text-decoration: none;
	}
#toptechnology .btn a:hover {
	color: #7ac036;
	text-decoration: none;
	}
#toptechnology .btn a:active {
	color: #333;
	text-decoration: none;
	}

.topborder{
	width: 100%;
	border-bottom: 1px solid #ccc;
}	
	
	
	
	
/*======= photogallery =======*/
#photogallery {
  width: 100%;
	margin: 100px auto 0;
	padding: 0;
	overflow: hidden;
}
#photogallery h2 {
  width: 100%;
	height: 92px;
	font-size: 28px;
	color: #333333;
	margin: 0 auto 50px;
	text-align: center;
	line-height: 30px;
	letter-spacing: 1px;
}
#photogallery h2 span {
	font-size: 14px;
	color: #333333;
	padding: 0 0 30px 0;
	margin: 0;
	text-align: center;
	line-height: 14px;
	letter-spacing: 1px;
	border-bottom: 1px solid #7ac036;
}
	
#photogallery .photoloop {
  background: url( ../images/topphoto_slider.jpg) repeat-x 0 0;
  width: 100%;
  height: 250px;
  overflow: hidden;
  -moz-animation: loop 26s linear infinite;
  animation: loop 26s linear infinite;
	margin-bottom: 80px;
}	
	
	
	
	
	
/*======= contact =======*/	
#contact {
	width: 768px;
	height: 130px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#contact img{
	width: 230px;
	margin: 30px 12px;
	padding: 0;
	vertical-align: bottom;
}


	
.spnone {
	display: none;
}
/*======= contact =======*/	


	
	
	
	
	

/*======= footer =======*/	
#footer {
	width: 100%;
	height: 20px;
	margin: 30px auto 0;
	padding: 0;
	overflow: hidden;
}
	
#footer li a:link {
	color: #333;
	text-decoration: none;
	}
#footer li a:visited {
	color: #333;
	text-decoration: none;
	}
#footer li a:hover {
	color: #7ac036;
	text-decoration: none;
	}
#footer li a:active {
	color: #333;
	text-decoration: none;
	}

	
#footer .footer_logo{
	width: 214px;
	margin: 60px auto 20px;
	padding: 0;
}
	
#footer ul{
	width: 685px;
    margin: 0 auto;
    padding: 0;
}
	
#footer li{
	font-size: 13px;
    color: #333;
    margin: 0 16px;
    padding: 0 0 0 18px;
    float: left;
    list-style: none;
    background-image: url(../images/arrow_r.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 0 6px;}
	
.pagetop {
	width: 100%;
	height: 60px;
	background: #e7001d;
	text-align: center;
}
	
.pagetop img{
	width: 6%;
}

.bottom_menu {
	width: 100%;
    height: 40px;
    margin: 30px auto 0;
    padding: 0;
    text-align: center;
    border-bottom: 4px solid #7ac036;
}
	
.copy {
	font-size: 12px;
}
}







@media screen and (max-width:768px) {
	
.pcnone {
	display: none;
}
	
	

.spmenu.is-animate{-webkit-transition-duration:.6s;transition-duration:.6s;-webkit-transition-timing-function:cubic-bezier(1,0,0,1);transition-timing-function:cubic-bezier(1,0,0,1)}
.spmenuac{
    transform: translate3d(0px, -100px, 0px);
}
.spmenuac2{
display:block;
    transform: translate3d(0px, -0, 0px);
}
#spmenub{
width:25px;
height:25px;
position:absolute;
top:0px;
right:15px;
}
#spmenub a:hover{
opacity:1;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 25px;
  height: 22px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 10px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.menu-trigger.active span:nth-of-type(3) {
  opacity: 0;
}
.close{
opacity:0;
z-index:-9999;
transition: all .4s;
}
.open{
opacity:1;
z-index:100000;
transition: all .4s;
}
.spmenuboard{
position:fixed;
height:100%;
top:58px;
width:100%;
background:#fff;
transition: all .4s;
}
.spmenu{
background:#ffffff;
padding:0px 3%;
height:56px;
line-height:65px;
width:94%;
position:fixed;
top:0;
z-index:1000;
border-bottom: 2px solid #7ac036;
}
.spmenuli i{
position:absolute;
right:15px;
font-size:20px;
font-weight:bold;
transition: all .3s ease;
-webkit-transition: all .3s ease;
}
.spmenuli{
padding:20px 20px;
font-size:14px;
font-weight:bold;
letter-spacing:1px;
position:relative;
border-bottom:1px solid #e3e3e3;
}
.spmenuli a{
display:block;
text-decoration:none;
color:#000;
}
.spmenuli_b{
padding:20px 10px 20px 20px;
font-size:14px;
font-weight:bold;
letter-spacing:1px;
position:relative;
border-bottom:1px solid #EBEBEB;
}
.spmenuli_b a{
display:block;
text-decoration:none;
color:#959595;
}
.spmenuli i.down{
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.spmenuli i.up{
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.splogo {
    width: 160px;
    margin-top: 6px;
}

	
	
	

	
	
	

	
header {
	display: none;
}
	
	
#gNavi {
	position: absolute;
	/* top: 0; */
	right: 0;
}
	
#gNavi .tabnone{
	display: none;
}

#gNavi ul {
	position: relative;
	display: flex;
	height: 80px;
}
#gNavi ul .marker {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 110px;
	height: 5px;
	opacity: 0;
	background: #e7001d;
	transition: all 0.3s;
}
#gNavi li.gnHome:hover ~ .marker,  #pageHome ul .marker {
	opacity: 1;
	transform: translateX(0);
}
#gNavi li.gnCompany:hover ~ .marker,  #pageCompany ul .marker {
	opacity: 1;
	transform: translateX(110px);
}
#gNavi li.gnBusiness:hover ~ .marker,  #pageBusiness ul .marker {
	opacity: 1;
	transform: translateX(220px);
}
#gNavi li.gnMaterials:hover ~ .marker,  #pageMaterials ul .marker {
	opacity: 1;
	transform: translateX(330px);
}
#gNavi li.gnWork:hover ~ .marker,  #pageWork ul .marker {
	opacity: 1;
	transform: translateX(440px);
}
#gNavi li.gnRecruit:hover ~ .marker,  #pageRecruit ul .marker {
	opacity: 1;
	transform: translateX(600px);
}
#gNavi li {
	position: relative;
	width: 110px;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	list-style: none;
}
#gNavi .gnContact {
	font-size: 1.4rem;
	background: #F2F2F2;
	transition: background 0.3s;
}
#gNavi .gnContact:hover,  #pageContact #gNavi li.gnContact {
	background: #e7001d;
}
#gNavi li a {
	position: absolute;
	top: 50%;
	display: block;
	width: 100%;
	transform: translateY(-50%);
	transition: color 0.3s;
}
#gNavi li:not(.gnContact) a {
	line-height: 1.3;
	border-left: 1px solid #C2C2C2;
}
#gNavi .gnContact a {
	display: block;
	font-style: italic;
}
#gNavi .gnContact a::before,  #gNavi .gnContact a::after {
	content: "";
	display: block;
	width: 19px;
	height: 15px;
	margin: auto;
	opacity: 1;
	background: url(../images/gnav_icon_off.png) no-repeat 0 0;
	background-size: cover;
	transition: opacity 0.3s;
}
#gNavi .gnContact a::before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	opacity: 0;
	background: url(../images/gnav_icon.png) no-repeat 0 0;
	background-size: cover;
}
#gNavi .gnContact:hover a::before,  #pageContact #gNavi li.gnContact a::before {
	opacity: 1;
}
#gNavi .gnContact:hover a::after,  #pageContact #gNavi li.gnContact a::after {
	opacity: 0;
}
#gNavi li:hover a,  #pageCompany #gNavi li.gnCompany a,  #pageBusiness #gNavi li.gnBusiness a,  #pageMaterials #gNavi li.gnMaterials a,  #pageWork #gNavi li.gnWork a,  #pageRecruit #gNavi li.gnRecruit a {
	color: #e7001d;
}
#gNavi .gnContact:hover a,  #pageContact #gNavi li.gnContact a {
	color: #FFF;
}
#btnMenu {
	display: none;
}
	
	
	
	
/*======= kv =======*/
#keyv {
	width: 100vw;
	height: 270px;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 58px;
}
	
#keyv .kv_titl{
	margin: 0;
	padding: 0;
	text-align: center;
}

#keyv .kv_titl h1{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	line-height: 18px;
	text-shadow: 0 0 10px rgba(0,0,0,0.4);
}

	
#keyv .kv_titl h1 span{
	font-size: 10px;
	margin: 0;
	padding: 0;
	color: #fff;
	font-style: normal;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
}

	
	

/*======= message =======*/	

#message {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#message h2 {
	width: 100%;
	height: 92px;
	font-size: 20px;
	color: #333333;
	padding-top: 40px;
	margin: 0 auto 10px;
	text-align: center;
	line-height: 24px;
	letter-spacing: 1px;
}
#message h2 span {
	font-size: 14px;
	color: #333333;
	padding: 0 0 20px 0;
	margin: 0;
	text-align: center;
	line-height: 14px;
	letter-spacing: 1px;
	border-bottom: 1px solid #7ac036;
}
#message .messa_img {
	width: 93%;
	padding: 0;
	margin: 0 auto;
}
#message .messa_text {
    width: 93%;
    padding: 0;
    margin: 0 auto;
}
#message .messa_img2 {
	width: 93%;
	padding: 0;
	margin: 0 auto;
}
#message .messa_text2 {
    width: 93%;
    padding: 0;
    margin: 0 auto;
}
#message .messa_titl {
	font-size: 18px;
    line-height: 20px;
    padding: 4px 10px;
    margin: 10px 0;
    border-left: 3px solid #7ac036;
}
#message .messa_titl span{
	font-size: 12px;
    line-height: 18px;
    padding: 0 0 0 3px;
    margin: 0;
}
#message .messa_titl2 span{
	font-size: 12px;
    line-height: 18px;
    padding: 0 0 0 3px;
    margin: 0;
}
#message .messa_titl2 {
	font-size: 18px;
    line-height: 20px;
    padding: 4px 10px;
    margin: 10px 0;
    border-left: 3px solid #7ac036;
}
#message .messa_text p{
	font-size: 12px;
    line-height: 22px;
	text-align: justify;
	text-justify: inter-ideograph;
}
#message .messa_text2 p{
	font-size: 12px;
    line-height: 22px;
	text-align: justify;
	text-justify: inter-ideograph;
}
#message .messa_border {
	width: 100%;
	height: 1px;
	padding: 0;
	margin: 20px auto;
	border-bottom: 1px #e0e0e0 solid;
	clear: both;
}
/*======= message =======*/		




	
/*======= news =======*/	
#news {
	width: 100%;
	margin: 0 auto 0;
	padding: 0;
	overflow: hidden;
}
#news h2 {
    width: 100%;
    height: 92px;
    font-size: 20px;
    color: #333333;
    padding-top: 40px;
    margin: 0 auto 10px;
    text-align: center;
    line-height: 24px;
    letter-spacing: 1px;
}
#news h2 span {
	font-size: 10px;
	color: #333333;
	padding: 0 0 20px 0;
	margin: 0;
	text-align: center;
	line-height: 14px;
	letter-spacing: 1px;
	border-bottom: 1px solid #7ac036;
}
#news .inner {
	width: 96%;
	padding: 0;
	margin: 0 auto;
}
#news .news_box {
    width: 42%;
    min-height: 260px;
    padding: 8px;
    margin: 0 1.7% 14px;
    overflow: hidden;
    float: left;
    background: #fff;
    -webkit-box-shadow: 0 5px 12px 0px rgba(0,0,0,.1);
    box-shadow: 0 5px 12px 0px rgba(0,0,0,.1);
}
#news .news_box p{
	min-height: 74px;
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
	text-justify: inter-ideograph;
}
#news .news_box span{
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    padding: 10px 0;
    margin: 0;
}
#news .inner img:hover{
	opacity: 0.8;
}
#news .mlr {
	margin: 0 24px;
}
#news .inner a:link {
	color: #333;
	text-decoration: none;
}
#news .inner a:visited {
	color: #333;
	text-decoration: none;
}
#news .inner a:hover {
	color: #7ac036;
	text-decoration: none;
}
#news .inner a:active {
	color: #333;
	text-decoration: none;
}
#news .btn{
	font-size: 12px;
	color: #333;
	letter-spacing: 1px;
	padding: 0;
	margin: 10px 10px 0 0;
	float: right;
}
	
#news .btn img{
	width: 14px;
	padding: 0;
	margin: 0 0 -2px 4px;
}
	
#news .btn a:link {
	color: #333;
	text-decoration: none;
	}
#news .btn a:visited {
	color: #333;
	text-decoration: none;
	}
#news .btn a:hover {
	color: #999;
	text-decoration: none;
	}
#news .btn a:active {
	color: #333;
	text-decoration: none;
	}
	
	
	
	
	
	
/*======= company =======*/
#toptechnology {
	width: 100%;
	margin: 0 auto 50px;
	padding: 0;
	overflow: hidden;
}
#toptechnology h2 {
    width: 100%;
    height: 92px;
    font-size: 20px;
    color: #333333;
    padding: 0;
    margin: 40px auto 10px;
    text-align: center;
    line-height: 24px;
    letter-spacing: 1px;
}
#toptechnology h2 span {
	font-size: 10px;
	color: #333333;
	padding: 0 0 20px 0;
	margin: 0;
	text-align: center;
	line-height: 14px;
	letter-spacing: 1px;
	border-bottom: 1px solid #7ac036;
}
	
#toptechnology .recruit_area {
	width: 90%;
    height: 250px;
	margin: 0 auto 30px;
	padding: 0;
	background-image: url(../images/topblock_1.jpg);
	background-position: center;
	overflow: hidden;
	background-size: cover;
}
	
#toptechnology .recruit_area .box_r {
	width: 90%;
    margin: 150px auto 0;
    padding: 0;
    -webkit-box-shadow: 0 5px 25px -3px rgba(0,0,0,.1);
    box-shadow: 0 5px 25px -3px rgba(0,0,0,.1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	overflow: hidden;
}
#toptechnology .recruit_area .box_r:hover {
    -webkit-box-shadow: 0 5px 25px -3px rgba(0,0,0,.3);
    box-shadow: 0 5px 25px -3px rgba(0,0,0,.3);
}
	
#toptechnology .company_area {
    width: 90%;
    height: 250px;
    margin: 0 auto;
	padding: 0;
	background-image: url(../images/topblock_2.jpg);
	background-position: center;
	overflow: hidden;
	background-size: cover;
}
	
#toptechnology .company_area .box_l {
	width: 90%;
    margin: 150px auto 0;
	padding: 0;
    -webkit-box-shadow: 0 5px 25px -3px rgba(0,0,0,.1);
    box-shadow: 0 5px 25px -3px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 5px 25px -3px rgba(0,0,0,.1);
    box-shadow: 0 5px 25px -3px rgba(0,0,0,.1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
	overflow: hidden;
}
#toptechnology .company_area .box_l:hover {
    -webkit-box-shadow: 0 5px 25px -3px rgba(0,0,0,.3);
    box-shadow: 0 5px 25px -3px rgba(0,0,0,.3);
}
		
#toptechnology .box_bg {
	background: #ffffff;
	border-radius: 3px;
	border: 1px solid #ddd;
}
	
#toptechnology .titl {
	width: 40%;
	font-size: 20px;
    color: #333;
    margin: 20px 0 20px 20px;
    line-height: 20px;
    border-left: 3px solid #7ac036;
    padding-left: 14px;
	float: left;
}
	
#toptechnology .titl span{
	font-size: 10px;
	color: #333;
	letter-spacing: 1px;
	padding-left: 3px;
}
	
#toptechnology .underber{
	width: 30px;
	border-bottom: 1px solid #7ac036;
	margin: 20px 30px;
	padding: 0;
}

	
#toptechnology .text{
	font-size: 14px;
	line-height: 24px;
	color: #333;
	letter-spacing: 1px;
	padding: 0;
	margin: 0 30px;
	text-align: justify;
	text-justify: inter-ideograph;
}
	
#toptechnology .btn{
	font-size: 12px;
	font-weight: bold;
	color: #333;
	letter-spacing: 1px;
	padding: 0;
	margin: 40px 20px 0 0;
	float: right;
}
	
#toptechnology .btn img{
	width: 14px;
	padding: 0;
	margin: 0 0 -2px 4px;
}
	
#toptechnology a:link {
	color: #333;
	text-decoration: none;
	}
#toptechnology .btn a:visited {
	color: #333;
	text-decoration: none;
	}
#toptechnology .btn a:hover {
	color: #7ac036;
	text-decoration: none;
	}
#toptechnology .btn a:active {
	color: #333;
	text-decoration: none;
	}

.topborder{
	width: 100%;
	border-bottom: 1px solid #ccc;
}	
	

	
	
	
/*======= photogallery =======*/
#photogallery {
  	width: 100%;
	margin: 0 auto 0;
	padding: 0;
	overflow: hidden;
}
#photogallery h2 {
    width: 100%;
    height: 92px;
    font-size: 20px;
    color: #333333;
    padding: 0;
    margin: 40px auto 10px;
    text-align: center;
    line-height: 24px;
    letter-spacing: 1px;
}
#photogallery h2 span {
	font-size: 10px;
	color: #333333;
	padding: 0 0 20px 0;
	margin: 0;
	text-align: center;
	line-height: 14px;
	letter-spacing: 1px;
	border-bottom: 1px solid #7ac036;
}
	
#photogallery .photoloop {
  background: url( ../images/topphoto_slider.jpg) repeat-x 0 0;
  width: 100%;
  height: 150px;
  overflow: hidden;
  -moz-animation: loop 26s linear infinite;
  animation: loop 26s linear infinite;
	margin-bottom: 40px;
	background-size:auto 150px;
}	
	
	
	
	
	
/*======= contact =======*/	
#contact {
	width: 93%;
    margin: 0px auto;
    padding: 0;
    text-align: center;	
}
#contact img{
    width: 31%;
    margin: 20px 4px;
    padding: 0;
}

#contact h2 {
	width: 100%;
	height: 92px;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	padding-top: 40px;
	margin: 0 auto 20px;
	text-align: center;
	line-height: 26px;
	letter-spacing: 1px;
}
#contact h2 span {
	font-size: 12px;
	color: #333333;
	padding: 0 0 24px 0;
	margin: 0;
	text-align: center;
	line-height: 14px;
	letter-spacing: 1px;
	border-bottom: 1px solid #e7001d;
}

#contact .contact_box {
	width: 100%;
	background-color: #363636;
	background-image: url(../images/cntact_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
}
	
#contact .contact_inner {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	overflow: hidden;
}
	
#contact .contact_inner img{
	width: 74%;
}
	
#contact .tel{
	margin: 30px 0 0 0;
}
	
#contact .mail{
	margin: 0 40px;
}
	
#contact .mail a:hover{
	opacity: 0.8;
}
	
#contact .bl{
	margin: 20px 0 20px 0;
}

	
	

/*======= footer =======*/	
#footer {
	width: 100%;
	margin: 0 auto 20px;
	padding: 0;
	overflow: hidden;
}
	
#footer li a:link {
	color: #333;
	text-decoration: none;
	}
#footer li a:visited {
	color: #333;
	text-decoration: none;
	}
#footer li a:hover {
	color: #e7001d;
	text-decoration: none;
	}
#footer li a:active {
	color: #333;
	text-decoration: none;
	}

	
#footer .footer_logo{
	width: 50%;
	margin: 40px auto 20px;
	padding: 0;
}
	
#footer ul{
	width: 100%;
    margin: 20px auto 0;
    padding: 0;
	text-align: center;
}
	
#footer li{
	font-size: 12px;
    color: #333;
    margin: 0 11px;
    padding: 0 0 0 16px;
    list-style: none;
    background-image: url(../images/arrow_r.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 0 6px;
	display: inline-block;
}
	
.pagetop {
	width: 100%;
	height: 60px;
	background: #e7001d;
	text-align: center;
}
	
.pagetop img{
	width: 16%;
    margin-top: 4px;
}

.bottom_menu {
	width: 100%;
	margin: 30px auto;
	padding: 0px auto;
	text-align: center;
}
	
.copy {
	font-size: 10px;
}
}



@media screen and (min-width:769px) {
#tokkyo_box {
	width: 100%;
	}
#tokkyo_box table {
	padding: 0;
	margin: 0 0 10px 0;
	text-align: left;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	}
#tokkyo_box table th {
	font-size: 14px;
	width: 200px;
	padding: 5px;
	background: #efefef;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	}
#tokkyo_box table tr {
	}
#tokkyo_box table td {
	font-size: 14px;
	padding: 5px;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
#tokkyo_box table td p{
	padding: 0;
	margin: 0;
	font-weight: 700;
	font-family: Arial;
}
#tokkyo_box table .html-italic{
    font-style: italic;
    display: inline;
}
}

@media screen and (max-width:768px) {
#tokkyo_box {
	width: 100%;
	}
#tokkyo_box table {
	padding: 0;
	margin: 0 0 10px 0;
	text-align: left;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	}
#tokkyo_box table th {
	font-size: 12px;
	width: 30%;
	padding: 5px;
	background: #efefef;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	}
#tokkyo_box table tr {
	}
#tokkyo_box table td {
	font-size: 12px;
	padding: 5px;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	}
#tokkyo_box table td p{
	padding: 0;
	margin: 0;
	font-weight: 700;
	font-family: Arial;
}
#tokkyo_box table .html-italic{
    font-style: italic;
    display: inline;
}
}


