@charset "utf-8";

/*----------------------------------------
    共通
----------------------------------------*/
@font-face {
    font-family: ZurichHead;
    src:url('/font/Zurich.ttf');
}

html {
  font-size: 62.5%;
}
*, body {
  font-family: ZurichHead,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
/*  mainnav
----------------------------------------*/
#mainnav-left #nav-close {
  cursor: pointer;
}
/*  navtop
----------------------------------------*/
#navtop #nav-expander {
  font-family: ZurichHead;
  padding-left: 0;
}
#navtop .container {
  position: relative;
  z-index: -1;
}
#navtop .nav_contents {
  margin-right: 150px;
}
/*  content
----------------------------------------*/
#product.container {
  margin-top: 61px;
}
/*  thumbnales_references
----------------------------------------*/
.thumbnales_references {
  margin-right: 0;
  margin-left: 0;
}
.thumbnales_references a {
  color: #ffffff;
}
.thumbnales_references .overlay_news {
  text-align: center;
}
.thumbnales_references .thumbnale_image1 {
  background: url('/img/share/img-thumbnale1.jpg');
  background-size: cover;
}
.thumbnales_references .thumbnale_image2 {
  background: url('/img/share/img-thumbnale2.jpg');
  background-size: cover;
}
.thumbnales_references .thumbnale_image3 {
  background: url('/img/share/img-thumbnale3.jpg');
  background-size: cover;
}
.thumbnales_references .thumbnale_image4 {
  background: url('/img/share/img-thumbnale4.jpg');
  background-size: cover;
}
.thumbnales_references .thumbnale_image5 {
  background: url('/img/share/img-thumbnale5.jpg');
  background-size: cover;
}
.thumbnales_references .thumbnale_image6 {
  background: url('/img/share/img-thumbnale6.jpg');
  background-size: cover;
}
.thumbnales_references .thumbnale_image7 {
  background: url('/img/share/img-thumbnale7.jpg');
  background-size: cover;
}
.thumbnales_references .thumbnale_image8 {
  background: url('/img/share/img-thumbnale8.jpg');
  background-size: cover;
}
/*  msg_cookies
----------------------------------------*/
#msg_cookies a {
  color: #fff;
}
/*  thumbnales_references
----------------------------------------*/
#free_newsletter {
  background-color: #D3072A;
  color: #fff;
  padding-top: 5em;
  padding-bottom: 5em;
}
#free_newsletter .free_newsletter_title {
  font-size: 24px;
  font-family: ZurichHead;
  font-weight: 500;
  margin-bottom: 1em;
}
#free_newsletter .free_newsletter_contents {
  margin-bottom: 65px;
}
/*  footer_contact
----------------------------------------*/
#footer_contact {
  background-color: #3c3c3b;
  color: #fff;
  padding-top: 4em;
  padding-bottom: 5em;
  font-size: 1.2em;
}
#footer_contact .footer_contact_title {
  font-size: 1.8em;
  margin-bottom: 1.5em;
  font-family: ZurichHead;
}
#footer_contact .footer_contact_item {
  margin-bottom: 50px;
}
#footer_contact .footer_contact_item a {
  color: #fff;
  font-family: ZurichHead;
}
#footer_contact .footer_contact_item img {
  width: 60%;
}
/*  form_div
----------------------------------------*/
#form_div, #rueckruf_div {
  display: none;
  margin-top: 2em;
}
/*  rueckruf_div
----------------------------------------*/
#rueckruf_div .rueckruf_div_title {
  font-size: 1.8em;
  color: #D3072A;
  margin-bottom: 1em;
  font-family: ZurichHead;
}
/*  anruf_div
----------------------------------------*/
#anruf_div {
  display: none;
  margin-top: 2em;
  color: #D3072A;
  padding-bottom: 2em;
}
/*  haendler_div
----------------------------------------*/
#haendler_div {
  display: none;
}
#haendler_div .haendler_div_inner {
  background-color: #D3072A;
  padding: 1.5em;
}
#haendler_div .geolocation_image {
  position: relative;
  top: 4px;
  margin-top: 7px;
}
#haendler_div .search_button {
  padding: 5px;
}
/*  footer_logo
----------------------------------------*/
#footer_logo {
  background-color: #222;
  color: #fff;
  padding: 3em 0 20px;
}
#footer_logo .footer_logo_image {
  padding-bottom: 2em;
}
/*  footer_links
----------------------------------------*/
#footer_links .footer_links_item {
  margin-bottom: 20px;
}
#footer_links .footer_links_title {
  font-size: 1.3em;
}
/*  ext_link
----------------------------------------*/
#ext_link {
  visibility: hidden;
}
/*  filter_box
----------------------------------------*/
#filter_box .text-uppercase.h4 {
	margin-bottom: 1.5em;
	font-weight: bold;
}
/*  filter_box
----------------------------------------*/
#footer_logo .copyright {
  margin-top: 40px;
}
#footer_logo .copyright p {
  margin: 0;
  text-align: center;
}
#footer_logo .copyright a {
  color: #fff;
}
.product_title {
	font-size:1.4em;
	font-family:ZurichHead;
	font-weight:bold;
}
.icp_area {
    width: 500px;
    margin: 10px 0 0 30.5%;
}
.icp {
	width:200px;
	float:left;
}
.gb {
	width:300px;
	float:left;
    margin: 0 auto;
}
.gb img {
	float:left;
}
.gb p.txt {
	float:left;
	height:20px;
	line-height:20px;
	margin:0 0 0 5px;
	color:#fffff;
}
	
	
	
@media (max-width: 767px) {
  #footer_logo .copyright p {
    font-size: 12px;
  }
.product_title {
	font-size:1.4em;
	font-family:ZurichHead;
	font-weight:bold;
}
.icp_area {
    width:100%;
    margin:0 auto
}
.icp {
	width:100%;
	float:none;
}
.gb {
	width:200px;
	margin:0 auto;
	float:none;
}
.gb img {
	float:left;
}
.gb p.txt {
	float:left;
	height:20px;
	line-height:20px;
	margin:0 0 0 5px;
	color:#fffff;
}
}