@charset "UTF-8";

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

Hi-PerBT ワークフロー・固有カラー設定

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

.TopBrandingImageWrap h1 p {
  display: block;
}

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

.PagetitleImgBox {
  background: #102259;
}

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

/* TopBrandinImage
=========================================================================================== */
.MainImage {
  background: url("/image/h1/hsw/products/general_affairs/workflow/pagetitle_workflow.jpg") 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: #038B5E;
}

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

  /* .MainImage {
  display: none;
} */
  .MainImage {
    background: url("/image/h1/hsw/products/general_affairs/workflow/pagetitle_workflow_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;
}

/* お悩み解決
  =========================================================================================== */
.Efficiency {
  color: #102259;
}

.ResolutionBackImage2 {
  background-image: url("/image/h1/hsw/products/general_affairs/workflow/workflow_resolution.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 200px;
  margin: 0px 20px 20px 20px;
}

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


/* Reason（Hi-PerBT ワークフローが選ばれる理由）
=========================================================================================== */
.Reason {
  background: url("/image/h1/hsw/products/industry/ad/bg_ad_reason.png");
  background-size: cover;
}

._bottom {
  margin-bottom: 70px;
}

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


/* 下層ページ・スタイル設定 */
.FlexWrap {
  flex-wrap: wrap;
}

.ListTop {
  display: flex;
}

.WFENVTableEnvironment {
  margin: 0px 0px 10px 0px;
  width: 100%;
}

.WFENVTableEnvironment th {
  width: 20%;
}

@media screen and (max-width: 768px) {
  .WFENVTableEnvironment {
    margin: 0 10px;
    width: auto;
  }

  .WFENVTableEnvironment th {
    width: 20%;
  }
}

.WorkflowIcon{
	text-align: center;
}

.WorkflowOption03{
	margin-top: 10px;
	text-align: left;
}

.Inner.InnerTopList {
	margin: 50px auto;
	padding: 0px 10px;
}

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




/* 製品トップ下部の「総務部門向け Hi-PerBT シリーズ」 */
.BKblue {
	margin-bottom: 60px;
}
.series .series_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px;
}
.series .series_list .series_list_block {
  width: 31%;
  background: #FFF;
  color: #306AC6;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 0px;
  border: 2px solid #306AC6;
  box-shadow: 0px 5px 15px 0px rgb(56 125 214 / 35%);
  transition: .3s;
  position: relative;
  box-sizing: border-box;
  display: flex;
	margin-right: 3.5%;
}
.series .series_list .series_list_block:nth-child(3n) {
  margin-right: 0;
}
.series .series_list .series_list_block:hover {
  box-shadow: none;
  transition: .3s;
  color: #FFF;
  background: #306AC6;
  transform: translateY(3px);
}
.series .series_list .series_list_block:after {
  content: "";
  display: block;
  background: #306AC6;
  position: absolute;
  top: 4px;
  width: 40%;
  height: 8px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border-radius: 0 0 20px 20px;
}
.series .series_list .series_list_block:hover:after {
  background: #FFF;
}
.series .series_list .series_list_block a {
  text-decoration: none;
  color: #222;
  display: block;
  padding: 32px 16px;
  position: relative;
  width: 100%;
}
.series .series_list .series_list_block h3 {
  color: #222;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  font-size: 112%;
}
.series .series_list .series_list_block h3 .series_list_blue {
	display: block;
	color: #306AC6;
}
.series .series_list .series_list_block:hover a,
.series .series_list .series_list_block:hover h3,
.series .series_list .series_list_block:hover h3 .series_list_blue {
  color: #FFF;
}
.series .series_list .series_list_block h3:after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background-color: #306AC6;
  border-radius: 20px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.series .series_list .series_list_block:hover h3:after {
  background-color: #FFF;
}
.series_list_inner {
  margin: 0 auto;
  padding: 8px 8px 24px;
}
.series_list_inner h4 {
  color: #306AC6;
  text-align: center;
}
.series_list_inner .txt_summary {
  margin-bottom: 15px;
}
.series_list_inner .bottom_detail {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 112%;
}
.series_list_inner .bottom_detail .txt_detail {
  color: #E60827;
  font-weight: bold;
  position: relative;
  white-space: nowrap;
  margin-bottom:10px;
  margin-left:-1em;
}
.series .series_list .series_list_block:hover .txt_detail {
  color: #FFF;
}
.series .series_list .series_list_block .txt_detail:after {
  content: '';
  width: 0.4em;
  height: 0.4em;
  border: 0;
  border-top: solid 2px #E60827;
  border-right: solid 2px #E60827;
  position: absolute;
  top: 50%;
  right: -1em;
  margin-top: -4px;
  transform: rotate(45deg);
  transition: .2s
}
.series .series_list .series_list_block:hover .txt_detail:after {
  right: -1.2em;
  transition: .2s;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
}
.series_list_inner a {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 8px;
  text-decoration: none;
  color: #E60827;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.series_list_inner .series_list_innerlist li {
  counter-increment: cnt;
  text-indent: -1.6em;
  padding-left: 1em;
  margin: 8px;
}
.series_list_inner .series_list_innerlist li:before {
  content: "("counter(cnt) ") ";
}
@media screen and (max-width: 767px) {
	.series .series_list {
		justify-content: space-between;
		max-width: 680px;
		margin: auto;
	}
	.series .series_list .series_list_block {
		width: 48%;
		margin-right: 0;
	}
}
@media screen and (max-width: 540px) {
  .series {
    margin-top: 0px;
  }
  .series .series_list {
    margin-bottom: -10px;
  }
  .series .series_list .series_list_block {
    width: 100%;
    margin: 10px;
  }
}

.list_style_type_disc ul {
  list-style-type:disc;
}

.dot_list li {
	margin-left: 1.0em;
	text-indent: -1.0em;
}

.dot_list li:before {
	content: "・";
	background: none;
	width: 0;
	height: 0;
}

.none_list_indent li:before {
	content: "";
	background: none;
	width: 0;
	height: 0;
	padding-left: 1.0em;
}

.shift_anchor {
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}

.td_align_center td {
	text-align: center
}

/* css adjustment
=========================================================================================== */

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

/* 申込ボタン
=========================================================================================== */
.request_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 330px;
  height: 30px;
  background-color: #e61227;
  color: #fff !important;
  /*font-size: 16px;*/
  /*font-weight: bold;*/
  line-height: 1.45;
  text-decoration: none !important;
  margin: 10px 0 0 auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.request_button:hover {
background-color: rgba(230, 18, 39, 0.6); 
}
/*
.request_button-top {
  margin-top: calc(30px - ((15px * 1.8) - 15px) / 2);
}
*/
.request_button {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.2;
}
.request_button span {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
}

@media screen and (max-width: 579px) {
  .request_button {
    width: 100%
  }
}
/* ダウンロードボタン ここまで*/

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

/* 動画リスト
=========================================================================================== */
.moviesListIssue {
  margin-bottom: 60px;
}

.moviesList {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-bottom: 0px;
}

.moviesList > div.moviesListItem {
  width: 30%;
  min-width: 248px;
}

.moviesList > div.moviesListItem h3 {
  text-align: center;
  color: #333333;
}

.moviesList > div.moviesListItem img {
  width: 300px;
}
