@charset "UTF-8";

.l-header .inner .c-header-logo {
    text-align: center;
}

.menu-box {
    text-align: center;
}

.menu-box a img {
    margin: 10px;
}

.contact-box {
    text-align: right;
}

#footer {
    /*max-width: 960px;*/
    min-width: 340px;
    /*margin-left: auto;
    margin-right: auto;*/
    margin:0 20px 20px;
}

#footer #scroll-top {
    text-align: right;
    margin-right: 5px;
}

#footer .l-footer_inner {
    margin: auto;
    font-size: 0;
    font-family: "Noto Sans Japanese";
    font-weight: 400;
    color: #000;
}

@media screen and (max-width: 747px) {
    #footer .l-footer_inner {
        width: inherit;
        margin: 0;
    }
}

#footer .l-footer_inner .l-footer_branch {
  margin: auto;
  max-width: 560px;
}
@media screen and (max-width: 747px) {
    #footer .l-footer_inner .l-footer_branch {
        width: inherit;
    }
}

#footer .l-footer_sharelist {
    margin: auto;
    text-align: center;
    background-color: #f0f1f3;
    padding: 30px 0;
}

#footer .l-footer_sharelist p {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.3em;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    margin-bottom: 0;
}

#footer .l-footer_sharelist ul {
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
    margin-bottom: 0;
    width: auto;
    padding-left: 0;
}

#footer .l-footer_sharelist li {
    margin-right: 24px;
    /*width: 20px;*/
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

#footer .l-footer_sharelist li:last-child {
    margin-right: 0;
}

#footer .l-footer_sharelist li:hover {
    opacity: 0.8;
}

#footer .l-footer_sharelist img {
    max-height: 100%;
}

@media screen and (max-width: 385px) {
    #footer .l-footer_sharelist ul {
        margin-left: 0;
        display: block;
        margin-top: 17px;
    }
}

#footer_copyright {
    padding: 20px 30px;
    max-width: 960px;
    min-width: 480px;
    margin: auto;
    position: relative;
    font-family: "Noto Sans Japanese";
    font-weight: 400;
}

@media screen and (max-width: 747px) {
    #footer_copyright {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
}

#footer_copyright address {
    font-size: 12px;
    line-height: 1.3;
    color: #333;
    font-style: normal;
    text-align:left;
}

@media screen and (min-width: 747px) and (max-width: 959px) {
    #footer_copyright address {
        font-size: 10px;
    }
}

@media screen and (max-width: 747px) {
    #footer_copyright address {
        text-align:center;
        display: block;
        font-size: 10px;
        margin-top: 10px;
    }
}

#footer_copyright ul {
    position: absolute;
    right: 0;
    top: 16px;
    margin: 0;
    padding: 0;
}

@media screen and (min-width: 747px) and (max-width: 959px) {
    #footer_copyright ul {
        top: 14px;
    }
}

@media screen and (max-width: 747px) {
    #footer_copyright ul {
        position: static;
        text-align: center;
    }
}

#footer_copyright ul li {
    font-size: 12px;
    display: inline-block;
    padding-right: 17px;
    margin-right: 17px;
    position: relative;
}

@media screen and (min-width: 747px) and (max-width: 959px) {
    #footer_copyright ul li {
        font-size:10px;
    }
}

@media screen and (max-width: 747px) {
    #footer_copyright ul li {
        font-size: 10px;
        padding-right: 10px;
        margin-right: 10px;
    }
}

#footer_copyright ul li:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    background: #bdbdbd;
}

@media screen and (max-width: 747px) {
    #footer_copyright {
        padding: 20px 10px;
    }
    
    #footer_copyright ul li:after {
        height: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}

#footer_copyright ul li a {
    color: black;
    text-decoration: underline;
}

#footer_copyright ul li a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .l-header .inner .c-header-logo {
        width: 100%;
    }
    
    .l-header .inner .c-header-logo img {
        width: 124px;
    }
    
    .menu-box a img {
        width: 234px;
        margin:5px;
    }
    
    .navi-step {
        width:380px;
    }
}

.center {
    text-align: center;
}

.mgn-b10 {
    margin-bottom: 10px;
}

.mgn-b15 {
    margin-bottom: 15px;
}

.clear:after {
    clear: both;
    content: ' ';
    display: table;
    margin-bottom: 30px;
}

input[type = 'email'], input[type = 'number'], input[type = 'password'], input[type = 'search'], input[type = 'tel'], input[type = 'text'], input[type = 'url'], textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: 0.1rem solid #999999;
	border-radius: .4rem;
	box-shadow: none;
	box-sizing: inherit;
	height: 3.8rem;
	padding: .6rem 1.0rem;
	width: 100%
}

input[type = 'email']:focus, input[type = 'number']:focus, input[type = 'password']:focus, input[type = 'search']:focus, input[type = 'tel']:focus, input[type = 'text']:focus, input[type = 'url']:focus, textarea:focus, select:focus {
	border-color: #59C427;
	outline : 0
}

select {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="%23d1d1d1" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>');
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 3.0rem
}

.header-navi {
    overflow: hidden;
    display: flex;
}

.header-navi .logo {
    display: flex;
    float: left;
}

.header-navi .step {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 706px;
    float: left;
}

hr.header-line {
    border-top: 5px solid #0764CC;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.logo-step {
    font-size: 200%;
    margin-bottom: 10px;
    color: #0764CC;
    font-weight: bold;
}

.kenshin {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.kenshin-title {
    font-size: 125%;
    font-weight: bold;
    color: #ffffff;
    background-color: #59C427;
    margin-bottom: 10px;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

.kenshin img {
    border: solid 1px #555;
}

.menu-button {
    text-align: center;
}

.menu-button img {
    margin-bottom: 15px;
    margin-left: 7px;
    margin-right: 7px;
}

.shinya-menu {
    display: none;
}

.unit-caption {
    color: #cc3333;
    font-size: 90%;
    margin-bottom: 10px;
    margin-left: 15px;
}

input[type="radio"][readonly] {
    pointer-events: none;
}

[readonly] + label {
    pointer-events: none;
}

/* 次へ、戻るボタン ここから */
#NEXT_USAGE > img{
    width: 222px;
}

#PREV_TOP > img{
    width: 170px;
}

.button-navi {
    text-align: center;
    border-top: 3px solid #0764CC;
    padding-top: 25px;
}

.button-navi p {
    text-align: center;
}

.button-navi .seni-btn-box {
    display:flex;
    justify-content: center;
}

.button-navi .seni-btn-box.reverse {
    flex-direction: row-reverse;
    gap: 20px;
}

.button-navi .seni-btn-box.reverse .not-visible {
    display: none;
}

.button-navi .seni-btn-box button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    transition: 0.2s;
    margin-left: 10px;
    margin-right: 10px;
}

.button-navi .seni-btn-box button:hover {
    opacity: 0.7;
}
/* 次へ、戻るボタン ここまで */

/* 料金プラン変更、コンシェルジュご登録ボタン ここから */
.button-navi-saiteki {
    display:flex;
    justify-content: center
}

.button-navi-saiteki .seni-btn-box {
    margin-bottom: 10px;
}

.button-navi-saiteki button#plan-henko {
    border: 0;
    background: #FF6600;
    /*background-image: url(../img/btn-mark-next.png);*/
    background-repeat: no-repeat;
    background-position: right center;
    color: #FFFFFF;
    font-size: 135%;
    display: inline;
    border-radius: 4px;
    cursor: pointer;
    padding: 8px 10px 8px 10px;
    font-weight: normal;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
}

.button-navi-saiteki button#ycon-toroku {
    border: 0;
    background: #387BBF;
    /*background-image: url(../img/btn-mark-next.png);*/
    background-repeat: no-repeat;
    background-position: right center;
    color: #FFFFFF;
    font-size: 135%;
    display: inline;
    border-radius: 4px;
    cursor: pointer;
    padding: 8px 10px 8px 10px;
    font-weight: normal;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
}
/* 料金プラン変更、コンシェルジュご登録ボタン ここまで */

/* input-item ここから*/
.input-item {
    display: table;
    margin-bottom: 30px;
}

.input-item.border-top {
    border-top: 1px solid #000;
    padding-top: 20px;
}

.input-item h4 {
    padding: 0;
    margin: 0;
}

.input-item div.left-item {
    display: table-cell;
    padding-left: 30px;
    width: 420px;
    margin-bottom: 0;
}

.input-item div.right-item {
    display: table-cell;
    padding-left: 30px;
    width: 420px;
    margin-bottom: 0;
}

.input-item .kobetsu-item {
    display: table;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.75em;
}

.input-item .kobetsu-item .left {
    display: table-cell;
    width: 10em;
    text-align: justify;
}

.input-item .kobetsu-item .right {
    display: table-cell;
}

.input-item .kobetsu-item .point-marker {
    color: #DD0000;
    font-weight: bold;
}

.input-item div.left-item .kobetsu-item .right select,
.input-item div.left-item .kobetsu-item .right input[type="text"],
.input-item div.left-item .kobetsu-item .right input[type="number"] {
    width: 9em;
    margin-right: 10px;
    margin-bottom: 0;
    height: 4.2rem;
    box-sizing: border-box;
    color: #000000;
}

.input-item div.right-item .kobetsu-item .right select,
.input-item div.right-item .kobetsu-item .right input[type="text"],
.input-item div.right-item .kobetsu-item .right input[type="number"] {
    width: 9em;
    margin-right: 10px;
    margin-bottom: 0;
    height: 4.2rem;
    box-sizing: border-box;
}

/* input-item ここまで */

/* ラジオボタン ここから*/
.radio-item {
    margin-bottom: 40px;
    display: block;
}

.radio-item.border-top {
    border-top: 1px solid #000;
}

.radio-item.not-visible {
    display: none;
}

.radio-item h4 {
    padding: 10px;
    margin: 0;
    font-size: 125%;
}

.radio-item .radio-sub-item {
    display: table;
    margin-left: 100px;
}

.radio-item .radio-sub-item li {
    display: table-cell;
    width: 240px;
    margin-right: 10px;
    list-style-type: none;
    padding-bottom: 10px;
}

.radio-item .radio-sub-item input[type="radio"] {
    display: none;
}

.radio-item .radio-sub-item img {
    margin-right: 10px;
}

.radio-item .radio-sub-item img,
.radio-item .radio-sub-item span {
    vertical-align: middle;
}

.radio-item .radio-sub-item2 {
    display: table;
    margin-left: 100px;
}

.radio-item .radio-sub-item2 li {
    display: table-cell;
    width: 480px;
    margin-right: 10px;
    list-style-type: none;
    padding-bottom: 10px;
}

.radio-item .radio-sub-item2 input[type="radio"] {
    display: none;
}

.radio-item .radio-sub-item2 img {
    margin-right: 10px;
}

.radio-item .radio-sub-item2 img,
.radio-item .radio-sub-item2 span {
    vertical-align: middle;
}

.radio-item .radio-sub-item2 .radio-umu2 ul {
    padding-left: 0;
}

.radio-item .point-marker {
    color: #DD0000;
    font-weight: bold;
}
/* ラジオボタン ここまで */

/* 年間のご使用量 ここから */
.usage-left {
    max-width: 350px;
    float: left;
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: left;
    border: 3px solid #FF8A3C;
    border-radius: 5px;
}

.usage-left h5 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 20px;
    
}

.usage-left .caption {
    background: #FED6B1;
    border: 1px solid #FF8A3C;
    font-size: 90%;
    margin-top: 28px;
    margin-bottom: 10px;
    margin-right: 30px;
    margin-left: 30px;
    padding: 10px 12px;
    border-radius: 4px;
}

.usage-left .total-year-count {
    min-width: 80px;
}

.usage-left .total-year-kubun {
    min-width: 125px
}

.usage-left div.clear {
    margin-top: 7px;
}

.usage-left div.total-year-caption {
    margin: 0 auto;
    display: table;
    padding-bottom: 5px;

}

.usage-left div.total-year-caption div {
    display: table-cell;
    vertical-align: middle;
}

.usage-left div.total-year-caption .total-year-icon {
    width: 43px;
    padding-top: 4px;
}

.usage-left div.total-year-caption .total-year-name {
    padding-left: 8px;
    font-weight: bold;
    font-size: 125%;
    /*width: 180px;*/
}

.usage-left div.total-year-item {
    margin: 0 auto;
    display: table;
}

.usage-left div.total-year-item div {
    display: table-cell;
    vertical-align: middle;
}

.usage-left div.total-year-daytime {
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.usage-left div.total-year-daytime div {
    display: table-cell;
    vertical-align: middle;
}

.usage-left div.total-year-daytime .total-year-tani {
    width: 43px;
    font-size: 125%;
    padding-top: 26px;
    padding-bottom: 26px;
}

.usage-left div.total-year-daytime .total-year-count {
    background: #59C427;
    border-radius: 5px;
    color: #FFFFFF;
    padding: 20px 20px;
    letter-spacing: 0.10em;
    font-size: 176%;
    text-align: right;
}

.usage-left div.total-year-daytime .total-year-tani {
    width: 40px;
    padding-left: 5px;
    font-size: 125%;
}

.usage-left div.total-year-night {
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.usage-left div.total-year-night div {
    display: table-cell;
    vertical-align: middle;
}

.usage-left div.total-year-night .total-year-tani {
    width: 43px;
    font-size: 125%;
    padding-top: 26px;
    padding-bottom: 26px;
}

.usage-left div.total-year-night .total-year-count {
    background: #50A5FA;
    border-radius: 5px;
    color: #FFFFFF;
    padding: 20px 20px;
    letter-spacing: 0.10em;
    font-size: 176%;
    text-align: right;
}

.usage-left div.total-year-night .total-year-tani {
    width: 40px;
    padding-left: 5px;
    font-size: 125%;
}

.usage-left div.total-year-peak {
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.usage-left div.total-year-peak div {
    display: table-cell;
    vertical-align: middle;
}

.usage-left div.total-year-peak .total-year-tani {
    width: 43px;
    font-size: 125%;
    padding-top: 26px;
    padding-bottom: 26px;
}

.usage-left div.total-year-peak .total-year-count {
    background: #FFAC2F;
    border-radius: 5px;
    color: #FFFFFF;
    padding: 20px 20px;
    letter-spacing: 0.10em;
    font-size: 176%;
    text-align: right;
}

.usage-left div.total-year-peak .total-year-tani {
    width: 40px;
    padding-left: 5px;
    font-size: 125%;
}

.usage-left div.total-year-holiday {
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.usage-left div.total-year-holiday div {
    display: table-cell;
    vertical-align: middle;
}

.usage-left div.total-year-holiday .total-year-tani {
    width: 43px;
    font-size: 125%;
    padding-top: 26px;
    padding-bottom: 26px;
}

.usage-left div.total-year-holiday .total-year-count {
    background: #FFCC00;
    border-radius: 5px;
    color: #FFFFFF;
    padding: 20px 20px;
    letter-spacing: 0.10em;
    font-size: 176%;
    text-align: right;
}

.usage-left div.total-year-holiday .total-year-tani {
    width: 40px;
    padding-left: 5px;
    font-size: 125%;
}

.usage-left .total-year-kubun {
    width: 170px;
    padding-left: 50px;
    font-size: 125%;
}

.usage-right {
    max-width: 504px;
    float: left;
    padding-top: 40px;
    padding-left: 60px;
}

.usage-right h5 {
    font-size: 1.8rem;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.usage-right table {
    width: 100%;
}

.usage-right th {
    background: #59C427;
    color: #FFFFFF;
    padding: 5px 0;
    border-top: 4px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-left: 0;
    border-right: 1px solid #FFFFFF;
}

.usage-right th.total-month-h {
    background-color: #FFF;
    color: #FFF;
}

.usage-right td.total-month-h {
    font-size: 90%;
    min-width: 40px;
    width: 70px;
    vertical-align: middle;
    text-align: center;
}

.usage-right input {
    width:85%;
    padding: 0;
    color: #4A723D;
    border: 0;
    text-align: center;
    margin: 5px auto;
    font-size: 105%;
    border-radius: 5px;
    height: 3.4rem;
}

.usage-right .box-daytime td {
    background: #AAE191;
    border-top: 1px solid #AAE191;
    text-align: center;
    padding-left: 3px;
    padding-right: 3px;
}

.usage-right .box-daytime input {
    background: #DBF2D0;
    min-width: 72px;
}

/* スピンボタン（ダイヤル）を非表示にする Edge chrome */
.usage-right .box-daytime input[type="number"]::-webkit-outer-spin-button, 
.usage-right .box-daytime input[type="number"]::-webkit-inner-spin-button,
.usage-right .box-peak input[type="number"]::-webkit-outer-spin-button, 
.usage-right .box-peak input[type="number"]::-webkit-inner-spin-button,
.usage-right .box-holiday input[type="number"]::-webkit-outer-spin-button, 
.usage-right .box-holiday input[type="number"]::-webkit-inner-spin-button,
.usage-right .box-night input[type="number"]::-webkit-outer-spin-button, 
.usage-right .box-night input[type="number"]::-webkit-inner-spin-button { 
    -webkit-appearance: none;
    margin: 0;
}

/* スピンボタン（ダイヤル）を非表示にする firefox*/
.usage-right .box-daytime input[type="number"],
.usage-right .box-peak input[type="number"],
.usage-right .box-holiday input[type="number"],
.usage-right .box-night input[type="number"] { 
    -moz-appearance:textfield; 
}

.usage-right .box-night td {
    background: #A7DCFF;
    border-top: 1px solid #AAE191;
    text-align: center;
    padding-left: 3px;
    padding-right: 3px;
}

.usage-right .box-night input {
    background: #D2EDFF;
    min-width: 72px;
    color: #102578;
}

.usage-right .box-peak td {
    background: #FAD698;
    border-top: 1px solid #DDF1FF;
    text-align: center;
    padding-left: 3px;
    padding-right: 3px;
}

.usage-right .box-peak input {
    background: #FDF1D2;
    color: #330000;
    min-width: 72px;
}

.usage-right .box-holiday td {
    background: #f1f1b8;
    border-top: 1px solid #DDF1FF;
    text-align: center;
    padding-left: 3px;
    padding-right: 3px;
}

.usage-right .box-holiday input {
    background: #FDF1D2;
    color: #330000;
    min-width: 72px;
}

.usage-right .box-daytime div,
.usage-right .box-holiday div,
.usage-right .box-night div {
    margin-left: auto;
    margin-right: auto;
}

.usage-right .box-daytime div.error-message,
.usage-right .box-holiday div.error-message,
.usage-right .box-night div.error-message {
    padding: 0;
}

/* 年間のご使用量 ここまで */

/* シミュレーション結果 ここから */
.desktop-hidden,.desktop2-hidden,.desktop3-hidden {
    display: none;
}

.explain-calc-result {
    text-align: center;
    font-size: 115%;
}

.calc-result {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 20px;
}

.calc-result table {
    border-collapse: separate;
    border-spacing: 1px;
}

.calc-result .result-width-max {
    width: 100%;
    background-color: #FFFFFF;
    
}

.calc-result .result-width-min {
    display: none;
}

    
.calc-result {

}

.calc-result .plan-before {

}

.calc-result th.plan-before {
    background-color: #59C427;
    color: #FFFFFF;
    font-size: 140%;
    width: 160px;
}

.calc-result td.plan-before {
    background-color: #ACE193;
    color: #003300;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.calc-result .result-width-max .plan-before-difference {
    background-color: #FFFFFF;
    text-align: center;
    vertical-align: bottom;
    padding-bottom: 15px;
}

.calc-result th.plan-after {
    background-color: #FC9436;
    color: #FFFFFF;
    font-size: 140%;
}

.calc-result td.plan-after {
    background-color: #FDC99A;
    color: #520D0D;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.calc-result .plan-after-difference {
    background-color: #FFE5CC;
    color: #FF3615;
    text-align: center;
    font-weight: bold;
}

.calc-result .plan-after-difference em {
    color: #520D0D;
    font-style: normal;
    font-weight: lighter;
}

.calc-result .result-width-max td.plan-before {
    max-width: 460px;
}

.calc-result .result-width-max td.plan-before .plan-name {
    text-align: left;
    font-size: 125%;
}

.calc-result .result-width-max td.plan-before .plan-value {
    text-align: right;
    font-size: 140%;
}

.calc-result .result-width-max td.plan-after .plan-name {
    text-align: left;
    font-size: 125%;
}

.calc-result .result-width-max td.plan-after .plan-name a {
    float: right;
    font-size: 90%;
    text-decoration: none;
    background: #FF6600;
    padding: 3px 9px;
    color: #FFFFFF;
    border-radius: 2px;
    cursor: pointer;
    margin-top: 3px;
}

.calc-result .result-width-max td.plan-after .plan-best {
    text-align: left;
    position: absolute;
}

.calc-result .result-width-max td.plan-after .plan-value {
    text-align: right;
    font-size: 140%;
    margin-top: 14px;
}

.calc-result .result-width-max td.plan-after .plan-value .point {
    font-size: 55%;
}

.calc-result .result-width-max .plan-after-difference {
    font-size: 125%;
}
/* シミュレーション結果 ここまで */

@media screen and (max-width: 959px) {
    /* ご使用量入力 ここから */
    
    
    /* ご使用量入力 ここまで */
    
    /* 年間のご使用量 ここから */
    .usage-left {
        max-width: 640px;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    
    .usage-left .clear .total-year-item {
        float: left;
        vertical-align: middle;
    }
    
    .usage-left .total-year-kubun {
        /*text-align-last: justify;*/
    }
    
    .usage-right {
        float: none;
        max-width: 100%;
        padding-left: 7px;
    }
    
    .usage-right table {
        max-width: 640px;
        margin-left: auto;
        margin-right: auto;
    }
    
    /* 年間のご使用量 ここまで */
    
    /* ラジオボタン ここから*/
    .radio-item .radio-sub-item li {
        padding-left: 10px;
        width: 200px;
    }
    /* ラジオボタン ここまで*/
 
    /* step4 年間の電気ご使用量 ここから*/
    .usage-left .total-year-kubun {
        width: initial;
        
    }
    .usage-left div.total-year-item div {
        padding-left: 150px;
    }
    
    .usage-left div.total-year-caption {
        margin: 0 auto;
    }

    .usage-left div.total-year-item {
        width: 350px;
        margin-right: -100px;
    }
    
    
    /* step4 年間の電気ご使用量 ここまで*/

}

@media screen and (max-width: 829px) {
      .desktop-hidden {
          display: inline;
      }
      
    .radio-item .radio-sub-item, .radio-item .radio-sub-item2 {
        margin-left: 0px;
    }
}

@media screen and (max-width: 767px) {
    .header-navi {
        display: inline-block;
        width: 100%
    }
    
    .header-navi .logo {
        display: inline-block;
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    
    .header-navi .step {
        display: inline-block;
        float: none;
        align-items: normal;
        justify-content: flex-start;
        text-align: center;
        width: 100%;
    }
    
    .header-navi .logo img {
        max-width: 125px;
        height: auto;
    }
    
    .logo-step {
        font-size: 150%;
    }
    
    .menu-button img {
        width: 240px;
    }
    
    /* 次へ、戻るボタン ここから */
    .button-navi .seni-btn-box img {
        /*width: 80%;*/
    }
    
    .button-navi .seni-btn-box button {
        margin-left: 5px;
        margin-right: 5px;
    }
    /* 次へ、戻るボタン ここまで */
    
    /* 料金プラン変更、コンシェルジュご登録ボタン ここから */
    .button-navi-saiteki {
        display: block;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }
    
    .button-navi-saiteki button#plan-henko {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    
    .button-navi-saiteki button#ycon-toroku {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    
    
    /* 料金プラン変更、コンシェルジュご登録ボタン ここまで */
    
    /* input-item ここから*/
    .input-item {
        display: block;
    }

    .input-item h4 {
        padding: 0;
        margin: 0;
    }

    .input-item div.left-item {
        display: block;
        margin-bottom: 1em;
    }

    .input-item div.right-item {
        display: block;
    }
    
    
    
    /* input-item ここまで */
    
    /* ラジオボタン ここから*/
    .radio-item .radio-sub-item {
        margin-left: 0px;
    }
    
    .radio-item .radio-sub-item2 {
        display: block;
    }

    .radio-item .radio-sub-item2 li.radio-umu2 {
        display: block;
        width: 100%;
    }
    
    .radio-item .radio-sub-item2 li.radio-umu2 ul {
        display: table;
    }
    
    .radio-item .radio-sub-item2 li.radio-umu2 ul li {
        display: table-cell;
        max-width: 240px;
        margin-right: 10px;
        list-style-type: none;
        padding-bottom: 10px;
    }
    
    
    
    /* ラジオボタン ここまで */
    
    /* 年間のご使用量 ここから */
    
    
    
    
    /* 年間のご使用量 ここまで */
    
    /* シミュレーション結果 ここから */
    .explain-calc-result {
        font-size: 100%;
    }
    
    .calc-result .result-width-max {
        display: none;
    }

    .calc-result .result-width-min {
        display: block;
    }
    
    .calc-result {
        
    }
    
    .calc-result table.result-width-min {
        width: 100%;
    }
    
    /*.calc-result table.result-width-min tbody,tr,th,td {
        width: 100%;
    }*/
    
    .calc-result table.result-width-min th,td {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    
    /*.calc-result table.result-width-min ,td {
        
    }*/
    
    /*.calc-result .plan-before {
        
    }*/
    
    .calc-result th.plan-before {
        font-size: 110%;
    }
    
    .calc-result td.plan-before {
        text-align: center;
        font-size: 115%;
    }
    
    .calc-result td.plan-before .plan-name {
        text-align: left;
    }
    
    .calc-result td.plan-before .plan-value {
        text-align: right;
    }
    
    .calc-result td.plan-after {
        font-size: 115%;
    }
    
    .calc-result td.plan-after .plan-name {
        text-align: left;
    }
    
    .calc-result .result-width-min td.plan-after .plan-name a {
        float: right;
        font-size: 90%;
        text-decoration: none;
        background: #FF6600;
        padding: 3px 9px;
        color: #FFFFFF;
        border-radius: 2px;
        cursor: pointer;
        margin-top: 3px;
    }

    .calc-result .result-width-min td.plan-after .plan-best {
        text-align: left;
        position: absolute;
    }
    
    .calc-result td.plan-after .plan-value {
        text-align: right;
        margin-top: 14px;
    }
    
    .calc-result td.plan-after .point {
        font-size: 70%;
    }
    
    .calc-result .result-width-min .plan-after-difference {
        min-width: 130px;
        text-align: right;
        padding-right: 15px;
    }
    
    .calc-result .result-width-min .sagaku-title {
        text-align: center;
        font-weight: bold;
        background-color: #FFE5CC;
        /*border: solid 1px;*/
    }
    /* シミュレーション結果 ここまで */
    
    /* 次へ、戻るボタン ここから */
    #NEXT_USAGE > img{
        width: 196px;
    }

    #PREV_TOP > img{
        width: 150px;
    }
    /* 次へ、戻るボタン ここまで */   

}

@media screen and (max-width: 700px) {
    /* ご利用状況入力 ここから */
    .radio-item .radio-sub-item {
        display: block;
    }

    .radio-item .radio-sub-item li {
        display: block;
    }
    /* ご利用状況入力 ここまで */
}

@media screen and (max-width: 510px) {
    /* input-item ここから*/
    .input-item div.left-item {
      padding-left: 10px;
    }    
    
    .input-item div.right-item {
      padding-left: 10px;
    }
    
    /* input-item ここまで*/
    
    /* ラジオボタン 「あり、なし」 ここから*/
    .radio-item .radio-sub-item li.radio-umu {
        width: 130px;
    }
    
    
    /* ラジオボタン 「あり、なし」 ここまで*/
    
    /* 料金プラン変更、コンシェルジュご登録ボタン ここから */
    .button-navi-saiteki button#plan-henko {
        font-size: 110%;
    }
    
    .button-navi-saiteki button#ycon-toroku {
        font-size: 110%;
    }
    
    .desktop2-hidden {
        display: inline;
    }
    /* 料金プラン変更、コンシェルジュご登録ボタン ここまで */  
    
    /* step4 年間の電気ご使用量 ここから*/
    .usage-left .total-year-kubun {
        width: 170px;
    }
    .usage-left div.total-year-item div {
        padding-left: 50px;
    }
    
    .usage-left .clear .total-year-item {
        float: initial;
    }
    .usage-left div.total-year-caption {
        margin: 0 auto;
    }

    .usage-left div.total-year-item {
        width: initial;
        margin: 0 auto;
    }
    /* step4 年間の電気ご使用量 ここまで*/
    
    /* 次へ、戻るボタン ここから */
    #NEXT_USAGE > img{
        width: 167px;
    }

    #PREV_TOP > img{
        width: 128px;
    }
    /* 次へ、戻るボタン ここまで */   

    /*各月使用量のご使用量　safari調整*/
    _::-webkit-full-page-media, _:future, :root .usage-right {
        float: right;
        margin-right: 10px;
    }
}

/* form error */
.error-message {
    font-size:90%;
    color:#dd0000;
    background:#ffdddd;
    padding:4px 16px;
    border-radius:4px;
    margin:3px 20px 0 0;
    font-weight:bold;
}

.form-error {
    /*background-color: #f1b0b7;*/
}
