@charset "UTF-8";
/*IEのバグを回避*/
img {
  -ms-interpolation-mode: bicubic;
}

/* Basic Settings（基本設定）
=========================================================================================== */
/* Android端末でのフォントサイズ自動拡大を防止 */
.GridSet, .AdditionalNotesStyle1 dd, .AdditionalNotesStyle2 dd {
  max-height: 999999px !important;
}
/* Title */
h2[class] {
  background: none;
}
/* List Style */
ul, ol {
  list-style: none;
  padding: 0;
}
.LinkSection .LinkListStyle5 li {
  margin-right: 28px;
}
/* Responsive */
.SpSection {
  display: none;
}
.SpImg {
  display: none;
}
br.s {
  display: none;
}
br.ss {
  display: none;
}
@media screen and (max-width: 994px) {
  br.l {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .Grid4 {
    margin-top: 60px;
  }
  .JS h2[class] {
    margin: 0;
  }
  .PcSection {
    display: none;
  }
  .SpSection {
    display: block;
  }
  .PcImg {
    display: none;
  }
  .SpImg {
    display: block;
  }
  br.s {
    display: block;
  }
}
@media screen and (max-width: 399px) {
  br.ss {
    display: block;
  }
}
/* Parts Settings
=========================================================================================== */
/* Section */
.Grid3 .Section:not(.LinkSection):not(.News) {
  padding: 70px 0;
}
.Grid3 .Section:not(.LinkSection):not(.News).BtnLinkList {
  padding: 0;
}
.under .Grid3 .Section:not(.LinkSection):not(.News) {
  padding: 50px 0;
}
.under .Grid3 .Section:not(.LinkSection):not(.News).BtnLinkList {
  padding: 0;
}
/* Title */
.BasicTitle {
  font-size: 206.25%;
  font-weight: 600;
  text-align: center;
  background: none;
  line-height: 1.2;
  padding: 0;
  margin: 0 0 35px 0 !important;
}
.SquareTitle {
  font-size: 143.75%;
  font-weight: bold;
  display: flex;
  align-items: center;
  background: none;
}
.SquareTitle:before {
  content: '';
  display: inline-block;
  background: #b1000e;
  min-width: 10px;
  height: 10px;
  margin-right: 10px;
}
.BorderTitle {
  color: #333;
  display: inline-block;
  border-bottom: 1px solid #b1000e;
  padding-right: 5px;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
/* image */
/* VerticalLocalNavi */
#VerticalLocalNavi li li li a {
  padding: 9px 5px 9px 45px;
}
#VerticalLocalNavi li li li.Current a strong {
  margin: -9px -5px -9px -45px;
  padding: 9px 5px 9px 45px;
}
/* AdditionalNotesStyle */
.AdditionalNotesStyle1.OnlySymbol dt, .AdditionalNotesStyle2.OnlySymbol dt {
  width: 1em;
}
.AdditionalNotesStyle1.OnlySymbol dd, .AdditionalNotesStyle2.OnlySymbol dd {
  margin: -1.55em 0 5px 1em;
}
/* AdditionalNotesStyle1 + ListStyle1 */
.AdditionalNotesStyle1 .ListStyle1 {
  font-size: 100%;
  margin-top: 10px;
}
@media screen and (max-width: 995px) {
  .TopBrandingImageWrap + .AdditionalNotesStyle2 {
    margin-left:1em;
  }
}
/* BasicTable */
.TableScrollWrap {
  overflow: auto;
}
.TableScrollWrap table {
  min-width: 500px;
}
.BasicTable {
  width: 100%;
}
.BasicTable th, .BasicTable td {
  font-size: 83%;
  border: 1px solid #b3b3b3;
  box-sizing: border-box;
}
.BasicTable th {
  width: 165px;
  padding: 10px 6px 8px 10px;
}
.BasicTable th.Option:after {
  font-size: 76.38889%;
  display: inline-block;
  width: 65px;
  vertical-align: middle;
  text-align: center;
  content: "オプション";
  background: #fff;
  padding: 0;
  margin-left: 10px;
}
.BasicTable td {
  padding: 10px 15px 8px;
}
@media screen and (max-width: 767px) {
  .BasicTable.BreakTable th, .BasicTable.BreakTable td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .BasicTable.BreakTable tr:last-child td {
    border-bottom: 1px solid #b3b3b3;
  }
  .BasicTable.BreakTable dt {
    border-right: none;
  }
  .TableScrollWrap table {
    min-width: 0;
  }
}
@media screen and (max-width: 767px) {
  .JS .BasicTable th, .JS .BasicTable td {
    font-size: 90%;
  }
}
/* RedLabel */
.RedLabel {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #fff;
  display: flex;
  align-items: center;
  font-weight: 600;
  background: #b1000e;
  padding: 7px 11px;
  box-sizing: border-box;
  font-size: 90%;
}
.RedLabel:before {
  content: "";
  margin-right: 6px;
}
/* Btn */
.BtnWrap {
  display: flex;
  justify-content: space-between;
  padding: 0 22px;
}
.BasicBtn {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #333 !important;
  text-decoration: none !important;
  font-size: 90%;
  width: 200px;
  height: 55px;
  line-height: 1.4;
  border: 1px solid #b3b3b3;
  background: url("/image/hsw/newstyle/common/icon_link_right.png") no-repeat right 10px center #fff;
  padding: 0 24px;
  background-size: 9px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .BasicBtn:hover {
    color: #b1000e !important;
    background: url("/image/hsw/newstyle/common/icon_link_right.png") no-repeat right 8px center #fff;
    background-size: 9px;
    border: 1px solid #b1000e;
  }
}
.BasicBtn.iconPdf {
  background: url("/image/hsw/icon/icon_pdf.png") no-repeat right 10px center #fff;
}
@media screen and (min-width: 768px) {
  .BasicBtn.iconPdf:hover {
    background: url("/image/hsw/icon/icon_pdf.png") no-repeat right 10px center #fff;
  }
}
/* CheckIconList*/
.CheckIconList {
  margin: 0;
}
.CheckIconList li {
  width: 100%;
  background: url("/image/hsw/icon/icon_check.png") no-repeat 0 2px;
  background-size: 15px 14px;
  line-height: 160%;
  padding-top: 0;
  padding-left: 20px;
  margin-bottom: 4px;
  box-sizing: border-box;
}
@media screen and (max-width: 994px) {
  .Grid3 .Column1, .Grid3 .Column2 {
    padding-left: 0 !important;
  }
  .BasicTitle {
    font-size: 137.5%;
  }
  .BtnWrap {
    display: block;
    padding: 0;
  }
  .BasicBtn {
    width: 400px;
    margin: 0 auto;
  }
  .BasicBtn:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .Grid3 .Section:not(.LinkSection):not(.News) {
    padding: 60px 0;
  }
  .under .Grid3 .Section:not(.LinkSection):not(.News).BtnLinkList {
    padding: 0 0 30px 0;
  }
  .BasicBtn {
    width: auto;
  }
}
/* TopBrandinImage（TOPページ）
=========================================================================================== */
.TopBrandingImageWrap {
  height: 295px;
  padding: 0 35px;
  margin-bottom: 30px;
}
.TopBrandingImageWrap h1 {
  max-width: 400px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 35px 24px;
  box-sizing: border-box;
}
.TopBrandingImageWrap h1 a:hover, .TopBrandingImageWrap h1 a:active {
  color: #333;
}
.TopBrandingImageWrap h1 a .PageTitleText {
  display: block;
  font-size: 237.5%;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 25px;
}
.TopBrandingImageWrap h1 a .PageTitleImgWrap {
  display: block;
  width: 100%;
  padding: 15px 18px;
  box-sizing: border-box;
}
.TopBrandingImageWrap h1 a .PageTitleImgWrap .PageTitleImg {
  display: block;
  width: 298px;
  margin: auto;
}
@media screen and (max-width: 994px) {
  .TopBrandingImageWrap {
    margin-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .TopBrandingImageWrap {
    height: auto;
    padding: 0;
    margin-right: -15px;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .TopBrandingImageWrap h1 {
    position: relative;
    height: 175px;
    background: none;
    padding: 0;
    margin: 0 auto !important;
  }
  .TopBrandingImageWrap h1 a {
    height: 100%;
  }
  .TopBrandingImageWrap h1 a .PageTitleText {
    font-size: 187.5%;
    padding: 20px 10px 0;
    margin-bottom: 20px;
  }
  .TopBrandingImageWrap h1 a .PageTitleImgWrap {
    position: absolute;
    bottom: 0;
  }
}
@media screen and (max-width: 579px) {
  .JS .PageTitleStyle3 .ResponsiveText {
    display: none;
  }
}
/* BrandingImageWrap（下層ページ）
=========================================================================================== */
.BrandingImageWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 195px;
  padding: 25px 35px;
  box-sizing: border-box;
}
.BrandingImageWrap .TitleContentWrap {
  text-shadow: 0px 0px 3px #000;
}
.BrandingImageWrap .TitleContentWrap h1 {
  color: #fff;
  margin-bottom: 25px;
}
.BrandingImageWrap .TitleContentWrap h1 a:hover {
  color: #fff;
}
.BrandingImageWrap .TitleContentWrap h1.H1TitleStyle1 {
  font-size: 243.75%;
}
.BrandingImageWrap .TitleContentWrap h1.H1TitleStyle2 {
  font-size: 212.5%;
}
.BrandingImageWrap .TitleContentWrap p {
  color: #fff;
}
@media screen and (max-width: 994px) {
  .BrandingImageWrap .TitleContentWrap h1.H1TitleStyle1 {
    font-size: 187.5%;
  }
  .BrandingImageWrap .TitleContentWrap h1.H1TitleStyle2 {
    font-size: 162.5%;
  }
  .BrandingImageWrap .TitleContentWrap p {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .BrandingImageWrap {
    padding: 25px 30px;
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
}
/* News（ニュース）
=========================================================================================== */
.News {
  padding-bottom: 40px;
}
.News .Article {
  position: relative;
}
.News .Article + .Article {
  margin-top: 30px;
  padding-top: 30px;
}
.News .Article + .Article:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  top: 0;
  left: 0;
  background: #b3b3b3;
}
/* Issue
=========================================================================================== */
.Issue {
  border-top: 1px solid #b3b3b3;
}
.Issue .Efficiency {
  position: relative;
  font-weight: 600;
  font-size: 193.75%;
  text-align: center;
  padding: 26px 10px 18px;
  margin-top: 55px;
}
.Issue .Efficiency:before {
  content: '';
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 72px solid transparent;
  border-right: 72px solid transparent;
  border-top: 54px solid #000;
  margin: auto;
}
@media screen and (max-width: 994px) {
  .Issue .Efficiency {
    font-size: 137.5%;
    padding: 22px 10px 18px;
    margin-top: 80px;
  }
  .Issue .Efficiency:before {
    top: -65px;
  }
}
/* ContentList
=========================================================================================== */
.ContentList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ContentList li {
  position: relative;
  width: 350px;
  min-height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #f2f2f2;
  border: 1px solid #b3b3b3;
  box-sizing: border-box;
  padding-top: 35px;
  padding-bottom: 26px;
}
.ContentList li .IssueNum {
  top: -1px;
  left: -1px;
}
.ContentList li .IssueNum:before {
  width: 21px;
  height: 21px;
  background: url("/image/hsw/icon/icon_question.png") no-repeat;
  background-size: contain;
}
.ContentList li .IssueNum span {
  height: 20px;
}
.ContentList li .IssueContent {
  font-size: 131.25%;
  font-weight: 500;
}
.ContentList li:not(:nth-child(n+3)) {
  margin-bottom: 18px;
}
@media screen and (max-width: 994px) {
  .ContentList li {
    width: 100%;
    min-height: 100px;
  }
  .ContentList li:nth-child(3) {
    margin-bottom: 18px;
  }
  .ContentList li .IssueContent {
    font-size: 112.5%;
  }
}
@media screen and (max-width: 579px) {
  .ContentList li {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 399px) {
  .ContentList li {
    padding-bottom: 25px;
  }
}
/* Reason
=========================================================================================== */
.Reason {
  padding-right: 18px !important;
  padding-left: 18px !important;
}
.Reason h2 {
  text-shadow: 0 0 8px #fff;
}
.Reason .ReasonList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.Reason .ReasonList > li {
  width: 330px;
  background: #fff;
}
.Reason .ReasonList > li .ImageBlock {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.Reason .ReasonList > li .ImageBlock img {
  width: 100%;
}
.Reason .ReasonList > li:not(:nth-child(n+3)) {
  margin-bottom: 20px;
}
.Reason .ReasonList > li .DetailBlock {
  position: relative;
  padding: 50px 20px 35px;
}
.Reason .ReasonList > li .DetailBlock .ReasonNum {
  height: 35px;
  font-size: 90%;
}
.Reason .ReasonList > li .DetailBlock .ReasonNum:before {
  width: 22px;
  height: 25px;
  background: url("/image/hsw/icon/icon_point.png") no-repeat;
  background-size: contain;
}
.Reason .ReasonList > li .DetailBlock .ReasonNum .Point {
  padding-top: 4px;
}
.Reason .ReasonList > li .DetailBlock .ReasonNum .Number {
  font-size: 128.57143%;
  display: inline-block;
  margin-left: 2px;
}
.Reason .ReasonList > li .DetailBlock .ReasonTitle {
  font-size: 112.5%;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 994px) {
  .Reason .ReasonList > li {
    width: 100%;
  }
  .Reason .ReasonList > li:nth-child(3) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .Reason {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media screen and (max-width: 399px) {
  .Reason .ReasonList > li .ImageBlock {
    height: auto;
  }
}
/* FaqIndex
=========================================================================================== */
.FaqIndex {
  padding-right: 18px !important;
  padding-left: 18px !important;
}
.FaqIndex h2 {
  color: #FFF;
}
.FaqIndex .FaqIndexList {
  display: block;
  margin-bottom: 50px;
}
.FaqIndex .FaqIndexList > li {
  width: auto;
  background: #fff;
  margin-bottom: 20px;
}
.FaqIndex .FaqIndexList > li a {
  display: table;
  width: 100%;
  padding: 10px 10px 10px 10px;
  box-sizing: border-box;
  text-decoration: none;
  color: #333;
  background: url("/image/hsw/newstyle/common/icon_link_right.png") no-repeat right 20px center #fff;
}
.FaqIndex .FaqIndexList > li .Faqnum {
  background: #333;
  color: #FFF;
  padding: 10px;
  display: table-cell;
  width: 2.2em;
}
.FaqIndex .FaqIndexList > li .Faqnum .Quest {
  font-size: 206.25%;
  line-height: 1em;
}
.FaqIndex .FaqIndexList > li .QuestionTitle {
  padding-left: 10px;
  display: table-cell;
  vertical-align: middle;
  padding-right: 25px;
}
/* faqページ */
.FaqPage {}
.FaqPage .FaqPageList {
  display: block;
  background: #f2f2f2;
  padding: 10px;
}
.FaqPage .FaqPageList > li {
  width: auto;
  background: #fff;
  margin-bottom: 10px;
}
.FaqPage .FaqPageList > li:last-child {
  margin-bottom: 0px;
}
.FaqPage .FaqPageList > li a {
  display: table;
  width: 100%;
  padding: 10px 30px 10px 10px;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 90%;
  line-height: 1.25;
  color: #333;
  background: url("/image/hsw/newstyle/common/icon_link_bottom.png") no-repeat right 20px center #fff;
}
.FaqPage .FaqPageList > li .Faqnum {
  background: #333;
  color: #FFF;
  padding: 10px;
  display: table-cell;
  width: 2.2em;
}
.FaqPage .FaqPageList > li .Faqnum .Quest {
  font-size: 206.25%;
  line-height: 1em;
}
.FaqPage .FaqPageList > li .QuestionTitle {
  padding-left: 10px;
  display: table-cell;
  vertical-align: middle;
}
.FaqPage .FaqAnsList > li {
  margin-bottom: 40px;
  position: relative;
  padding-left: 80px;
}
.FaqPage .FaqAnsList > li h3 {
  font-size: 118.75%;
  color: #333;
  border-bottom: 1px solid #b1000e;
  padding-right: 8px;
  padding-bottom: 4px;
  margin-top: 4px;
  margin-bottom: 8px;
}
.FaqPage .FaqAnsList > li .Faqnum {
  background: #333;
  color: #FFF;
  padding: 10px;
  display: block;
  width: 2.2em;
  position: absolute;
  left: 0px;
}
.FaqPage .FaqAnsList > li .Faqnum .Quest {
  font-size: 206.25%;
  line-height: 1em;
}
@media screen and (max-width: 994px) {
  .FaqIndex .FaqIndexList > li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .FaqIndex {
    margin-right: -15px;
    margin-left: -15px;
  }
}
/* Case（導入事例）※下層ページにはクラス"CaseSmall"を付与
=========================================================================================== */
.Case .ColumnSet {
  display: flex;
  padding: 20px 0;
  border-top: 1px solid #b3b3b3;
}
.Case .ColumnSet:last-of-type {
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 40px;
}
.Case .ColumnSet .Column1 {
  width: 270px;
  float: none;
}
.Case .ColumnSet .Column1 .ImgOnlyStyle {
  margin-bottom: 0;
}
.Case .ColumnSet .Column1 .ImgOnlyStyle img {
  width: 100%;
  margin-bottom: 0;
}
.Case .ColumnSet .Column2 {
  position: relative;
  width: 440px;
}
.Case .ColumnSet .Column2 .ColumnTitle {
  font-size: 112.5%;
  font-weight: bold;
  margin-bottom: 10px;
}
.Case .ColumnSet .Column2 .ColumnTitle a {
  color: #333;
  font-weight: bold;
  text-decoration: underline;
}
.Case .ColumnSet .Column2 .ColumnTitle a:after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 18px;
  background: url("/image/hsw/newstyle/common/icon_link_right.png") no-repeat left 10px bottom;
  background-size: 9px;
}

/* ボーダーなし */

.Case .CaseNobrd {
  padding: 20px 0;
  border:none;
}

.Case .ColumnSet2 {
  padding: 20px 0;
  border:none;
}
.Case .CaseTextSet2 {
    padding: 20px 0;
    border:none;
}
.ColumnTitle2 {
  font-size: 112.5%;
  font-weight: bold;
  margin-bottom: 10px;
  color:#333;
}
.Case .CaseTextSet2:last-of-type {
  border:none;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .Case .ColumnSet .Column2 .ColumnTitle a:hover {
    color: #b1000e;
  }
  .Case .ColumnSet .Column2 .ColumnTitle a:hover:after {
    background: url("/image/hsw/newstyle/common/icon_link_right.png") no-repeat left 12px bottom;
    background-size: 9px;
  }
}
.Case .ColumnSet .Column2 .BasicBtn {
/*
  position: absolute;
  right: 0;
  bottom: 0;
*/
  float: right;
}
.ColumnSet .Column2 .ColumnTitle + p {
  min-height: 36%;
}
.Case.CaseSmall .ColumnSet {
  padding: 14px 0;
}
.Case.CaseSmall .ColumnSet .Column1 {
  width: 165px;
}
.Case.CaseSmall .ColumnSet .Column2 p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 994px) {
  .Case .ColumnSet {
    flex-direction: column;
    margin-left: 0;
  }
  .Case .ColumnSet .Column2 {
    padding-left: 0;
  }
  .Case .ColumnSet:last-of-type {
    margin-bottom: 20px;
  }
  .Case .ColumnSet .Column1 {
    width: 80% !important;
    margin: 0 auto 20px;
    min-height: 1px;
  }
  .Case .ColumnSet .Column2 {
    width: 80%;
    margin: 0 auto;
  }
  .Case .ColumnSet .Column2 .BasicBtn {
    position: static;
    float: none;
  }
  .Case.CaseSmall .ColumnSet {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .Case .ColumnSet .Column1, .Case .ColumnSet .Column2 {
    width: 100% !important;
  }
}
.Case .CaseTextSet {
  padding: 20px 0;
  border-top: 1px solid #b3b3b3;
}
.Case .CaseTextSet:last-of-type {
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 40px;
}
.Case .CaseTextSet .ColumnTitle {
  font-size: 112.5%;
  font-weight: bold;
  margin-bottom: 10px;
}
/* LargeImageList
=========================================================================================== */
.LargeImageList {
  padding-right: 20px;
}
.LargeImageList li {
  display: flex;
}
.LargeImageList li .ImageBlock {
  min-width: 200px;
  height: 250px;
}
.LargeImageList li:nth-child(1) .DetailBlock .ContentWrap {
  background: url(/image/hsw/bg_number01.png) no-repeat bottom right;
}
.LargeImageList li:nth-child(2) .DetailBlock .ContentWrap {
  background: url(/image/hsw/bg_number02.png) no-repeat bottom right;
}
.LargeImageList li:nth-child(3) .DetailBlock .ContentWrap {
  background: url(/image/hsw/bg_number03.png) no-repeat bottom right;
}
.LargeImageList li:nth-child(4) .DetailBlock .ContentWrap {
  background: url(/image/hsw/bg_number04.png) no-repeat bottom right;
}
.LargeImageList li:nth-child(5) .DetailBlock .ContentWrap {
  background: url(/image/hsw/bg_number05.png) no-repeat bottom right;
}
.LargeImageList li:nth-child(6) .DetailBlock .ContentWrap {
  background: url(/image/hsw/bg_number06.png) no-repeat bottom right;
}
.LargeImageList li:nth-child(2n+1) .ImageBlock {
  order: 1;
  margin-right: 20px;
}
.LargeImageList li:nth-child(2n+1) .DetailBlock {
  order: 2;
}
.LargeImageList li:nth-child(2n+1) .DetailBlock .ContentWrap {
  margin-top: -35px;
}
.LargeImageList li:nth-child(2n) .ImageBlock {
  order: 2;
  margin-left: 20px;
}
.LargeImageList li:nth-child(2n) .DetailBlock {
  order: 1;
}
.LargeImageList li .DetailBlock {
  display: flex;
  align-items: center;
}
.LargeImageList li .DetailBlock .ContentWrap {
  min-height: 110px;
}
.LargeImageList li .DetailBlock .ContentWrap .ExplainTitle {
  font-size: 175%;
  font-weight: bold;
  border-bottom: 1px solid #b1000e;
  padding-bottom: 10px;
  margin-bottom: 15px;
  line-height: 1.2;
}
@media screen and (max-width: 994px) {
  .LargeImageList {
    padding-right: 0;
  }
  .LargeImageList li {
    display: block;
  }
  .LargeImageList li:not(:last-child) {
    margin-bottom: 50px;
  }
  .LargeImageList li .ImageBlock {
    height: 280px;
    margin: 0 !important;
  }
  .LargeImageList li .DetailBlock .ContentWrap .ExplainTitle {
    font-size: 175%;
  }
  .LargeImageList li:nth-child(2n+1) .DetailBlock .ContentWrap {
    margin-top: 0;
  }
}
/* SmallImageList
=========================================================================================== */
.SmallImageList li {
  position: relative;
  width: 100%;
  padding-left: 78px;
  box-sizing: border-box;
}
.SmallImageList li:not(:last-child) {
  margin-bottom: 30px;
}
.SmallImageList li .ImageBlock {
  position: absolute;
  top: 0;
  left: 0;
  width: 61px;
  height: 65px;
  margin-right: 18px;
}
.SmallImageList li .ImageBlock img {
  width: 100%;
}
.SmallImageList li h3 {
  display: inline-block;
  font-size: 118.75%;
  color: #333;
  border-bottom: 1px solid #b1000e;
  padding-right: 8px;
  padding-bottom: 4px;
  margin-top: 4px;
  margin-bottom: 8px;
}
.SmallImageList li p {
  margin-bottom: 0;
}
@media screen and (max-width: 994px) {
  .SmallImageList li h3 {
    font-size: 112.5%;
  }
}
@media screen and (max-width: 579px) {
  .SmallImageList li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 0;
  }
  .SmallImageList li .ImageBlock {
    position: static;
    margin-right: 10px;
  }
  .SmallImageList li h3 {
    font-size: 112.5%;
    width: calc(100% - 90px);
    margin-top: 0;
    margin-bottom: 0;
  }
  .SmallImageList li p {
    margin-top: 10px;
  }
}
/* Download（資料ダウンロード）
=========================================================================================== */
.Download .DownloadBox {
  padding: 20px;
  border: 1px solid #b3b3b3;
}
.Download .DownloadBox .ColumnSet {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.Download .DownloadBox .ColumnSet .Column1 {
  min-width: 160px;
  float: none;
}
.Download .DownloadBox .ColumnSet .Column1 .ImgOnlyStyle {
  margin-bottom: 0;
}
.Download .DownloadBox .ColumnSet .Column1 .ImgOnlyStyle img {
  width: 160px;
  margin-bottom: 0;
}
.Download .DownloadBox .ColumnSet .Column2 {
  position: relative;
  width: auto;
  float: none;
  margin: 0 0 0 30px;
}
.Download .DownloadBox .ColumnSet .Column2 .ColumnTitle {
  font-size: 112.5%;
  font-weight: bold;
  padding-left: 15px;
  margin-bottom: 10px;
}
.Download .DownloadBox .ColumnSet .Column2 .ColumnTitle span {
  display: inline-block;
  font-size: 88.88889%;
}
.Download .DownloadBox .ColumnSet .Column2 .BasicBtn {
  position: absolute;
  right: 0;
  bottom: 0;
}
.Download .DownloadBox .PlugInBanner {
  margin-bottom: 0;
}
@media screen and (max-width: 994px) {
  .Download .DownloadBox .ColumnSet {
    position: relative;
    flex-direction: column-reverse;
    padding-bottom: 85px;
    margin-left: 0;
  }
  .Download .DownloadBox .ColumnSet .Column1 {
    margin: 0 auto;
  }
  .Download .DownloadBox .ColumnSet .Column2 {
    position: static;
    margin-left: 0;
  }
  .Download .DownloadBox .ColumnSet .BasicBtn {
    left: 0;
    right: 0;
    bottom: 0;
  }
}
/* RelatedLinks（関連リンク）
=========================================================================================== */
.RelatedLinks {
  padding-bottom: 0;
  margin-bottom: 85px;
}
.RelatedLinks .BasicTitle {
  margin-bottom: 30px;
}
.RelatedLinks .ImgOnlyStyle img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .RelatedLinks .ImgOnlyStyle a:hover img {
    opacity: 0.7;
  }
}
.RelatedLinks .SolutionLinkList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.RelatedLinks .SolutionLinkList li {
  width: 470px;
}
.RelatedLinks .SolutionLinkList li:not(:last-child) {
  margin-bottom: 20px;
}
.RelatedLinks .SolutionLinkList li h3 {
  font-size: 112.5%;
  width: 220px;
  color: #333;
  font-weight: 500;
  background: #f2f2f2;
  padding: 6px 12px;
}
.RelatedLinks .SolutionLinkList li .SolutionBox {
  padding: 20px 16px;
  border: 1px solid #dcdcdc;
}
.RelatedLinks .SolutionLinkList li .SolutionBox .ColumnSet {
  display: flex;
  align-items: center;
}
.RelatedLinks .SolutionLinkList li .SolutionBox .ColumnSet .Column1 .LinkListStyle1 {
  font-size: 112.5%;
}
.RelatedLinks .SolutionLinkList li .SolutionBox .ColumnSet .Column1 .LinkListStyle1 a {
  color: #333;
  font-weight: bold;
  text-decoration: underline;
}
.RelatedLinks .SolutionLinkList li .SolutionBox .ColumnSet .Column1 .LinkListStyle1 a:after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 18px;
  background: url("/image/hsw/newstyle/common/icon_link_right.png") no-repeat left 10px bottom;
  background-size: 9px;
}
@media screen and (min-width: 768px) {
  .RelatedLinks .SolutionLinkList li .SolutionBox .ColumnSet .Column1 .LinkListStyle1 a:hover {
    color: #b1000e;
  }
  .RelatedLinks .SolutionLinkList li .SolutionBox .ColumnSet .Column1 .LinkListStyle1 a:hover:after {
    background: url("/image/hsw/newstyle/common/icon_link_right.png") no-repeat left 12px bottom;
    background-size: 9px;
  }
}
.RelatedLinks .SolutionLinkList li .SolutionBox .SolutionText {
  font-size: 90%;
}
.RelatedLinks .ListStyle1 {
  font-size: 90%;
}
.RelatedLinks .ListStyle1 > li .LinkListStyle1 .NewWin {
  background: none;
  padding-left: 0;
}
@media screen and (max-width: 994px) {
  .RelatedLinks {
    margin-left: 15px;
  }
  .RelatedLinks.under {
    margin-left: 0;
  }
  .RelatedLinks .SolutionLinkList li {
    width: 100%;
  }
  .RelatedLinks .SolutionLinkList li .SolutionBox .ColumnSet {
    justify-content: space-between;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .RelatedLinks {
    padding-top: 0 !important;
    margin-left: 0;
    margin-bottom: 0;
  }
  .RelatedLinks .BasicTitle {
    margin-bottom: 25px !important;
  }
  .RelatedLinks .SolutionLinkList {
    margin-top: 30px;
  }
  .RelatedLinks .SolutionLinkList li .SolutionBox {
    padding: 28px 20px;
  }
  .RelatedLinks .SolutionLinkList li .SolutionBox .ColumnSet {
    flex-direction: column;
    align-items: flex-start;
  }
}

/*popup*/
#PopUpContents img {
  max-width: 100%;
  height: auto;
}
/* BtnLinkList
=========================================================================================== */
.BtnLinkList ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.BtnLinkList ul li {
  width: 25%;
  background: #eee;
  box-sizing: border-box;
  border-bottom: 2px solid #fff;
}
.BtnLinkList ul li:not(:nth-child(4n)) {
  border-right: 2px solid #fff;
}
/*.BtnLinkList ul li:not(:nth-child(n+5)) {　←コメントアウト
  border-bottom: 2px solid #fff;
}*/

.BtnLinkList ul li a, .BtnLinkList ul li strong {
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 90%;
  color: #333;
  line-height: 1.25;
  text-decoration: none;
  padding: 0 10px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .BtnLinkList ul li a:hover, .BtnLinkList ul li strong:hover {
    background: #b1000e;
    color: #fff;
  }
}
.BtnLinkList ul li strong {
  background: #b1000e;
  color: #fff;
}
@media screen and (max-width: 994px) {
  .BtnLinkList ul {
    justify-content: space-between;
  }
  .BtnLinkList ul li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
    border: none !important;
  }
}
@media screen and (max-width: 767px) {
  .BtnLinkList {
    padding-bottom: 35px;
    border-bottom: 1px solid #b3b3b3;
  }
  .BtnLinkList + .Section {
    padding-top: 35px !important;
  }
}
/* RequestList
=========================================================================================== */
.RequestList {
  padding: 20px;
  margin-top: 40px;
  margin-bottom: 50px;
  border: 1px solid #b3b3b3;
}
.RequestList .RequestListTitle {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 112.5%;
  font-weight: 600;
}
.RequestList .RequestListTitle span {
  display: inline-block;
  margin-top: 4px;
}
.RequestList .RequestListTitle:before {
  display: inline-block;
  content: "";
  background: url(/image/hsw/icon/icon_info.png) no-repeat center #b1000e;
  background-size: 22px;
  min-width: 34px;
  height: 34px;
  margin-right: 15px;
}
/* margin,padding */
.mt0 {
  margin-top: 0px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.pt0 {
  padding-top: 0px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.pt45 {
  padding-top: 45px !important;
}
.pb45 {
  padding-bottom: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.mt55 {
  margin-top: 55px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.pt55 {
  padding-top: 55px !important;
}
.pb55 {
  padding-bottom: 55px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.mt65 {
  margin-top: 65px !important;
}
.mb65 {
  margin-bottom: 65px !important;
}
.pt65 {
  padding-top: 65px !important;
}
.pb65 {
  padding-bottom: 65px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.pt70 {
  padding-top: 70px !important;
}
.pb70 {
  padding-bottom: 70px !important;
}
.mt75 {
  margin-top: 75px !important;
}
.mb75 {
  margin-bottom: 75px !important;
}
.pt75 {
  padding-top: 75px !important;
}
.pb75 {
  padding-bottom: 75px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.pt80 {
  padding-top: 80px !important;
}
.pb80 {
  padding-bottom: 80px !important;
}
.mt85 {
  margin-top: 85px !important;
}
.mb85 {
  margin-bottom: 85px !important;
}
.pt85 {
  padding-top: 85px !important;
}
.pb85 {
  padding-bottom: 85px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.pt90 {
  padding-top: 90px !important;
}
.pb90 {
  padding-bottom: 90px !important;
}
.mt95 {
  margin-top: 95px !important;
}
.mb95 {
  margin-bottom: 95px !important;
}
.pt95 {
  padding-top: 95px !important;
}
.pb95 {
  padding-bottom: 95px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.pt100 {
  padding-top: 100px !important;
}
.pb100 {
  padding-bottom: 100px !important;
}
/* ----------------------------------------------------------------------------------------

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

  ------------------------------------------------------------------------------------------- */
/* BrandingImageWrap
  =========================================================================================== */
.BrandingImageWrap.Point {
  background: url(/image/hsw/renewal/products/bg_brandingimage_point.png) no-repeat center;
  background-size: cover;
}
.BrandingImageWrap.Function {
  background: url(/image/hsw/renewal/products/bg_brandingimage_function.png) no-repeat center;
  background-size: cover;
}
.BrandingImageWrap.Environment {
  min-height: auto;
  height: 195px;
  background: url(/image/hsw/renewal/products/bg_brandingimage_environment.png) no-repeat center;
  background-size: cover;
}
.BrandingImageWrap.BricsCad {
  background: url(/image/hsw/renewal/products/bg_brandingimage_bricscad.png) no-repeat center;
  background-size: cover;
}
.BrandingImageWrap.AiSearch {
  background: url(/image/hsw/renewal/products/bg_brandingimage_aisearch.png) no-repeat center;
  background-size: cover;
}
.BrandingImageWrap.Case {
  background: url(/image/hsw/renewal/products/bg_brandingimage_case.png) no-repeat center;
  background-size: cover;
}
.BrandingImageWrap.Faq {
  background: url(/image/hsw/renewal/products/bg_brandingimage_faq.png) no-repeat center;
  background-size: cover;
}
.BrandingImageWrap.Buy {
  background: url(/image/hsw/renewal/products/bg_brandingimage_buy.png) no-repeat center;
  background-size: cover;
}
.BrandingImageWrap.Inventory {
  background: url(/image/hsw/renewal/products/bg_brandingimage_inventory.png) no-repeat center;
  background-size: cover;
}
.BrandingImageWrap.Visualizer {
  background: url(/image/hsw/renewal/products/bg_brandingimage_visualizer.png) no-repeat center;
  background-size: cover;
}

.BrandingImageWrap.Price {
  background: url(/image/hsw/renewal/products/bg_brandingimage_price.png) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .BrandingImageWrap.Point {
    background: url(/image/hsw/renewal/products/bg_brandingimage_point_sp.png) no-repeat center;
    background-size: cover;
  }
  .BrandingImageWrap.Function {
    background: url(/image/hsw/renewal/products/bg_brandingimage_function_sp.png) no-repeat center;
    background-size: cover;
  }
  .BrandingImageWrap.Environment {
    background: url(/image/hsw/renewal/products/bg_brandingimage_environment_sp.png) no-repeat center;
    background-size: cover;
  }
  .BrandingImageWrap.BricsCad {
    background: url(/image/hsw/renewal/products/bg_brandingimage_bricscad_sp.png) no-repeat center;
    background-size: cover;
  }
  .BrandingImageWrap.AiSearch {
    background: url(/image/hsw/renewal/products/bg_brandingimage_aisearch_sp.png) no-repeat center;
    background-size: cover;
  }
  .BrandingImageWrap.Case {
    background: url(/image/hsw/renewal/products/bg_brandingimage_case_sp.png) no-repeat center;
    background-size: cover;
  }
  .BrandingImageWrap.Faq {
    background: url(/image/hsw/renewal/products/bg_brandingimage_faq_sp.png) no-repeat center;
    background-size: cover;
  }
  .BrandingImageWrap.Buy {
    background: url(/image/hsw/renewal/products/bg_brandingimage_buy_sp.png) no-repeat center;
    background-size: cover;
  }
  .BrandingImageWrap.Inventory {
    background: url(/image/hsw/renewal/products/bg_brandingimage_inventory_sp.png) no-repeat center;
    background-size: cover;
  }
  .BrandingImageWrap.Visualizer {
    background: url(/image/hsw/renewal/products/bg_brandingimage_visualizer_sp.png) no-repeat center;
    background-size: cover;
  }
  .BrandingImageWrap.Price {
    background: url(/image/hsw/renewal/products/bg_brandingimage_price_sp.png) no-repeat center;
    background-size: cover;
  }
}



.BoxPatternE h4 {
background-color: #362e2b;
font-weight:normal;
}
@media screen and (max-width: 767px) {
  div.BoxPatternE {
    padding: 0px 0 5px 0px;
    margin: 0 0 10px 0px;
  }
}
@media screen and (max-width: 994px) {
  .JS .Grid3 .AreaPowerMktg_anaData .Column1 {
    padding-left: 15px !important;
  }
}

/* 購買管理 */
/*
#Contents .TopBrandingImageWrap_koubaikanri h1 a .PageTitleImgWrap {
  background: #008161;
  display: block;
      width: 100%;
      padding: 15px 18px;
      box-sizing: border-box;}
#Contents .Issue .Efficiency {
  color: #008161;
  border: 1px solid #008161; }
  #Contents .Issue .Efficiency:before {
    border-top-color: #008161; }
#Contents .Download .DownloadBox .ColumnSet .Column2 .ColumnTitle {
  color: #008161;
  border-left: 5px solid #008161;
} */
/* .TopBrandingImageWrap_koubaikanri h1 p {
  display: block;
}
.PageTitleText_koubaikanri {
  font-size:28px;
  font-weight: 600;
  line-height: 1.2;
}

.PageTitleText_koubaikanri_small {
  font-size: 12px;
  margin-bottom:25px;
  display: block;
  font-weight: 600;
  text-align: center;
      text-shadow: 0 0 12px #FFF;
}

.TopBrandingImageWrap_koubaikanri {
  background: url("/image/h1/hsw/products/industry/koubaikanri/pagetitle_koubaikanri.jpg") right;
  background-size: cover;
  height: 295px;
      padding: 0 35px;
      margin-bottom: 30px;
    }
  .TopBrandingImageWrap_koubaikanri h1 {
    background: url("/image/h1/hsw/products/industry/ad/bg_pagetitle_ad.png") center;
    background-color: rgba(255, 255, 255, 0.5);
    background-size: cover;
    max-width: 400px;
  padding: 35px 24px;
  box-sizing: border-box;}

  .TopBrandingImageWrap_koubaikanri h1 a .PageTitleImgWrap .PageTitleImg {
    display: block;
    width: 298px;
    margin: auto;
  }

.Section_koubaikanri {
  margin:70px 0 0;
}

._bottomkoubaikanri {
  margin-bottom:50px;
}


element.style {
}
.TopBrandingImageWrap h1 {
    background: url(/image/h1/hsw/products/industry/ad/bg_pagetitle_ad.png) center;
    background-color: rgba(255, 255, 255, 0.5);
    background-size: cover;
}





@media screen and (max-width: 994px) {
  .TopBrandingImageWrap_koubaikanri{
    margin-left: 15px; } }
@media screen and (max-width: 767px) {
  .TopBrandingImageWrap_koubaikanri {
    height: auto;
    padding: 0;
    margin-right: -15px;
    margin-left: 0;
    margin-bottom: 10px; }
    .TopBrandingImageWrap_koubaikanri h1 {
      position: relative;
      height: 175px;
      padding: 0;
      margin: 0 auto !important; }
      .TopBrandingImageWrap_koubaikanri h1 a {
        height: 100%; }
        .TopBrandingImageWrap_koubaikanri h1 a .PageTitleText {
          font-size: 187.5%;
          padding: 20px 10px 0;
          margin-bottom: 20px; }
        .TopBrandingImageWrap_koubaikanri h1 a .PageTitleImgWrap {
          position: absolute;
          bottom: 0; }

          .Section_koubaikanri {
            margin:20px 0;
          }
.TopBrandingImageWrap_koubaikanri h1 p {
  display: block;
  padding:15px 10px;
}
        }
 */
