@charset "UTF-8";
/* CSS Document */

.header_img_product {
  height: 116px;
  background: url(/cms/wp-content/themes/radix/product/images/bg_product.png);
  -moz-background-size: cover;
  background-size: cover;
}
.header_img_product_inn {
  width: 50%;
  height: 100%;
  background: url(/contact/images/bg_hd_privacy.png) right center no-repeat;
}

.contents {
  width: 100%;
  overflow: hidden;
  background: #ececec;
  padding: 30px 0 50px;
}

.privacy {
  width: 750px;
  overflow: hidden;
  background: #fafafa;
  float: right;
}

.privacy_inn {
  width: 646px;
  overflow: hidden;
  margin: 0 auto;
}

.privacy_title_box {
  padding: 42px 0 20px;
  border-bottom: 2px solid #001f67;
}

.privacy_title {
  font-size: 25px;
  font-weight: 100;
  color: #001f67;
  letter-spacing: 0.1em;
}

.privacy_textbox {
  width: 646px;
  margin: 30px auto 50px;
}

.privacy_text01 {
  font-size: 14px;
  color: #444;
  line-height: 1.8;
  margin: 0 0 20px;
}

.privacy_text02 {
  font-size: 14px;
  color: #444;
  line-height: 1.8;
  margin: 10px 0 0;
}

.privacy_text03 {
  font-size: 14px;
  color: #444;
  line-height: 1.8;
  margin: 30px 0 0;
}

@media (max-width: 1024px) {
  .header_img_product_inn {
    width: 530px;
  }

  .privacy {
    width: 100%;
  }

  .privacy_inn {
    width: 90%;
  }

  .privacy_textbox {
    width: 100%;
  }

  .privacy_title {
    font-size: 22px;
  }
}

@media (max-width: 600px) {
  .header_img_product_inn {
    background: url(/contact/images/bg_hd_privacy_sp.png) right center/contain
      no-repeat;
    width: 340px;
    height: 100%;
  }
}

@media (max-width: 340px) {
  .header_img_product_inn {
    width: 100%;
  }
}
