@charset "UTF-8";



/*-------▼pricetable---------*/

.dg_priceBox{
    width: 100%;
    text-align: center;
    font-weight: normal;
    background-color: #f8f8f8;
    padding: 10px;
}
.dg_pt_bigRed{
    display: block;
    color: #e83416;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.dg_pt_normalGray{
    display: inline-block;
    color: #666;
}
.dg_pt_normalBlack{
    display: inline-block;
    color: #333;
}
.dg_pt_sankaku{
    display: inline-block;
    color: #e83416;
    transform: rotate( 90deg );
    margin: 0 10px;
}













/*-------▲pricetable---------*/

.dg_m1_mainBox1{
/*    border: 1px solid #c9c9c9;
    border-radius: 10px;
    box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.1);*/
    /*display: flex;
    flex-wrap: wrap;
        justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;*/
}
.dg_m1_mainBox1inBox1{
    margin-top: 60px;
}
.dg_m1_mainBox1inBox1 img{
    margin: 0 auto;
}
.dg_m1_mainBox1inBox2{
        max-width: 1100px;
    padding: 30px;
}
.dg_m1_att{
    font-size: 0.75rem;
    line-height: 1.2rem;
    margin-top: 10px;
    color: #333!important;
}

.dg_m1_linkDots{
    background-image: url("../../../parts/img/bg_pat_dot.jpg");
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
/*    flex-direction: column;*/
}
.dg_m1_linkDots a{
    width: 350px;
    margin: 30px 0;
}
.dg_m1_linkDotsNone{
    height: 100px;
    background-image: url("../../../parts/img/bg_pat_dot.jpg");
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: -50px;
}
.dg_m1_linkDotsSpace{
    margin-top: -50px;
/*    background-image: url("../../../parts/img/bg_pat_dot.jpg");*/
    background-color: rgba(0,0,0,0.03);
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 80px 40px 40px 40px;
    color: #000;
}
.dg_m1_linkDotsSpaceG{
    margin-top: -55px;
/*    background-image: url("../../../parts/img/bg_pat_dot.jpg");*/
    background-color: rgba(0,0,0,0.03);
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 80px 40px 40px 40px;
    color: #000;
}

.dg_m1_figureBox{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.dg_m1_figure01{
    max-width: 1042px;
    max-height: auto;
}
.dg_m1_figure02{
    max-width: 615px;
    max-height: auto;
}
.dg_m1_figure03{
    max-width: 684px;
    max-height: auto;
}
.dg_m1_figure04{
    max-width: 616px;
    max-height: auto;
}
.dg_m1_figure05{
    max-width: 921px;
    max-height: auto;
}


.dg_price_d_box{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.dg_price_d_box1{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 50%;
}
.dg_price_d_box2{
    display: flex;
    flex-wrap: nowrap;
/*    justify-content: flex-start;*/
/*    align-items: center;*/
    flex-direction: column;
    width: 50%;
    margin-left: 30px;
}
.dg_price_d_box3{
    margin-bottom: 30px;
    
}
.dg_price_d_box4{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
/*    flex-direction: column;*/
    margin-bottom: 10px;
}
.dg_price_d_box4 p{
    margin-left: 10px;
}
.dg_price_d_linkBoxTitle{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    line-height: 2.0rem;
    margin-bottom: 0px!important;
    color: #e83416;
}
.dg_price_d_linkBoxTitle2{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
/*    font-size: 1.4rem;*/
/*    line-height: 2.0rem;*/
/*    margin-bottom: 0px!important;*/
/*    color: #e83416;*/
}
.dg_price_d_linkBox{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.dg_price_d_imgChange{
    position: relative;
}
.dg_price_d_imgBox{
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    z-index: 1;
    display: none;
}
.dg_price_d_activeImg{
    position: relative;
    z-index: 2;
    display: block;
}
.dg_price_d_linkOf{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: 1px solid #d2d2d2;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);
    border-radius:50px;
    background-image: url("../../../parts/img/arrowRightBlack.png");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 8px auto;
    background-color: #fff;
    color: #009944;
    padding: 20px;
    width: 200px;
    margin: 0 10px;
}
.dg_price_d_linkOn{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: 1px solid #d2d2d2;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);
    border-radius:50px;
    background-image: url("../../../parts/img/arrowRightWhite.png");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 8px auto;
    background-color: #009944;
    color: #fff!important;
    padding: 20px;
    width: 200px;
    margin: 0 10px;
}
.dg_price_d_subBox{
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    padding: 30px;
}
.dg_price_d_subTitle{
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #009944;
    margin-bottom: 10px;
}
.dg_price_d_subTitleS{
    font-size: 0.8rem;
    line-height: 1.2rem;
}

.dg_price_TextLink{
    color: #e83416!important;
    text-decoration: underline;
}




.dg_price_g_box{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.dg_price_g_box1{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 50%;
}
.dg_price_g_box2{
    display: flex;
    flex-wrap: nowrap;
/*    justify-content: flex-start;*/
/*    align-items: center;*/
    flex-direction: column;
    width: 50%;
    margin-left: 30px;
}
.dg_price_g_box3{
    margin-bottom: 30px;
    
}
.dg_price_g_box4{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
/*    flex-direction: column;*/
    margin-bottom: 10px;
}
.dg_price_g_box4 p{
    margin-left: 10px;
}
.dg_price_g_linkBox{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.dg_price_g_imgChange{
    position: relative;
}
.dg_price_d_tariffBox{
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    z-index: 1;
    display: none;
}
.dg_price_d_activeTariff{
    position: relative;
    z-index: 2;
    display: block;
}
.dg_price_g_tariffBox{
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    z-index: 1;
    display: none;
}
.dg_price_g_activeTariff{
    position: relative;
    z-index: 2;
    display: block;
}
.dg_price_g_imgBox{
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    z-index: 1;
    display: none;
}
.dg_price_g_activeImg{
    position: relative;
    z-index: 2;
    display: block;
}
.dg_price_g_linkOf{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    border: 1px solid #d2d2d2;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);
    border-radius:50px;
    background-image: url("../../../parts/img/arrowRightBlack.png");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 8px auto;
    background-color: #fff;
    color: #009944;
    padding: 20px;
    width: 320px;
    margin: 0 10px 10px;
}
.dg_price_g_linkOn{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    border: 1px solid #d2d2d2;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.1);
    border-radius:50px;
    background-image: url("../../../parts/img/arrowRightWhite.png");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 8px auto;
    background-color: #009944;
    color: #fff!important;
    padding: 10px;
    width: 320px;
    margin: 0 10px;
}
.dg_price_g_linkSmall{
    font-size: 0.6rem;
    line-height: 1.0rem;
}
.dg_price_g_subBox{
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    padding: 30px;
}
.dg_price_g_subTitle{
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #009944;
    margin-bottom: 10px;
}
.dg_price_g_subTitleS{
    font-size: 0.8rem;
    line-height: 1.2rem;
}


/*denki_table_css_200704*/


/*ボタン*/
.denki_gas_btn_box{width: 95% !important;
margin: 50px auto 0px auto;}

.denki_btn_01{width: 48% !important;
margin-right: 4% !important;}

.gas_btn_01{width: 48% !important;}

.denki_btn_03 img{
width: 100% !important;
height: 100% !important;}

/*ボタン*/

/*電気料金エリア*/

.denki_r_bk{background-color: #fffde0;}
.denki_bk{background-color: #fffde0;}
.denki_r_title{padding: 60px 0px;}

.denki_01_text{
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    margin: 0px auto;
}
.denki_01_text_2{
    font-size: 24px;
    color: #e60012;
    padding: 20px 10px;
    line-height: 36px;
}
.denki_01_text_3{
font-size: 18px;}

.denkigas_01_terumaru_img{
padding-top: 5px;}

.denkigas_01_terumaru_img img{max-width: 120px;}

.denkigas_01_margin{margin-top: 70px;}
/*電気料金エリア*/

.denkigas_01_img_01{margin: 50px 0px;}
.denkigas_01_img_01 img{
    margin: 0px auto;
    max-width: 487px;}

.denkigas_01_img_02{margin-bottom: 30px;}

.denkigas_01_img_02 img{
    margin: 0px auto;
    max-width: 1046px;}

.dg_m1_mainBox1inBox1_w{width: 95%;
margin: 0 auto;}


.dg_m1_mainBox1inBox1_w h4 img{margin: 30px 0px 0px 0px;}
.dg_m1_mainBox1inBox1_w p{
    font-size: 16px;
    margin: 15px 0px 70px 0px;
    text-align: left;
}

.dg_m1_mainBox1inBox1_w h5{margin: 50px 0px 10px 0px;
font-size: 24px;
font-weight: normal; }



/*table_css_200704*/
.dis_text{
    font-size: 24px;
}
.dis_text_2{
    font-size: 17px;
}
.dis_text_3{
    font-size: 17px;
}
.dis_text_4_denki{
    font-size: 17px;
    vertical-align: bottom;
    font-weight: bold;
}

.dis_text_4_gas{
    font-size: 17px;
    vertical-align: bottom;
}

.center{
    text-align: center;
    vertical-align: middle;
}

.denkigas_01_table td{padding: 10px 5px !important;
letter-spacing: 0px;}

.denkigas_01_th{font-weight: normal;
font-size: 18px;}

.dis_text_5{font-size: 13px;
letter-spacing: -1px;}

.denkigas_01_table_p{font-size: 12px !important;
line-height: 16px;}

.denki_btn_02 {
    width: 45% !important;
    float: right;
    margin-top: 30px;
}
.denki_btn_02 img{
    width: 100% !important;
    height: 100% !important;
    }

.denkigas_01_cv_box_01{padding: 60px 0px;}
.denkigas_01_ca_box_01{padding: 60px 0px;}
.denkigas_01_cv_title{text-align: center;
margin-bottom: 60px;}
.denkigas_01_cv_title img{margin: 0px auto;}
.denkigas_01_cv_title_box_01{width: 98%;
margin: 0px auto;}

.denkigas_01_cv_title_box_01 img{
margin: 0px auto;
}


.denkigas_01_cv_title_box_02{width: 100%;
margin-right: 0%;}

.denkigas_01_cv_title_box_03{width: 100%;
margin-right: 0%;}

.denkigas_01_cv_title_box_04{width: 100%;}

/*table_css_200704*/


/*denki_table_css_200704*/

.accordion-container .accordion-title {
  position: relative;
  margin: 0;
  padding: 0.625em 0.625em 0.625em 2em;
  font-size: 1.25em;
  font-weight: normal;
  color: #000000;
  cursor: pointer;
text-align: center;
}

/*矢印の動き*/
.accordion-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #000000;
  border-right: solid 2px #000000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
/*矢印の動き*/

.accordion-content {
    display: none;
}

.accordion-content_block {
    display: block;
}


/* CSS for CodePen */
.accordion-container {
  width: 100%;
  margin: 0 auto;
  /* border: 1px solid #c9c9c9; */
  border-radius: 10px;
  /* box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.1); */
}

.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-title.open { 
  background-color: #ffffff;
  border-radius: 10px;
}

.CRC_tab_BOX{width: 95%;
margin: 0 auto;}

.CRC_tab_windowContainer{width: 100% !important;}


/*ガスエリア*/
.gas_r_bk{background-color: #f0faff;}
.gas_bk{background-color: #f0faff;}
.gas_r_title{padding: 60px 0px;}
/*ガスエリア*/

.dg_m1_mainBox1inBox1_w_2{width: 95%;
margin: 0 auto;}

.dg_m1_mainBox1inBox1_w_2 h4 img{margin: 30px 0px 0px 0px;}
.dg_m1_mainBox1inBox1_w_2 p{font-size: 16px; margin: 15px 0px 30px 0px;}

.dg_m1_mainBox1inBox1_w_2 h5{margin: 50px 0px 10px 0px;
font-size: 24px;
font-weight: normal; }

.pc_block{display: block !important;}
.sp_block{display: none !important;}

.denkigas_01_cv_title_box_05{margin: 0px auto;}

/*切り替え*/
.dg_price_d_imgChange{
    position: relative;
}
.dg_price_d_imgBox{
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    z-index: 1;
    display: none;
}
.dg_price_d_activeImg{
    position: relative;
    z-index: 2;
    display: block;
}

/*
.denkigas_01_denki_area{display: block;}
.denkigas_01_gas_area{display: none;}
*/
.denkigas_01_area_block{display: block !important;}
.denkigas_01_area_none{display: none !important;}

.gas_btn_js_bk{background-color: #dcf4ff;}
.denki_btn_js_bk{background-color: #ffffdc;}
/*切り替え*/

.plan_mt{margin-top: 50px;}

.eco_bottom{padding-bottom: 20px;}

/*200712更新*/

.tab_box{justify-content: center;}



/*200712更新*/

