@charset "UTF-8";
/* ------------------------------------------------------------------
@media
-------------------------------------------------------------------*/
@media (max-width:1115px) {

/* padding */
.header-inner,#keyvisual,#footer{
	box-sizing:border-box;	/* 左右のpaddingを含める */
	padding: 0 10px 0 10px;
}

#intro1{
	box-sizing:border-box;	/* 左右のpaddingを含める */
	padding: 0 10px 50px 10px;	
}

/* ------------------------------------------------------------------
pagetop btn
-------------------------------------------------------------------*/

.page-top_on{
  right: 20px;
}

.page-top_on_bottom{ 
  right: 20px;
  bottom: 275px;
}

/* ------------------------------------------------------------------
kotei_nav_area　固定ナビ
-------------------------------------------------------------------*/

.kotei_nav_area{
  display: none;
}

.kotei_nav_block{
  padding: 50px 0 0 0;
  box-sizing: border-box;
}

.kotei_nav_block .gnav-btn_box{
  box-sizing: border-box;
}

/* ------------------------------------------------------------------
header
-------------------------------------------------------------------*/
#header{
  width:100%;
  margin: 50px 0 0 0;
  padding: 0 0 60px 0;
  background-size:150% auto;
}

h1 img{
  padding: 40px 0 0 0;
}





/* ------------------------------------------------------------------
intro2
-------------------------------------------------------------------*/
#intro2{
  background-color: #FFF;
  overflow: hidden;
  padding: 10px 0 120px 0;
  background-image: url(../images/navi_bg_top.png); background-repeat: repeat-x; background-position: bottom; /* 背景波画像 */
}

.intro2-inner{
  margin: 0 auto;
  box-sizing:border-box;	/* 左右のpaddingを含める */
  padding: 40px 10px 0 10px;
  width: 100%;
  overflow: hidden;
  clear: both;
}

.intro2_photo{
 width: 48%;
  float: left;
}

.intro2_photo img{
  width: 100%;
  height: auto;
}

.intro2_text_box{
  float: right;
  width: 48%;
}

.reverse_photo{
 float: right; 
}

.reverse_text{
 float: left;
}

/* ------------------------------------------------------------------
gnav
-------------------------------------------------------------------*/
#gnav{
  padding: 0 10px 30px 10px;
}

.gnav-btn_box{
  max-width: 980px;
  width: 100%;
}

/* flexbox 最後のカラムを左寄せ（横4列の場合）*/
/*.gnav-btn_box::before{ content:""; display: block; width: 23.5%; order:1; }
.gnav-btn_box::after{ content:""; display: block; width: 23.5%; }
.gnav-btn{ width: 23.5%; }*/


/* flexbox 最後のカラムを左寄せ（横3列の場合）*/
.gnav-btn_box::before{ content:""; display: block; width: 32%; order:1; }
.gnav-btn_box::after{ content:""; display: block; width: 32%; }
.gnav-btn{ width: 32%; }


.gnav-btn_mini {
  width: 49.1%;   /* 2列 */
  background-image: url(../images/gnav_arrow.png); background-repeat: no-repeat; background-size: 23px 23px; background-position: center right 15px; /* 背景波画像 */
}

.gnav-btn_mini a{
  font-size: 16px;
}

/* ------------------------------------------------------------------
works
-------------------------------------------------------------------*/
.case_title_area {
  margin: 0 0 -5px 0;
}

/* ------------------------------------------------------------------
case_main
-------------------------------------------------------------------*/
.case_main{
  box-sizing:border-box;	/* 左右のpaddingを含める */
  padding: 0 10px 50px 10px;
}

.thumb_area{
  max-width: 980px;
  width: 100%;
}

.thumb {
    background-color: #000;
}


.thumb img{
  display: block;
  margin: 0 auto;
  padding: 0;
  
}

.thumb_pc { width: 76.4%; }
.thumb_sp { width: 21.4%; }

.thumb_pc img{ width: 100%; margin-bottom: 20px}
.thumb_sp img{ width: 100%; margin-bottom: 20px}

/* ------------------------------------------------------------------
feature summary
-------------------------------------------------------------------*/

.feature_summary{
  max-width: 980px;
  width: 100%;
}

.feature_summary li {
  padding: 8px 0px 8px 25px;
  background-image: url(../images/marker_feature.png); background-repeat: no-repeat; background-size: 15px 12px; background-position: top 12px left;
}

/* ------------------------------------------------------------------
feature
-------------------------------------------------------------------*/

.feature{
  max-width: 980px;
  width: 100%;
}

.point{
  width: 49.3%;
}

.icon_point{
  width: 50px;
  height: 50px;
}

/* ------------------------------------------------------------------
project_support
-------------------------------------------------------------------*/

.project_support_main{
  width: 100%;
  padding: 0 10px 70px 10px;
  box-sizing: border-box;
}

.support_column_group {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;

}
.support_column {
  display:inline-block; border: solid 4px #b2d740; /* ワク */
  box-sizing: border-box;
  flex-direction: column;
  /*-webkit-flex: 1;
  flex: 1;*/

  -webkit-flex: auto;   /* flex: 1; 可変リセット */
  flex: auto;           /* flex: 1; 可変リセット */

  padding: 5px 10px 15px 5px;
  margin-top: 10px;
  margin-left: 10px;
}
.support_column p{
  font-size: 16px;
  font-weight:bold;
}

.support_photo{
  margin: 0 auto;
  padding: 0 0 20px 0;
}

/* ------------------------------------------------------------------
contact_bottom
-------------------------------------------------------------------*/

.contact_bottom-inner{
  width: 100%;
}

/* ------------------------------------------------------------------
footer
-------------------------------------------------------------------*/
.kotei_footer .bottom_box {   /*ハンバーガーメニュー展開時コピーライトセンター寄せ*/                           
  justify-content: center;
}

/* ------------------------------------------------------------------
kotei footer
-------------------------------------------------------------------*/

.logo_electrodream_kotei{
  background-color: #FFF;
  padding: 30px 0 0 0;
  margin: 0 auto;
  width: 227px;
  height: 35px;
}

.logo_electrodream_kotei img{
  width: 227px;
  height: 35px;
}

.kotei_footer .footer_navi ul{
  padding: 25px 0 10px 0;
  display:-webkit-box;
  display:flex;
  flex-direction: column;
} 

.kotei_footer .footer_navi li{
  font-size: 15px;
  text-align: center;
  padding: 0 0 20px 0;
}

.kotei_nav_block .copylight{
  padding: 0 0 30px 0;
}

/* ------------------------------------------------------------------
sns  copylight
-------------------------------------------------------------------*/
.sns_head{  /* 上部SNSボタン */
  box-sizing: border-box;
  padding: 55px 0 0 20px;
  width: 100%;
  margin: 0 auto;
  height: 30px;
  text-align: right;
}

