@charset "UTF-8";
/*--------------------------------------------------
stepBlc
--------------------------------------------------*/

#stepBlc .step_txt li::after {
    font-family: "Font Awesome 5 Free";
    content: '\f105';
    position: absolute;
    bottom: -27px;
    z-index: 1;
    width: 45px;
    height: 45px;
    font-weight: bold;
    border-radius: 50%;
    background: #402c1a;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(90deg);
    font-size: 16px;
}

#stepBlc .step_txt li::before {
    content: ""counter(li)"";
    background: #666;
    position: absolute;
    left: 0;
    margin: 17px 20px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

#stepBlc .step_txt li:last-child::after {
    content: none;
}

#stepBlc .step_txt {
    margin-bottom: 15px;
}

#stepBlc .step_txt li {
    letter-spacing: normal;
    border: #e8e8e8 solid 5px;
    border-radius: 5px;
    background: #fff;
    display: flex;
    justify-content: center;
    margin: 10px 0 0 0;
    position: relative;
    counter-increment: li;
}

#stepBlc .txt {
    padding: 30px 15px 30px 95px;
    margin-top: 0;
    width: 100%;
    display: block;
    min-height: 25px;
}

#disclaimer #stepBlc .txt, #privacy #stepBlc .txt {
    padding: 0;
    line-height: 2em;
}

@media screen and (max-width: 480px) {
    #leftArea {
        padding-top: 4%;
    }
}

/* --------------------------------------------------
　よくある質問
-------------------------------------------------- */

#faq dl {
    margin-bottom: 15px;
}

#faq dt {
    background: url(../img/faq/icon_q.png) no-repeat left center;
    padding: 15px 0 5px 50px;
    font-size: 16px;
    font-weight: bold;
    color: #fa6466;
    border-bottom: 1px dotted #fa6466;
    vertical-align: middle;
}

#faq dd {
    padding: 10px 0 0 50px;
}

/* --------------------------------------------------
　使い方ガイド
-------------------------------------------------- */

.mein-wrap {
    border: 1px solid #402c1a;
    background: linear-gradient(to bottom, #fff, #fff 70%, #c1c1c1);
    margin-bottom: 50px;
}

.mh2 {
    display: flex;
    padding: 20px 15px;
}

.mh2 .mh2_img {
    display: flex;
    align-items: flex-start;
}

.mein-wrap img {
    max-width: 360px;
    height: auto;
    object-fit: contain;
    padding-right: 15px;
}

.mein-wrap h2 {
    font-size: 32px;
    font-weight: bold;
    color: #333;
}

.mtxt {
    display: flex;
    padding: 2em 2em 0em;
    justify-content: space-between;
    align-items: flex-end;
}

.mtxt p {
    font-size: 24px;
    padding: 0.5em;
    background: #fff;
    margin-bottom: 1em;
    border: 1px solid #c9c9c9;
    max-width: 590px;
}

.mtxt img {
    width: 36%;
}

#howto h4 {
    background-size: 100%;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 15px;
    padding: 0 5px 10px;
    border-bottom: solid 4px #d6d6d6;
    position: relative;
}

#howto h4:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 4px #402c1a;
    bottom: -3px;
    left: 0;
    width: 25%;
}

#howto .box {
    position: relative;
    display: inline-block;
    width: 100%;
}

#howto .box:last-child {
    margin-bottom: 0;
}

#howto .box ul.clearFix li {
    float: left;
    font-size: 24px;
    margin: 10px 20px 10px auto;
}

#howto .box img {
    vertical-align: middle;
}

#howto .box img.pos_a {
    position: absolute;
    top: 100px;
    right: 10px;
}

#howto .box p {
    padding: 12px;
    font-size: 14px;
    color: #000000;
}

#leftArea #stepBlc {
    margin-bottom: 50px;
}

@media screen and (max-width: 1000px) {
    .mein-wrap h2 {
        font-size: 24px;
    }
    .mtxt {
        justify-content: center;
    }
    .mtxt img {
        display: none;
    }
    .mein-wrap img {
        padding-right: 0;
    }
    .mh2 {
        flex-wrap: wrap;
    }
    .mh2 .mh2_img {
        width: 100%;
        margin-bottom: 10px;
        justify-content: center;
    }
    .mh2 .mh2_txt {
        width: 100%;
        text-align: center;
    }
    .revert {
        display: none;
    }
    #leftArea #stepBlc {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 700px) {
    .mein-wrap h2 {
        font-size: 3.3vw;
    }
    .mtxt p {
        font-size: 100%;
    }
}

@media screen and (max-width: 640px) {
    #stepBlc .step_txt li::before {
        margin: 17px 15px;
        width: 45px;
        height: 45px;
    }
    .mein-wrap img {
        max-width: 75%;
    }
    #stepBlc .txt {
        padding: 30px 25px 30px 70px;
    }
}

.red {
    color: #FF3300;
    font-weight: bold;
}

/* --------------------------------------------------
　エラーコード
-------------------------------------------------- */

#errorcode h4 {
    background: url(../img/common/title_under_line.png) no-repeat bottom;
    background-size: 100%;
    font-weight: bold;
    font-size: 16px;
    text-indent: 5px;
    margin-bottom: 20px;
    margin: 15px 0 30px;
    padding-bottom: 10px;
}

#errorcode #maker a span {
    display: none;
}

#errorcode #maker li {
    width: 470px;
    height: 41px;
    margin-bottom: 20px;
    padding: 19px 0 0 230px;
    font-size: 16px;
}

#errorcode #maker .daikin {
    background: url(../img/error/error_daikin.gif) no-repeat;
}

#errorcode #maker .mitsubishi {
    background: url(../img/error/error_mitsubishi.gif) no-repeat;
}

#errorcode #maker .mitsubisijyuko {
    background: url(../img/error/error_mitsubisijyuko.gif) no-repeat;
}

#errorcode #maker .hitachi {
    background: url(../img/error/error_hitachi.gif) no-repeat;
}

#errorcode #maker .toshiba {
    background: url(../img/error/error_toshiba.gif) no-repeat;
}

#errorcode #maker .panasonic {
    background: url(../img/error/error_panasonic.gif) no-repeat;
}

#errorcode #maker>div {
    width: 470px;
    height: 41px;
    margin: 0 0 20px;
    padding: 19px 0 0 230px;
    font-size: 16px;
}

#errorcode #maker>div span {
    display: none;
}

#errorcode #maker .daikin_in {
    background: url(../img/error/error_daikin_in.gif) no-repeat;
}

#errorcode #maker .mitsubishi_in {
    background: url(../img/error/error_mitsubishi_in.gif) no-repeat;
}

#errorcode #maker .mitsubisijyuko_in {
    background: url(../img/error/error_mitsubisijyuko_in.gif) no-repeat;
}

#errorcode #maker .hitachi_in {
    background: url(../img/error/error_hitachi_in.gif) no-repeat;
}

#errorcode #maker .toshiba_in {
    background: url(../img/error/error_toshiba_in.gif) no-repeat;
}

#errorcode #maker .panasonic_in {
    background: url(../img/error/error_panasonic_in.gif) no-repeat;
}

#errorcode table {
    margin-bottom: 30px;
}

#errorcode table td {
    border: solid 1px #ccc;
    padding: 15px;
}

#errorcode table td a {
    color: #2a87d6;
}

#errorcode table td span {
    color: #f66304;
    font-weight: bold;
}

#errorcode table td p {
    color: #ff3f3f;
    font-weight: bold;
    font-size: 14px;
}

.label {
    background: none repeat scroll 0 0 #2a87d6;
    color: #fff;
    font-size: 14px
}

@media screen and (max-width:1000px) {
    #errorcode #maker a {
        display: block;
        width: 100%;
        text-decoration: none;
    }
    #errorcode #maker a span, #errorcode #maker>div span {
        display: inline;
    }
    #errorcode #maker .daikin, #errorcode #maker .mitsubishi, #errorcode #maker .mitsubisijyuko, #errorcode #maker .hitachi, #errorcode #maker .toshiba, #errorcode #maker .panasonic, #errorcode #maker .daikin_in, #errorcode #maker .mitsubishi_in, #errorcode #maker .mitsubisijyuko_in, #errorcode #maker .hitachi_in, #errorcode #maker .toshiba_in, #errorcode #maker .panasonic_in {
        background: -moz-linear-gradient(center top, #fff 0%, #fff 50%, #efefef 100%);
        background: -webkit-gradient(linear, center top, center bottom, from(#fff), color-stop(50%, #fff), to(#efefef));
        background: linear-gradient(center top, #fff 0%, #fff 50%, #efefef 100%);
        -moz-box-shadow: rgba(237, 237, 237, 1) 0 0 6px 1px inset;
        -webkit-box-shadow: rgba(237, 237, 237, 1) 0 0 6px 1px inset;
        box-shadow: rgba(237, 237, 237, 1) 0 0 6px 1px inset;
        width: auto;
        height: auto;
        margin-bottom: 10px;
        padding: 10px 15px;
        border: #ccc solid 1px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }
    /*#errorcode tr{
display:block;
width:100%;
}

#errorcode th,
#errorcode td {
display:block;
width:auto;
padding:5px;
}*/
}