﻿@charset "UTF-8";

/* **************************************************

Name: common.css

Copyright 2018 Hitachi Document Solutions Co., Ltd.

***************************************************** */


/* フローティングメニュー
===================================================== */
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  border-radius: 0;
}
#floatingMenu {
	width: 100%;
	padding: 10px 0;
	background: #efefef;
}
#floatingMenu.fixed {
	position: fixed;
	bottom: 0;
}
#floatingMenu .floatingInner {
	display: flex;
	max-width: 1275px;
	width: 100%;
	margin: 0 auto;
}
#floatingMenu .floatingInner .searchBox {
	width: 70%;
}
#floatingMenu .floatingInner .SearchTextBox {
	padding: 8px;
	margin-left: 0;
	width: calc(100% - 107px);
	border: 2px solid #bababa;
}
#floatingMenu .floatingInner input[name=input2] {
	padding: 10px 24px 10px;
	background: #7f7f7f;
	border: none;
	color: #ffffff;
}
.SP #floatingMenu .floatingInner input[name=input2] {
    padding: 10px 24px 10px;
 }
#floatingMenu .floatingInner input[name=input2]:hover {
	cursor: pointer;
}
#floatingMenu .floatingInner .inquiryWrap {
	display: flex;
	width: 115%;
}
#floatingMenu .floatingInner .inquiryWrap a {
	display: block;
	box-sizing: border-box;
	width: calc(50% - 7px);
	padding: 7px 0 6px 40px;
	color: #ffffff;
	font-weight: bold;
	font-size: 80%;
	text-decoration: none;
}
#floatingMenu .floatingInner .inquiryWrap a:nth-child(1) {
	margin-right: 14px;
	background: url(/image/common/icon_floating_tel.png) no-repeat left 12px center #c00000;
}
#floatingMenu .floatingInner .inquiryWrap a:nth-child(2) {
	margin-right: 14px;
	background: url(/image/common/icon_floating_form.png) no-repeat left 12px center #c00000;
}
#floatingMenu .floatingInner .inquiryWrap a:nth-child(3) {
    padding-left: 39px;
	background: url(/image/common/icon_floating_catalog.png) no-repeat left 12px center #c00000;
}

@media screen and (max-width: 994px) {
	#floatingMenu {
		width: calc(100% - 30px);
		padding: 10px 15px;
	}
}
@media screen and (max-width: 830px) {
	#floatingMenu .floatingInner {
		display: block;
	}
	#floatingMenu .floatingInner .searchBox {
		width: 100%;
		margin-bottom: 10px;
	}
	#floatingMenu .floatingInner .SearchTextBox {
		width: calc(100% - 96px);
	}
	#floatingMenu .floatingInner .inquiryWrap {
		width: 100%;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 440px) {
	#floatingMenu .floatingInner .inquiryWrap a {
		width: calc(50% - 3px);
		padding: 7px 0 6px 45px;
		font-size: 70%;
	}
	#floatingMenu .floatingInner .inquiryWrap a:first-child {
		margin-right: 6px;
	}
}


/* 製品ラインアップ
===================================================== */
#ProductsTop .ImgBoxStyle1,
#ProductsTop .ImgBoxStyle2 {
	margin-bottom: 0;
}
#ProductsTop .ImgBoxStyle2:last-child {
	margin-bottom: 30px;
}
#ProductsTop .ImgBoxStyle1 .ImgOnlyStyle,
#ProductsTop .ImgBoxStyle2 .ImgOnlyStyle {
	padding: 10px 0;
	text-align: center;
	background-color: #fff;
}
#ProductsTop .ImgBoxStyle1 .ImgOnlyStyle img,
#ProductsTop .ImgBoxStyle2 .ImgOnlyStyle img {
	width: auto;	
}
.ListStyleHorizontal {
	margin: 0 25px;
	font-size: 90%;
}
.ListStyleHorizontal dt {
	float: left;
	padding: 0 0 0 1em;
	background: url(../../../image/jp/r1/icon/icon_list_marker_hd.gif) no-repeat 0 2px;
	background-size: 16px 16px;
	line-height: 140%;	
}
.ListStyleHorizontal dt:after {
	content: "：";
}
@media screen and (max-width: 579px) {
	#ProductsTop .ImgBoxStyle1 {
		margin-bottom: 10px;
	}	
}

/* --- [c18] Content/Tab Navigation System --- */
.ContentNavi li a {
	min-width: 60px;
}



/* Page Title
=========================================================================================== */
.PageTitleStyle {
  position: relative;
  overflow: hidden;
  height: 435px;
  margin: 0 auto 20px;
}
.PageTitleStyle .PageTitle_TextWrap {
  position: relative;
  margin: auto;
  max-width: 1275px;
  height: 100%;
  z-index: 2;
}
.PageTitleStyle .PageTitle_Text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 57%;
  background-color: rgba(0,0,0,0.7);
  padding: 25px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.PageTitleStyle .PageTitle_Text::before {
  content: "";
  background: rgba(0,0,0,0.7);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 9999px;
}
#CategoryTop.PageTitleStyle .PageTitle_Text {
  width: 50%;
}

.PageTitleStyle .PageTitle_Text h1 {
  font-size: 150%;
  font-weight: bold;
  line-height: 150%;
  color: #fff;
}
.PageTitleStyle .PageTitle_Text .SubTitle {
  margin: 0;
  font-size: 100%;
  line-height: 130%;
  color: #fff;
}
.PageTitleStyle .PageTitle_Text .SubTitle * {
  color: #fff;
}
.PageTitleStyle .PageTitle_Image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
}


/* for - 1304px
=========================================================================================== */

@media screen and (min-width: 995px) and (max-width: 1304px){
.JS .PageTitleStyle .PageTitle_Text {
  padding: 25px 15px;
}
#CategoryTop,#CategoryTop2 {
    width: 100%;
    padding: 15px 15px;
    margin-left: -15px;
}
}

/* for - 994px
=========================================================================================== */

@media screen and (max-width: 994px) {

.JS .PageTitleStyle .PageTitle_Text {
  padding: 25px 15px;
}
#CategoryTop,#CategoryTop2 {
    width: 100%;
    padding: 15px 15px;
    margin-left: -15px;
}
}


/* for - 767px
=========================================================================================== */

@media screen and (max-width: 767px) {

#CategoryTop,#CategoryTop2 {
padding-top: 0;
}

.PageTitleStyle .PageTitle_TextWrap{
width: 105%;
margin-left: -15px;
}

.JS .PageTitleStyle {
  height: auto;
}
.JS .PageTitleStyle .PageTitle_Text {
  width: 100%;
  margin-top: 30vh;
  padding: 15px;
  position: static;
  top: 0;
  background-color: #333;
}
.JS #CategoryTop.PageTitleStyle .PageTitle_Text {
  width: 100%;
}
.JS .PageTitleStyle .PageTitle_Image {
  width: 100vw;
  height: 30vh;
}
.JS .linkBanner .linkBanner_Title,
.JS .PageTitleStyle .PageTitle_Text h1 {
  font-size: 130%;
}
.PageTitleStyle .PageTitle_Text .SubTitle {
  font-size: 100%;
}
}


/* for - 579px
=========================================================================================== */

@media screen and (max-width: 579px) {

.PageTitleStyle .PageTitle_TextWrap{
width: 108%;
}
}


