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

Name: docusign.css
Description: 電子契約差リューション(電子署名サービス)・固有カラー設定
Create: 2025.04.15
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;
  }

  .PageTitleText_koubaikanri_small {
    font-size: 15px;
	color:#002060;
    margin-bottom:25px;
    display: block;
    font-weight: 600;
    text-align: center;
  }

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

  .TopBrandingImageWrap h1 p {
    display: block;
    padding:15px 10px;
  }

.PageTitleText {
    margin-bottom:10px!important;
}
  .PageTitleText_koubaikanri_small {
    line-height: 0.5em;
    text-shadow: 0 0 12px #FFF;
  }
          }


/* ----------------------------------------------------------------------------------------

下層ページ・スタイル設定

=========================================================================================== */

/* 資料請求のボタン上書き */
#FloatBtnWrap .ContactBlock .ContactBtn.DownloadLink {
    background: #002060;
}

.BtnLinkListkoubaikanri a {
  padding:0 9px!important;
}
.BtnLinkListkoubaikanri li strong {
  padding:0 9px!important;
}

.BrandingImageWrap.Buy {
  padding:25px 22px!important;
}

.BrandingImageWrap.Visualizer {
  padding:25px 8px!important;
}



/* TopBrandinImage
=========================================================================================== */
.MainImage {
  background: url("/image/h1/hsw/products/crossing/docusign/pagetitle_docusign.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;
}

.TopBrandingTitle {
  width: 58%;
}

@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/crossing/docusign/pagetitle_docusign_sp.jpg") 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;
}

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

/* Point
=========================================================================================== */
.CercleInconList dt {
  margin-left: 1em;
  font-size: 100%;
}

.SmallTxtList li {
  font-size: 100%;
}

.CercleInconList dt:before {
  background: #9EC0F7;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  line-height: 160%;
  padding-top: 0;
  margin: 0 8px 0 0;
  box-sizing: border-box;
  display: inline-block;
}

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

  .BlockPointInner {
    border-radius: 20px;
    padding: 24px;
  }

  .BlockPoint dt {
    text-align: left;
  }
  
}

/* Enclosure
=========================================================================================== */
.BlueBorderCard {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.BlueBorderCard > li {
  border: 3px solid #306AC6;
  border-radius: 20px;
  padding: 10px;
  width: 20%;
}

@media screen and (max-width: 767px ) {
  .BlueBorderCard > li {
    margin-bottom: 20px;
    width: 40%;
  }
}

.BlueEnclos {
  border: 3px solid #306AC6;
  border-radius: 20px;
  padding: 20px;
  font-weight: bold;
  font-size: 120%;
  width: 90%;
  margin: 20px auto 0;
}

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

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

.br_block_1em {
  display: inline-block;
  margin-left: 1em;
}

