/*--------------------------------------------------------------------------------
　▼ box_why 熊本でんきは、なぜ安いのか。
--------------------------------------------------------------------------------*/
.box_why {
    text-align: center;
}

.box_why h2 {
    font-size: 26px;
    font-weight: bold;
    line-height: 44px;
    margin: 60px auto;
}

.box_why h2 span {
    font-size: 26px;
    vertical-align: baseline;
}


/*--------------------------------------------------------------------------------
　▼ box_plan お得なプランのご紹介
--------------------------------------------------------------------------------*/
.box_plan .boxs > .img {
    background-color: #fff;
    margin: 0 auto;
    padding: 20px 30px;
}

.box_plan .boxs > .img img {
    margin-top: -70px;
    width: 100%;
}

.box_plan .boxs > .img > p {
    line-height: 1.7em;
}

.box_plan .boxs > .img > .pb30 {
    padding-bottom: 30px;
}


/*--------------------------------------------------------------------------------
　▼ about_flow お得なプランのご紹介
--------------------------------------------------------------------------------*/
.about_flow h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 46px;
    margin: 90px auto 120px;
    text-align: center;
}

.about_flow h2 .bg-color {
    background-color: #ff0096;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3em;
    padding: 0 2px;
    vertical-align: baseline;
}

.about_flow h2 .br {
    color: #000;
    font-size: 30px;
    font-weight: bold;
    vertical-align: baseline;
}

.about_flow > .boxs > .sub {
    width: 100%;
    position: relative;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about_flow > .boxs > .sub .hour {
    width: 31.5%;
    position: relative;
    padding: 80px 0 30px;
    border: 2px solid #000000;
    text-align: center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.about_flow > .boxs > .sub .hour:before {
    width: 70px;
    height: 80px;
    line-height: 80px;
    position: absolute;
    top: -40px;
    left: 50%;
    padding-right: 10px;
    border: 2px solid #000000;
    background: #2aff00;
    font-size: 48px;
    font-weight: 500;
    font-style: oblique;
    font-family: 'Rubik';
    text-align: center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.about_flow > .boxs > .sub .hour.flow01:before {
    width: 65px;
    padding-right: 15px;
    content: "1";
}

.about_flow > .boxs > .sub .hour.flow02:before {
    content: "2";
}

.about_flow > .boxs > .sub .hour.flow03:before {
    content: "3";
}

.about_flow > .boxs > .sub .hour .min h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    letter-spacing: .1rem;
}

.about_flow > .boxs > .sub .hour .min .img {
    height: auto;
}

.about_flow > .boxs > .sub .hour .min p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
}

.about_flow > .boxs > .sub .flow02 .min p span {
    color: #c80000;
    font-size: 18px;
    font-weight: bold;
}

.about_flow > .boxs > .sub .flow03 .min p {
    font-size: 20px;
    font-weight: bold;
}

.about_flow > .boxs > .sub .flow02 .min h3,
.about_flow > .boxs > .sub .flow03 .min h3 {
    padding: 30px 0;
}

.about_flow .tel {
    padding: 0 20px;
    margin: 20px 0 0;
}

.about_flow .tel a {
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 25px;
    color: #000;
    display: block;
    font-size: 22px;
    font-weight: 500;
    height: 44px;
    line-height: 44px;
    text-decoration: none;
}

.about_flow .for-form a {
    font-size: 18px;
    font-weight: bold;
}

.about_flow .text {
    border: 2px solid #fff;
    margin: 50px 0 0;
    padding: 40px;
    text-align: center;
}

.about_flow .text h3 {
    margin-bottom: 30px;
    font-size: 16px;
}

.about_flow .text p {
    line-height: 1.8;
}

.flow_list {
    font-size: 0;
    margin: 30px auto;
    padding: 0;
    text-align: center;
}

.flow_list > li {
    display: inline-block;
    vertical-align: top;
    width: 48%;
}

.flow_list > li:nth-child(odd) {
    margin-right: 2%;
}

.flow_list > li:nth-child(even) {
    margin-left: 2%;
}

.flow_list > li > a {
    border: 2px solid #fff;
    border-radius: 20px;
    box-shadow: 6px 6px 2px rgba(0, 0, 0, 0.15);
    color: #000;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding: 30px 10px;
    text-decoration: none;
}

.flow_list > li:nth-child(1) > a {
    background-color: #fcff00;
}

.flow_list > li:nth-child(2) > a {
    background-color: #00f6ff;
}

.go-home {
    margin: 0 auto;
    text-align: center;
}

.go-home > a {
    background-color: #ffa800;
    border: 2px solid #fff;
    box-shadow: 6px 6px 2px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    color: #000;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    min-width: 454px;
    padding: 30px 10px;
    text-decoration: none;
}

@media screen and (max-width: 1024px) {

    .box_why .img {
        margin: 0 auto;
        width: 80%;
    }

    .box_why .img img {
        width: 100%;
    }

    .about_flow h2 {
        margin: 60px auto;
    }

    .about_flow > .boxs > .sub .hour .min .img img {
        width: 100%;
    }
}


@media screen and (max-width: 767px) {

    .box_why h2 {
        font-size: 18px;
        line-height: 30px;
    }

    .box_why h2 span {
        font-size: 18px;
    }

    .box_plan .boxs > .img > p {
        font-size: 12px;
    }

    .box_plan .boxs > .img > .pb30 {
        padding-bottom: 15px;
    }

    .box_plan .boxs > .img {
        padding: 30px 20px;
    }

    .box_plan .boxs > .img img {
        margin-top: -50px;
    }

    .about_flow h2 {
        font-size: 18px;
        line-height: 30px;
        margin: 20px 0;
    }

    .about_flow h2 .br,
    .about_flow h2 .bg-color {
        font-size: 18px;
    }

    .about_flow > .boxs > .sub {
        display: block;
        width: 100%;
    }

    .about_flow > .boxs > .sub .hour {
        display: block;
        margin-top: 80px;
        padding: 80px 0;
        width: 100%;
    }

    .about_flow > .boxs > .sub .hour .min h3 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .about_flow > .boxs > .sub .hour .min .img {
        margin: 0 auto;
        width: 80%;
    }

    .about_flow > .boxs > .sub .flow02 .min h3,
    .about_flow > .boxs > .sub .flow03 .min h3 {
        padding-bottom: 0;
    }

    .about_flow .text {
        padding: 20px;
    }

    .flow_list > li {
        display: block;
        margin-bottom: 30px;
        width: 100%;
    }

    .flow_list > li:nth-child(odd) {
        margin-right: 0;
    }

    .flow_list > li:nth-child(even) {
        margin-left: 0;
    }

    .flow_list > li > a {
        border-radius: 25px;
        font-size: 18px;
        padding: 15px 10px;
    }

    .go-home > a {
        border-radius: 25px;
        display: block;
        font-size: 18px;
        min-width: 100%;
        padding: 15px 10px;
    }

}