@charset "UTF-8";

/*===========================================
    repair-contact_index.css
=============================================*/
a.s5-link.s5-link--down:after{
    margin: 0 0.6em;
}

#contents .flex{
    display: flex;
}

#contents li.flex{
    margin-bottom: 3em;
}

#contents li.flex div{
    margin: 0 0 0 2em;
}

#contents li.flex div a{
    margin-bottom: 0.3em;
}

#contents dt{
    font-weight: bold;
    margin-bottom: 0.3em;
}

#contents dd{
    margin-left: 0;
}

#contents dl.app dd:not(:last-child){
    margin-bottom: 2em;
}

#contents span.annotation {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
}

#contents .gray{
    padding: 1em;
    margin: 1em 0;
    background: #F2F2F2;
}

#contents .notice {
    border: 1px solid #ee0000;
    margin: 0 0 0.5em!important;
    padding: 1em;
}

#contents .accent {
    color: #ee0000;
}

.s5-buttonV3,
#contents button .openclose{
    width: 290px;
}

#contents ul.repair_agreement_btn {
    display: flex;
}

#contents ul.repair_agreement_btn li:not(:last-child) {
    margin-right: 1em;
}

#contents ul.repair_agreement_btn a,
#contents a.repair_agreement_btn {
    display: flex;
    align-items: center;
    font-size: .875rem;
    font-weight: bold;
    height: 55px;
}

#contents ul.repair_agreement_btn a img,
#contents a.repair_agreement_btn img {
    margin-right: 1em;
}

#contents ul.repair_agreement_btn a img.txtlink,
#contents a.repair_agreement_btn img.txtlink {
    margin-right: 0.5em;
    padding-bottom: 0.2em;
}

#contents ul.repair_agreement_btn li a span {
    color: #2f353d;
    font-size: .875rem;
}


@media (min-width: 641px){    
    #contents ul.repair_agreement_btn a,
    #contents a.repair_agreement_btn {
        width: 300px;
    }
}


@media (max-width: 640px) {
    #contents .flex,
    #contents li.flex{
        flex-direction: column;
        align-items: center;
    }
    
    .s5-buttonV3,
    #contents button,
    #contents button .openclose{
        width: 100%;
    }
    
    #contents ul.repair_agreement_btn{
        flex-direction: column;
    }
    
    #contents li.flex img{
        margin-bottom: 1.5em;
    }
    
    #contents li.flex div{
    margin: 0;
    }
    
    #contents ul.repair_agreement_btn{
        flex-direction: column;
    }
    
    #contents ul.repair_agreement_btn li:not(:last-child){
        margin-bottom: 1em;
    }
    
    #contents ul.repair_agreement_btn li:not(:last-child) {
        margin-right: 0;
    }
}
