﻿@charset "UTF-8";

/*電力メーター情報発信サービス（Bルートサービス）CSS*/

/*スムーズスクロール指定*/
html { scroll-behavior: smooth;}


@media screen and (max-width: 767px){
.sp_none{
    display:none;
}
}

h2 .hdg-level2{
    text-align: left !important;
}

#menu ul.dis_flex{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 8% 0;
}

@media screen and (max-width: 810px){
#menu ul.dis_flex{
    justify-content: center;
}
}

#menu ul.dis_flex li{
    position: relative;
    width:  calc(100%/5 - 10px);
    min-width: 141px;
    height: 50px;
    background-color: #465DAA;
    text-align: center;
    margin: 5px 5px;
    border-radius: 10px;
}

#menu ul.dis_flex li::after{
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: -3px;
    right: 14px;
    bottom: 0;
    margin: auto;
}

#menu ul.dis_flex li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: bold;
    padding-top: 15px;
}

@media screen and (max-width: 767px){
#menu ul.dis_flex li::after{
    right: 8px;
}
}

#service_overview .dis_flex{
display:flex;
justify-content: space-between;
}

@media screen and (max-width: 767px) {
#service_overview .dis_flex{
display:block;
}
}

#service_overview .dis_flex .dis_flex_contets{
width:50%;
margin-right: 3%;
}

@media screen and (max-width: 767px) {
#service_overview .dis_flex .dis_flex_contets{
width:100%;
margin-right: 0;
}
}

#service_overview .dis_flex .dis_flex_img{
width:50%;
}

@media screen and (max-width: 767px) {
#service_overview .dis_flex .dis_flex_img{
width:100%;
}
}


#about_application .subject .dis_flex{
display:flex;
margin-bottom: 25px;
}

@media screen and (max-width: 767px){
#about_application .subject .dis_flex{
display: block;
margin-bottom: 10px;
}
}

#about_application .subject .dis_flex .ttl{
position: relative;
width:35%;
text-align: center;
}

@media screen and (max-width: 767px){
#about_application .subject .dis_flex .ttl{
width: 100%;
}
}

#about_application .subject .dis_flex .ttl h3{
    position: absolute;
    top: 50%;
    left: 34%;
    transform: translate(-34%, -50%);
    -webkit-transform: translate(-34%, -50%);
    -ms-transform: translate(-34%, -50%);
    width:100%;
}

@media screen and (max-width: 767px){
#about_application .subject .dis_flex .ttl h3{
     position: static;  
     transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    text-align: left;
    margin-top: 15px;
}  
}

#about_application .subject .dis_flex .subject_contets{
    border: 2px solid #b5b5b5;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #f2f2f2;
    max-width: 578px;
    width: 55vw;
    box-sizing: border-box;
}

@media screen and (max-width: 767px){
#about_application .subject .dis_flex .subject_contets{
    width: 100%;
}
}

#about_application ul.list-disc.marg-b0{
    margin-bottom: 0 !important;
}

#about_application .list-disc li.pdg-b0{
    padding-bottom: 0 !important;
}

#flow.section{
    margin: 5% auto 0 !important;
}

#flow .first_flex{
    display: flex;
}

@media screen and (max-width: 767px){
#flow .first_flex{
    display: block;
}
}


@media screen and (max-width: 350px){
#flow .first_flex .first_flexitem2 p img{
    width: 100%;
}
}

#flow .accordion_list{
    width: 100%;
    margin-top: 50px;
}

@media screen and (max-width: 767px){
#flow .accordion_list{
     margin-top: 20px;
}
}

#flow .accordion_item{
    position: relative;
    margin-bottom: 44px;
    width: 100%;
    padding: 20px 38px 20px 20%;
    border-radius: 80px;
    cursor: pointer;
    box-sizing: border-box;
}

#flow .accordion_item.step5{
    cursor: default;
}

#flow .accordion_item.step1{
    background:#deebf7;
}

#flow .accordion_item.step2{
    background:#deebf7;
}

#flow .accordion_item.step3{
    background:#fff2cc;
}

#flow .accordion_item.step4{
    background:#fff2cc;
}

#flow .accordion_item.step5{
    background:#deebf7;
}

@media screen and (max-width: 767px){
#flow .accordion_item{
    padding: 10px 8% 10px 18%;
    margin-bottom: 20px;
}
}

@media screen and (max-width: 525px){
#flow .accordion_item{
    padding: 10px 8% 10px 27%;
    margin-bottom: 20px;
}
}

#flow .accordion_item:nth-child(n+2) {
    margin-top: 10px;
}

#flow .accordion_item:before {
    position: absolute;
    content: '';
    top: 0;
    left:-8px;
    display: block;
    width: 15vw;/*幅*/
    max-width: 160px;
    min-width: 92px;
    height: 148px;/*どれだけデカくなってもはみ出ないであろう高さを指定*/
    background-size: contain;
    background-repeat: no-repeat;/*画像を繰り返さない*/
}

@media screen and (max-width: 767px){
    width: 26%;
    max-width: 105px;
    min-width: 92px;
}

#flow .accordion_item.step1:before {
    background-image: url(https://www.tepco.co.jp/pg/consignment/liberalization/images/step1.png);
}

#flow .accordion_item.step2:before {
    background-image: url(https://www.tepco.co.jp/pg/consignment/liberalization/images/step2.png);
}

#flow .accordion_item.step3:before {
    background-image: url(https://www.tepco.co.jp/pg/consignment/liberalization/images/step3.png);
}

#flow .accordion_item.step4:before {
    background-image: url(https://www.tepco.co.jp/pg/consignment/liberalization/images/step4.png);
}

#flow .accordion_item.step5:before {
    background-image: url(https://www.tepco.co.jp/pg/consignment/liberalization/images/step5.png);
}

#flow .accordion_head {
    width: 100%;
  }

#flow .accordion_head h3{
    font-size: 150%;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px){
#flow .accordion_head h3{
    margin-bottom: 0px;
}
}

#flow .accordion_head p.contents{
    padding-left: 20px;

}

#flow .accordion_head p span.ttl_square{
     position: relative;
}

#flow .accordion_head p span.ttl_square::before{
    position: absolute;
    content: '□';
    top: 0;
    left:-20px;
}

#flow .accordion_head .plus_p{
    padding-left: 30%;
    margin: 10px;
}

@media screen and (max-width: 767px){
#flow .accordion_head .plus_p{
     padding-left: 20%;
}
}

#flow .accordion_head .plus{
    position: relative;
}

#flow .accordion_head .plus::after{
    content: "+";
    position: absolute;
    top: 0;
    right: -16px;
}

@media screen and (max-width: 767px){
#flow .accordion_head .plus::after{
    top: -2px;
}
}

#flow .accordion_item.active .accordion_head .plus::after {
    content: "-";
    right: -12px;
}

/*
  アコーディオンの閉じている部分の装飾。
  height: 0; overflow: hidden;にすることで、
  通常時は表示されないようにする。
*/
#flow .accordion_body {
    overflow: hidden;
    width: 100%;
    height: 0;
    padding: 0 10px;
    transition: all .25s ease;
  }

/*
  アコーディオンが開いた際に、
  heightを0からautoに、paddingの上下を0から10に。
*/
#flow .accordion_item.active .accordion_body {
    height: auto;
    padding: 10px 0;
}

#flow .accordion_item.active .accordion_body ul{
    padding-left: 20px;
}

#flow ul li span.square{
    position: relative;
}

#flow ul li span.square::before{
    position: absolute;
    content: '■';
    top: 0;
    left:-20px;
}

@media screen and (max-width: 767px){
#flow .flow_note p{
    margin-bottom: 10px;
}
}

@media screen and (min-width:716px) and ( max-width:767px){
#flow .flow_note{
    margin-top: 40px;
}
}

#flow .flow_note ul{
    margin-left:50px;
}

@media screen and (max-width: 767px) {
#flow .flow_note ul{
    margin-left:30px;
}
}

#howto .howto_pdf_container{
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
    #howto .howto_pdf_container{
        margin-bottom: 30px;
}
}

#howto .howto_pdf_container ul.dis_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
#howto .howto_pdf_container ul.dis_flex{
    display: block;
}
}

#howto .howto_pdf_container ul.dis_flex li{
    width: calc(50% - 10px);
    height: 80px;
    border: 3px solid #465DAA;
    text-align: center;
    color: #465DAA;
    font-size: 130%;
    border-radius: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    transition: all .25s ease;
}

@media screen and (max-width: 767px){
#howto .howto_pdf_container ul.dis_flex li{
     width: 100%;
     height: 70px;
}
}

#howto .howto_pdf_container ul.dis_flex li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-top: 25px;
    color: #465DAA;
    cursor: pointer;
    transition: all .3s ease;
}

@media screen and (max-width: 767px){
#howto .howto_pdf_container ul.dis_flex li a{
padding-top: 21px;
}
}

#howto .howto_pdf_container ul.dis_flex li.pd2 a{
    padding-top: 12px;
}

#howto .howto_pdf_container ul.dis_flex li:hover{
    background-color: #465DAA;
    
}

#howto .howto_pdf_container ul.dis_flex li a:hover{
    color: #fff;
}

@media screen and (max-width: 767px){
#howto .howto_pdf_container ul.dis_flex li a strong{
    display: inline-block;
   margin-top: -2px;
}
}


#howto .howto_btn_ttl{
    width: 99.9%;
    box-sizing: border-box;
    background-color: #465DAA;
    padding: 20px;
}

#howto .howto_btn_container .howto_btn_ttl p{
    color: #fff;
    text-align: center;
    font-size: 120%;
}

@media screen and (max-width: 767px){
#howto .howto_btn_container .nowto_btn_ttl p{
    font-size: 108%;
}
}

#howto .howto_btn_container ul li{
    border: 3px solid #465DAA;
    margin: 0 0 0 -3px !important;
    box-sizing: border-box;
    width: calc(98.6% / 3) !important;
}

@media screen and (max-width: 767px){
#howto .howto_btn_container ul li{
    width: 100% !important;
    margin: 0 0 0 0% !important;
}
}

#howto .howto_btn_container ul li:first-of-type{
    margin: 0 0 0 2% !important;
}

@media screen and (max-width: 767px){
#howto .howto_btn_container ul li:first-of-type{
    margin: 0 0 0 0% !important;
}
}

#howto .howto_btn_container ul li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: all .25s ease;
}

#howto .howto_btn_container ul li a:hover{
    opacity: 0.6;
}

#howto .howto_btn_container ul li div{
    position: relative;
    height: 250px;
}

@media screen and (max-width: 767px){
#howto .howto_btn_container ul li div{
    height: 190px;
}
}

#howto .howto_btn_container ul li div img{
    display: inline-block;
    position: absolute;
    top: 41%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 42%;
}

@media screen and (max-width: 767px){
#howto .howto_btn_container ul li div img{
     max-width: 117px;
}
}

#howto .howto_btn_container ul li div p{
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    width: 60%;
    box-sizing: border-box;
    text-align: center;
    font-size: 120%;
    background-color: #465DAA;
    color: #fff;
    padding: 6px 0 6px 10px;
    border-radius: 10px;
}

#howto .howto_btn_container ul li div p span{
    vertical-align: super; /*テキストを上付きに*/
    font-size: 0.6em; /*テキストを小さく*/

}

#user .subject .dis_flex{
    display:flex;
    margin-bottom: 25px;
}

@media screen and (max-width: 767px){
#user .subject .dis_flex{
    display:block;
    margin-bottom: 25px;
}
}
    
#user .subject .dis_flex .ttl{
    position: relative;
    width:35%;
    text-align: center;
}

@media screen and (max-width: 767px){
#user .subject .dis_flex .ttl{
    width: 100%;
    text-align: left;
}
}
    
#user .subject .dis_flex .ttl h3{
    position: absolute;
    top: 50%;
    left: 34%;
    transform: translate(-34%, -50%);
    -webkit-transform: translate(-34%, -50%);
    -ms-transform: translate(-34%, -50%);
    width:100%;
}

@media screen and (max-width: 767px){
#user .subject .dis_flex .ttl h3{
    position: static;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
}
}

@media screen and (max-width: 767px){
#user .subject .dis_flex .ttl h3.hdg-level3{
    margin-top: 20px !important;
}
}
    
#user .subject .dis_flex .subject_contets{
    border: 2px solid #b5b5b5;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #f2f2f2;
    max-width: 578px;
    width: 55vw;
    box-sizing: border-box;
}

@media screen and (max-width: 767px){
#user .subject .dis_flex .subject_contets{
    width: 100%;
}
}
    
#user ul.list-disc.marg-b0{
    margin-bottom: 0 !important;
}
    
#user .list-disc li.pdg-b0{
    padding-bottom: 0 !important;
}