@charset "UTF-8";

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

Name: monthly_financial_statements.css
Description: CSS for New Design Pages
Create: 2025.09.29
Update: 

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

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

.TopBrandingImageWrap h1 p {
  display: block;
}

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

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

.PagetitleImgBox {
  background: #00549A;
}


@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/products/finance/monthly_financial_statements/pagetitle_monthly_financial_statements.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: #00549A;;
}

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

@media screen and (max-width: 767px) {
  .TopBrandingTitle {
    width: 90%;
    max-width: 405px;

  }
}

.TopBrandingImage {
  background: #00549A;
}

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

  /* .MainImage {
  display: none;
  } */
  .MainImage {
    background: url("/image/h1/hsw/products/finance/monthly_financial_statements/pagetitle_monthly_financial_statements_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;
}
/* Resolution
=========================================================================================== */
@media screen  and (min-width: 768px) and (max-width: 810px) {
  .ResolutionList li {
    padding: 40px 30px;
  }

}

@media screen and (max-width: 610px) {
  br.nobr610 {
    display: none;
  }
}

/* fixed-nav
=========================================================================================== */

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

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


/* ローカル表示調整用
=========================================================================================== */
.SoloImageStyle {
  padding-top: 0px;
}

.SoloImageStyle img {
  max-width: 100%;
}

.TableList2.EnvironmentStyle th {
  text-align: left;
}


/* 折り返し表示調整用
=========================================================================================== */
.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;
}

.CercleInconList li span.br_block {
  text-indent: 0em;
}

/* テーブル表示調整用
=========================================================================================== */
.FixTableStyle02 {
  width: 100%;
}

.FixTableStyle02 tbody th {
  text-align: left;
  white-space: nowrap;
   min-width: 250px;

}

@media screen and (max-width: 767px) {
  .FixTableStyle02 th,
  .FixTableStyle02 tbody th {
    padding: 10px 10px;
    width: auto;
    min-width: 25px;
  }
}

@media screen and (max-width: 579px) {
  .FixTableStyle02 th,
  .FixTableStyle02 tbody th {
    padding: 10px 10px;
    width: auto;
    white-space: normal;
    min-width: 30vw;
  }
}

