@charset "UTF-8";

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

Name: fpco.css
Description: CSS for New Design Pages
Create: 2022.02.01
Update: 

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

/* TopBrandinImage
=========================================================================================== */

.TopBrandingImageWrap h1 p {
  display: block;
}

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

.PagetitleImgBox {
  background: #CB4800;
}

@media screen and (max-width: 767px) {
  .TopBrandingImageWrap h1 p {
    display: block;
    padding: 15px 10px;
  }

  .PageTitleText {
    margin-bottom: 10px !important;
  }

}

/* MainImage and TopBrandinImage
=========================================================================================== */

.MainImage {
  background: url("/image/h1/hsw/case/general_affairs/mkyuyo/case02/pagetitle_fpco.png") center center / cover no-repeat;
  width: 100%;
  padding-bottom: 40px;
  box-sizing: border-box;
  overflow: hidden;
  /* padding-top: calc(300 / 1000 * 100%); */
}

@media screen and (max-width: 850px) {
.TopBrandingTitle {
  width: 61%;
}
}

@media screen and (max-width: 767px) {
  .TopBrandingTitle {
    width: 90%;
  }
}
.TopBrandingImage {
  background: #CB4800;
}

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

  /* .MainImage {
  display: none;
  } */
  .MainImage {
    background: url("/image/h1/hsw/case/general_affairs/mkyuyo/case02/pagetitle_fpco_sp.png") center center / cover no-repeat;
    background-position: right 10% bottom 31%;
  }

  .MainImage .MainImageTxt {
    text-shadow:
      1px 1px 4px #fff,
      -1px 1px 4px #fff,
      1px -1px 4px #fff,
      -1px -1px 10px #fff;
  }
}

.TopBrandingImageWrap h1 {
  background-size: cover;
}

/* 導入事例
=========================================================================================== */


