@charset "Shift_JIS";
.report .PageTitleStyle3.backimgTitle {
	background: url("/products/it/IoTM2M/list/dms/dms2024/images/pagetitle.png") no-repeat ;
  height: 260px;
  position: relative;
  align-items: flex-start;
  padding: 40px;
  box-sizing: border-box;
}
.report .PageTitleStyle3.backimgTitle h1{
	text-shadow: none
}
.report .PageTitleStyle3.backimgTitle .h1,
.report .PageTitleStyle3.backimgTitle .h1_catchcopy{
	text-shadow: 3px  3px 10px #303030,
				-3px  3px 10px #303030,
				 3px -3px 10px #303030,
				-3px -3px 10px #303030,
				 3px  3px 10px #303030,
				-3px  3px 10px #303030,
				 3px -3px 10px #303030,
				-3px -3px 10px #303030;
}
.report .PageTitleStyle3.backimgTitle .h1_caption {
  position: absolute;
  bottom: 5px;
  right: 10px;
  font-size: 80%;
  color: #fff;
}
.report .ImgBox.w500 {
  max-width: 500px;
  width: 100%;
  margin: 30px auto;
}
.report .ImgBox.w700 {
  max-width: 700px;
  width: 100%;
  margin: 30px auto;
}
.report .ImgBox.w700 img {
  border: 1px solid #D0D0D0;
}
.report .ImgBox span {
  display: inline-block;
  text-align: left;
}
.report .ImgLeftAdjust img {
  width: 100%;
  max-width: 200px !important;
}
.report .dark-blue {
  color: #203864;
  font-size: 110%;
  font-weight: bold;}

.report .top-bdr {
  border-top: solid 2px #DAE3F3;
  padding-top: 10px;
}

img:hover {
  opacity: 0.8;
}

/* for - 767px
=========================================================================================== */
@media screen and (max-width: 767px) {
  .JS .report .PageTitleStyle3.backimgTitle h1{
    font-size: 16pt;
  }
  .JS .report .PageTitleStyle3.backimgTitle .h1_catchcopy {
    font-size: 10pt;
  }
}


/* for - 399px
=========================================================================================== */
@media screen and (max-width: 399px) {
  .JS .report .PageTitleStyle3.backimgTitle {
    background-position: center;
    padding: 20px;
  }
  .JS .report .PageTitleStyle3.backimgTitle h1{
    font-size: 16pt;
  }
  .JS .report .PageTitleStyle3.backimgTitle .h1_caption {
    font-size: 70%;
  }
}