@charset "UTF-8";

/*PC*/
@media only screen and (min-width: 768px) {
    .page-404 .js-mw-wrapper {
        padding-top: 70px;
        position: relative;
    }
    .l-footer-copyright{
        padding-top: 20px !important;
        margin-top: 0 !important;
    }
    .footer-404 {
        position: fixed;
        width: 100%;
        bottom: 0;
    }
    .page-404 {
        height: 100%;
    }
    /*汎用クラス 余白*/
    .pad10{
        padding:0 10px;
    }
    .pr10{
        padding-right: 10px;
    }

    .mb15{
        margin-bottom: 15px;
    }

    .mb20{
        margin-bottom: 20px;
    }

    .mb50{
        margin-bottom: 50px;
    }

    .mt20{
        margin-top: 20px;
    }

    .mt40{
        margin-top: 40px;
    }

    .ml20{
        margin-left: 20px;
    }

    .sp-only{
        display: none;
    }

    .wide{
        width: 100%;
    }

    .page-form .section-contact .heading-primary {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 19px;
        padding-top: 43px;
    }

    .page-form .section-contact .form-text{
        margin-bottom: 15px;
    }

    .page-form .section-contact .contact-wrapper .last-dl{
        border-bottom: 1px solid #090;
    }

    /*.page-form .section-contact .contact-wrapper .contact-row .contact-td {
        background-color: #f2e8df!important;
    }*/
    .contact-td ul{
        display: table;
    }

    .contact-td #suggest-box{
        display: block;
        width: 100%;
        background-color: #fff;
        margin-top: -5px;
        position: absolute;
        z-index: 10;
        max-width: 559px;
    }

    .page-form .section-contact .contact-wrapper .contact-row .contact-td {
        position: relative;
    }

    .contact-td #suggest-box li{
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .contact-td #suggest-box li:first-child{
        border-top: 1px solid #dddddd;
    }

    .contact-td #suggest-box li a{
        display: block;
        padding:5px 0 5px 5px;
        text-decoration: none;
        font-size: 12px;
        color: #4e4e4e;
    }

    .contact-td #suggest-box li a:hover{
        background-color: #e1f2d5;
    }

    .contact-td ul li{
        display: table-cell;
        position: relative;
    }

    .contact-td ul .longInput{
        width: 84%;
    }

    /*外部リンク*/
    .contact-td ul .blank-link{
        font-size: 16px;
        padding-left: 15px;
    }
    .page-form .section-contact .contact-wrapper .contact-row .ajustPad{
        padding: 28px 21px 0px;
    }
    /*form全般*/
    .form {
        background: #fff;
        border: 1px solid #fff;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 11.5px;
        vertical-align: middle;
        height: 60px;
        line-height: 1.6;
        width: 100%;
    }
    /*formエラー*/
    .page-form .section-contact .contact-wrapper .contact-row .contact-td .form-error{
        border: 1px solid #ee6e5c;
        border-radius: 5px;
        background: #ffd7d7;
    }

    .form-error-any{
        border: 1px solid #ee6e5c;
        border-radius: 5px;
        background: #ffd7d7;
    }

    .page-form .section-contact .contact-wrapper .contact-row .contact-td .form-error-any{
        border: 1px solid #ee6e5c;
        border-radius: 5px;
        background: #ffd7d7;
    }
    .page-form .section-contact .contact-wrapper .contact-row .contact-td span.form-error{
        border: 1px solid #ee6e5c;
        border-radius: 5px;
        background: url("../../../../images/common/icon-triangle-2.png") 95% center no-repeat #ffd7d7;
        -webkit-background-size: 11px;
        -moz-background-size: 11px;
        background-size: 11px;
        width: 100%;
        height: 60px;
    }
    /*formエラー　バルーン*/
    .formAlertBottom{
        position: absolute;
        top: -49px;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        text-align: center;
    }
    .formAlertBody{
        background: #ee6e5c;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        color: #fff;
        display: inline-block;
        padding: 9px;
        z-index: 3;
        background: #ee6e5c;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        color: #fff;
        display: inline-block;
        padding: 9px;
        z-index: 3;
        font-size: 14px;
    }

    .formAlertBottom::before {
        position: absolute;
        right: 0;
        bottom: -16px;
        left: 0;
        border-color: #ee6d5c transparent transparent transparent;
        border-style: solid;
        border-width: 16px 7px 0 7px;
        content: "";
        margin: 0 auto;
        width: 0;
        height: 0;
    }

    /*form お名前*/
    .page-form .section-contact .contact-wrapper .contact-row .contact-td .form-name {
        margin-left: 4px;
        width: 240px;
    }
    /*form フリガナ*/
    .page-form .section-contact .contact-wrapper .contact-row .contact-td .form-phonetic {
        margin-left: 3px;
        width: 225px;
    }

    /*form 電話*/
    .contact-td .form-tel-1 {
        width: 160px;
    }
    .contact-td .text-hyphen {
        display: inline-block;
        vertical-align: middle;
        padding: 0 5px;
    }
    .contact-td .form-tel-2,.contact-td .form-tel-3 {
        width: 179px;
    }
    /*form 郵便番号*/
    .contact-td .form-post {
        width: 160px;
    }
    /*郵便番号 selectBox*/
    .contact-td .prefecture {
        width: 160px;
        height: 40px;
        vertical-align: middle;
    }

    .contact-td .single{
        display: table;
    }

    .contact-td .single li{
        float: none;
        display: table-cell;
        vertical-align: middle;
        padding-right: 10px;
    }
    .contact-td .single li:first-child{
        width: 82px;
    }

    .example{
        font-size: 14px;
        padding: 5px 0 10px 92px;
    }

    .contact-td .select-box select {
        border: none;
        font-size: 15px;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        width: 100%!important;
        height: 60px!important;
    }

.contact-td .select-box .customSelectBox .customSelectInner{
    padding: 10px 0 10px 10px;
    }

.select-box {
    background: ("../../../../images/common/icon-triangle-2.png") 90% center no-repeat #fff;
    -webkit-background-size: 11px;
    -moz-background-size: 11px;
    background-size: 11px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    line-height: 40px;
    position: relative;
    width: 100%;
    height: 60px;
    vertical-align: middle;
}

    /*注意書き*/
    .contact-td .caution{
        display: block;
        margin-top: 15px;
    }

    .contact-td .caution li{
        display: block;
        font-size: 14px;
        padding-bottom: 5px;
    }
    /*現在の電力会社*/
    .electBox01 .select-box{
        width: 375px;
        background: url("../../../../images/common/icon-triangle-2.png") 95% center no-repeat #fff;
        -webkit-background-size: 11px;
        -moz-background-size: 11px;
        background-size: 11px;
    }
    .electBox01 .select-box span{
        width: 375px;
    }
    .electBox01 .select-box span .customSelectInner{
        width: 375px!important;
    }

    .electBox02 .select-box{
        width: 100%;
        background: ("../../../../images/common/icon-triangle-2.png") 95% center no-repeat #fff;
        -webkit-background-size: 11px;
        -moz-background-size: 11px;
        background-size: 11px;
    }
    .electBox02 .select-box span{
        width: 539px!important;
    }
    .electBox03 .select-box span .customSelectInner{
        width: 500px!important;
    }
    /*年月日*/
    #year-month-day li{
        width: 200px;
    }
    #year-month-day li .select-box{
        width: 100px;
        float: left;
    }
    #year-month-day li.long{
        width: 210px;
    }
    #year-month-day li.long .select-box{
        width: 150px;
        float: left;
    }
    #year-month-day li .txt{
        float: left;
        padding: 20px 0 0 10px;
    }
    /*ご契約容量*/
    .capacity .select-box{
        width: 310px;
        background: ("../../../../images/common/icon-triangle-2.png") 95% center no-repeat #fff;
        -webkit-background-size: 11px;
        -moz-background-size: 11px;
        background-size: 11px;
    }
    .capacity .select-box span{
        width: 310px;
    }
    .capacity .select-box span .customSelectInner{
        width: 310px!important;
    }
    /*開くフォーム*/
    .page-form .section-contact .contact-wrapper .openForm  .contact-wrapper,
    .page-form .section-contact .contact-wrapper .openForm2  .contact-wrapper,
    .page-form .section-contact .contact-wrapper .openForm3  .contact-wrapper,
    .page-form .section-contact .contact-wrapper .openForm4  .contact-wrapper,
    .page-form .section-contact .contact-wrapper .openForm5  .contact-wrapper
    {
        padding-left: 0px;
    }
    .page-form .section-contact .contact-wrapper .contact-row .th-head{
        background: none;
    }
    .td-head p{
        font-size: 16px;
    }
    .td-head p label{
        cursor: pointer;
    }
    .openForm,
    .openForm2,
    .openForm3,
    .openForm4,
    .openForm5,
    .openForm6,
    .openForm7
    {
        display: none;
    }
    .page-form .section-contact .contact-wrapper .first-dl{
        border-top: none;
    }
    .agreeArea{
        position: relative;
    }
    .errP{
        background: #ee6e5c;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        color: #fff;
        display: inline-block;
        padding: 9px;
        z-index: 3;
        background: #ee6e5c;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        color: #fff;
        display: inline-block;
        padding: 9px;
        z-index: 3;
        font-size: 14px;
        position: absolute;
        top: -45px;
        left: -137px;
        width: 270px;
    }
    .errP::before {
        position: absolute;
        right: 0;
        bottom: -16px;
        left: 0;
        border-color: #ee6d5c transparent transparent transparent;
        border-style: solid;
        border-width: 16px 7px 0 7px;
        content: "";
        margin: 0 auto;
        width: 0;
        height: 0;
    }
    .numberArea .errP{
        left: 0;
        top:-52px;
        text-align: center;
    }
    .numberArea2 .errP{
        left: 0;
        top:-52px;
        text-align: center;
    }
    .numberArea3 .errP{
        left: 0;
        top:-52px;
        text-align: center;
    }
    .postBox{
        float: left;
    }
    .blank-link{
        float: left;
        margin:20px 0 0 15px;
        font-size: 16px;
    }
    .consent {
        background: #fff;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        font-size: 16px;
        max-width: 860px;
        margin: 0 auto;
        text-align: left;
    }
    .box-consent {
        background: #e1f2d5;
        -webkit-border-radius: 0 0 6px 6px;
        border-radius: 0 0 6px 6px;
        font-size: 20px;
        line-height: 1;
        padding: 19px 18px 20px;
        text-align: center;
    }
    .text-consent {
        line-height: 1.9;
        padding: 29px 20px 17px 70px;
    }
    .consent .box-consent input[type="checkbox"] {
        font-size: 20px;
        line-height: 0;
        margin: 0 10px 0 0;
        vertical-align: middle;
    }

    .consent ul{
        padding-left: 70px;
        margin-bottom: 25px;
    }

    .circle-icon{
        color: #090;
        padding-left: 0!important;
    }

    /*確認画面*/
    .bold{
        font-weight: bold;
    }
    .page-form .section-contact .heading-primary-conf {
        font-size: 24px;
        font-weight: bold;
        padding-top: 43px;
        color: #090;
    }
    .displayOn{
        display: block;
    }
    .displayOff{
        display: none!important;
    }
    .page-form .section-contact .contact-wrapper .contact-row .bg-none {
        background: none;
    }
    .box-caution{
        width: 630px;
        margin: 0 auto 30px;
    }
    .frame-secondary {
        padding: 17px 20px 18px;
    }
    .box-caution dt {
        color: #eb573f;
        font-size: 18px;
    }
    .page-form .step{
        margin-bottom: 60px;
    }
    /*セレクトボックス幅固定*/
    /*都道府県*/
    .contact-td .select-box select.w170{
        width: 170px!important;
    }

    .radioMail{
        float: left;
        margin-right: 15px;
    }

    .radioMail input{
        float: left;
    }
    .radioMail label{
        display: block;
        float: left;
    }
    .foot-character img{
        position: absolute;
        top: -138px;
    }

    /*
        検針票分
    */
    
    input.file {
        display: none;
    }

    .upload-box{
        padding-bottom: 11px!important;
    }

    .upload-box p{
        font-size: 16px;
        line-height: 1.75;
    }

    .upload-box .img-box{
        margin-bottom: 20px;
    }

    .upload-box .img-box2{
        margin-bottom: 20px;
    }

    .upload-box .img-box img{
        max-width: 560px;
        width: 100%;
        height: auto;
    }

    .upload-box .img-box2 img{
        max-width: 560px;
        width: 100%;
        height: auto;
    }
    .upload-box label span{
        width: 220px;
        background: url("../img/upload-btn.png") no-repeat left top;
        text-align: center;
        color: #fff;
        font-size: 18px;
        display: block;
        padding: 15px 0;
        cursor: pointer;
    }

    .upload-box label span:hover{
        background: url("../img/upload-btn-over.png") no-repeat left top;
    }

    .upload-box .formAlertBottom{
        left: -340px;
        top: -20px;
    }
    .upload-box .file-name{
        display: block;
        opacity: 0;
        height: 1px!important;
    }

    .upload-box .files{
        display: block;
        margin-bottom: 20px;
    }
    
    .attention-box{
        position: absolute;
        top: -25px;
        left: -40px;
    }

    .attention-box-inner{
        position: relative;
    }

    .upload-box .attention.on{
        background: #ee6e5c;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        color: #fff;
        display: inline-block;
        padding: 9px;
        z-index: 3;
        background: #ee6e5c;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        color: #fff;
        display: inline-block;
        padding: 9px;
        z-index: 3;
        font-size: 14px;
    }

    .upload-box .attention.on::before {
        position: absolute;
        right: 0;
        bottom: -16px;
        left: 0;
        border-color: #ee6d5c transparent transparent transparent;
        border-style: solid;
        border-width: 16px 7px 0 7px;
        content: "";
        margin: 0 auto;
        width: 0;
        height: 0;
    }

    .contact-wrapper.wrap01{
        display: block;
    }

    .attention-box2{
        position: absolute;
        bottom: 182px;
        left: -40px;
    }

    .attention-box-inner2{
        position: relative;
    }

    .upload-box .attention2.on{
        background: #ee6e5c;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        color: #fff;
        display: inline-block;
        padding: 9px;
        z-index: 3;
        background: #ee6e5c;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        color: #fff;
        display: inline-block;
        padding: 9px;
        z-index: 3;
        font-size: 14px;
    }

    .upload-box .attention2.on::before {
        position: absolute;
        right: 0;
        bottom: -16px;
        left: 0;
        border-color: #ee6d5c transparent transparent transparent;
        border-style: solid;
        border-width: 16px 7px 0 7px;
        content: "";
        margin: 0 auto;
        width: 0;
        height: 0;
    }

    .contact-wrapper.wrap02{
        display: none;
    }

    .contact-td .check-img img{
        max-width: 559px;
        width: 100%;
        height: auto;
    }
    .button-primary-large label{
        position: relative;
        height: 70px;
        display: block;
        cursor: pointer;
    }
    .button-primary-large label span{
        font-family: "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
        font-size: 24px;
        color: #fff;
        position: absolute;
        top: 13px;
        width: 100%;
        left: 0px;
        z-index: 999999;
    }
}
/*SP*/
@media only screen and (max-width: 767px) {
    .page-404 .js-mw-wrapper {
        padding-top: 76px;
        position: relative;
        min-width: 320px;
    }
    .footer-404 {
        position: fixed;
        width: 100%;
        bottom: 0;
    }
    .l-footer-copyright {
        padding-top: 20px!important;
        margin-top: 0!important;
    }
    /*年月日*/
    #year-month-day li{
        width: 100px;
    }
    #year-month-day li .select-box{
        width: 60px;
        float: left;
    }
    #year-month-day li.long{
        width: 120px;
    }
    #year-month-day li.long .select-box{
        width: 80px;
        float: left;
    }
    #year-month-day li .txt{
        float: left;
        padding: 12px 0 0 11px;
        width: auto!important;
    }
    .spCenter{
        font-weight: bold;
        text-align: center;
        margin-bottom: 10px!important;
    }
    .pr10{
        padding-right: 3px;
    }
    .pad10{
        padding: 0 3px;
    }
    .mb15{
        margin-bottom: 15px;
    }
    .wide{
        width: 100%;
    }
    .pc-only{
        display: none;
    }
    .page-form .section-contact .heading-primary {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
        padding-top: 20px;
        text-align: center;
    }
    .page-form .section-contact .form-text{
        margin-bottom: 15px;
        text-align: center;
    }
    .contact-td{
        position: relative;
    }
    #suggest-box{
        position: absolute;
        background-color: #fff;
        z-index: 10;
        width: 94%;
        margin: 0 auto;
        top: 66px;
    }
    #suggest-box li:first-child{
        border-top: 1px solid #dddddd;
    }
    #suggest-box li{
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    #suggest-box li a{
    display: block;
    padding: 5px 0 5px 5px;
    text-decoration: none;
    font-size: 11px;
    color: #4e4e4e;
    }
    .contact-th p{
        font-size: 15px;
    }
    .spTable{
        display: table;
    }
    /*formエラー　バルーン*/
    .formAlertBottom{
        position: absolute;
        top: -49px;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        text-align: center;
    }
    .formAlertBody{
        background: #ee6e5c;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        color: #fff;
        display: inline-block;
        padding: 9px;
        z-index: 3;
        background: #ee6e5c;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        color: #fff;
        display: inline-block;
        padding: 9px;
        z-index: 3;
        font-size: 12px;
    }
    .formAlertBottom::before {
        position: absolute;
        right: 0;
        bottom: -16px;
        left: 0;
        border-color: #ee6d5c transparent transparent transparent;
        border-style: solid;
        border-width: 16px 7px 0 7px;
        content: "";
        margin: 0 auto;
        width: 0;
        height: 0;
    }
    .contact-td ul{
        /*width: 100%;*/
    }
    .contact-td .table-fixed{
        display: table;
        table-layout: fixed;
        width: 100%;
    }

    .contact-td .table-fixed li:first-child{
        width: 72px;
    }
    .contact-td .table-fixed li{
        width: 100%;
    }
    .contact-td ul li{
        display: table-cell;
        position: relative;
    }

    .contact-td ul .prefecture{
        width: 180px;
    }

    .postBox li:first-child{
        width: 123px;
    }
    .contact-td ul .capacity{
        display: block!important;
    }
    .contact-td ul li span{
        font-size: 14px;
        width: 100%!important;
    }
    .contact-td ul .text-hyphen{
        margin: 0 5px;
    }
    .page-form .section-contact .contact-wrapper .contact-row .contact-td .form-post {
        width: 120px;
    }

    .page-form .section-contact .contact-wrapper .contact-row .contact-td ul .blank-link{
        font-size: 12px;
        padding-left: 5px;
    }
    .blank-link a{
        font-size: 12px;
    }

    .single li:first-child{
        width: 72px;
        padding-right: 5px;
    }
    .example{
        font-size: 12px;
        padding: 5px 0 10px 77px;
    }
    .contact-td .select-box .customSelectBox {
        padding-left:10px;
        font-size: 12px!important;
        width: 100%!important;
        box-sizing: border-box;
    }
    .wide li{
        width: 100%;
        display: block!important;
    }
    .contact-td ul .electBox01,.contact-td ul .electBox02{
        width: 100%!important;
        display: block;
    }
    .electBox01 .select-box,.electBox02 .select-box{
        width: 100%;
    }
    .electBox01 .select-box select,.electBox02 .select-box select{
        width: 100%!important;
        height: 40px!important;
    }
    .electBox01 .select-box span .customSelectInner{
        width: 100%!important;
        font-size: 12px;
        height: 40px;
    }
    .electBox02 .select-box span .customSelectInner{
        width: 100%!important;
        font-size: 10px;
        height: 40px;
    }
    .caution{
        display: block;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .plan-box {
        width: 100%!important;
    }
    .plan-box select{
        height: 40px!important;
        padding: 10px 0;
    }
    /*
    .plan-box .customSelectInner{
        width: 200px!important;
    }*/
    .caution li{
        font-size: 12px;
        display: block!important;
    }
    .openForm,
    .openForm2,
    .openForm3,
    .openForm4,
    .openForm5,
    .openForm6,
    .openForm7
    {
        display: none;
    }
    .radioLabel{
        font-size: 13px;
    }
    .page-form .section-contact .contact-wrapper .last-dl{
        border-bottom: 1px solid #090;
    }
    .page-form .section-contact .contact-wrapper {
        margin-bottom: 30px;
    }
    .page-form .section-contact .contact-wrapper .first-dl{
        border-top: none;
    }
    .consent {
        background: #fff;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        font-size: 12px;
        margin: 0 3.125%;
    }
    .box-consent {
        background: #e1f2d5;
        -webkit-border-radius: 0 0 6px 6px;
        border-radius: 0 0 6px 6px;
        font-size: 18px;
        line-height: 1;
        padding: 14px;
        text-align: center;
    }
    .consent .text-consent {
        line-height: 1.8;
        padding: 15px 20px 9px;
    }
    .consent .box-consent input[type="checkbox"] {
        margin-right: 10px;
        font-size: 20px;
        vertical-align: baseline;
        line-height: 1;
    }

    .errP{
        background: #ee6e5c;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        color: #fff;
        display: inline-block;
        padding: 9px;
        z-index: 3;
        background: #ee6e5c;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        color: #fff;
        display: inline-block;
        padding: 9px;
        z-index: 3;
        font-size: 14px;
        position: absolute;
        top: -45px;
        left: 50%;
        margin-left: -182px;
        width: 270px;
    }
    .errP::before {
        position: absolute;
        right: 0;
        bottom: -16px;
        left: 0;
        border-color: #ee6d5c transparent transparent transparent;
        border-style: solid;
        border-width: 16px 7px 0 7px;
        content: "";
        margin: 0 auto;
        width: 0;
        height: 0;
    }
    .numberArea .errP{
        left: 50%;
        margin-left: -144px;
        top:-52px;
        text-align: center;
    }
    .numberArea2 .errP{
        left: 50%;
        margin-left: -144px;
        top:-52px;
        text-align: center;
    }
    .numberArea3 .errP{
        left: 50%;
        margin-left: -144px;
        top:-52px;
        text-align: center;
    }
    .electBox01 .select-box,.electBox02 .select-box {
        background: ("../../../../images/common/icon-triangle-2.png") 95% center no-repeat #fff;
        -webkit-background-size: 11px;
        -moz-background-size: 11px;
        background-size: 11px;
    }
    .displayOn{
        display: block;
    }
    .displayOff{
        display: none;
    }

    .displayOn .bold{
        text-align: center;
        font-weight: bold;
    }

    .page-form .section-contact .heading-primary-conf {
        font-size: 16px;
        font-weight: bold;
        padding-top: 20px;
        text-align: center;
        color: #090;
    }
    .box-caution {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 1.9;
        margin: 20px auto;
        max-width: 350px;
        padding: 15px 18px 11px;
        width: 93.75%;
    }
    .box-caution dt {
        color: #eb573f;
        font-size: 15px;
    }
    .contact-td .form-tel-1 {
        width: 80px!important;
    }
    .radioMail{
        float: left;
        padding-right: 10px;
    }
    .radioMail .openFormHave{
        display: block;
        float: left;
    }
    .radioMail label{
        display: block;
        float: left;
    }
    .page-form .section-contact .contact-wrapper .contact-row .contact-td .form-error{
        border: 1px solid #ee6e5c;
        border-radius: 5px;
        background: #ffd7d7;
    }
    .form-error-any{
        border: 1px solid #ee6e5c;
        border-radius: 5px;
        background: #ffd7d7;
    }
    .page-form .section-contact .contact-wrapper .contact-row .contact-td .form-error-any{
        border: 1px solid #ee6e5c;
        border-radius: 5px;
        background: #ffd7d7;
    }
    .page-form .section-contact .contact-wrapper .contact-row .contact-td span.form-error{
        border: 1px solid #ee6e5c;
        border-radius: 5px;
        background: url("../../../../images/common/icon-triangle-2.png") 90% center no-repeat #ffd7d7;
        -webkit-background-size: 11px;
        -moz-background-size: 11px;
        background-size: 11px;
        padding-left: 10px;
        box-sizing: border-box;
    }
    .page-form.page-check .section-contact .contact-wrapper .contact-row .contact-td {
        padding: 12px 9.375% 12px;
        background: #fff;
        font-size: 12px;
        line-height: 1.5;
    }
    .smb0{
        margin-bottom: 0!important;
    }
    .consent ul{
        padding-left: 15px;
        margin-bottom: 25px;
    }
    .foot-character img{
        max-width: 48px;
        height: auto;
        position: absolute;
        top: -68px;
        left: 15px;
    }
    .page-form .section-contact .contact-wrapper .contact-row .ajustPad {
        padding: 12px 2.96875% 10px;
    }

    .contact-wrapper.wrapper01{
        display: block;
    }

    .contact-wrapper.wrapper02{
        display: none;
    }

    /*
        検針票分
    */
    
    input.file {
        display: none;
    }

    .upload-box{
        padding-bottom: 11px!important;
    }

    .upload-box p{
        font-size: 12px;
        line-height: 1.3;
    }

    .upload-box .img-box{
        margin-bottom: 20px;
    }

    .upload-box .img-box2{
        margin-bottom: 20px;
    }

    .upload-box .img-box img{
        width: 100%;
        height: auto;
    }
    .upload-box .img-box2 img{
        width: 100%;
        height: auto;
    }

    .upload-box label span{
        width: 220px;
        background: url("../img/upload-btn.png") no-repeat left top;
        text-align: center;
        color: #fff;
        font-size: 14px;
        display: block;
        padding: 15px 0;
        cursor: pointer;
    }

    .upload-box label span:hover{
        background: url("../img/upload-btn-over.png") no-repeat left top;
    }

    .upload-box .formAlertBottom{
        left: -130px;
        top: -40px;
    }
    .upload-box .file-name{
        display: block;
        opacity: 0;
        height: 1px!important;
    }

    .upload-box .files{
        display: block;
        margin-bottom: 20px;
    }

    .contact-wrapper.wrap01{
        display: block;
    }

    .contact-wrapper.wrap02{
        display: none;
    }

    .contact-td .check-img img{
        width: 100%;
        height: auto;
    }
    .smb10{
        margin-bottom: 10px;
    }

    .attention-box{
        position: absolute;
        top: -40px;
    }

    .attention-box-inner{
        position: relative;
    }

    .upload-box .attention.on{
        background: #ee6e5c;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        color: #fff;
        display: inline-block;
        padding: 9px;
        z-index: 3;
        background: #ee6e5c;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        color: #fff;
        display: inline-block;
        padding: 9px;
        z-index: 3;
        font-size: 12px;
    }
    .upload-box .attention.on::before {
        position: absolute;
        right: 0;
        bottom: -16px;
        left: 0;
        border-color: #ee6d5c transparent transparent transparent;
        border-style: solid;
        border-width: 16px 7px 0 7px;
        content: "";
        margin: 0 auto;
        width: 0;
        height: 0;
    }
    .button-primary-large label{
        position: relative;
        height: 45px;
        display: block;
        cursor: pointer;
    }
    .button-primary-large label span{
        font-family: "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
        font-size: 15px;
        color: #fff;
        position: absolute;
        top: 12px;
        width: 100%;
        left: 0px;
        z-index: 999999;
        text-align: center;
    }
    .attention-box2{
        position: absolute;
        bottom: 143px;
    }

    .attention-box-inner2{
        position: relative;
    }

    .upload-box .attention2.on{
        background: #ee6e5c;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        color: #fff;
        display: inline-block;
        padding: 9px;
        z-index: 3;
        background: #ee6e5c;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        color: #fff;
        display: inline-block;
        padding: 9px;
        z-index: 3;
        font-size: 12px;
    }
    .upload-box .attention2.on::before {
        position: absolute;
        right: 0;
        bottom: -16px;
        left: 0;
        border-color: #ee6d5c transparent transparent transparent;
        border-style: solid;
        border-width: 16px 7px 0 7px;
        content: "";
        margin: 0 auto;
        width: 0;
        height: 0;
    }
}