﻿@charset "UTF-8";

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

Name: common.css

Copyright 2023 Hitachi Document Solutions Co., Ltd.

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



/* 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: 40%;
}

.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%;
}
}


.bannerList li{float: left;margin: 0 15px 15px 0;padding: 0;width: 240px;}
