.p-electricity-part01{
  padding: 0 0 100px;
}
.p-electricity-part01::after{
	content: "";
	background-image: url(../../../img/business/bg01.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 112px;
}
.p-sps-grid {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.p-sps-grid__img {
    width: 48%;
}
.p-sps-grid__img figure img {
    width: 100%;
}
.p-sps-info {
    position: relative;
    background-color: #f2f2f2;
    padding: 70px 0 100px;
}
.p-sps-info .wrapper {
    position: relative;
    z-index: 2;
}
.p-sps-info__lead h2 {
    font-size: 25px;
    font-weight: bold;
    color: #e13232;
    text-align: center;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 10px;
}
.p-sps-info__title p {
    font-size: 20px;
    color: #222;
    text-align: center;
    padding: 45px 0;
}
.p-sps-info-content {
    margin: 20px 0 0;
    background-color: white;
    padding: 50px 5%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.p-sps-info-content__title {
    width: 25%;
}
.p-sps-info-content__title p {
    color: #e13232;
    font-weight: bold;
    font-size: 20px;
}
.p-sps-info-content__txt {
    width: 73%;
}
.p-sps-info-content__txt p {
    font-size: 16px;
    color: #222;
}
.p-sps-info-content__txt p:nth-child(2) {
    font-size: 14px;
    margin-top: 15px;
}
.p-sps-show, .p-sps-show2 {
    padding: 130px 0 140px;
}
.p-sps-show .p-sps-info__lead{
    margin: 0 0 20px;
}
.p-sps-show2 .p-sps-info__lead{
    margin: 0 0 20px;
}
.p-sps-show::before, .p-sps-show2::before{
	content: "";
	background-image: url(../../../img/business/bg02.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 65px;
}
.p-sps-show::after{
	content: "";
	background-image: url(../../../img/business/bg01.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 112px;
}
.p-sps-show2::after{
	content: "";
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 112px;
}
.p-sps-show .button{
  margin: 60px 0 0;
}
.p-sps-show .lst_btn {
    margin: 20px 0 0;
}
.p-sps-show .button a{
  margin: 0 15px;
  font-size: 18px;
  padding: 18px 5px;
  min-width: 260px;
  background-color: #e13232;
  color: #fff;
}
.p-sps-detail {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.p-sps-detail-item {
    width: 49%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.p-sps-detail-item__img {
    width: 40%;
}
.p-sps-detail-item__img img {
    width: 100%;
}
.p-sps-detail-item__txt {
    width: 57%;
}
.p-sps-detail-item__txt p{
    font-size: 16px;
}
.p-sps-detail-item__txt p:nth-child(1){
    font-size: 20px;
}
.p-sps-detail-item__txt p:nth-child(2){
    margin-top: 10px;
}
.p-sps__btn {
  display: inline-block;
    border: 2px solid #e13232;
    padding: 5px 50px;
    font-size: 16px;
    color: #e13232;
    background-color: white;
    margin-top: 20px;
}
.p-sps-btn {
    text-align: center;
}
.p-sps-bottom {
    position: relative;
    background-color: #f2f2f2;
    padding: 50px 0;
    margin: 0 0 80px;
}
.p-sps-bottom-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.p-sps-bottom-item-group {
    width: 32%;
    margin: 0 0 15px;
}
.p-sps-bottom-item-group__img img {
    width: 100%;
}
.p-sps-bottom-item-group__txt p {
    text-align: center;
    font-size: 15px;
    line-height: 1.4;
}
.p-sps-bottom-item:nth-child(4) .p-sps-bottom-item-group:nth-child(3) .p-sps-bottom-item-group__img {
    text-align: right;
}
.p-sps-bottom-item:nth-child(4) .p-sps-bottom-item-group:nth-child(3) .p-sps-bottom-item-group__img img {
    width: 65%;
}
.p-sps-info__bg {
    position: absolute;
    top:-150px;
}
.p-sps-bottom .wrapper {
    position: relative;
    z-index: 2;
}
.p-sps-bottom__bg {    
    position: absolute;
    top:-150px;
}
.p-sps-bottom-item-group__img .img11{
  width: 200px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width:767px){
  .p-electricity-part01{
    padding: 0 0 50px;
  }
  .p-electricity-part01::after{
    background-image: url(../../../img/business/sp-bg01.png);
  	height: 30px;
  }
    .p-sps-grid {
        margin-top: 10px;
    }
    .c-page-lead-1 {
        font-size: 14px;
    }
    .p-sps-info {
        padding: 40px 0 70px;
    }
    .p-sps-info__lead h2 {
        font-size: 18px;
    }
    .p-sps-info__title p {
        font-size: 13px;
        line-height: 1.4;
        padding: 10px 0 15px;
    }
    .p-sps-info-content {
      margin: 10px 0 0;
      flex-direction: column;
      padding: 20px 10px;
    }
    .p-sps-info-content__title p {
        font-size: 16px;
        text-align: center;
        line-height: 1.4;
        margin: 0 0 5px;
    }
    .p-sps-info-content__title, .p-sps-info-content__txt {
        width: 100%;
    }
    .p-sps-info-content__txt p{
      font-size: 14px;
    }
    .p-sps-show,.p-sps-show2 {
        padding: 70px 0;
    }
    .p-sps-show::before,.p-sps-show2::before{
      background-image: url(../../../img/business/sp-bg02.png);
      height: 32px;
    }
    .p-sps-show::after{
      background-image: url(../../../img/business/sp-bg01.png);
      height: 30px;
    }
    .p-sps-show2::after{
      height: 30px;
    }
    .p-sps-show .button{
      margin: 30px 0 0;
    }
	.p-sps-show .lst_btn {
		margin: 20px 0 0;
	}
    .p-sps-show .button a{
      min-width: 0;
      width: 90%;
      margin: 0;
    }
    .p-sps-detail {
        margin-top: 0px;
        flex-direction: column;
    }
    .p-sps-detail-item {
        width: 100%;
        align-items: flex-start;
        margin-bottom: 20px;
    }
    .p-sps-detail-item__txt p:nth-child(1) {
        font-size: 16px;
    }
    .p-sps-detail-item__txt p {
        font-size: 12px;
    }
    .p-sps__btn {
        padding: 5px 30px;
        font-size: 14px;
        margin-top: 10px;
    }
    .p-sps-bottom-item-group {
        width: 48%;
    }   
    .p-sps-bottom-item-group__txt p {
        font-size: 10px;
    } 
    .p-sps-bottom__bg, .p-sps-info__bg {
        width:100%;
    }
    .p-sps-bottom__bg {
        content:url(../img/led/index/sp_bg02.png);
        position: absolute;
        top: -63px;
    }
    .p-sps-bottom {
      padding: 40px 0;
      margin: 0 0 40px;
    }
    .p-sps-bottom-item-group__img .img11{
      width: 35%;
    }
    .p-sps-info__bg {
        content:url(../img/led/index/sp_bg01.png);
        position: absolute;
        top: -116px;
    }
}