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

Name: incidentresponse.css
Description: cylancePROJECT・固有カラー設定
Create: 2023.05.25
Update: 

------------------------------------------------------------------------------------------- */
#Contents .TopBrandingImageWrap h1 a .PageTitleImgWrap {
  background: #002060; 
}
#Contents .Issue .Efficiency {
  color: #002060;
  border: 1px solid #002060; 
}
#Contents .Issue .Efficiency:before {
  border-top-color: #002060; 
}
#Contents .Download .DownloadBox .ColumnSet .Column2 .ColumnTitle {
  color: #002060;
  border-left: 5px solid #002060; 
}

.TopBrandingImageWrap h1 p {
  display: block;
}
.PageTitleText {
  font-size:28px!important;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0!important;
}

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

  .TopBrandingImageWrap h1 p {
    display: block;
    padding:15px 10px;
  }
  .PageTitleText {
    font-size: 24px!important;
      margin-bottom:10px!important;
  }

}

/* TopBrandinImage
=========================================================================================== */
.MainImage {
  background: url("/image/h1/hsw/products/security/cylanceprotect/incidentresponse/pagetitle_incidentresponse.jpg") center center / cover no-repeat;
  width: 100%;
  padding-bottom: 40px;
  box-sizing: border-box;
  overflow: hidden;
  /* padding-top: calc(300 / 1000 * 100%); */
}

.MainImage .MainImageTxt .ProductsColor {
	color: #002060;
}

.MainImage .MainImageTxt {
    text-shadow:
      1px 1px 4px #fff,
      -1px 1px 4px #fff,
      1px -1px 4px #fff,
      -1px -1px 10px #fff;
}
.TopBrandingTitle {
  width: 55%;
}
@media screen and (max-width: 850px) {
  .TopBrandingTitle {
    width: 61%;
  }
}
@media screen and (max-width: 767px) {
  .TopBrandingTitle {
    width: 90%;
  }
}
.TopBrandingImage {
  background: #002060;
}
@media screen and (max-width: 767px) {
  .MainImage {
    background: url("/image/h1/hsw/products/security/cylanceprotect/incidentresponse/pagetitle_incidentresponse_sp.jpg") center center / cover no-repeat;
    background-position: right 10% bottom 31%;
  }
}

.TopBrandingImageWrap h1 {
  background-size: cover;
}

.SubTopImageWrap {
  background: url("/image/h1/hsw/products/security/cylanceprotect/incidentresponse/incidentresponse_subimage.jpg") center center / cover no-repeat;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.BKblue.CCtop {
  margin-bottom: 60px;
}
.CCtop .Inner {
}

/* お悩み解決
=========================================================================================== */
.ResolutionBackImage2 {
  background-image: url("/image/h1/hsw/products/security/cylanceprotect/incidentresponse_resolution.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 200px;
  margin: 0px 20px 20px 20px;
}

.fixed-nav .fixed-nav__item:nth-child(1) {
  background: #E60027;
}
.fixed-nav .fixed-nav__item:nth-child(1):hover {
  background: #cf0009;
}
.fixed-nav .fixed-nav__item:nth-child(2) {
  background: #6F6F6F;
  position: relative;
  cursor: pointer;
}
.fixed-nav .fixed-nav__item:nth-child(2) a {
  margin-top: 1.2em;
  overflow: hidden;
  text-indent: 1000px;
  display: block;
  height: 62px;
  background: url("/image/h1/hsw/products/topbtn.png") no-repeat;
  background-size: contain;
  background-position: 0px 10px;
  margin:0px;
}
.fixed-nav .fixed-nav__item:nth-child(2):hover {
  background: #303131;
}

@media screen and (max-width: 767px) {
  .fixed-nav .fixed-nav__item {
    width: 16em;
    margin: 0px auto;
  }
  
}

/* 表示調整用
=========================================================================================== */

/* リスト表示調整用 */
.ListTextSize {
  font-size: 100% !important;
}

@media screen and (max-width: 885px) {
  .BlockPoint {
    display: block;
  }
  .BlockPoint li {
    width: auto;
  }
}

/* 折り返し表示調整用
=========================================================================================== */
.br_block {
  display: inline-block;
}

.TopBrandingTitle span.br_block {
  display: inline-block;
  line-height: 1.6em;
  font-size: 100%;
}

.ResolutionList li.br_block {
  display: inline-block;
}

h2 span.br_block {
  display: inline-block;
  padding: 0px;
  font-size: 100%;
  color: #333;
  background-color: #ffffff;
}

