@charset "UTF-8";
/* CSS Document */

/*flex
-------------------------------------------------------*/
#t_service ul, #t_customers ul, #t_denki ul {
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

/*仮環境のみで適用、本番では削除
-------------------------------------------------------*/
#t_topimage_energy img {
    width: 100%;
}
@media print, screen and (min-width: 740px){
#t_topimage_energy figure {
    margin: 0;
}
#t_topimage_energy {
    width: 1060px;
    margin: 0 auto;
	}}

/*footer
-------------------------------------------------------*/
#f_menu_wrap {
  background: #009999;
}

/*t_content
-------------------------------------------------------*/
#t_content h2 {
}
#t_content h2 i {
  color: #009999;
}
#t_content h2 + p {
  color: #000000;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 500;
  text-align: center;
}

/*bg
-------------------------------------------------------*/
.bg3 {
  background: #d9f0f0;
}
.bg4 {
  background: url(/img/common_new/bg4.png) left top repeat;
}
.bg5 {
}

/*t_service
-------------------------------------------------------*/
#t_service .column3 li img {
  width: 100%;
}
#t_service li p {
  min-height: 40px;
  margin-top: 20px;
  text-align: center;
}
#t_service li p.row1 {
  padding: 10px;
}
#t_service a {
  color: #000000;
  display: block;
  text-decoration: none;
}

/*t_customers
-------------------------------------------------------*/
#t_customers a {
  background: #006666;
  color: #ffffff;
  height: 90px;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#t_customers a:hover {
  background: #009999;
  opacity: 1.0;
}
#t_customers p {
  color: #000000;
  width: 100%;
  margin-top: 40px;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 500;
  text-align: center;
}
#t_customers .cont:nth-child(2) {
	margin-top: 60px;
}
#t_customers .cont:nth-child(n+3) {
	margin-top: 40px;
}
#t_customers .movie {
	background: #ffffff;
	padding: 40px;
}
#t_customers .movie h3 {
	color: #009999;
	font-size: 2.4rem;
	line-height: 3.0rem;
	font-weight: 700;
	text-align: center;
}
#t_customers .movie .column2 > * {
	width: 100%;
	margin-top: 40px;
}

/*t_denki
-------------------------------------------------------*/
#t_denki {
	color: #000000;
	margin-top: 60px;
	position: relative;
}
#t_denki .main figure {
	background: #ffffff;
	text-align: right;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -1;
}
#t_denki .main img {
	width: auto;
	height: 420px;
}
#t_denki .main p {
	margin-bottom: 0px;
}
#t_denki .main2 {
	text-align: center;
}
#t_denki .main2 img {
	width: 100%;
	height: auto;
}
#t_denki h2 i, #t_denki h3 {
  color: #00a4e3;
}
#t_denki h3 {
	margin-bottom: 30px;
	font-size: 2.4rem;
	line-height: 3.0rem;
	font-weight: 700;
	text-align: center;
}
#t_denki p {
	line-height: 2.6rem;
}
#t_denki .btn_wrap {
}
#t_denki .btn_wrap li a {
  color: #ffffff;
  padding: 20px 10px;
	font-size: 2.2rem;
  line-height: 4.0rem;
	font-weight: 500;
  text-align: center;
  text-decoration: none;
  display: block;
  border-radius: 5px;
}
#t_denki .btn_wrap li a.bg1 {
	background: #00a4e3;
}
#t_denki .btn_wrap li a.bg2 {
	background: #ffa000;
  padding: 30px 10px;
	font-size: 2.6rem;
}
#t_denki .btn_wrap li a.bg2 i {
	font-size: 3.6rem;
}
#t_denki .btn_wrap li a.bg1:hover {
  background: #00ccff;
  opacity: 1.0;
}
#t_denki .btn_wrap li a.bg2:hover {
  background: #ffbf00;
  opacity: 1.0;
}

/*t_link
-------------------------------------------------------
#t_link {
  margin-top: -60px;
}
#t_link ul {
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#t_link ul::after {
  content: "";
  width: 300px;
  height: 0px;
  display: block;
}
#t_link li {
  width: 300px;
  margin-top: 20px;
}
#t_link li:nth-of-type(1), #t_link li:nth-of-type(2), #t_link li:nth-of-type(3) {
  margin-top: 0px;
}
#t_link li a {
  background: #ff8855;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 60px;
  border-radius: 30px;
  text-align: center;
  display: block;
  box-shadow: rgba(0,0,0,0.2) 2px 2px 0px;
}
#t_link li a:hover {
  background: #ff7700;
}
#t_link li a i {
  margin-right: 5px;
  font-size: 3.0rem;
  position: relative;
  left: 0px;
  top: 3px;
}*/

/*t_info
-------------------------------------------------------*/
#t_info .cont {
  border: #009999 4px solid;
  background: #ffffff;
  margin-bottom: 60px;
  padding: 50px;
  position: relative;
  flex-direction: column;
}
#t_info .cont h2 {
  width: 100%;
  margin-bottom: 40px;
}
#t_info .inner > h2 + p {
  margin-bottom: 0px;
}

/*t_banner
-------------------------------------------------------*/
#t_banner .lead {
  background: none;
  height: inherit;
  padding: 0px 20px;
}

/*t_contact
-------------------------------------------------------*/
#t_contact .inner > * {
  background: #ffffff;
  width: 460px;
  padding: 40px;
  position: relative;
}
#t_contact h2 {
  color: #009999;
  font-size: 2.4rem;
}


/*PC
-------------------------------------------------------*/
@media print, screen and (min-width: 740px) {
  
	/*t_service
	-------------------------------------------------------*/
	#t_service .btn_wrap li {
		width: 300px;
	}
	#t_service .btn_wrap li {
		margin-top: 20px;
	}
	
  /*t_customers
  -------------------------------------------------------*/
	#t_customers ul li {
		width: 220px;
		margin-top: 20px;
	}
	#t_customers .movie .flex.column2 > * {
		width: 420px;
	}
	
  /*t_denki
  -------------------------------------------------------*/
	#t_denki .main .inner, #t_denki .main figure {
		width: 100%;
		height: 420px;
	}
	#t_denki .main .inner {
		padding-right: 480px;
	}
	#t_denki .main2 {
		width: 1060px;
		margin: 0 auto;
	}
	#t_denki *:nth-child(n+2).btn_wrap {
		margin-top: 40px;
	}
	#t_denki .btn_wrap li {
		width: 460px;
	}
	#t_denki .btn_wrap.center {
		justify-content: center;
	}

}

/*sphone
-------------------------------------------------------*/
@media screen and (min-width: 0px) and (max-width: 739px) {
   
  /*t_content
  -------------------------------------------------------*/
  #t_content h2 + p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.3rem;
    line-height: 2.0rem;
    text-align: justify;
  }
  #t_content h2 + p br {
    display: none;
  }
	
  /*t_service
  -------------------------------------------------------*/
  #t_service ul li {
    width: 48%;
  }
	#t_service ul li:nth-of-type(n+3) {
    margin-top: 20px;
	}
  #t_service ul li p {
    min-height: inherit;
    margin-top: 10px;
    font-size: 1.1rem;
  }
  #t_service ul li p.row1 {
    padding: 0px;
  }

  /*t_customers
  -------------------------------------------------------*/
	#t_customers ul li {
    width: 100%;
}
  #t_customers ul li:not(:first-of-type) {
    margin-top: 20px;
  }
  #t_customers a {
    height: inherit;
    min-height: inherit;
    padding: 10px 0px;
    font-size: 1.4rem;
    line-height: 2.0em;
  }
  #t_customers a:hover {
    background: #009999;
    opacity: 1.0;
  }
  #t_customers p {
    margin-top: 20px;
    font-size: 1.3rem;
    line-height: 2.0rem;
  }
	#t_customers .cont:nth-child(2) {
		margin-top: 30px;
	}
	#t_customers .cont:nth-child(n+3) {
		margin-top: 20px;
	}
	#t_customers .movie {
		padding: 20px;
	}
	#t_customers .movie h3 {
    font-size: 1.8rem;
    line-height: 2.0em;
	}
	#t_customers .movie .column2 > * {
		margin-top: 20px;
	}

  /*t_denki
  -------------------------------------------------------*/
	#t_denki {
		margin-top: 30px;
	}
	#t_denki p {
    line-height: 2.0rem;
	}
	#t_denki .main .inner {
		padding-bottom: 0px;
	}
	#t_denki .main figure {
		position: relative;
	}
	#t_denki .main img {
		width: 100%;
		height: 200px;
		object-fit: cover;
	}
	#t_denki .main p {
		margin-bottom: 0px;
	}
  /*#t_denki *:first-child.btn_wrap {
		border-top: #ececec 1px solid;
		padding-top: 10px;
	}*/
	#t_denki h3 {
		margin-bottom: 10px;
		font-size: 1.8rem;
		line-height: 2.0rem;
	}
  #t_denki .btn_wrap li {
		width: 100%;
		padding: 0 20px;
  }
  #t_denki *:nth-child(n+2).btn_wrap, #t_denki .btn_wrap li:nth-of-type(n+2) {
		margin-top: 20px;
  }
	#t_denki .btn_wrap li a {
		padding: 10px 0px;
    font-size: 1.6rem;
    line-height: 2.0em;
	}
	#t_denki .btn_wrap li a.bg2 {
		background: #ffa000;
		padding: 15px 0px;
		font-size: 2.0rem;
		line-height: 3.6rem;
	}
	#t_denki .btn_wrap li a.bg2 i {
		font-size: 3.0rem;
		top: 2px;
	}
  
  /*t_info
  -------------------------------------------------------*/
  #t_info .cont {
		margin-bottom: 30px;
    padding: 20px;
  }
  #t_info .cont h2 {
    margin-bottom: 10px;
  }
	#t_info .inner > h2 + p {
		margin-bottom: 0px;
	}

  /*t_banner
  -------------------------------------------------------*/
  #t_banner .lead {
    margin-bottom: 10px;
    padding: 0px;
  }

  /*t_contact
  -------------------------------------------------------*/
  #t_contact .inner > * {
    width: 100%;
    padding: 20px;
  }
  #t_contact h2 {
    font-size: 1.8rem;
  }
  
}