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

FutureStage 工事業向け販売管理システム
・固有カラー設定

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

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

}

.align_center {
  margin: auto;
  margin-bottom: 20px;
}

td ul.ListStyle1 {
  margin-bottom: 0px;
}

.td_align_center td {
	text-align: center
}

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

/* Reason
=========================================================================================== */
.Reason {
  background: url("/image/h1/hsw/products/industry/fs_liquorsales/bg_ad_reason.png");
  background-size: cover; }
._bottom {
  margin-bottom:70px;
}

/* Function
=========================================================================================== */
.cc_function {
}
.cc_function h3.BlueTitle {
  margin-top: 20px;
}

.FS_funcListInner {
  justify-content: space-around;
}

/* Environment
=========================================================================================== */
.TableEnvironment th {
  width: 30%;
}

/* Point
=========================================================================================== */
.BlockPoint02List .CercleInconList {
  margin-bottom: 15px;
}

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

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

.Fs_deptIcon{
	text-align: center;
}

/* FAQ
=========================================================================================== */
.FaqInnerList li { 
  margin-left: 20px;
  margin-bottom: 5px;
  width: auto;
  
}

.FaqInnerList p { 
  padding-left: 50px;
  text-indent: 0em;
  
}
.FaqInnerList li:before {
  margin-top: 5px;
  margin-right: 20px;
}

/* TopBrandinImage
=========================================================================================== */
.MainImage {
  background: url("/image/h1/hsw/products/industry/fs_liquorsales/pagetitle_fs_liquorsales.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: #8E000A;
}

.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: #8E000A;
}
@media screen and (max-width: 767px) {
  .MainImage {
    background: url("/image/h1/hsw/products/industry/fs_liquorsales/pagetitle_fs_liquorsales_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/industry/fs_liquorsales/fs_liquorsales_subimage.jpg") center center / cover no-repeat;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

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


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

.NowrapTableList th {
  white-space: nowrap;
}

.BtnWrapSpace {
 justify-content: center;
}

@media screen and (max-width: 767px) {
  .fixed-nav .fixed-nav__item {
    width: 16em;
    margin: 0px auto;
  }
  
  .NowrapTableList th {
    padding: 10px 10px;
    width: auto;
    white-space: normal;
    min-width: 25px;
  }

}

/* margin,padding */

.SectionMargin {
  margin: 50px auto;
}

.OlListStyle ol{
  font-size : 100%
}
