@charset "utf-8";


#Contents .text {
  font-size: 100%;
}
.PageTitleStyle1 {
  margin: 25px 0 30px;
}
.PageTitleStyle1 h1 {
  text-align: center;
}
.PageTitleStyle1 + p.TextStyle1 {
  margin-bottom: 30px;
}

/* ------ introduction ------ */
.introduction {
  position: relative;
  padding: 45px 25px 0;
  color: #fff;
  background-image: url(/products/it/control_sys/cs_support/hcssc/images/introduction_bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.introductionTitleSet {
  border: 10px solid rgba(255, 255, 255, 0.27);
  box-sizing: border-box;
}
.introductionTitleSet h2 {
  background: none;
  text-align: center;
  margin: 45px 0 20px;
  padding: 0;
}
.introductionTitleSet h2 span {
  background-color: transparent;
  padding: 0 0 10px;
  color: #fff;
  font-size: 150%;
  position: relative;
}
.introductionTitleSet h2 span::after {
  content: "";
  display: inline-block;
  width: 2.25em;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: calc(50% - 1.25em);
}
.introductionTitleSet p.TextStyle1 {
  margin: 0 15px 20px;
  line-height: 2;
}
ol.futureList {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}
ol.futureList li {
  border: 1px solid rgba(255, 255, 255, 0.58);
  width: calc(50% - 8px);
  margin: 20px 0 0 16px;
  padding: 25px 25px 5px;
  box-sizing: border-box;
}
ol.futureList li:nth-child(odd) {
  margin: 20px 0 0 0;
}
ol.futureList .ImgOnlyStyle {
  width: 65px;
  height: auto;
}
ol.futureList .ImgOnlyStyle img {
  max-width: 100%;
}
ol.futureList p.TextStyle1 {
  margin-bottom: 25px;
  font-size: 125%;
  font-weight: bold;
/*    line-height: 1.75;*/
}
ol.futureList strong {
  color: #efe300;
}
ol.futureList .ButtonStyle1 a {
  display: inline-block;
  min-width: 98px;
  min-height: 18px;
  margin: 0 0 15px;
  text-align: center;
  font-size: 90%;
  line-height: 130%;
  background-image: url(/products/it/control_sys/cs_support/hcssc/images/icon_down.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 11px 8px;
  -moz-background-size: 11px 8px;
  -webkit-background-size: 11px 8px;
  -o-background-size: 11px 8px;
  -ms-background-size: 11px 8px;
  word-break: break-all;
}
ol.futureList .ButtonStyle1 a:link,
ol.futureList .ButtonStyle1 a:visited {
  padding: 13px 30px 9px 30px;
  color: #7960e4;
  text-decoration: none;
  border-right: solid 3px transparent;
  background-color: #fff;
}
ol.futureList .ButtonStyle1 a:hover,
ol.futureList .ButtonStyle1 a:active {
  padding: 13px 30px 9px 30px;
  color: #fff;
  text-decoration: none;
  border-right: solid 3px transparent;
  background-color: #7960e4;
  background-image: url(/products/it/control_sys/cs_support/hcssc/images/icon_down_white.png);
}
ol.futureList .ButtonStyle1 a strong {
  font-weight: normal;
  color: #fff;
}
.introductionTextEnd {
  padding: 55px 0 50% 45px;
  font-size: 112.5%;
  font-weight: bold;
  line-height: 2.2;
}

/* ------ featureWrap ------ */
.featureWrap {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  margin-top: 40px;
  padding: 310px 15px 20px;
}
.featureWrap#feature01 {
  background-color: #966eb5;
  background-image: url(/products/it/control_sys/cs_support/hcssc/images/feature01_bg.jpg);
}
.featureWrap#feature02 {
  background-color: #7595bf;
  background-image: url(/products/it/control_sys/cs_support/hcssc/images/feature02_bg.jpg);
}
.featureWrap#feature03 {
  background-color: #4a8ba1;
  background-image: url(/products/it/control_sys/cs_support/hcssc/images/feature03_bg.jpg);
}
.featureWrap#feature04 {
  background-color: #c68190;
  background-image: url(/products/it/control_sys/cs_support/hcssc/images/feature04_bg.jpg);
}
.featureWrap .inner {
  margin: 0;
  padding: 50px 30px 35px;
  background-color: #fff;
  position: relative;
}
.featureWrap .icoFeature {
  position: absolute;
  top: 50px;
  left: 30px;
}
.featureWrap .icoFeature img {
  width: 100px;
  height: auto;
}
.featureWrap .textArea {
  padding-left: 125px;
}
.featureWrap h2.title {
  margin: 15px 0 20px;
  padding: 0;
  background: none;
  font-size: 150%;
  font-weight: bold;
}
.featureWrap h2.title em {
  color: #cc0051;
  font-style: normal;
}
.featureWrap .boxPoint {
  padding: 25px;
  margin-top: 40px;
}
#feature01 .boxPoint {border: 1px solid #966eb5;}
#feature02 .boxPoint {border: 1px solid #7595bf;}
#feature03 .boxPoint {border: 1px solid #4a8ba1;}
#feature04 .boxPoint {border: 1px solid #c68190;}

.featureWrap .text {
  line-height: 2;
}
.featureWrap .boxPoint h3 {
  text-align: center;
  font-size: 125%;
  margin: 0 0 25px;
}
.featureWrap .boxPoint h3 span {
  display: inline-block;
  padding: 0 15px 7px;
  border-bottom: 1px dashed #966eb5;
  margin: 0;
}
#feature01 .boxPoint h3 span {color: #966eb5; border-bottom: 1px dashed #966eb5;}
#feature02 .boxPoint h3 span {color: #7595bf; border-bottom: 1px dashed #7595bf;}
#feature03 .boxPoint h3 span {color: #4a8ba1; border-bottom: 1px dashed #4a8ba1;}
#feature04 .boxPoint h3 span {color: #c68190; border-bottom: 1px dashed #c68190;}

.featureWrap .boxPoint p {
  font-size: 137.5%;
  text-align: center;
  font-weight: bold;
}

/* ------ downloadLink ------ */
.downloadLinkBtn {
  margin-top: 70px;
  margin-bottom: 70px;
}
.downloadLinkBtn p {
  width: 480px;
  height: 114px;
  border: 7px solid #e4e4e4;
  margin: 0 auto;
  box-sizing: border-box;
}
.downloadLinkBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 137.5%;
  font-weight: bold;
    color: #3e3a39;
    text-decoration: none;
    line-height: 1;
}
.downloadLinkBtn a:hover,
.downloadLinkBtn a:active {
    text-decoration: underline;
}


br.br360Show {
display: none;
}


/* for 995px -
=========================================================================================== */

@media screen and (min-width: 995px) {


}



/* for  - 994px
=========================================================================================== */

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


/* ------ introduction ------ */
.introduction {
    padding: 45px 15px 0;
    }
ol.futureList {
    display: block;
}
ol.futureList li {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 15px 15px 5px;
    position: relative;
}
ol.futureList .ImgOnlyStyle {
    position: absolute;
    top: 15px;
    left: 15px;
}
ol.futureList p.TextStyle1 {
padding-left: 80px;
padding-top: 0.25em;
}
.introductionTextEnd {
    padding: 45px 0 45% 0;
}
}


@media screen and (min-width:768px) and ( max-width:994px) {



}



/* for  - 767px
=========================================================================================== */

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

.Grid3 .Section {
margin-right: -15px;
margin-left: -15px;
}

.PageTitleStyle1 h1 {
  text-align: left;
}


}



/* for  - 579px
=========================================================================================== */

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

/*
.Grid3 {
background-image: url(/products/it/control_sys/cs_support/hcssc/images/check_sp.png);
background-repeat: no-repeat;
background-position: center top -16px;
}
*/
#Contents .text {
    font-size: 90%;
}


/* ------ introduction ------ */
.introductionTitleSet p.TextStyle1 {
    line-height: 1.65;
}
ol.futureList p.TextStyle1 {
    font-size: 100%;
}
.introductionTextEnd {
    font-size: 100%;
    font-weight: bold;
    line-height: 2.2;
}

/* ------ featureWrap ------ */
.featureWrap {
    margin-top: 30px;
    padding: 48% 15px 20px;
}
.featureWrap .inner {
    padding: 25px 15px 15px;
}
.featureWrap .icoFeature {
    top: 25px;
    left: 15px;
}
.featureWrap .icoFeature img {
    width: 50px;
}
.featureWrap .textArea {
    padding-left: 0;
}
.featureWrap h2.title {
    margin: 3px 0 20px;
    padding: 0 0 0 65px;
    background: none;
    font-size: 100%;
}
.featureWrap .boxPoint {
    padding: 20px;
    margin-top: 25px;
}
.featureWrap .text {
  line-height: 1.6;
}
.featureWrap .boxPoint h3 {
    font-size: 90%;
    margin: 0 0 20px;
}
.featureWrap .boxPoint p {
    font-size: 100%;
}

.downloadLinkBtn {
    margin-top: 50px;
    margin-bottom: 50px;
}
.downloadLinkBtn p {
    width: 250px;
    height: 50px;
    border: 5px solid #e4e4e4;
}

.downloadLinkBtn a {
    font-size: 100%;
}




}

/* for  - 399px
=========================================================================================== */
@media screen and (max-width: 399px) {}

@media screen and (max-width: 360px) { /*ここから改行される*/
  .JS br.br360Hide {
    display: none;
  }
  .JS br.br360Show {
    display: block;
  }
}
