@charset "UTF-8";

#Contents {
  min-width: auto;
  padding-bottom: 80px;
  overflow: hidden;
}
#Contents * {
  box-sizing: border-box;
  max-height: 999999px;
}
.ShowSP {
  display: none;
}
.HideSP {
  display: block;
}
.fadeIn {
  opacity: 0;         /* 初期値は透明にしておく */
  transition: .8s;    /* 動くスピードを0.5秒に指定 */
  transform: translateY(15px);
}
.active {
  opacity: 1;         /* 透明度を元に戻す */
  transform: translateY(0);
}
#BrandingImageWrap {
  position: relative;
}

#BrandingImageWrap .BrandingImageText {
  position: absolute;
  top: 28%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}
#BrandingImageWrap h1 {
  position: relative;
  width: 100%;
  text-align: center;
  color: #072e8c;
  font-weight: bold;
  font-size: 450%;
  text-shadow: 0 0 30px rgba(255, 255, 255, 1);
  z-index: 2;
  line-height: 1.1;
}
#BrandingImageWrap .BrandingImage img {
  width: 100%;
  height: auto;
}
#BrandingImageWrap .bgWhite {
  position: relative;
  margin-top: -358px;
  min-height: 472px;
  background-image: url(/products/infrastructure/connective-industries/image/top/bg_white.png);
  background-size: 473px 472px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
#BrandingImageWrap .bgWhite > div {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}
#BrandingImageWrap .BrandingImageText .Lumada {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
  z-index: 2;
}
#BrandingImageWrap .BrandingImageText .Lumada img {
  width: 180px;
  height: auto;
}
#BrandingImageWrap .bgWhite > div > p {
  position: relative;
  width: 100%;
  text-align: center;
  top: 25%;
  color: #072e8c;
  font-weight: bold;
  font-size: 170%;
  z-index: 2;
  line-height: 140%;
}
#BrandingImageWrap .bgWhite > div > .Button {
  position: relative;
  text-align: center;
  margin-top: 30px;
  z-index: 2;
}
#BrandingImageWrap .bgWhite > div > .Button a {
  position: relative;
  display: inline-block;
  border-radius: 50px;
  padding: 15px 40px 15px 25px;
  background-color: #072e8c;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  font-size: 115%;
  transition: 0.3s;
  background-image: url(/products/infrastructure/connective-industries/image/arw_link_white.png);
  background-repeat: no-repeat;
  background-position: right 20px top 17px;
  background-size: 12px auto;
  box-sizing: border-box;
  border: solid 2px #072e8c;
}
#BrandingImageWrap .bgWhite > div > .Button a:hover {
  background-color: #fff;
  color: #072e8c;
  background-image: url(/products/infrastructure/connective-industries/image/arw_link_blue.png);
}
#BannerAreaWrap {
  margin-top: 50px;
}
#BannerAreaWrap .ContentInner {
  max-width: 1275px;
  margin: auto;
}
#BannerAreaWrap h2 {
  position: relative;
  margin: 0;
  padding: 0 0 5px;
  font-size: 200%;
  font-weight: bold;
  text-align: center;
  background: 0;
  overflow: hidden;
  color: #121212;
  margin-bottom: 15px;
}
#BannerAreaWrap h2:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  right: 50%;
  bottom: 0;
  background: #072e8c;
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

#ContentsAreaWrap .ContentInner {
  display: flex;
  justify-content: flex-end;
  background-image: url(/products/infrastructure/connective-industries/image/top/bg_contents.png);
  background-repeat: no-repeat;
  background-position: top left;
  margin-top: 30px;
}
#ContentsAreaWrap .Text {
  width: auto;
  padding-bottom: 60px;
  margin-right: 30px;
  padding-top: 30px;
}
#ContentsAreaWrap .Text p {
  font-weight: bold;
  font-size: 110%;
}
#ContentsAreaWrap .Img {
  width: 50%;
  align-self: flex-end;
}
#ContentsAreaWrap .Img img {
  width: 100%;
  height: auto;
}
#ContentsAreaWrap h2 {
  background: none;
  color: #072e8c;
  font-weight: bold;
  text-align: left;
  font-size: 200%;
  line-height: 130%;
}
#ContentsAreaWrap h2 .Small {
  display: block;
  font-size: 80%;
  background: none;
  color: #072e8c;
  font-weight: bold;
  padding: 0;
}
#ContentsAreaWrap .Button {
  text-align: center;
  margin-top: 30px;
}
#ContentsAreaWrap .Button a {
  position: relative;
  display: inline-block;
  border-radius: 50px;
  padding: 20px 60px 20px 50px;
  background-color: #072e8c;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  font-size: 140%;
  transition: 0.3s;
  background-image: url(/products/infrastructure/connective-industries/image/arw_link_white.png);
  background-repeat: no-repeat;
  background-position: right 35px top 18px;
  background-size: 16px auto;
  box-sizing: border-box;
  border: solid 2px #072e8c;
}
#ContentsAreaWrap .Button a:hover {
  color: #072e8c;
  background-color: #fff;
  background-image: url(/products/infrastructure/connective-industries/image/arw_link_blue.png);
}



#Contents .SectorWrap {
    max-width: 1275px;
    margin: 60px auto;
}

#Contents .SectorWrap .SectorDetail {
    background-color: rgba(7, 46, 140, 0.8);
    padding: 35px 50px 20px 50px; 
    margin-bottom: 15px;
}
#Contents .SectorWrap .SectorDetail h4 {
    color: #fff;
    text-align: center;
    font-size: 120%;
    position: relative;
    margin: 0;
    padding: 0 0 10px;
    font-weight: bold;
    background: 0;
    overflow: hidden;
    margin-bottom: 30px;
}
#Contents .SectorWrap .SectorDetail h4 span {
    display: block;
    text-align: center;
    font-size: 80%;
    margin-top: 5px;
}
#Contents .SectorWrap .SectorDetail h4:after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    right: 70%;
    bottom: 0;
    background: #fff;
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
#Contents .SectorWrap .SectorDetail h4.Animated:after {
    width: 50px;
    right: 50%;
}
#Contents .SectorWrap .SectorDetail ul.SectorList {
    display: flex;
    justify-content: space-between;
}
#Contents .SectorWrap .SectorDetail ul.SectorList > li {
    width: calc( (100% - 20px) / 3);
}
#Contents .SectorWrap .SectorDetail ul.SectorList > li > .Image {
    position: relative;
    margin-bottom: 15px;
}
#Contents .SectorWrap .SectorDetail ul.SectorList > li > .Image > img {
    max-width: 100%;
    height: auto;
}
#Contents .SectorWrap .SectorDetail ul.SectorList > li > .Image > .Title {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    color: #fff;
    width: 100%;
    text-align: center;
    font-weight: bold;
    max-width: 405px;
}
#Contents .SectorWrap .SectorDetail ul.SectorList > li > .Image > .Title > p {
    line-height: 130%;
}
#Contents .SectorWrap .SectorDetail ul.SectorList > li > .Image > .Title > p:last-child {
    font-size: 90%;
}

#Contents .SectorWrap .SectorDetail ul.SectorList > li > .Title {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    color: #fff;
    width: 100%;
    text-align: center;
    font-weight: bold;
    max-width: 405px;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
#Contents .SectorWrap .SectorDetail ul.SectorList > li > .Title > p {
    line-height: 130%;
}


#Contents .SectorWrap .SectorDetail ul.SectorListLink > li {
    margin-bottom: 15px;
}
#Contents .SectorWrap .SectorDetail ul.SectorListLink > li > h5 {
    display: flex;
    align-items: flex-end;
    color: #fff;
    font-size: 115%;
    font-weight: bold;
    margin-bottom: 10px;
}
#Contents .SectorWrap .SectorDetail ul.SectorListLink > li > h5 > img {
    margin-right: 10px;
}
#Contents .SectorWrap .SectorDetail ul.SectorListLink > li > a {
    color: #fff;
    text-decoration: none;
    background-image: url(/products/infrastructure/connective-industries/image/arw_link_white.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 10px auto;
    padding-right: 20px;
}
#Contents .SectorWrap .SectorDetail ul.SectorListLink > li > a:hover {
    text-decoration: underline;
}
#Contents .SectorWrap .SectorDetail ul.SectorListLink > li > ul.InnerList {
    font-size: 90%;
}
#Contents .SectorWrap .SectorDetail ul.SectorListLink > li > ul.InnerList > li {
    list-style-position: inside;
}
#Contents .SectorWrap .SectorDetail ul.SectorListLink > li > ul.InnerList > li > a {
    color: #fff;
    text-decoration: none;
    background-image: url(/products/infrastructure/connective-industries/image/arw_link_white.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 6px auto;
    padding-right: 16px;
}
#Contents .SectorWrap .SectorDetail ul.SectorListLink > li > ul.InnerList > li > a:hover {
    text-decoration: underline;
}

#Contents .SectorWrap .SectorDetail ul.CompanyList {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}
#Contents .SectorWrap .SectorDetail ul.CompanyList > li {
    width: auto;
}
#Contents .SectorWrap .SectorDetail ul.CompanyList > li > a {
    color: #fff;
    text-decoration: none;
    background-image: url(/products/infrastructure/connective-industries/image/arw_link_white.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 10px auto;
    padding-right: 20px;
}
#Contents .SectorWrap .SectorDetail ul.CompanyList > li > a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 1304px) {    
    #Contents .SectorWrap .SectorDetail ul.CompanyList > li {
        width: calc( (100% - 10px) / 2);
    }
}

@media screen and (max-width: 994px) {
    #Contents .SectorWrap .SectorDetail ul.SectorList {
        flex-direction: column;
        align-items: center;
    }
    #Contents .SectorWrap .SectorDetail ul.SectorList > li {
        width: 100%;
        max-width: 405px;
    }
    #Contents .SectorWrap .SectorDetail {
        padding: 20px 15px;   
    }
    #Contents .SectorWrap .SectorDetail .CompanyListTitle {
        margin-top: 30px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    .JS #Contents .SectorWrap .SectorDetail ul.CompanyList > li {
        width: 100%;
    }
}




/*#TSSAreaWrap {
  background-image: url(/products/infrastructure/connective-industries/image/top/bg_tss.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-bottom: 290px;
  margin-top: 15px;
}
#TSSAreaWrap .hsif2024 {
  margin-bottom: 50px;
}
#TSSAreaWrap .hsif2024 img{
  border: solid 1px #e8e8e8;
}
#TSSAreaWrap h2 {
  background: none;
  color: #072e8c;
  font-weight: bold;
  font-size: 200%;
  line-height: 130%;
}
#TSSAreaWrap .Button {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
#TSSAreaWrap .Button a {
  position: relative;
  display: inline-block;
  border-radius: 50px;
  padding: 20px 60px 20px 30px;
  font-weight: bold;
  padding-right: 50px;
  text-decoration: none;
  color: #fff;
  font-size: 140%;
  background-image: url(/products/infrastructure/connective-industries/image/arw_link_white.png);
  background-repeat: no-repeat;
  background-position: right 20px top 18px;
  background-size: 16px auto;
}
#TSSAreaWrap .Button a:before,
#TSSAreaWrap .Button a:after {
  content: '';
  position: absolute;
  border-radius: 50px;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}*/

/* グラデーション1 */
#TSSAreaWrap .Button a:before {
    transition: all 0.3s; /* アニメーション実行時間 */
    z-index: -1;
    background: linear-gradient(90deg, #02ade2 0%, #007dff 52%, #072e8c 100%);
}

/* グラデーション2 */
#TSSAreaWrap .Button a:after {
    z-index: -2;
    background: linear-gradient(90deg, #D7A47C 0%, #B35E80 25%, #5D68E7 100%);
}

/* ホバー時にグラデーション1を透明にする */
#TSSAreaWrap .Button a:hover:before {
  opacity: 0;
}
#TSSAreaWrap .FlexBox {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1275px;
  margin: auto;
}


#SDGsAreaWrap h2,#TopNewsWrap h2 {
  background: none;
  color: #072e8c;
  font-weight: bold;
  font-size: 200%;
  line-height: 130%;
}

#SDGsAreaWrap .ContentInner {
  max-width: 1275px;
  margin: auto;
  padding-top: 50px;
}






#Contents .MovieBlock{
	margin:60px auto;
}
#ExternalLinkAreaWrap {
  margin-bottom: 80px;
}
#ExternalLinkAreaWrap .ContentInner {
  max-width: 1275px;
  margin: auto;
}
#ExternalLinkAreaWrap .ExternalLink {
  display: flex;
  justify-content: space-between;
}
#ExternalLinkAreaWrap .ExternalLink li {
  width: calc((100% - 20px)/2);
}
#ExternalLinkAreaWrap .ExternalLink li .Img {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#ExternalLinkAreaWrap .ExternalLink li .Button {
  margin-top: 15px;
}
#ExternalLinkAreaWrap .ExternalLink li .Button a {
  min-width: 210px;
  text-align: center;
  position: relative;
  display: inline-block;
  border-radius: 50px;
  padding: 5px 30px 5px 10px;
  background-color: #072e8c;
  text-decoration: none;
  color: #fff;
  font-size: 90%;
  transition: 0.3s;
  background-image: url(/products/infrastructure/connective-industries/image/arw_link_white.png);
  background-repeat: no-repeat;
  background-position: right 10px top 11px;
  background-size: 8px auto;
  box-sizing: border-box;
  border: solid 2px #072e8c;
}
#ExternalLinkAreaWrap .ExternalLink li .Button a:hover {
  color: #072e8c;
  background-color: #fff;
  background-image: url(/products/infrastructure/connective-industries/image/arw_link_blue.png);
}
#ReasonAreaWrap {
  background-color: #072e8c;
  padding: 60px 15px;
}
#ReasonAreaWrap h2 {
  background: none;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 200%;
}
#ReasonAreaWrap p {
  color: #fff;
  font-weight: bold;
  text-align: center;
}

#ReasonAreaWrap .Button {
  text-align: center;
  margin-top: 30px;
}
#ReasonAreaWrap .Button a {
  position: relative;
  display: inline-block;
  border-radius: 50px;
  padding: 20px 60px 20px 50px;
  background-color: #fff;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  font-size: 140%;
  transition: 0.3s;
  background-image: url(/products/infrastructure/connective-industries/image/arw_link_black.png);
  background-repeat: no-repeat;
  background-position: right 35px top 18px;
  background-size: 16px auto;
  box-sizing: border-box;
  border: solid 2px #fff;
}
#ReasonAreaWrap .Button a:hover {
  background-color: #072e8c;
  color: #fff;
  background-image: url(/products/infrastructure/connective-industries/image/arw_link_white.png);
}
#LinkAreaWrap .ContentInner {
  max-width: 1275px;
  margin: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
#LinkAreaWrap .LinkCard {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#LinkAreaWrap .LinkCard li {
  width: calc((100% - 80px)/4);
  box-shadow: 0 0 9px rgba(0,0,0,0.38);
}
#LinkAreaWrap .LinkCard li a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #333;
  padding: 30px 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#LinkAreaWrap .LinkCard li a div.LinkCard_icon {
    text-align: center;
    margin-bottom: 20px;
}
#LinkAreaWrap .LinkCard li a h3.LinkCard_title {
    text-align: center;
    font-weight: bold;
    font-size: 130%;
    color: #333;
    margin-bottom: 30px;
}
#LinkAreaWrap .LinkCard li a p.LinkCard_text {
    margin-bottom: 30px;
}
#LinkAreaWrap .LinkCard li a div.LinkCard_button {
    position: relative;
    display: inline-block;
    border-radius: 30px;
    padding: 10px 25px;
    background-color: #072e8c;
    color: #fff;
    font-weight: bold;
    font-size: 85%;
    padding-right: 50px;
    border: solid 1px #fff;
    background-image: url(/products/infrastructure/connective-industries/image/arw_link_white.png);
    background-repeat: no-repeat;
    background-position: right 15px top 10px;
    background-size: 12px auto;
    transition: 0.3s
}

#LinkAreaWrap .LinkCard li a:hover div.LinkCard_button {
    background-color: #fff;
    color: #072e8c;
    border: solid 1px #072e8c;
    background-image: url(/products/infrastructure/connective-industries/image/arw_link_blue.png);
}

#LinkAreaWrap .LinkCard li a:hover div.LinkCard_button:before {
	background: #072e8c;
}
#LinkAreaWrap .LinkCard li a:hover div.LinkCard_button:after {
	border-top: 2px solid #072e8c;
}
#Notes .ContentInner {
  max-width: 1275px;
  margin: auto;
}
#FloatBtnStopper {
  background-color: #fff;
  position: relative;
}
#FloatBtnWrap .PageTopBtn {
  position: fixed;
  right: 20px;
  bottom: 30px;
  transition: 0.3s;
  opacity: 0
}
#FloatBtnWrap .PageTopBtn.active {
  opacity: 1;
}
#FloatBtnWrap .PageTopBtn.active:hover {
  opacity: 0.7;
}
#FloatBtnWrap .PageTopBtn.active.fixed {
  position: absolute;
  right: 20px;
  top: -72px;
}
#FloatBtnWrap .ContactBlock {
  background: rgba(7, 46, 140, 0.33);
  padding: 20px 0;
}
#FloatBtnWrap .ContactBlock .ContactBtn {
  border-radius:30px;
  display: flex;
  width: 290px;
  height: 40px;
  color: #fff;
  font-size: 137.5%;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #072e8c;
  margin: auto;
  transition: 0.3s;
}
#FloatBtnWrap .ContactBlock .ContactBtn:hover {
  opacity: 0.7;
}
#FloatBtnWrap .ContactBlock .ContactBtn span {
  display: inline-block;
  padding-top: 1px;
  padding-left: 40px;
  background: url("/products/infrastructure/connective-industries/image/icon_mail.png") no-repeat left center;
  background-size: 20px auto;
}
/*関連情報*/
.LinkWrap {
  background: #FFF;
}
.LinkWrap .LinkList {
  display: flex;
  margin: 30px auto 0;
  justify-content: center;
}
.LinkWrap .LinkList li {
  width: 230px;
  margin: 20px 15px 0;
}
.LinkWrap .LinkList a {
  display: block;
  height: 100%;
  color: #4D4D4D;
  text-decoration: none;
  transition : 0.3s;
}
.LinkWrap .LinkList a:hover{
  opacity:0.6;
  transition : 0.3s;
}
.LinkWrap .LinkList h4 {
  font-size:0.875rem;
}
.LinkWrap .LinkList .ImageCaption {
  margin-top: 5px;
  font-size: 68.75%;
  line-height: 14.3px;
}

@media screen and (max-width: 1304px) {
  .OptionWideRWD #Contents {
    padding-left: 0;
    padding-right: 0;
  }
  #Contents .ContentInner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 995px) and (max-width: 1304px) {
  #BrandingImageWrap .BrandingImage {
    margin-left: -15px;
    margin-right: -15px;
  }
  .OptionWideRWD #ContentsAreaWrap {
    margin-right: -15px;
  }
}

@media screen and (max-width: 994px) and (min-width: 768px) {
  .LinkWrap .LinkList li {
	  width: calc(33% - 44px);
	  width: calc(50% - 44px ); 
  }
  .LinkWrap .LinkList a .ImageBlock,
  .LinkWrap .LinkList a .ImageCaption {
    text-align: center;
  }
}

@media screen and (max-width: 994px) {
  .JS #BrandingImageWrap .BrandingImage {
    margin-left: -15px;
    margin-right: -15px;
  }
  .JS #BrandingImageWrap h1 {
      font-size: 300%
  }
  .JS #BrandingImageWrap .bgWhite {
      margin-top: -331px;
      background-size: 350px 350px;
  }
  .JS #BrandingImageWrap .bgWhite > div {
    top: 28%;
  }
  .JS #BrandingImageWrap .bgWhite > div > .Lumada {
    margin-bottom: 15px;
  }
  .JS #BrandingImageWrap .BrandingImageText .Lumada img {
    width: 160px;
  }
  .JS #BrandingImageWrap .bgWhite > div > p {
    font-size: 120%;
  }
  .JS #TSSAreaWrap h2 {
    margin: 0;
  }
  .JS #TSSAreaWrap .FlexBox {
    flex-direction: column;
  }
  .JS #TSSAreaWrap .Img {
    margin-left: 0;
    margin-top: 30px;
  }
  .JS #SDGsAreaWrap h2 ,#TopNewsWrap h2 {
    margin: 0;
  }
  .JS #ContentsAreaWrap .ContentInner {
    flex-direction: column;
    padding-right: 0;
  }
  .JS #ContentsAreaWrap .Text {
    width: 100%;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
    margin-right: 0;
  }
  .JS #ContentsAreaWrap .Img {
    width: 100%;
  }
  .JS #LinkAreaWrap .LinkCard li {
    width: calc((100% - 25px)/2);
    margin-bottom: 25px;
  }
  .LinkWrap .LinkList {
	  flex-wrap: wrap;
	}
}
@media screen and (max-width: 767px) {
  .JS #BrandingImageWrap .BrandingImageText {
    top: 20%;
  }
  .JS #BrandingImageWrap h1 {
    font-size: 250%;
    margin-bottom: 10px;
  }
  .JS #BrandingImageWrap .bgWhite {
    margin-top: -306px;
    background-size: 280px 280px;
  }
  .JS #BrandingImageWrap .bgWhite > div {
    top: 35%;
  }
  .JS #BrandingImageWrap .BrandingImageText .Lumada {
    margin-top: 0;
  }
  .JS #BrandingImageWrap .BrandingImageText .Lumada img {
    width: 140px;
  }
  .JS #BrandingImageWrap .bgWhite > div > p {
    font-size: 100%;
  }
  .JS #BrandingImageWrap .bgWhite > div > .Button {
    margin-top: 20px;
  }
  .JS #BrandingImageWrap .bgWhite > div > .Button a {
    padding: 10px 40px 10px 25px;
    font-size: 100%;
    background-position: right 20px top 12px;
  }
  .JS #TSSAreaWrap {
    padding-bottom: 40px;
    margin-top: 70px;
  }
  .JS #TSSAreaWrap h2 {
    font-size: 150%;
  }
  .JS #SDGsAreaWrap h2 ,#TopNewsWrap h2 {
    font-size: 150%;
  }
  .JS #ContentsAreaWrap h2 {
    margin: 0;
  }
  .JS #ContentsAreaWrap h2 .Small {
    font-size: 70%;
  }
  .JS #ExternalLinkAreaWrap .ExternalLink {
    flex-direction: column;
  }
  .JS #ExternalLinkAreaWrap .ExternalLink li {
    width: 100%;
    max-width: 710px;
    margin: auto;
  }
  .JS #ExternalLinkAreaWrap .ExternalLink li:first-child {
    margin-bottom: 30px;
  }
  .JS #ExternalLinkAreaWrap .ExternalLink li .Button {
    text-align: center;
  }
  .JS #ReasonAreaWrap h2 {
    margin: 0;
  }
  .JS #ReasonAreaWrap p {
    font-size: 110%;
    text-align: left;
  }
  #FloatBtnWrap .ContactBlock {
    padding: 10px 0;
  }
  #FloatBtnWrap .ContactBlock .ContactBtn {
    height: 35px;
    font-size: 128%;
  }
  .LinkWrap .LinkList {
	  width: 230px;
	  margin-top: 10px;
	} 
  .LinkWrap .LinkList li {
	  width: 100%;
	  margin: 20px 0 0;
	}
}
@media screen and (max-width: 579px) {
  .JS #BrandingImageWrap .bgWhite > div {
    top: 35%;
  }
  .JS #BrandingImageWrap .bgWhite > div > p {
    font-size: 100%;
  }
  .JS #BrandingImageWrap .bgWhite > div > .Button {
    margin-top: 20px;
  }
  .JS .ShowSP {
    display: block;
  }
  .JS .HideSP {
    display: none;
  }
  .JS #ExternalLinkAreaWrap .ExternalLink li .Img {
    flex-direction: column;
  }
  .JS #ExternalLinkAreaWrap .ExternalLink li .Img div:first-child {
    margin-bottom: 10px;
  }
  #LinkAreaWrap .LinkCard li a h3.LinkCard_title {
    margin-bottom: 0;
  }
  #LinkAreaWrap .LinkCard li a p.LinkCard_text,
  #LinkAreaWrap .LinkCard li a div.LinkCard_button {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .JS #BrandingImageWrap h1 {
    font-size: 200%;
  }
  .JS #BrandingImageWrap .BrandingImageText .Lumada img {
    width: 120px;
  }
  .JS #BrandingImageWrap .bgWhite {
    background-size: 220px 220px;
}
  .JS #TSSAreaWrap {
    margin-top: 120px;
  }
}



/* --- クリッカブルマップ（SVG使用） --- */
.ClickMap {
	position: relative;
    margin: 15px auto 30px auto;
}
.ClickMap svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ClickMap svg text {
	font-size: 0;
}



/* 青いリンク */
.BlueLink {
	color: #072e8c !important;
}

.LinkListStyle1 li a.BlueLink:link,
.LinkListStyle2 li a.BlueLink:link,
.LinkListStyle3 li a.BlueLink:link,
.LinkListStyle4 li a.BlueLink:link,
.LinkListStyle5 li a.BlueLink:link,
.LinkListStyle6 li a.BlueLink:link,
.LinkListStyle1 dt a.BlueLink:link,
.LinkListStyle2 dt a.BlueLink:link,
.LinkListStyle1 li a.BlueLink:visited,
.LinkListStyle2 li a.BlueLink:visited,
.LinkListStyle3 li a.BlueLink:visited,
.LinkListStyle4 li a.BlueLink:visited,
.LinkListStyle5 li a.BlueLink:visited,
.LinkListStyle6 li a.BlueLink:visited,
.LinkListStyle1 dt a.BlueLink:visited,
.LinkListStyle2 dt a.BlueLink:visited {
	background-image: url(/products/infrastructure/connective-industries/image/arw_link_blue.png);
	background-position: right 3px center;
	background-size: 8px auto;
}
.LinkListStyle1 li a.BlueLink:hover,
.LinkListStyle2 li a.BlueLink:hover,
.LinkListStyle3 li a.BlueLink:hover,
.LinkListStyle4 li a.BlueLink:hover,
.LinkListStyle5 li a.BlueLink:hover,
.LinkListStyle6 li a.BlueLink:hover,
.LinkListStyle1 dt a.BlueLink:hover,
.LinkListStyle2 dt a.BlueLink:hover,
.LinkListStyle1 li a.BlueLink:active,
.LinkListStyle2 li a.BlueLink:active,
.LinkListStyle3 li a.BlueLink:active,
.LinkListStyle4 li a.BlueLink:active,
.LinkListStyle5 li a.BlueLink:active,
.LinkListStyle6 li a.BlueLink:active,
.LinkListStyle1 dt a.BlueLink:active,
.LinkListStyle2 dt a.BlueLink:active {
	background-image: url(/products/infrastructure/connective-industries/image/arw_link_blue.png);
	background-position: right center;
}

li.NewWin a.BlueLink,
dt.NewWin a.BlueLink,
.ImgOnlyStyle a.NewWindow.BlueLink {
	background-image: url(/products/infrastructure/connective-industries/image/icon_new_window_blue_hd.png) !important;
	background-position: right center !important;
	background-size: 16px auto !important;
}

li.Pdf a.BlueLink,
dt.Pdf a.BlueLink {
	background-image: url(/products/infrastructure/connective-industries/image/icon_pdf_blue_hd.png) !important;
	background-position: right center !important;
	background-size: 16px auto !important;
}
/*お知らせ*/

#TopNewsWrap{
background-image: url(/products/infrastructure/connective-industries/image/top/bg_tss.png);
background-position: bottom center;
background-repeat: no-repeat;
background-size: 100% auto;
padding-bottom: 75px;
margin-top: 15px;
}

#TopNewsWrap .ContentInner {
  max-width: 1335px;
  margin: auto;
  padding-top: 50px;
}

#TopNewsWrap .ContentInner .active{
  padding: 0 30px 0 30px;
  background-color: rgba(255, 255, 255, 0.85);
}

#TopNewsWrap .CenterAdjust {
  margin-top: 50px;
}

#TopNewsWrap a img:hover {
  opacity: 0.7;
}

#Contents .updateList {
  max-width: 1275px;
  color: #4d4d4d;
  padding: 0 0 60px;
  margin: 0 auto;
}
#Contents .updateList dl {
  letter-spacing: 1px;
  padding: 22px 0 18px 2px;
  border-top: 1px solid #cccccc;
}
#Contents .updateList dl:last-child {
  border-bottom: 1px solid #cccccc;
}
#Contents .updateList dl dt {
  margin-bottom: 12px;
}
#Contents .updateList dl dt .Date {
  font-size: 93.75%;
  display: inline-block;
  width: 9em;
}
#Contents .updateList dl dt .Category {
  font-size: 75%;
  color: #333;
  display: inline-block;
  border: 1px solid #333;
  border-radius: 2px;
  padding: 0 10px;
  margin-left: 2px;
}

@media screen and (max-width: 1304px) {
  #TopNewsWrap .ContentInner .active{
    padding: 0;
  }
  }

@media screen and (max-width: 399px) {
#Contents .updateList dl dt .Date {
  display: block; }
}
#Contents .updateList dl.is-hidden{
display: none;
}

@media screen and (max-width: 479px) {
  #TopNewsWrap{
    padding-bottom: 35px;
    margin-top: 0;
    }
  #TopNewsWrap .CenterAdjust {
    margin: 0;
  }
  }

/* ベロバナー */
.PickUp {
  position: fixed;
  right: 0;
}
.PickUp_one .PickUp:nth-child(1) {
  margin-top: 92px;
}
.PickUp_two .PickUp:nth-child(1) {
  margin-top: 95px;
}
.PickUp_two .PickUp:nth-child(2) {
  margin-top: 195px;
}
.PickUp_three .PickUp:nth-child(1) {
  margin-top: 20px;
}
.PickUp_three .PickUp:nth-child(2) {
  margin-top: 120px;
}
.PickUp_three .PickUp:nth-child(3) {
  margin-top: 220px;
}
dl.PickUp {
  display: flex;
  flex-flow: row nowrap;
  width: auto;
  height: 6em;
  margin-bottom: 10px;
  color: #ffffff;
  cursor: pointer;
	z-index:13;
}
dl.PickUp :last-child {
  margin-bottom: 0;
}
.PickUp dt {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 0.5em;
  line-height: 120%;
  text-align: center;
  font-weight: bold;
  background-image: url(/products/infrastructure/portal/industry/image/top/icon_banner_open.png);
  background-repeat: no-repeat;
  background-position: right 5px top 5px;
  background-color: rgba(177, 0, 14, 0.8);
  border-top-left-radius: 300px;
  border-bottom-left-radius: 300px;
}
dl.PickUp.opened dt {
  background-image: none;
}
.PickUp dd {
  padding: 0.5em 0;
  background-color: rgba(177, 0, 14, 0.8);
}
.JS .PickUp dd {
  display: none;
}

dl.PickUp.opened dd {
  background-image: url(/products/infrastructure/portal/industry/image/top/icon_banner_close.png);
  background-repeat: no-repeat;
  background-position: right 5px top 5px;
}
.PickUp dd .Inner {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 0.5em 1em 0 0.5em;
  border-left: 2px solid #fff;
}

.PickUp dd .Inner.pt0 {
  padding: 0 1.5em 0 0.5em;
}
.PickUp dd .Inner p {
  margin-bottom: 0;
  line-height: 130%;
  white-space: nowrap;
}
.PickUp dd .Inner a {
  padding-right: 20px;
  color: #ffffff;
  background-image: url(/products/infrastructure/portal/industry/image/top/arw_accordion_link.gif);
  background-repeat: no-repeat;
  background-position: right 2px center;
}
.PickUp dd .Inner a:hover, .PickUp dd .Inner a:active {
  background-position: right center;
}
@media screen and (max-width: 767px) {
	.JS dl.PickUp {
		font-size: 83%;
	}

	.JS .PickUp_two .PickUp:nth-child(2) {
		margin-top: 180px;
	}
	.JS .PickUp_three .PickUp:nth-child(2) {
		margin-top: 105px;
	}
	.JS .PickUp_three .PickUp:nth-child(3) {
		margin-top: 190px;
	}
}