@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c');

/* CSS Document */


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

	共通設定

--------------------------------------------------------- */
.pcOnly { display: block; }
.spOnly { display: none; }
.taL { text-align: left!important; }
.taC { text-align: center!important; }
.taR { text-align: right!important; }
.nowrap { white-space: nowrap; }
body.solutionPage { background-color: #ffffff; }
.solutionPage .GridSet { max-width: 100%!important; }
#HeaderArea1 #SupportNavi {
max-width: calc(100% - 105px);
margin-left: 10px;
}
/* ---------------------------------------------------------

	トップページ

--------------------------------------------------------- */
/* ブランディングエリア */
#topBranding {
  position: relative;
  width: 100%;
  height: 450px;
  background: url("/products/energy/enersolportal/image/top_branding.png") center center no-repeat;
  background-size: cover;
}
#topBranding::before {
  content: "";
  position: absolute;
  left: -8%;
  top: 0;
  z-index: 10;
	width: 58%;
	height: 100%;
	transform: skewX(8deg);
	background: rgba(0,0,0,0.3);
}
#topBranding #topBrandingInner {
  display: table;
  max-width: 1305px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}
#topBranding #topBrandingInner .col {
  display: table-cell;
  vertical-align: middle;
}
#topBranding #topBrandingInner .col .h1Title {
  position: relative;
  z-index: 20;
  /*font-family: '游ゴシック体',YuGothic,'游ゴシック','Yu Gothic','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Arial,Helvetica,sans-serif;*/
  font-size: 45px;
  font-weight: bold;
  color: #ffffff;
  line-height: 120%;
}
#topBranding #topBrandingInner .col .h1Title .subTitle {
  display: block;
  font-size: 30px;
}
.brandingCatch {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 200%;
}
/* ---------------------------------------------------------

	スライダー

--------------------------------------------------------- */
#top_slider {
  position: relative;
  width: 100%;
  text-align: center;
}
#top_slider ul li.slider_list { height: 400px; }
#top_slider ul li.topslide01 {
  background: url("/products/energy/enersolportal/image/topslide01.png") center top no-repeat;
  background-size: cover;
}
/*#top_slider ul li.topslide02 {
  background: url("/products/energy/enersolportal/image/topslide02.png") center top no-repeat;
  background-size: cover;
}
#top_slider ul li.topslide03 {
  background: url("/products/energy/enersolportal/image/topslide03.jpg") center top no-repeat;
  background-size: cover;
}*/
#top_slider ul li.topslideMovie{
  overflow: hidden;
  position: relative;
}
#top_slider ul li.topslideMovie video{
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#top_slider ul li a {
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-decoration: none;
}
#top_slider ul li a:hover { text-decoration: none; }
.slider_tcell {
  display: table-cell;
  vertical-align: middle;
}
.slider_in {
  display: block;
  width: 100%;
  max-width: 1305px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}
.slider_text_box {
  position: relative;
  display: table;
  max-width: 650px;
  min-height: 280px;
  padding: 3px;
  text-align: left;
  box-sizing: border-box;
  transition: 0.2s;
}
.slider_text_boxIn {
  display: table-cell;
  width: 100%;
  padding: 30px;
  vertical-align: middle;
  background-color: rgba(0,0,0,0.45);
  box-sizing: border-box;
  transition: 0.2s;
}
#top_slider ul li a:hover .slider_text_boxIn { background-color: rgba(0,0,0,0.6); }
.slider_text {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
  color: #ffffff;
  line-height: 140%;
}
.slider_header {
  display: block;
  font-size: 32px;
  color: #ffffff;
  line-height: 140%;
  font-family: "M PLUS Rounded 1c";
}
.slider_header.tit_s { font-size: 32px; }
.more_arrow {
  float: right;
  display: inline-block;
  margin-top: 10px;
  padding: 5px 8px;
  border: solid 1px #ffffff;
  text-align: right;
  font-size: 12px;
  color: #ffffff;
  line-height: 100%;
}
#top_slider .slick-prev,#top_slider .slick-next { display: none!important; }
#top_slider .slick-dots {
  display: inline-block;
  padding-top: 15px;
  text-align: center;
  line-height: 14px!important;
}
#top_slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  text-align: center;
  cursor: pointer;
}
#top_slider .slick-dots li button {
  position: absolute;
  left: 0;
  top: 2px;
  display: inline-block;
  width: 14px;
  height: 14px;
  padding: 0;
  border: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-color: #ffffff;
  cursor: pointer;
  outline: none;
  appearance: none;
  transition: 0.2s;
  box-sizing: content-box;
  font-size: 0;
}
#top_slider .slick-dots li button:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 8px;
  background-color: #b5b5b5;
  font-size: 0;
}
#top_slider .slick-dots li.slick-active button:after,#top_slider .slick-dots li button:hover:after { background-color: #e80228; }
#top_slider .slick-initialized .slick-slide { height: 400px!important; overflow: hidden; }
#top_slider .slider_stop_play {
  position: absolute;
  bottom: 7px;
  right: 50%;
  display: inline-block;
  height: 14px;
  margin-right: -90px;
  line-height: 14px!important;
}
#top_slider .slider_stop_play .slider-stop,#top_slider .slider_stop_play .slider-play {
  display: inline-block;
  width: 12px;
  height: 14px;
  margin-right: 10px;
  text-align: center;
  cursor: pointer;
}
#top_slider .slider_stop_play .slider-stop span {
  display: block;
  width: 12px;
  height: 14px;
  background: url("/products/energy/enersolportal/image/btn_slider_stop.png") center top no-repeat;
  background-size: 12px auto;
}
#top_slider .slider_stop_play .slider-stop:hover span {
  background: url("/products/energy/enersolportal/image/btn_slider_stop.png") center bottom no-repeat;
  background-size: 12px auto;
}
#top_slider .slider_stop_play .slider-stop span.current {
  background: url("/products/energy/enersolportal/image/btn_slider_stop.png") center bottom no-repeat;
  background-size: 12px auto;
}
#top_slider .slider_stop_play .slider-play span {
  display: block;
  width: 12px;
  height: 14px;
  background: url("/products/energy/enersolportal/image/btn_slider_play.png") center top no-repeat;
  background-size: 12px auto;
}
#top_slider .slider_stop_play .slider-play:hover span {
  background: url("/products/energy/enersolportal/image/btn_slider_play.png") center bottom no-repeat;
  background-size: 12px auto;
}
#top_slider .slider_stop_play .slider-play span.current {
  background: url("/products/energy/enersolportal/image/btn_slider_play.png") center bottom no-repeat;
  background-size: 12px auto;
}
.slide01_header {
  font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Arial,Helvetica,sans-serif;
  font-size: 18px;
}
.slide01_text {
  font-size: 16px;
  line-height: 150%;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif!important;
}
.slide02_header {
  margin-bottom: 10px;
  font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Arial,Helvetica,sans-serif;
  font-size: 18px;
}
.slide02_text {
  font-size: 37px;
  line-height: 130%;
  font-family: 'Open Sans', sans-serif!important;
}
.slide03_header {
  font-size: 37px;
  line-height: 130%;
  font-family: 'Open Sans', sans-serif!important;
}
.slide03_text { margin-bottom: 10px; }
.slide03_text2 {
  margin-top: 15px;
  font-size: 18px;
}
#top_slider .slick-slide {
  border-left: none;
}

@media screen and (max-width: 767px) {
  #top_slider ul li.topslideMovie video{
    width: 120%;
}
  .slider_tcell { text-align: center; }
  .slider_text_box {
    float: none!important;
    min-height: 0;
    margin: 0 auto;
  }
  .slider_text { font-size: 18px; }
  .slider_header { font-size: 24px!important; }

  .slide01_header { font-size: 18px!important; }
  .slide02_header { font-size: 18px!important; }
  .slide02_text { font-size: 24px!important; }
  .slide03_header { font-size: 24px!important; }
  .slide03_text { font-size: 18px!important; }

  .cmn_container { padding-top: 0; }
  .top_menu_list_grid { width: 100%; }
  .top_menu_btn { height: 300px; }
  .top_menu_btn a { padding-bottom: 40px; }
  .top_menu_panel { width: 100%; }
  #top_menu_panel_boxName01 .MMColumnArea { padding: 20px 15px!important; }
  .top_menu_btn_wrap {
    width: 100%;
    border-top: none;
    border-left:  none;
  }
  .top_menu_list .top_menu_btn_wrap:last-child { border-right: none; }
  .top_menu_panel {
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }
  .top_menu_btn_wrap { margin-top: 5px; }
}
@media screen and (max-width: 650px) {
  #top_slider ul li.topslideMovie video{
    width: 160%;
}
  .slider_text_box {
    width: 100%;
  }
}

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

	news_topics_area

--------------------------------------------------------- */
.news_topics_are { padding: 0 0 80px 0; }
.news_topics_are_in {
  width: 100%;
  max-width: 1305px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}
.news_list {
  width: 100%;
  margin-bottom: 25px;
}
.news_list:last-child { margin-bottom: 0; }
.news_list dt {
  margin-bottom: 10px;
  vertical-align: top;
  font-size: 14px;
  line-height: 130%;
}
.news_list dd {
  display: table-cell;
  vertical-align: top;
  line-height: 120%;
}
.news_list dd .LinkListStyle1 { margin-bottom: 0; }
.news_ymd {
  display: inline-block;
  padding-right: 10px;
}
.news_icon01 {
  border: 1px solid #cc0022;
  color: #cc0022;
  display: inline-block;
  font-size: 83%;
  line-height: 1;
  margin-left: 10px;
  padding: 4px 15px 3px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}
.news_icon02 {
  border: 1px solid #cc0022;
  background-color: #cc0022;
  color: #ffffff;
  display: inline-block;
  font-size: 83%;
  line-height: 1;
  margin-left: 10px;
  padding: 4px 15px 3px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}
/*hydrogen products*/
.relatedinfo_icon01 {
  border: 1px solid #cc0022;
  color: #cc0022;
  display: inline-block;
  font-size: 83%;
  line-height: 1;
  margin-left: 0;
	margin-bottom: 5px;
  padding: 4px 15px 3px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}

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

	スライダーメニュー

--------------------------------------------------------- */
.slideBtnCover {
  position: relative;
  height: 40px;
  padding: 15px 0 0 0;
}
.top_topics_controller {
  position: absolute;
  top: 10px;
  left: 50%;
  margin: 0 0 0 -60px;
}
.top_topics_controller button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;

  width: 40px;
  height: 40px;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
.top_topics_prev {
	background: url("/products/energy/enersolportal/image/ico_prev02.png") center center no-repeat;
	background-size: 9px;
}
.top_topics_prev:hover {
	background: url("/products/energy/enersolportal/image/ico_prev02_on.png") center center no-repeat;
	background-size: 9px;
}
.top_topics_pause {
	background: url("/products/energy/enersolportal/image/ico_pause02.png") center center no-repeat;
	background-size: 11px;
}
.top_topics_pause:hover {
	background: url("/products/energy/enersolportal/image/ico_pause02_on.png") center center no-repeat;
	background-size: 11px;
}
.top_topics_pause.is-pause {
	background: url("/products/energy/enersolportal/image/ico_play02.png") center center no-repeat;
	background-size: 11px;
}
.top_topics_pause.is-pause:hover {
  background: url("/products/energy/enersolportal/image/ico_play02_on.png") center center no-repeat;
	background-size: 11px;
}
.top_topics_next {
  background: url("/products/energy/enersolportal/image/ico_next02.png") center center no-repeat;
	background-size: 9px;
}
.top_topics_next:hover {
  background: url("/products/energy/enersolportal/image/ico_next02_on.png") center center no-repeat;
	background-size: 9px;
}
.top_topics_text {
  border-top: solid 4px #cccccc;
  border-bottom: solid 1px #cccccc;
  border-left: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
}


/* ブロックメニューエリア */
.grayArea {
  width: 100%;
  margin-bottom: 100px;
  padding: 30px 0 0 0;
  background-color: #f9f9f9;
}
.grayAreaSlide {
  width: 100%;
  margin-bottom: 100px;
  padding: 40px 15px;
  background-color: #f9f9f9;
  box-sizing: border-box;
}
.topMenuArea {
  width: 100%;
  margin-bottom: 100px;
  padding: 40px 0;
  background-color: #f9f9f9;
}
.grayArea .solutionSection2 { padding: 0 15px; }


/* 4ブロックメニューエリア */
.menu4Block {
  width: 100%;
  max-width: 1275px;
  margin: 0 auto;
  padding-top: 40px;
}
.menu4Block.firstBlock { padding-top: 0; }
.menu4Block .col {
  position: relative;
  display: block;
  float: left;
  width: 25%;
  height: 208px;
  border-left: solid 1px #ffffff;
  box-sizing: border-box;
}
.menu4Block .col::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,0255,255,0.2);
  opacity: 0;
}
.menu4Block a.col:hover::after { opacity: 1; }
.menu4Block .col .menuTextArea {
  position: absolute;
  left: 0;
  bottom: 0;
  display: table;
  width: 100%;
  height: 74px;
  background-color: rgba(0,0,0,0.7);
}
.menu4Block .col:hover .menuTextArea { background-color: rgba(0,0,0,0.9); }
.menu4Block .col .menuTextArea span {
  display: table-cell;
  padding: 5px 10px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 17px;
  color: #ffffff;
  line-height: 130%;
}
/*01 top*/
.menuImage01_01 {
  background: url("/products/energy/enersolportal/image/img_menu01_01.jpg") center top no-repeat;
  background-size: cover;
}
.menuImage01_02 {
  background: url("/products/energy/enersolportal/image/img_menu01_02.jpg") center top no-repeat;
  background-size: cover;
}
.menuImage01_03 {
  background: url("/products/energy/enersolportal/image/img_menu01_03.jpg") center top no-repeat;
  background-size: cover;
}

/*02 top*/
/* 4ブロックメニューエリア（スライド） */
.menuImage02_01 {
  background: url("/products/energy/enersolportal/wind/image/img_menu02_01.jpg") center top no-repeat;
  background-size: cover;
}
.menuImage02_02 {
  background: url("/products/energy/enersolportal/wind/image/img_menu02_02.jpg") center top no-repeat;
  background-size: cover;
}

/*03 top*/
.menuImage03_01 {
  background: url("/products/energy/enersolportal/solar/image/img_menu03_01.jpg") center top no-repeat;
  background-size: cover;
}
.menuImage03_02 {
  background: url("/products/energy/enersolportal/solar/image/img_menu03_02.jpg") center top no-repeat;
  background-size: cover;
}
.menuImage03_03 {
  background: url("/products/energy/enersolportal/solar/image/img_menu03_03.jpg") center top no-repeat;
  background-size: cover;
}

.slick-slide {
  border-left: solid 1px #ffffff;
  box-sizing: border-box;
}
.col4SetMenuSlide li {
  position: relative;
  max-width: 318px;
  box-sizing: border-box;
}  
.col4SetMenuSlide li img {
  width: 100%;
  height: auto;
  transition: 0.2s;
}
.col4SetMenuSlide li a,.col4SetMenuSlide li .cSoon {
  position: relative;
  display: block;
  height: 208px;
}
.col4SetMenuSlide li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,0255,255,0.2);
  opacity: 0;
}
.col4SetMenuSlide li a:hover::after { opacity: 1; }
.col4SetMenuSlide li .cSoon {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.col4SetMenuSlide li a .menuTextArea {
  position: absolute;
  left: 0;
  bottom: 0;
  display: table;
  width: 100%;
  height: 74px;
  background-color: rgba(0,0,0,0.7);
}
.col4SetMenuSlide li a:hover .menuTextArea { background-color: rgba(0,0,0,0.9); }
.col4SetMenuSlide li a .menuTextArea span {
  display: table-cell;
  padding: 5px 10px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 17px;
  color: #ffffff;
  line-height: 120%;
}

.col4SetMenuSlide .ModalYouTubeLink::before,.menu4Block .ModalYouTubeLink::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -3px;
  border-left: solid 9px #fff;
  border-top: solid 9px transparent;
  border-bottom: solid 9px transparent;
}
.col4SetMenuSlide .ModalYouTubeLink .movieIcon,.menu4Block .ModalYouTubeLink .movieIcon { display: block; }
.col4SetMenuSlide .ModalYouTubeLink .movieIcon::before,.menu4Block .ModalYouTubeLink .movieIcon::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  background-color: #e60027;
  opacity: .5;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
}
.col4SetMenuSlide .ModalYouTubeLink .movieIcon::after,.menu4Block .ModalYouTubeLink .movieIcon::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 36px;
  height: 36px;
  top: 50%;
  left: 50%;
  margin: -18px 0 0 -18px;
  background-color: #e60027;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
}


/* 関連リンク */
.relatedArea {
  width: 100%;
  margin-bottom: 100px;
  padding: 80px 0 65px 0;
  background: #f9f9f9 url("/products/energy/enersolportal/image/bg_related.png") top center;
  background-size: cover;
}
.relatedArea.subRelated {
  background: #ffffff url("/products/energy/enersolportal/image/bg_sub_related.png") top center;
  background-size: cover;
}
.relatedTitle {
  background: none;
  text-align: center;
}
.relatedTitle span {
  display: inline-block;
  margin-bottom: 45px;
  padding: 0 0 10px 0;
  border-bottom: solid 5px #e60027;
  background: none;
  font-weight: bold;
  font-size: 30px;
  color: #333333;
  line-height: 100%;
}
.relatedList li {
  float: left;
  width: 24.235294117%;
  margin-right: 1.019607843%;
  margin-bottom: 15px;
  background-color: #333333;
  cursor: pointer;
}
.relatedList li:nth-child(4n) { margin-right: 0; }
.relatedList li img {
  width: 100%;
  height: auto;
  transition: 0.2s;
}
.relatedList li:hover a img { opacity: 0.7; }
.relatedList li:hover .relatedLinkText { text-decoration: underline; }
.relatedList .ImgOnlyStyle,.relatedList .ImgOnlyStyle img { margin-bottom: 0; }
.relatedLinkText {
  padding: 10px;
  font-size: 14px;
  color: #ffffff;
  line-height: 150%;
}

/* .bannerLinkList */
.OptionWideRWD #Contents .relatedList.bannerLinkList img{
height: 100%;
width: 100%;
display: block;
object-position: center;
object-fit: cover;
}
.OptionWideRWD #Contents .relatedList.bannerLinkList li.imgPosRight img{
object-position: right;
}

/* 子ページの関連リンク */
.relatedListText li {
  margin-bottom: 10px;
  line-height: 100%;
}
.relatedListText li:last-child { margin-bottom: 0; }
.relatedListText li a {
  padding-right: 20px;
  background: url("/products/energy/enersolportal/image/icon_link_arrow_s.png") right 2px center no-repeat;
  background-size: 8px 15px;
  text-decoration: none;
  font-size: 16px;
  color: #e60027;
  line-height: 150%;
}
.relatedListText li a:hover {
  background: url("/products/energy/enersolportal/image/icon_link_arrow_s.png") right 0px center no-repeat;
  background-size: 8px 15px;
  text-decoration: underline;
}
.relatedListText li.iconMovie a,.relatedListText li.iconMovie a:hover {
  padding-right: 22px;
  background: url("/image/jp/r1/icon/icon_movie_hd.gif") right 0 center no-repeat;
  background-size: 16px 16px;
}
.relatedListText li.iconBlank a,.relatedListText li.iconBlank a:hover {
  padding-right: 22px;
  background: url("/image/jp/r1/icon/icon_new_window_hd.gif") right 0 center no-repeat;
  background-size: 16px 16px;
}
.relatedListText li.iconPDF a,.relatedListText li.iconPDF a:hover {
  padding-right: 22px;
  background: url("/image/jp/r1/icon/icon_pdf_hd.gif") right 0 center no-repeat;
  background-size: 16px 16px;
}



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

	共通

--------------------------------------------------------- */
/* ガイドラインスタイル上書き */
.solutionPage #Contents { padding: 30px 0 0 0!important; }
.solutionPage .GridSet {
  width: auto!important;
  margin: 0!important;
}
.solutionPage .GridSet .Grid4 { padding: 0!important; }

/* Section */
.solutionSection1 {
  max-width: 1305px;
  width: 100%;
  margin: 0 auto 100px auto;
  padding: 0 15px;
  box-sizing: border-box;
}
.solutionSection2 {
  max-width: 1305px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}
.solutionSection3 {
  max-width: 995px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}
.solutionSectionSlide {
  max-width: 1275px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
.solutionSectionSub1 {
  max-width: 995px;
  width: 100%;
  margin: 0 auto 100px auto;
  padding: 0 15px;
  box-sizing: border-box;
}
.solutionSectionSub2 {
  max-width: 995px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}
.solutionSectionSub3 {
  max-width: 995px;
  width: 100%;
  margin: 70px auto 50px auto;
  padding: 0 15px;
  box-sizing: border-box;
}
.solutionSection1 .PageTop,
.solutionSection2 .PageTop,
.solutionSectionSub1 .PageTop,
.solutionSectionSub2 .PageTop {
  margin-bottom: 0;
  padding-bottom: 10px;
}

/* Title */
.solutionTtile1 {
  position: relative;
  margin: 0 0 50px 0!important;
  padding-bottom: 5px;
  border-bottom: solid 7px #828282;
  background: none;
}
.solutionTtile1 span {
  padding: 0;
  background: none;
  font-size: 29px;
  font-weight: bold;
  color: #000000;
  line-height: 130%;
}
.solutionTtile1 span a { color: #000000!important; }
.solutionTtile1 span a:hover { color: #b1000e!important; }
.solutionTtile1 span::before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 80px;
  height: 7px;
  background-color: #ea2d4b;
  font-size: 0;
}
.solutionTtile1 span a,
.solutionTtile1 span a:visited { text-decoration: none!important; }


/* text */
.solutionText01 {
  margin-bottom: 15px;
  font-size: 16px;
  color: #333333;
  line-height: 160%;
}
.solutionNotes {
  margin-top: 10px;
  font-size: 16px;
  line-height: 120%;
}

/* link */
.solutionImgLink {
  max-width: 404px;
  width: 100%;
  height: auto;
}
.solutionImgLink a {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.solutionImgLink a img { transition: 0.2s; }
.solutionImgLink a:hover img { opacity: 0.7; }
.solutionImgLink a .menuTextArea {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 30;
  display: table;
  width: 100%;
  min-height: 50px;
}
.solutionImgLink a .menuTextArea span {
  display: table-cell;
  width: 100%;
  padding: 10px 25px 10px 10px;
  background: rgba(0,0,0,0.7) url("/products/energy/enersolportal/image/icon_menu_arrow.png") right 10px center no-repeat;
  background-size: 12px 22px;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  line-height: 120%;
  box-sizing: border-box;
  transition: background-color 0.2s;
}
.solutionImgLink a:hover .menuTextArea span {
  background: rgba(0,0,0,0.8) url("/products/energy/enersolportal/image/icon_menu_arrow.png") right 8px center no-repeat;
  background-size: 12px 22px;
}
.solutionLinkList { margin-top: 10px; }
.solutionLinkList li { margin-bottom: 10px; }
.solutionLinkList li:last-child { margin-bottom: 0; }
.solutionLinkList li a {
  padding-right: 25px;
  background: url("/products/energy/enersolportal/image/icon_link_arrow.png") right 2px center no-repeat;
  background-size: 12px 22px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: #e60027;
}
.solutionLinkList li a:hover {
  background: url("/products/energy/enersolportal/image/icon_link_arrow.png") right 0px center no-repeat;
  background-size: 12px 22px;
}
.solutionLinkList li.iconMovie a,.solutionLinkList li.iconMovie a:hover {
  padding-right: 22px;
  background: url("/image/jp/r1/icon/icon_movie_hd.gif") right 0 center no-repeat;
  background-size: 16px 16px;
}
.solutionLinkList li.iconBlank a,.solutionLinkList li.iconBlank a:hover {
  padding-right: 22px;
  background: url("/image/jp/r1/icon/icon_new_window_hd.gif") right 0 center no-repeat;
  background-size: 16px 16px;
}
.solutionLinkList li.iconPDF a,.solutionLinkList li.iconPDF a:hover {
  padding-right: 22px;
  background: url("/image/jp/r1/icon/icon_pdf_hd.gif") right 0 center no-repeat;
  background-size: 16px 16px;
}

/* image */
img.imgBorder {
  border: solid 1px #cccccc;
  background-color: #ffffff;
  box-sizing: border-box;
}
img.imgSizeFree {
  max-width: 100%;
  height: auto;
}
.imgCaption {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  line-height: 120%;
}


.imgCaption.imgLeft { text-align: left;
}
.paragraph1 { margin-bottom: 1.5rem;
}
.onlyImageSet {
  padding-top: 65px;
  padding-bottom: 50px;
  text-align: center;
}
.onlyImageSet2 { text-align: center; }
.onlyImageSetCap {
  padding-top: 65px;
  text-align: center;
}
.onlyImageSetCap + .imgCaption { padding-bottom: 50px;
}

.imgLargeLink {
    margin-top: 7px;
    text-align: center;
}
.imgLargeLink a {
    padding-right: 18px;
    background: url("/image/jp/r1/icon/icon_new_window_hd.gif") right center no-repeat;
    background-size: 16px 16px;
    text-decoration: underline;
    font-size: 16px;
}
.imgLargeLink a:hover { text-decoration: none; }
.photoCaption {
    display: block;
    margin-top: 7px;
    font-size: 14px;
    line-height: 120%;
}

.cleanSection1 {
  max-width: 995px;
  width: 100%;
  margin: 0 auto 50px auto;
  padding: 0 15px;
  box-sizing: border-box;
}
/* ---------------------------------------------------------

	配下ページ

--------------------------------------------------------- */
/* Branding area */
#subBranding {
  position: relative;
  width: 100%;
  height: 295px;
}
#subBranding::before {
  content: "";
  position: absolute;
  left: -8%;
  top: 0;
  z-index: 10;
	width: 58%;
	height: 100%;
	transform: skewX(8deg);
	background: rgba(0,0,0,0.3);
}
#subBranding.structurePage::before { width: 53%; }
#subBranding #subBrandingInner {
  display: table;
  max-width: 1305px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}
#subBranding #subBrandingInner .col {
  display: table-cell;
  vertical-align: middle;
}
#subBranding #subBrandingInner .col .h1Title {
  position: relative;
  z-index: 20;
  font-family: '游ゴシック体',YuGothic,'游ゴシック','Yu Gothic','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Arial,Helvetica,sans-serif;
  font-size: 45px;
  font-weight: bold;
  color: #ffffff;
  line-height: 120%;
}
#subBranding #subBrandingInner .col .h1Title .h1Small {
  font-family: '游ゴシック体',YuGothic,'游ゴシック','Yu Gothic','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Arial,Helvetica,sans-serif;
  font-weight: normal;
  font-size: 30px;
}


/* Blocked area */
.grayAreaSub {
  width: 100%;
  margin-bottom: 100px;
  padding: 50px 0 0 0;
  border-bottom: solid 1px transparent;
  background-color: #f9f9f9;
  box-sizing: border-box;
}
.grayAreaSub .solutionSection2 { padding: 0 15px; }
.blueAreaSub {
  width: 100%;
  margin-bottom: 100px;
  padding: 100px 0 80px 0;
  border-top: solid 3px #e80228;
  background-color: #f2f2f2;
}
.textImageSet img {
  width: 100%;
  height: auto;
}
.textImageSet {
  padding-top: 65px;
  padding-bottom: 50px;
}
.solutionSectionSub1 .textImageSet { padding-bottom: 0; }
.textImageSet .col1 {
  float: left;
  width: 48.1865284%;
}
.textImageSet .col2 img { max-width: 465px!important; }
.textImageSet .col2 {
  float: right;
  width: 48.1865284%;
  text-align: center;
}


.textImageSetRv img {
  width: 100%;
  height: auto;
}
.textImageSetRv { padding-bottom: 50px; }
.solutionSectionSub1 .textImageSetRv { padding-bottom: 0; }
.textImageSetRv .col1 {
  float: right;
  width: 48.1865284%;
  text-align: center;
}
.textImageSetRv .col1.adjustCol1 { width: 38.1865284%; }
.textImageSetRv .col1 img { max-width: 465px!important; }
.textImageSetRv .col2 {
  float: left;
  width: 48.1865284%;
}
.textImageSetRv .col2.adjustCol1 { width: 58.1865284%; }
.imgOnlyBox { padding-bottom: 50px; }
.imgOnlyBox img {
  width: 100%;
  height: auto;
}
.imgOnlyBox2 { padding-top: 30px; }
.imgOnlyBox2 img {
  width: 100%;
  height: auto;
}
.imgOnlyBox3 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.imgOnlyBox3 img {
  width: 100%;
  height: auto;
}
.imgOnlyBox4 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.imgOnlyBox4 img {
  width: 100%;
  height: auto;
}
.imgOnlyBox5 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.imgOnlyBox5 img {
  width: 100%;
  height: auto;
}


/* tab */
#subTab02 { display: none; }
.subTabList li {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.subTabList li p {
  display: table;
  width: 100%;
  padding: 10px;
  text-align: center;
  border-top: solid 10px #ffffff;
  background-color: #979797;
  font-weight: bold;
  font-size: 23px;
  color: #ffffff;
  user-select: none;
  box-sizing: border-box;
  line-height: 130%;
  cursor: pointer;
}
.subTabList li p span {
  display: table-cell;
  vertical-align: middle;
}
.subTabList li:nth-child(1) { padding-right: 6px; }
.subTabList li:nth-child(2) { padding-left: 6px; }
.subTabList li p:hover { background-color: #606060; }
.subTabList li.current p {
  border-top: solid 10px #e80228;
  border-bottom: solid 10px #e80228;
  background-color: #e80228;
  cursor: default;
}
.subTabList li.current p:hover {
  background-color: #e80228;
}
.subTabList li.tabBtn02 {
  float: right;
  width: 50%;
}


.textImageSetCap { padding-top: 65px; }
.textImageSetCap + .imgCaption { padding-bottom: 50px; }
.textImageSetCap .col1 {
  width: 48.1865284%;
  float: left;
}
.textImageSetCap .col2 {
  width: 48.1865284%;
  float: right;
}
.textImageSetCap img {
  width: 100%;
  height: auto;
}
.textImageSet img,.textImageSetCap img {
  max-width: 465px!important;
  height: auto;
}


/* table */
.solutionTable01 {
  width: 100%;
  margin: 0 0 50px !important;
  border: solid 1px #c9c9c9;
  box-sizing: border-box;
}
.solutionTable01 caption {
  margin-top: -30px;
  height: 30px;
  font-size: 16px;
}
.solutionTable01 tr th {
  padding: 10px;
  background-color: #c9c9c9;
  border-left: solid 1px #c9c9c9;
  border-right: solid 1px #c9c9c9;
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
  font-weight: bold;
  font-size: 16px;
  line-height: 120%;
}
.solutionTable01 tr:first-child th { border-top: solid 1px #c9c9c9; }
.solutionTable01 tr:last-child th { border-bottom: solid 1px #c9c9c9; }
.solutionTable01 tr td {
  padding: 10px;
  background-color: #f2f2f2;
  border: solid 1px #c9c9c9;
  font-size: 16px;
  line-height: 120%;
}
.solutionTable01 thead td{
  background-color: #b9b9b9;
  border-bottom: solid 1px #ffffff;
  font-weight: bold;
  color: #454545;
}
.solutionTable01 thead td:nth-child(n+2){
  border-left: solid 1px #ffffff;
}
.solutionTable01 thead td:not(:last-child){
  border-right: solid 1px #ffffff;
}

@media screen and (max-width: 767px) {
  .onlyImageSet {
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .onlyImageSetCap { padding-top: 15px; }
  .onlyImageSetCap + .imgCaption { padding-bottom: 30px; }
  .cleanSection1 { margin: 0 auto 30px auto; }
  #topBranding #topBrandingInner .col .h1Title .subTitle { font-size: 18px; }
  .textImageSetCap { padding-top: 15px; }
  .textImageSetCap + .imgCaption { padding-bottom: 30px; }
  .textImageSetCap .col1 {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .textImageSetCap .col2 {
    width: 100%;
    float: none;
  }
}
.solutionPage .slick-track {
  margin-left: 0;
  margin-right: 0;
}

/* list */
.solutionList01 li {
  position: relative;
  padding-left: 12px;
  font-size: 16px;
  color: #333333;
  line-height: 130%;
}
.solutionList01 li::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 7px;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background-color: #333333;
}
.solutionList01In01 { margin-left: 4px; }
.w4em {
	display: inline-block;
	width: 4em;
}


/* Link block area */
.linkBlockArea { text-align: center; }
.linkBlockArea p.boxTypeLink01 {
  display: inline-block;
  width: 280px;
  margin-left: 17px;
  margin-right: 17px;
  margin-bottom: 20px;
}
.linkBlockArea p.boxTypeLink01 a {
  position: relative;
  display: inline-block;
  border: solid 1px #e60027;
  width: 100%;
  min-height: 60px;
  background: url("/products/energy/enersolportal/image/icon_link_arrow.png") right 10px center no-repeat;
  background-size: 12px 22px;
  text-decoration: none;
  vertical-align: bottom;
  box-sizing: border-box;
  transition: background-color 0.2s;
}
.linkBlockArea p.boxTypeLink01 a:hover {
  background: url("/products/energy/enersolportal/image/icon_link_arrow.png") right 8px center no-repeat;
  background-size: 12px 22px;
  background-color: rgba(255,137,137,0.1);
}

.linkBlockArea p.boxTypeLink01 a.iconMovie {
  background-image: url("/image/jp/r1/icon/icon_movie_hd.gif");
  background-size: 16px 16px;
}
.linkBlockArea p.boxTypeLink01 a.iconBlank {
  background-image: url("/image/jp/r1/icon/icon_new_window_hd.gif");
  background-size: 16px 16px;
}
.linkBlockArea p.boxTypeLink01 a.iconPDF {
  background-image: url("/image/jp/r1/icon/icon_pdf_hd.gif");
  background-size: 16px 16px;
}
.linkBlockArea p.boxTypeLink01 a.iconMovie:hover,
.linkBlockArea p.boxTypeLink01 a.iconBlank:hover,
.linkBlockArea p.boxTypeLink01 a.iconPDF:hover {
  background-position: right 10px center;
}


.linkBlockArea p.boxTypeLink01 a span.lbkTable {
  display: table;
  width: 100%;
  min-height: 60px;
}
.linkBlockArea p.boxTypeLink01 a span.lbkTable span.lbkCell {
  display: table-cell;
  padding: 5px 25px 5px 5px;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  color: #e60027;
  line-height: 120%;
}
.linkBoxSet {
  width: 100%;
  padding: 10px;
  border: solid 1px #e60027;
  box-sizing: border-box;
}
.linkBoxSet dl dt {
  display: inline-block;
  padding-right: 20px;
  font-size: 16px;
  color: #e60027;
  line-height: 120%;
}
.linkBoxSet dl dd {
  display: inline-block;
  padding-right: 20px;
}
.linkBoxSet dl dd:last-child { padding-right: 0; }
.linkBoxSet dl dd a {
  padding-right: 20px;
  background: url("/image/jp/r1/icon/icon_link_right_hd.gif") right center no-repeat;
  background-size: 16px 16px;
  text-decoration: underline;
  font-size: 16px;
  color: #e60027;
  line-height: 120%;
}
.linkBoxSet dl dd a:hover { text-decoration: none; }
.linkBoxSet dl dd a.iconMovie {
  background-image: url("/image/jp/r1/icon/icon_movie_hd.gif");
  background-size: 16px 16px;
}
.linkBoxSet dl dd a.iconBlank {
  background-image: url("/image/jp/r1/icon/icon_new_window_hd.gif");
  background-size: 16px 16px;
}
.linkBoxSet dl dd a.iconPDF {
  background-image: url("/image/jp/r1/icon/icon_pdf_hd.gif");
  background-size: 16px 16px;
}

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

	clearFix

--------------------------------------------------------- */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
*:first-child+html .clearfix { zoom: 1; }

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

	02 enermanagement
	03 dispersedpowersystem

--------------------------------------------------------- */
#subBranding.corgenerationPage{
  background: url("/products/energy/corgeneration/image/sub_branding.png") center center no-repeat;
  background-size: cover;
}

#subBranding.dispersedpowersystemPage h1 span,
#subBranding.corgenerationPage h1 span{
  font-size: 24px;
  font-weight: normal;
  line-height: 1.4em;
  display: block;
  padding-top: 20px;
}
.LinkListStyle1.locationLinkStyle1 {
  display: inline-block;
}

/* ---------------------------------------------------------
dispersedpowersystem - corgeneration
--------------------------------------------------------- */
.corgeneSet1 {
display: flex;
width: 100%;
padding-top: 65px;
}
.corgeneSet1 .ColumnItem:nth-child(1){
width: 59% ;
margin-right: 20px;
}
/*.corgeneSet1 .ColumnItem:nth-child(1) p.ImgOnlyStyle{
padding: 5px;
border: 1px solid #979797;
}*/
.corgeneSet1 .ColumnItem:nth-child(2){
width: 41%;
}
.corgeneSet1 .ColumnItem p.ImgOnlyStyle img{
max-width: 100%;}
.corgeneFig03 img{
max-width: 725px;
}
@media screen and (min-width: 995px) and (max-width: 1304px){
.OptionWideRWD .ColumnSet.corgeneSet1 {
width: 100%;
margin: 0 0 0 ;
}
}
@media screen and (max-width: 994px){
.JS .ColumnSet.corgeneSet1 {
width: auto;
margin: 0 0 0;
}
.corgeneSet1{
display: block;
}
.corgeneSet1 .ColumnItem:nth-child(1){
width: 100% ;
margin-bottom: 60px;
}
.corgeneSet1 .ColumnItem:nth-child(1) p.ImgOnlyStyle{
margin-right: 0;
}
.corgeneSet1 .ColumnItem:nth-child(2){
width: 100%;
}

}

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

	menu link

--------------------------------------------------------- */
.solutionMenu,
.solutionMenu2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 10px 3%;
  width: 100%;
}
.solutionMenu2 {
  justify-content: center;
}
.solutionMenuColumn {
  position: relative;
  flex-basis: 32%;
}
.solutionMenuColumn a,
.solutionMenuColumn a:visited,
.solutionMenuColumn a:hover {
  text-decoration: none;
}
.solutionMenuImage {
  position: relative;
  bottom: -20px;
  z-index: 2;
  display: block;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.solutionMenuImage img{
  transition: all .2s ease-out;
  width: 100%;
}
.solutionMenuTitle,
.solutionMenuTitle2 {
  position: relative;
  display: block;
/*  padding: 35px 13px 25px 13px;*/
  padding: 35px 10px 25px 13px;
  color: #ffffff;
  border-bottom: 10px solid #363333;
  background-color: #040000;
}
.solutionMenuTitle2 {
/*  padding: 35px 13px 60px 13px;*/
  padding: 35px 13px 15px 13px;
  font-size: 16px;
}

.solutionMenuTitle span,
.solutionMenuTitle2 span {
  font-size: 20px;
  font-weight: bold;
  display: block;;
}
.solutionMenuTitle2 span {
  display: block;
/*  margin-bottom: 10px;*/
  margin-bottom: 0;
}
.solutionMenuColumn:hover .solutionMenuImage img {
  transform: scale(1.2);
}
.solutionMenuColumn:hover .solutionMenuTitle,
.solutionMenuColumn:hover .solutionMenuTitle2 {
  background-color: #b1000e;
  border-bottom: 10px solid #7b0001;
}
.underConstruction,
.underConstruction a{
pointer-events: none;
}
@media screen and (max-width: 767px){
.solutionMenu,
.solutionMenu2 {
  display: block;
}
.solutionMenuColumn {
  position: relative;
  display: table;
  width: 100%;
  padding: 0;
  flex-basis: auto;
  background-color: transparent;
  border: none;
  margin-bottom: 15px;
}
.solutionMenuColumn a{
  border-bottom: 10px solid #363333;
  background-color: #040000;
  display: table;
  width: calc(100% - 30px);
  padding: 15px;
}
.solutionMenuColumn a:hover{
  background-color: #b1000e;
  border-bottom: 10px solid #7b0001;
}
.solutionMenuImage {
  position: static;
  display: table-cell;
  bottom: auto;
  width: 100px;
  height: 65px;
  margin: 0;
  text-align: left;
  vertical-align: middle;
}
.solutionMenuTitle,
.solutionMenuTitle2 {
  display: table-cell;
  background-color: transparent;
  border-bottom: none;
/*  padding: 0 25px 0;*/
  padding: 0 0 0 15px;
  vertical-align: middle;
  font-size: 14px;
}
.solutionMenuTitle2 {
/*  padding: 0 60px 0 25px;*/
  /*padding: 0 0 0 25px;*/
  padding: 0 0 0 15px;
}
.solutionMenuTitle span,
.solutionMenuTitle2 span {
  font-size: 20px;
}
.solutionMenuTitle2 span {
  /*margin-bottom: 10px;*/
  margin-bottom: 0;
}
.solutionMenuColumn:hover .solutionMenuTitle,
.solutionMenuColumn:hover .solutionMenuTitle2 {
  background-color: transparent;
  border-bottom: none;
}
.solutionMenuTitle::after,
.solutionMenuTitle2::after {
  right: 0;
  bottom: 0;
}

#subBranding.corgenerationPage h1 span{
padding-top: 0;
font-size: 18px;
}
}