#page-business_detail #business_freas01 {
    padding: 0 0 80px;
}
#page-business_detail #business_freas01 .wrapper .txt1 {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.6;
    margin: 0 0 40px;
}
.p-service {
    background-color: white;
    border: 1px solid #b3b3b3;
    padding: 10px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: row;
    margin-top: 28px;
}
.p-service-left{
    margin: 0px 0px 0px 80px;
    float: left;
    width: 60%;
}
.p-service-right{
    margin: 10px 80px 10px 0px;
    float: right;
    width: 28%;
}
.p-service span{
    color:#E13232;
    font-size: 22px;
}
.clear{
	clear:both;
}
.p-electricity-part01{
  background-color: #f2f2f2;
}
.p-electricity-point {
    padding: 50px 0 100px;
}
.p-usage_flow h2 {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #E13232;
  margin-top: 30px;
}
.freas-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
    width: 100%;
}
.freas-item-row {
    width: 48%;
    background-color: white;
    border: 1px solid #B3B3B3;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 20px;
}
.freas-item-row p {
    font-size: 16px;
    color: #E13232;
    padding: 0;
    padding-left: 1em;
    text-indent: -1em;
}
.freas-item {
    margin-top: 20px;
}
.p-usage_img img{
    width: 70%;
    margin: 8px 15%;
}
.p-cloud-detail__hdg {
    line-height: 1.4;
    padding: 3em 0 1.3em;
    border-bottom: 2px solid #d2d2d2;
}
.p-cloud-detail-sec01List {
    margin-top: 35px;
}
.p-cloud-detail-sec01item__lead {
    font-size: 18px;
    padding: 0.7em 0;
    text-align: center;
    background-color: #f2f2f2;
    letter-spacing: .2em;
}
.p-cloud-detail-sec01item-group {
    padding: 28px 50px 0px 50px;
}
.p-cloud-detail-sec01item__txt{
    line-height: 1.5em;
    text-align: center;
}
.p-cloud-detail-sec01item__txt2{
    color: #e13232;
    margin:20px 0;
    text-align: center;
}
.faq {
    background-color: #f2f2f2;
    margin: 100px 0;
    padding: 50px 0 100px;
}
.faq .p-usage_flow {
  margin-bottom: 30px;
}
.p-electricity-part01 .button,
.faq .button{
  margin: 50px 0 0;
}
.p-faq-item {
    background-color: white;
    border: 1px solid #b3b3b3;
    padding: 10px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: row;
    margin-top: 28px;
    position: relative;
}
.p-faq-item::after{
  content: "";
  border-style: solid;
  border-width: 16px 16px 0 16px;
  border-color: #e13232 transparent transparent transparent;
  position: absolute;
  bottom: -22px;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
}
.p-faq-item:last-child::after{
  display: none;
}
.p-faq-item p:nth-child(1) {
    width: 38%;
    font-size: 20px;
    color: #E13232;
    padding: 0 0 0 7%;
    font-weight: 500;
}
.p-faq-item p:nth-child(2) {
    width: 62%;
    font-size: 16px;
}

@media only screen and (max-width:767px){
	 #page-feature #feature_list .wrapper .list .item {
	    width: 100%;
	    margin: 0 0 35px;
	 }
	.button a {
	    width: 100%;
	}
	.p-service{
		display: block;
	}
	.p-service-left {
	    margin: 0% 10%;
	    float: left;
	    font-size: 18px;
	    width: 80%;
	}
	.p-service-right {
	    margin: 7% 10%;
	    float: left;
	    width: 80%;
	}
	.p-service span {
	    display: block;
	    text-align: center;
	}
    .p-electricity-point {
        padding: 50px 10px;
    }
    .p-electricity-point .wrapper{
      padding: 0;
    }
    .p-electricity-part01 .p-signboard-top .c-page-lead {
        text-align: left;
    }
    .p-usage_flow h2 {
      font-size: 20px;
    }
    .faq {
        padding: 20px 0 50px;
        margin: 50px 0;
    }
    .p-faq-item {
        flex-direction: column;
        margin-top: 35px;
        padding: 10px;
    }
    .p-faq-item::after{
      bottom: -25px;
    }
    .p-faq-item p:nth-child(1) {
        width: 100%;
        font-size: 16px;
        padding: 0;
    }
    .p-faq-item p:nth-child(2) {
        width: 100%;
        font-size: 14px;
        padding: 0;
    }
    .faq .button{
      margin: 20px 0 0;
      padding: 0 15px;
    }
	.p-electricity-part01 .button{
	  margin: 20px 0 0;
	  padding: 0;
	}
	.p-electricity-part01 .button a,
    .faq .button a{
      width: 100%;
    }
    .freas-item {
        flex-direction: column;
    }
    .freas-item-row {
        width: 100%;
        padding: 10px;
    }
    .freas-item-row:nth-child(2) {
        margin-top: 20px;
    }
    .p-cloud-detail__hdg {
        padding: 0.6em 0;
    }
    .p-cloud-detail-sec01item__lead {
        font-size: 15px;
    }
	.p-cloud-detail-sec01item-group {
	    padding: 20px 0;
	}
	.p-cloud-detail-sec01item-group {
	    flex-direction: row;
	}
	.p-cloud-detail p {
	    font-size: 14px;
	}
	.p-cloud-detail-sec01item__txt{
	    line-height: 1.3em;
	}
}