@charset "utf-8";

div.sticky {
        
    z-index: 15;
    top: 0;
    left: 0;
    right: 0;
}

#contents_wrap::before {
    display: block;
    font-size: 150%;
    content: 'This browser doesn\'t support `position: sticky` or `@supports` rules';
    color: red;
    padding: 2em 0;
}

@supports (position: sticky) or (position: -webkit-sticky) {
    #contents_wrap::before {
        content: none;
    }
    div.sticky {
        position: -webkit-sticky;
        position: sticky;
    }
}

.btn_phone_submit {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -16px;
    /* float: right; */
    font-size: 12px;
    line-height: 32px;
    display: block;
    width: 84px;
    height: 32px;
    text-align: center;
    text-decoration: none;
    color: #333;
    border: 1px solid #dcdcdc;
    background: #fff;
    vertical-align: middle;
}

div.sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    height: 45px;
    line-height: 45px;
    z-index: 9999;
    font-size: 15px;
    background: #f1f1f1;
    padding-left: 20px;
    box-sizing: border-box;
    border-bottom: solid 1px #f0f0f0;
    letter-spacing: -.6px;
}

.on { display: block; }
.off { display: none; }

.mgt0 {margin-top:0 !important;}
.guide_wrap { padding:10px; border:1px solid #e7e7e7; background:#fff; font-size:14px;}
.guide_wrap p {margin:20px 0 0 0; font-size:14px; line-height:18px;}
.guide_wrap ol {margin-top:30px; font-size:18px; line-height:24px;}
.guide_wrap ol li {margin-top:10px; font-weight:bold;}
.guide_wrap h2 {margin-top:50px; font-size:18px; line-height:24px;}

.cklabel {
    display: inline-block;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    color: #5f5f5f;
    padding-left: 38px;
    line-height: 24px;
}

.cklabel.on .iconfont {
    color: #FF4A33;
}
.cklabel .iconfont {
    position: absolute;
    top: -2px;
    left: 0;
    width: 24px;
    height: 24px;
    color: #999;
    font-size: 20px;
    line-height: 28px;
    font-weight: normal;
    text-align: center;
}

.cklabel input {
    position: absolute;
    left: -9999px;
}

.pop_footer {
    position: fixed;
    bottom: 0%;
    width: 100%;
    height: 50px;
    line-height: 55px;
    background: #fff;
    font-size: 17px;
    font-weight: normal;
    text-align: center;
    line-height: 50px;
}

.pop_footer .right {
    color:#fff;
}