@charset "UTF-8";


/* カテゴリタイトル
-----------------------------------------------------------------*/

.categorytitle {
  width: 100%;
  height: 300px;
  position: relative;
}
.categorytitle::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
  width: 100%;
  height: 300px;
	background-color: rgba(0,0,0,0.3);
}

.categorytitle-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
}

.categorytitle h2 {
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 200;
  font-size: 3.5rem;
  line-height: 1.4em;
  
  white-space: nowrap;
}

.categorytitle-sub {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: #fbe3a8;
}


@media screen and (max-width:480px) {
.categorytitle {
  height: 150px;
}
.categorytitle::after {
  height: 150px;
}
.categorytitle h2 {
  font-size: 2.5rem;
  line-height: 1.3em;
}
.categorytitle h2 span {
  font-size: 1.8rem;
  line-height: 1.3em;
}
}


/* 001/004/005/007/008/010/015/016/017/018  */
.category-outline {
  background: url("../../../assets/img/pagetitle/008.jpg") no-repeat center center;
  background-size: cover;
}
.category-products {
  background: url("../../../assets/img/pagetitle/001.jpg") no-repeat center center;
  background-size: cover;
}
.category-solution {
  background: url("../../../assets/img/pagetitle/018.jpg") no-repeat center center;
  background-size: cover;
}
.category-sdgs {
  background: url("../../../assets/img/pagetitle/016.jpg") no-repeat center center;
  background-size: cover;
}
.category-download {
  background: url("../../../assets/img/pagetitle/007.jpg") no-repeat center center;
  background-size: cover;
}
.category-contact {
  background: url("../img/pagetitle/page-title-image.jpg") no-repeat center center;
  background-size: cover;
}
.category-news {
  background: url("../../../assets/img/pagetitle/017.jpg") no-repeat center center;
  background-size: cover;
}
.category-products-toiletcar {
  background: url("../../../assets/img/pagetitle/021.jpg") no-repeat center center;
  background-size: cover;
}
.category-products-multiroomcar {
  background: url("../../../assets/img/pagetitle/022.jpg") no-repeat center center;
  background-size: cover;
}





/* ページタイトル
-----------------------------------------------------------------*/

.pagetitle h3 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.6em;
  border-bottom: solid 3px #f3f1ef;
  position: relative;
  margin-bottom: 49px;
  padding-bottom: 15px;
}

.pagetitle h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #9bcf08;
  bottom: -3px;
  width: 20%;
}

@media screen and (max-width:480px) {
.pagetitle h3 {
  font-size: 2rem;
  line-height: 1.6em;
  margin-bottom: 40px;
  padding-bottom: 5px;
}
}

/* 
-----------------------------------------------------------------*/
.sec-contents-main h4,
.sec-contents-1col h4 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.4em;
  background: #f3f1ef;
  padding: 5px 10px;
  margin-bottom: 20px;
}

h5 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4em;
  padding-left: 0.6em;
  padding-bottom: 0.1em;
  margin-bottom: 15px;
  border-left: 5px solid #9bcf08;
}

h6 {
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 15px;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width:480px) {
.sec-contents-main h4,
.sec-contents-1col h4 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
}





@media screen and (max-width:768px) {
#sdgs h5 {
  padding-left: 0;
  border-left: none;
}
}


/* ページリードコピー
-----------------------------------------------------------------*/
.leadcopy {
  margin-bottom: 50px;
}
.leadcopy p {
  text-align:justify;
	text-justify:inter-ideograph;
}







/* マルチルームカー＆トイレカー
-----------------------------------------------------------------*/

.heading-dot-and-line h4 {
  position: relative;
  font-size: 2rem;
  font-weight: 300;
  padding: 0 0 0 0.8em;
  margin-bottom: 15px;
  background: none;
  /*border-bottom: 1px solid #ccc;*/
}

.heading-dot-and-line h4:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
  content: "";
  border-radius: 50%;
  width: 8px;
  height: 8px; 
  background: #9bcf08;
}









