@charset "UTF-8";
body {
    margin: 8px;
    color: #444444;
    background-color: white;
    font-size: 100%;
    font-family: sans-serif;
    line-height: 1.5;
}

.h1_Outer {
    margin: 50px auto;
    width: 960px;
    text-align: center;
}

.dnkwrap h1 {
    color: #e30b21;
    font-size: 4rem;
    font-weight: bold;
    padding: 10px;
    padding-left: 48px;
    background: url("../img/simulator_icon01.svg") no-repeat;
    background-position: left 0 bottom 15px;
    display: inline-block;
}

.dnkwrapInner {
    max-width: 960px;
    margin: 0 auto;
}


/*入力フォーム ====================================*/

input[type="text"] {
   padding: 5px 5px;
    font-size: 1em;
    border-radius: 4px;
    border: solid 1px #dcdcdc !important;
   /* margin-bottom: 5px;*/
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

select::-ms-expand {
    display: none;
}

select::-ms-value {
    color: currentColor;
}

select {
    padding: 6px 5px;
    font-size: 1em;
    border-radius: 4px;
    border: solid 1px #dcdcdc;
    margin-bottom: 5px;
    background: #ffffff;
}

.mlr10 {
    margin: 0 10px;
}

.radio2set li:nth-child(odd) {
    width: 49%;
    margin-right: 2%;
}

.radio2set li:nth-child(even) {
    width: 49%;
    margin-right: 0;
}

.radio2set li:nth-child(3) {
    margin-top: 10px;
}

.radio2set li:nth-child(4) {
    margin-top: 10px;
}

/*お申し込み内容の確認 ====================================*/

.termsBox::-webkit-scrollbar-track-piece:start {
    background: #cfdbe1;
}

.termsBox::-webkit-scrollbar-track-piece:end {
    background: #dddddd;
}

/*ボタン ====================================*/

.decision button {
    cursor: pointer;
    border: none;
    color: #ffffff;
    background: #e30b21;
    padding: 10px 0;
    text-align: center;
    border-radius: 5px;
    width: 100%;
    font-size: 2rem;
    position: relative;
    box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.3) inset;
}

.decision button:after {
    position: absolute;
    right: 0;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 1.2em;
    line-height: 1.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 10px 0 0;
}

.decision button:hover {
    opacity: 0.5;
}

.simulate_button {
    margin: 40px auto 60px;
}

.simulate_button ul {
    margin: 0 auto;
}

.simulate_button ul.oneButton {
    width: 400px;
}

.simulate_button ul li {
    width: 400px;
    float: right;
}

.simulate button {
    cursor: pointer;
    border: none;
    color: #ffffff;
    background: #1dbc77;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px -3px 0px 0px inset;
    box-shadow: rgba(0, 0, 0, 0.3) 0px -3px 0px 0px inset;
    padding: 30px 0;
    text-align: center;
    border-radius: 5px;
    width: 400px;
    font-size: 2rem;
    vertical-align: top;
}

.simulate button:before {
    content: "";
    padding-left: 26px;
    background: url(../img/simulator_icon07.svg) no-repeat;
    background-size: 20px;
    background-position: left bottom;
}

.simulate button:hover {
    opacity: 0.5;
    -webkit-box-shadow: 0 1px 0 #888888;
    box-shadow: 0 1px 0 #888888;
}

.simplicity {
    margin: 0% 20px 20px auto;
}

.recalculation {
    margin: 20px 0;
}

.recalculation button:before {
    content: "";
    padding-left: 23px;
    background: url("../img/simulator_icon07.svg") no-repeat;
    background-size: 16px;
    background-position: left bottom;
}

.minButton {
    width: 150px;
}

.minButton button {
    cursor: pointer;
    border: none;
    color: #ffffff;
    background: #1dbc77;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px -3px 0px 0px inset;
    box-shadow: rgba(0, 0, 0, 0.3) 0px -3px 0px 0px inset;
    padding: 10px 0;
    text-align: center;
    border-radius: 5px;
    width: 150px;
    font-size: 1.6rem;
    vertical-align: top;
}

.minButton button:hover {
    opacity: 0.5;
    -webkit-box-shadow: 0 1px 0 #888888;
    box-shadow: 0 1px 0 #888888;
}


/*かんたんシミュレーション ====================================*/

.h2_Outer {
    margin-top: 50px;
    color: #333;
    /*	font-size: 1.5em;*/
    font-size: 1.75em;
    font-weight: bold;
    border-bottom: 3px solid #1dbc77;
}

.icon2 {
    padding-left: 36px;
    background: url("../img/simulator_icon02.svg") no-repeat;
    background-position: left 0 bottom 10px;
}

.icon3 {
    padding-left: 30px;
    background: url("../img/simulator_icon03.svg") no-repeat;
    background-position: left 0 bottom 10px;
}

.icon4 {
    padding-left: 40px;
    background: url("../img/simulator_icon04.svg") no-repeat;
    background-position: left 0 bottom 10px;
}

.icon5 {
    padding-left: 40px;
    background: url("../img/simulator_icon05.svg") no-repeat;
    background-position: left 0 bottom 10px;
}

.icon6 {
    padding-left: 34px;
    background: url("../img/simulator_icon06.svg") no-repeat;
    background-position: left 0 bottom 12px;
}



.h2_Outer h2 {
    display: inline-block;
    padding-bottom: 5px;
}

.width95 {
    width: 95%;
    margin: auto;
}

.simulatorBox {
    float: left;
    /* width: 32%; */
    width: 23.5%;
    margin-top: 20px;
    margin-right: 2%;
}

.simulatorBox h3 {
    margin-bottom: 5px;
}


/* .simulatorBox:nth-child(3) {
    margin-right: 0;
} */

.simulatorBox:nth-child(4) {
    margin-right: 0;
}
.simulatorList label select {
    width: 100%;
    height: 70px;
    padding: 20px 10px;
}

.downArrow {
    position: relative;
}

.downArrow:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border-top: 8px solid #1dbc77;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    pointer-events: none;
}

.payInput {
    margin-top: 20px;
}

.payInput label select {
    height: 70px;
    padding: 20px 10px;
    width: 6em;
}

.payInput input {
    padding: 20px 10px;
}

.errorBox {
    clear: both;
    background-color: #ffeeee;
    border: solid 1px #e30b21;
    color: #e30b21;
    margin-top: 10px;
    padding: 10px;
}

.errorBoxAlert {
    clear: both;
    background-color: #ffeeee;
    border: solid 1px #e30b21;
    color: #e30b21;
    margin-top: 40px;
    padding: 20px;
    text-align: center;
    font-size: 1.2em;
}

.simulatorBox03 {
    margin-top: 20px;
}

.simulatorBox03:after {
    margin-bottom: 20px;
}

.radioStyle2 {
    margin-top: 10px;
}

.radioStyle2 li {
    float: left;
}

.radioStyle2 li label {
    width: 100%;
    border: 1px solid #dddddd;
    background-color: #efefef;
    border-radius: 4px;
    padding: 20px 0;
    display: inline-block;
    cursor: pointer;
}

.radioStyle2 li label:hover {
    background-color: #f1f9fd;
    border: 1px solid #1dbc77;
}

.radioStyle2 li label input:checked {
    background-color: #f1f9fd;
    border: 1px solid #1dbc77;
}

.radioStyle2 li input {
    margin-left: 10px;
    vertical-align: middle;
}

.radio5set li {
    width: 19%;
    margin-right: 1.25%;
}

.radio5set li:last-child {
    margin-right: 0;
}


/*アコーディオン ====================================*/

.ac-container {
    width: auto;
    margin: 30px auto;
}

.ac-container .headline {
    font-size: 1.75em;
    font-weight: bold;
    color: #1dbc77;
    display: table-cell;
    margin-right: 15px;
    vertical-align: middle;
    width: 220px
}

.ac-container .leadtext {
    color: #333;
    display: table-cell;
    margin-right: 15px;
    vertical-align: middle;
    width: 600px
}

.ac-container .leadtext:after {
    content: "任意";
    background-color: #fff;
    padding: 5px 8px;
    border-radius: 5px;
    font-weight: bold;
    height: 30px;
    color: #1dbc77;
    margin-left: 15px;
}

.ac-container label {
    margin: 30px auto;
    width: 100%;
    text-align: left;
    background: #d6f2e6;
    margin: auto;
    padding: 10px 20px;
    position: relative;
    display: table;
    height: 70px;
    cursor: pointer;
    border: 1px solid #1dbc77;
}

.ac-container input:checked ~ .downArrow:after {
    border-bottom: 8px solid #1dbc77;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 0;
}

.ac-container > input {
    display: none;
}

.ac-container .ac-small {
    max-height: 0;
    background: rgba(255, 255, 255, 0.5);
    overflow: hidden;
    position: relative;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #1dbc77;

    margin-top: -1px;
    padding-bottom: 0;
    transition: max-height 1s ease-out 0s;
}

.ac-container input:checked ~ .ac-small {
    transition: height 0.5s ease-in-out,
    box-shadow 0.1s linear;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #1dbc77;
    max-height: 4999px;
    transition: max-height 1s ease-in 0s;

}

.ac-container input:checked ~ .ac-small {
    transition: height 0.5s ease-in-out,
    box-shadow 0.1s linear;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #1dbc77;
    max-height: 4999px;
    transition: max-height 1s ease-in 0s;

}

.ac-inner {
    width: 95%;
    margin: 40px auto 0;
}

.minButton label {
    cursor: pointer;
    border: none;
    color: #ffffff;
    background: #1dbc77;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px -3px 0px 0px inset;
    box-shadow: rgba(0, 0, 0, 0.3) 0px -3px 0px 0px inset;
    padding: 10px 0;
    text-align: center;
    border-radius: 5px;
    width: 150px;
    font-size: 1.6rem;
    vertical-align: top;
    height: auto;
}

.minButton label:hover {
    opacity: 0.5;
    -webkit-box-shadow: 0 1px 0 #888888;
    box-shadow: 0 1px 0 #888888;
}

/*棒グラフ ====================================*/

.barGraph label {
    height: 220px;
    padding-top: 0;
}

.barGraph h3 {
    display: inline-block;
}
.chart {
    clear: both;
    display: table;
    width: 90%;
    max-width: 435px;
    height: 130px;
    margin: 0 auto;
    border-bottom: 1px solid #c4c4c4;

}

.chart .Graph {
    position: relative;
    display: table-cell;
    vertical-align: bottom;
    height: 130px;
}

.chart span {
    margin: 0 1em;
    display: block;
    background: #1dbc77;
    animation: draw 1s ease-in-out;
}

.chart span:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    padding: 5px 0.5em 0;
    display: block;
    text-align: center;
    content: attr(title);
    word-wrap: break-word;
}

@keyframes draw {
    0% {
        height: 0;
    }
}

/*シミュレーション結果 ====================================*/

.resultWrap {
    margin: -20px auto 0;
    width: 960px;

}

.resultWrap h2 {
    border-top: solid 1px #cccccc;
    color: #1dbc77;
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
    padding: 60px 0;
    background: url("../img/arrow.svg") no-repeat;
    background-position: center top;
}

/*表示中のプラン ====================================*/

.planCheck {
    margin: 0 0 30px;
}

.planCheck h3 {
    margin: 0 0 5px;
    color: #1dbc77;
}

.checkbox01-input {
    display: none;
}

.checkbox01-parts {
    padding-left: 20px;
    position: relative;
    margin-right: 10px;
}

.checkbox01-parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #c9c9c9;
}

.checkbox01-input:checked + .checkbox01-parts {}

.checkbox01-input:checked + .checkbox01-parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 5px;
    width: 7px;
    height: 12px;
    transform: rotate(40deg);
    border-bottom: 3px solid #1dbc77;
    border-right: 3px solid #1dbc77;
}

/*プラン比較 ====================================*/

.order {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
}

.order:nth-child(3n) {
    margin-right: 0;
}

.resultWrap01 {
    text-align: center;
}


#resultYear {
    margin: 10px auto 0;
    padding-bottom: 1px;
    text-align: left;
    display: inline-block;
}

.yearCircle {
    background: #e30b21;
    color: #FFFFFF;
    padding: 4px 10px;
    border-radius: 25px;
    /* height: 40px; */
    width: 100px;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.yearPrice {
    display: inline-block;
    font-size: 2.5em;
    font-weight: bold;
    color: #e30b21;
    vertical-align: middle;
}

.expensive {
    color: #999999;
}
.yearPrice span {
    font-size: 2.5rem;
}

.deals {
    display: inline-block;
    font-size: 1.4em;
    font-weight: bold;
    color: #515151;
}

.breakdown {
    position: relative;
    text-align: left;
    max-width: 750px;
    margin: 0 auto;
}

.breakdownTxt01 {
    position: absolute;
    top: 0;
    left: -20px;
    background: #1dbc77;
    color: #FFFFFF;
    border-radius: 50%;
    padding: 20px 12px;
    font-weight: bold;
    line-height: 1em;
    vertical-align: middle;
    text-align: center;
    z-index: 10;
}

.breakdown h3 {
    color: #333;
    text-align: center;
    padding: 0 0 15px 0;
    font-weight: nomal;
}

.breakdownTable {
    position: relative;
    /* background: #ffffff;
    border: 1px solid #cccccc; */
}


.breakdownTable table {
    color: #e30b21;
    font-size: 1.5em;
    width: 100%;
    /* font-weight: bold; */
} 

.breakdownTable table th {
    text-align: center;
    padding: 10px  5px;
    font-size: 1.4rem;
	font-weight: normal;
    /* background-color: #f5f5f5; */
}

.txtd0dbe1 {
    color: #333;
}

#future,#annualElectricityBillFuture{
    font-weight: bold;
}

.breakdownTable table th.bt {
    border-bottom: solid 1px #cccccc;
	background-color: #1dbc77;
	color: #fff;
}

.breakdownTable table th.bl {
	width: 110px;
}

.breakdownTable table th.bl span {
	display: inline-block;
	width: 110px;
	height: 40px; 
	border-radius: 55px / 20px;
	padding-top: 10px;
	
}

.breakdownTable table th.bl .be {
	background-color: #d6f2e6;
}

.breakdownTable table th.bl .af {
	background-color: #fce5e7;
}

.breakdownTable table td {
    text-align: center;
    font-weight: normal;
    border-bottom: solid 1px #cccccc;
    /* border-left: solid 1px #cccccc; */
    padding: 10px;
    font-size: 1.4rem;
	position: relative;
}


.breakdownTable table .table_line .arrow:after{
	content: '';
	width: 22px;
	height: 21px;
	display: block;
	background-image: url("../img/table_arrow.svg");
	background-repeat: no-repeat;
	background-size: 22px;
	background-position: center center;
	position: absolute;
	right: -11px;
	top: 10px;
}

.breakdownTable table .table_space th,
.breakdownTable table .table_space td
{
	height: 10px;
	padding: 0;
	border-bottom: 0;
	line-height: 0;
}
.accordion dt span {
    font-size: 2.6rem;
}

dl.accordion dt {
    height: 120px;
    text-indent: 10px;
    text-align: center;
    font-weight: bold;
    background: #1dbc77 97% center no-repeat;
    color: #ffffff;
    position: relative;
    padding-top: 10px;
    line-height: 1.4;
}

dl.accordion dd {
    background: #FFF;
    padding: 10px;
    line-height: 1.5;
    border: 1px solid #1dbc77;
}
.basicOption {
    margin: 15px 0 10px;
    font-size: 1.2rem;
    text-align: left;
}
.campaign_wrapper{
	display: block;
	background-color: #fce5e7;
	padding: 15px;
	margin: 15px 0;
}

.campaign_wrapper:after{
	content: "";
  clear: both;
  display: block;
}

.campaign_wrapper:hover{
	opacity: 0.5;
}

.campaign_title{
	font-size: 1.8rem;
	font-weight: bold;
	color: #e30b21;
	width: 570px;
	float: left;
	margin-bottom: 3px;
	line-height: 1.4;
}

.campaign_img{
	width: 340px;
	float: right;
}

.campaign_notes{
	float: left;
	width: 560px;
	font-size: 1.4rem;
	color: #444444;
}

.plusOption {
    font-size: 1.2rem;
    text-align: left;
    color: #e30b21;
}


/*表グラフ ====================================*/

.barChartDetail {
    margin-top: 50px;
	/*overflow-x: scroll;*/
}

 .barChartDetail table {
    max-width: 100% !important;
    width: 100%;
    margin: 0 auto;
    font-size: 0.85em;
    border-right: solid 1px #cccccc;
	
} 

.barChartDetail table thead {
    background: #969696;
    color: #FFFFFF;
}

.barChartDetail table tbody th {
    background: #0b9958;
    color: #FFFFFF;
}

.barChartDetail table th {
    font-weight: bold;
}

.barChartDetail table th,
.barChartDetail table td {
   /* border-bottom: solid 1px #cccccc;
    border-left: solid 1px #cccccc;*/
    padding: 4px;
	text-align: center;
}

/*@media all and (-ms-high-contrast:none)
     {
     .barChartDetail table th,
	 .barChartDetail table td  { padding: 7.5px; } /* IE10 */
     /**::-ms-backdrop, .barChartDetail table th,
	 .barChartDetail table td  { padding: 7.5px; } /* IE11 */
     /*}*/

.plan-th {
    background-color: #1dbc77;
}

.plan-td {
    background-color: #f3fcf8;
}

.border {
    border-right: 4px double #d4d4d4;
    min-width: 5em;
}

.barChartDetail input[type="number"] {
    /*padding: 10px 5px;
    font-size: 1em;
    border-radius: 4px;
    border: solid 1px #dcdcdc;
    margin-bottom: 0;
	max-width: 100px;
	 padding: 4.8px 5px;*/
	padding: 5px 5px;
    font-size: 1em;
    border-radius: 4px;
    border: solid 1px #dcdcdc !important;
	max-width: 100px;
	-webkit-appearance: none !important;
   /* margin-bottom: 5px;*/
}

.barChartDetail input[type="text"] {
    /*padding: 10px 5px;
    font-size: 1em;
    border-radius: 4px;
    border: solid 1px #dcdcdc;
    margin-bottom: 0;
	max-width: 100px;*/
	padding: 5px 5px !important;
    font-size: 1em;
    border-radius: 4px;
    border: solid 1px #dcdcdc !important;
	max-width: 100px;
   /* margin-bottom: 5px;*/
}

/*申し込みボタン ====================================*/

.simulator_submitBut {
    margin: 15px auto;
    text-align: center;
}

.simulator_submitBut ul {
    margin: 0 auto;
}

.simulator_submitBut .submitOuter {
    width: 400px;
    margin: 40px auto 60px;
}

.simulator_submitBut .submitOuter button {
    padding: 30px 0;
    font-size: 3rem;
}

.simulator_submitBut ul li {
    width: 100%;
    float: right;
    font-size: 1.4em;
}

/*表下注釈テキスト ====================================*/

.barChartDetailTxt {
    margin: 20px auto 0;
    max-width: 960px;
}

.barChartDetailTxt p {
    font-size: 0.8em;
}


/*ハック ====================================*/

/* Webkit対応 */

input::-webkit-input-placeholder {
    color: #999;
}

/* Firefox対応 */

input::-moz-placeholder {
    color: #999;
}

/* Firefox対応 */

input:-moz-placeholder {
    color: #999;
}

/* IE対応 */

input:-ms-input-placeholder {
    color: #999;
    line-height: 0;
}

/*IE10以降に適用されるCSSハック（一応）*/

@media all and (-ms-high-contrast: none) {
    input {
        line-height: 0;
    }
}

/*IE11だけに適用されるCSSハック*/

@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop,
    input {
        line-height: 0;
    }
}


/*SP ====================================*/

@media screen and (max-width: 766px) {
    /*=== common reset ===*/

    /*PC・SP切替 ====================================*/
    .dnkwrap h1 {
        font-size: 1.5em;
    }

    /*かんたんシミュレーション ====================================*/
    .h1_Outer {
        margin: 30px auto;
        width: 100%;
        text-align: center;
    }

    .dnkwrap h1 {
        color: #e30b21;
        font-size: 2.2rem;
        font-weight: bold;
        padding-left: 32px;
        background: url("../img/simulator_icon01.svg") no-repeat;
        background-position: left 0 bottom 12px;
        background-size: 22px;
        display: inline-block;
    }
    
    .h2_Outer {
        margin-top: 20px;
        font-size: 1.2em;
        font-weight: bold;
    }
    .h2_Outer h2 {
        display: inline-block;
        vertical-align: middle;
        font-size: 1.8rem;
        min-height: 30px;
    }

    .icon2 {
        padding-left: 30px;
        background: url("../img/simulator_icon02.svg") no-repeat;
        background-size: 23px;
        background-position: left 0 bottom 50%;
    }

    .icon3 {
        padding-left: 25px;
        background: url("../img/simulator_icon03.svg") no-repeat;
        background-size: 15px;
        background-position: left 0 bottom 50%;
    }

    .icon4 {
        padding-left: 25px;
        background: url("../img/simulator_icon04.svg") no-repeat;
        background-size: 20px;
        background-position: left 0 bottom 50%;
    }

    .icon5 {
        padding-left: 25px;
        background: url("../img/simulator_icon05.svg") no-repeat;
        background-size: 20px;
        background-position: left 0 bottom 50%;
    }

    .icon6 {
        padding-left: 25px;
        background: url("../img/simulator_icon06.svg") no-repeat;
        background-size: 15px;
        background-position: left 0 bottom 50%;
    }

    .ac-container label {
        margin: 30px auto;
        width: 100%;
        text-align: left;
        background: #d6f2e6;
        margin: auto;
        padding: 12px 20px;
        position: relative;
        display: block;
        cursor: pointer;
        border: 1px solid #1dbc77;
    }

    .minButton label {
        cursor: pointer;
        border: none;
        color: #ffffff;
        background: #1dbc77;
        -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px -3px 0px 0px inset;
        box-shadow: rgba(0, 0, 0, 0.3) 0px -3px 0px 0px inset;
        padding: 10px 0;
        text-align: center;
        border-radius: 5px;
        width: 150px;
        font-size: 1.6rem;
        vertical-align: top;
        height: auto;
    }
    
    .ac-container .headline {
        font-size: 1.8rem;
        font-weight: bold;
        color: #1dbc77;
        display: block;
        margin-right: 15px;
        width: 100%;
    }

    .ac-container .leadtext {
        color: #333;
        display: block;
        margin-right: 15px;
        vertical-align: middle;
        width: 100%;
        font-size: 1.2rem;
    }

    .simulatorBox03 {
        margin-top: 10px;
    }
    
    .radioStyle2 {
        margin-top: 0;
    }

    .ac-container .headline:after {
        content: "任意";
        background-color: #fff;
        padding: 5px 8px;
        border-radius: 5px;
        font-weight: bold;
        height: 30px;
        color: #1dbc77;
        margin-left: 10px;
        font-size: 1.4rem;
    }

    .ac-container .leadtext:after {
        content: "";
        background-color: #fff;
        padding: 0;
        height: 0;
        margin-left: 0;
    }

    .planCheck {
        margin: 0 0 20px;
        width: 90%;
    }

    .order {
        width: 100%;
        margin-bottom: 20px;
    }

    .radioStyle2 li {
        float: left;
    }

    .radio2set li:nth-child(odd) {
        width: 100%;
        margin-right: 0;
    }
    .radio2set li:nth-child(even) {
        width: 100%;
        margin-right: 0;
    }
    .radio2set li {
        width: 100%;
        margin-right: 0;
        margin-top: 10px;
        float: none;
    }

    .simulatorBox {
        float: none;
        width: 100%;
        margin-right: 0;
    }
    
    .radio5set li {
        width: 32.5%;
        margin-right: 1.25%;
        margin-top: 10px;
    }
    
    .radio5set li:nth-child(3) {
        margin-right: 0;
    }

    .resultWrap {
        margin-top: 0;
        width: 100%;
    }
    
    .resultWrap h2 {
        margin-top: 0;
        font-size: 2.5rem;
        padding: 40px 0;
        background-size: 230px;
    }
    
    #resultYear {
        width: 100%;
    }
    
    .yearCircle {
        padding: 5px 10px;
        margin: 0;
        font-size: 2rem;
    }
    
    .yearPrice {
        display: inline-block;
        font-size: 4rem;
        font-weight: bold;
        color: #e30b21;
        vertical-align: middle;
    }
    
    .deals {
        font-size: 2.5em;
    }
    
    .breakdownTxt01 {
        position: absolute;
        top: 0;
        left: 0;
        background: #1dbc77;
        color: #FFFFFF;
        border-radius: 50%;
        padding: 20px 12px;
        font-weight: bold;
        line-height: 1em;
        vertical-align: middle;
        text-align: center;
        z-index: 10;
    }
    
    .breakdown h3 {
        padding: 0 0 10px 0;
    }
    
      .breakdownTable {
        position: relative;
        background: #ffffff;
        /* border: 1px solid #cccccc; */
        border-radius: 0;
        width: 94%;
        margin: 0 3%;
    }  
    
      .breakdownTable table {
        color: #e30b21;
        font-size: 0.85em;
        width: 100%;
    }  
    
    .simulator_submitBut {
        margin: 20px auto 20px;
    }
    
    .simulator_submitBut ul {
        margin: 0 auto;
    }
    
    .simulator_submitBut ul.oneButton {
        width: 100%;
    }
    
    .simulator_submitBut ul li {
        float: none;
        width: 100%;
        text-align: center;
    }
    
    .simulate_button {
        margin: 40px auto 20px;
    }
    
    .simulate_button ul {
        margin: 0 auto;
    }
    
    .simulate_button ul.oneButton {
        width: 100%;
    }
    
     .barChartDetail {
        margin-top: 30px;
    }
    .simulate_button ul li {
        width: 100%;
        float: none;
        text-align: center;
    }
    
    .simulate button {
        width: 90%;
        font-size: 1em;
    }
    
    .simulate button:before {
        font-size: 1em;
        line-height: 1em;
    }

    .barChartDetail {
        margin-top: 30px;
    }

    .simulator_submitBut .submitOuter button {
        padding: 20px 0;
        font-size: 3rem;
    }
    
    .simulator_submitBut .submitOuter {
        width: 90%;
        margin: 40px auto 60px;
    }

    .barChartDetail table th,
    .barChartDetail table td {
        padding: 5px;

    }
    
     .barChartDetailTxt {
        margin: 20px auto 0;
        max-width: 100%;

    } 
    
    .barChartDetail {
        overflow-x: scroll;
    }

     .barChartDetail table {
        /*width: 100px;*/
    } 

    input[type="radio"] {
        -webkit-appearance: none;
        width: 16px;
        height: 16px !important;
        font-size: 0 !important;
        border: 1px solid #19283C;
        background: #ffffff;
        border-radius: 16px;
        position: relative;
    }
    
    input[type="radio"]:checked {
        border: 1px solid #1dbc77;
        background: #FFFFFF;
    }
    
    input[type="radio"]:checked:after {
        content: "";
        position: absolute;
        top: 2px;
        left: 2px;
        width: 10px;
        height: 10px;
        border-radius: 10px;
        background: #1dbc77;
    }
    
    dl.accordion dt {
        font-size: 0.9em;
    }
	.campaign_wrapper{
		padding: 10px;
		margin: 10px 0;
	}

	.campaign_title{
		width: 100%;
		font-size: 1.6rem;
		margin-bottom: 5px;
	}

	.campaign_img{
		width: 100%;
		margin-bottom: 5px;
	}

	.campaign_notes{
		width: 100%;
		font-size: 1.2rem;
	}
	/************* mobile Responsive 2018-06-09********/
	.month-Amount{
		padding: 4px 5px !important;
	}
	
	.dvLoading{
		background:rgba(0,0,0,0.5) url(../img/25.gif) no-repeat 99% 90% !important;
	}
	.barChartDetail input[type="number"]{
		padding: 5px 5px;
	}		
}

@media screen and (min-width:375px) and (max-width: 667px) {
	
	.dvLoading{
		background:rgba(0,0,0,0.5) url(../img/25.gif) no-repeat 60% 90%  !important;
	}
}
@media screen and (min-width:320px) and (max-width: 568px) {
	
	.dvLoading{
		background:rgba(0,0,0,0.5) url(../img/25.gif) no-repeat  50% 50%   !important;
	}
}
@media screen and (min-width: 320px) and (max-width: 479px){
	.Month-Span{
		padding: -12px !important;
	}
	.loader-txt{
		left: 0% !important;
		text-align: center;
		font-size: 13px !important;
		right: 0px !important;
		
	}
	
}

@media screen and (min-width: 375px) and ( max-width: 667px){
	.loader-txt{
		font-size: 13px !important;
	}
}

@media screen and ( max-width: 736px) and (min-width: 414px){
	.dvLoading{
		background:rgba(0,0,0,0.5) url(../img/25.gif) no-repeat 51% 90% !important
	}
}



@media screen and (min-width: 414px) and ( max-width: 736px){
	.dvLoading{
		background:rgba(0,0,0,0.5) url(../img/25.gif) no-repeat 50% 50%  !important
	}
}
/*********************2018-06-07*************/
#resultArea:focus{
	outline:none !important;
}
#ResultData:focus{
	outline:none !important;
}

/*********************2018-06-07*************/
.TotalWatt-Cell{
	font-weight:bold;
}
.tab-tab{
	
	border-bottom: 1px solid #cccccc;
	padding: 10px 0px !important;
	padding-right: 1px !important;
}
.tab-tab1{
	
	border-bottom: 1px solid #cccccc;
}
.table-top{
	margin-top: -7px !important;
}
.table-top1{
	margin-top: -7px !important;
}
.table-top2{
	margin-top: -8.3px !important;
}
.padd-padd{
	padding: 11px 0px !important;
	font-weight: bold;
    color: #fff;
}
.Watt-Rate{
	margin-top:4px !important;
	
}
.Table-Watt{
	    border-right: none !important; 
	
}
.monthNum{
	    border-bottom: none !important; 
	
}
.monthInput{
	    width: 110px; 
		text-align:left !important;
		font-size: 14px !important;
		
}
.Font-input{
	font-size: 14px !important;
}
/*.month-Amount{
	padding:4px 0px;
}*/
.tab-tab1 input[type="text"]{
	text-align:center;
}
.Watt-Border{
	border-right: 4px double #d4d4d4 !important;
}
.table-top1 tr:first-child  td{ 
   font-weight:bold !important;
}

.table-top2 tr:first-child  td { 
   font-weight:bold  !important;
}

.Month-Span{
	
	width: 41%;
	display: block;
	width:150px;
	word-wrap:break-word;
	padding:  -20px;
	width: 150px;
	text-align:  center;
	float: initial;
	margin: 0px auto;
	font: 100%/1.5 "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
	font-weight: bold !important;
	font-size: 12.7px !important;
    height: 55px;
   
}

.bg{
	
	background:#cffce8;
}

.month-bg{
    background: #0b9958;
    color: #FFFFFF;
}

.Col-bg{
        border-radius: 50% !important;
		border: none !important;
		background-color: #a4d2b0 !important;
}


/******************2018-06-16************************/
.Col-bg1{
	background: #a4d2b0 !important; 
	border-radius: 50%; 
	padding: 3px 10px !important; 
	
	
}
.Col-bg-new{
	background: #a4d2b0 !important; 
	border-radius: 50%; 
	padding: 3px 20px !important; 	 
	text-align: center;
	border-left: none !important;
}
.bg-clr{
	background: #1dbc77 !important;
	color: #fff;
}
.spa-spa{
	border-top: none !important;
	border-left: none !important;
	padding: 0px !important;
	border-bottom: 2px solid #1dbc77;
}

/*@media screen and (min-width:320px) and (max-width: 480px) {
	
	.barChartDetail input[type="number"]{
		    padding: 5px 5px;
	}
}*/
@media screen and (min-width: 320px) and ( max-width: 568px){
	.barChartDetail input[type="number"]{
		padding: 5.8px 5px !important;
	}
	.month-Amount{
		padding: 3px 5px !important;
	}
	.Month-Span{
        padding: 2px 5px;
		
    }
	
	
	
}

/* @media screen and (min-width: 568px) and ( max-width: 320px){
	.loader-txt{
		top: 62% !important;
		left: 13% !important;
	}
} */

@media screen and (min-width: 414px) and ( max-width: 736px){
	.Col-bg1{
		padding: 0px 22px !important;
	}
    /*.month-Amount{
		padding: 4px 5px !important;
	}*/
    .Month-Span{
        padding: 2px 0px;
    }
   .barChartDetail input[type="number"]{
		    padding: 5.5px 5px !important;
	}
	/* .Month-Span{
		height: 70px !important;
	}*/
	.month-Amount{
		padding: 3px 5px !important;
	} 
	
	/***************2018-01-02**********************/
	.loader-txt{
		left: 5% !important;
		position: absolute;
		left: 0 !important;
		right: 10px;
	}
/***************2018-01-02**********************/
	
}

/* @media screen and ( max-width: 736px) and (min-width: 414px)  {
	.loader-txt{
		left: 5% !important;
		margin-top: 5px;
	}
} */

/***************2018-01-02**********************/
@media only screen and (min-width: 414px) and (max-width: 767px){
	.loader-txt{
		left: 5% !important;
		margin-top: 5px;
		right: 0px !important;
	}
}
/***************2018-01-02**********************/



@media screen and (min-width: 768px) and ( max-width: 1024px){
	.h1_Outer{
		width: 100% !important;
	}
	.barChartDetail input[type="number"]{
		    padding: 4.5px 5px !important;
	}
	.barChartDetail{
		overflow-x: scroll !important;
	}
	.Month-Span{
        padding: 2px 5px;
		
    }
	
	.loader-txt{
		top: 54% !important;
	    left: 0% !important;
		right: 0px !important;
	}
}

@media screen and (min-width: 992px) and ( max-width: 1280px){
	.loader-txt{
		left: 0% !important;
		margin-top: 10px;
		right: 0px !important;
	}
}

/*********************2018-07-31**********************/
.loader-txt{
	position: fixed; 
	z-index: 99999; 
	color: #fff; 
	top: 60%; 
	left: 34.5%;
	right: 34.5%;
    font-size: 14px;
}



