@charset "utf-8";
.fv_title {
    margin-bottom: 24px;
}
.repair_label{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 26px;
}
/*.repair_block{
    text-align: center;
}*/
.repair_fax{
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
.repair_fax dd{
    font-size: 38px;
    font-weight: bold;
    color: #333;
}
.repair_dnt{
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;

}
.repair_dnt dt{
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
}
.repair_dnt dd{
    font-size: 14px;
}
.lg {
    font-size: 16px;
    margin-bottom: 20px;
}
.repair_tel {
    background: url(../img/ico_tel.png) no-repeat left center;
    padding-left: 62px; 
    display: inline-block;
}
    
.repair_tel .lg {
    font-size: 38px;
    font-weight: bold;
    color: #333; 
}
.repair_tel .lg a {
     color: #333;
    pointer-events: none; 
}

@media (max-width: 767px) {
    .repair_tel {
        text-align: center;
        background: url(../img/ico_tel_sp.png) no-repeat left center;
        background-size: 12.5vw auto;
        padding-left: 14.0625vw; 
    }
    .lg {
        font-size: 5vw; 
    }
    .repair_tel .lg a {
        pointer-events: auto; 
        font-size: 7.5vw;
    }
    .repair_tel .sm {
      font-size: 3.125vw; 
    }
    .repair_dfn {
        margin-top: 6.25vw;
        flex-direction: column; 
    }
    .repair_dfn dt {
      font-weight: bold;
      margin-right: 0;
      font-size: 4.375vw;
      margin-bottom: 3.125vw; 
    }
    .repair_dfn dd {
      font-size: 4.375vw;
      line-height: 6.875vw; 
    }
    .repair_fax dd{
        font-size: 5vw;
    }
}