.pc{display: none !important;}
.sp{display: block !important;}
.clearfix:after {content: " ";display: block;clear: both;}
/********************　sec_05 selbina　********************/
.sec_05{
    padding: 32px 0 0;
    background: #fff;
    color: #fff;
}
.flow{
    width: 100%;
    margin-top: 30px;
}
.sec_05_box{
    display: inline-block;
    vertical-align: top;
    margin: 0 0 16px;
    max-width: 49%;
}
.sec_05_box .pct{
    max-width: 100%;
}
.sec_05_box .ttl{
    font-size: 1rem;
    font-weight: 700;
    margin: 8px 0 0px;
    color: #008ab5;
    text-align: center;
}
.sec_05_box .txt{
    font-size: 12px;
    margin: 0px 0 8px;
    text-align: center;
    color: #000;
}
.sec_05_bottom{
    padding: 0 0 32px 0;
    text-align: center;
    background: #008ab5;
}
.sec_05_5{
    max-width: 762px;
    margin: 32px auto;
}
.btn-icon {
    background: #A20925;
    color: #fff !important;
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    max-width: 360px;
    text-align: center;
    padding: 10px;
    position: relative;
    border-radius: 5px;
    width: 100%;
    border: 0;
    height: auto;
}
.btn-icon i {
    position: absolute;
    right: 6%;
    top: 28%;
}
.btn-icon:hover {
    border: 0;
}
.txt-nuser-res{
    padding-top: 7px;
    padding-bottom: 7px;
}
.txt-nuser-inf{
    padding-left: 10px;
}
.btn-hover:hover {
    opacity: 0.8;
}
.btn-icon:hover {
    border: 0;
}
.mt-title{
    margin-top: 70px;
}
/********************　PC DESIGN selbina　********************/
@media screen and (min-width:850px){
    .pc{
        display: block !important;
    }
    .sp{
        display: none !important;
    }
    /********************　PC selbina　********************/
    .wrap{
        width: 100%;
    }
    html{
        font-size: 62.5%;
    }
    .spbr{
        display:none;
    }
    /********************　sec_05 selbina　********************/
    .sec_05{
        padding: 64px 0 0;
        background: #fff;
        color: #fff;
    }
    .flow{
        width: 100%;
        margin-top: 30px;
    }
    .sec_05_box{
        display: inline-block;
        vertical-align: top;
        margin: 0 0 16px;
        max-width: 24%;
    }
    .sec_05_box .pct{
        max-width: 100%;
    }
    .sec_05_box .ttl{
        font-size: 1.6rem;
        font-weight: 700;
        margin: 8px 0 8px;
        color: #008ab5;
        text-align: center;
    }
    .sec_05_box .txt{
        font-size: 12px;
        margin: 8px 0 8px;
        text-align: center;
        color: #000;
    }
    .sec_05_bottom{
        padding: 0 0 32px 0;
        text-align: center;
        background: #008ab5;
    }
    .sec_05_5{
        width: 762px;
        margin: 32px auto;
    }
}


