@charset "utf-8";

/*---------------------------------------
    sec_about-insu  保険について
----------------------------------------*/
.sec_about-insu{
}


/*-------自賠責保険について---*/
.in-jibai_container{
    width: 100%;
        padding: 4rem 4.2rem 4.5rem 4.2rem;
    background: var(--color-gray02);
    border: 1px solid #f00 ;
}
.in-jibai_mds{
    margin-bottom: 0.1em;
    font-size: 2.6rem;
        font-weight: 700;
        line-height: 1.25;
        color: #f00;
}
.in-jibai_intro{
    margin-bottom: 0.9em;
    font-weight: 500;
}
.about-jibai_block{
    width: 100%;
        padding: 1.1rem 1rem;
        margin-bottom: 2.3rem;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid var(--color-dark-gray);
}
    .about-jibai_img{
        width: 14rem;
        margin-right: 1rem;
    }
    .about-jibai_txt{
        width: calc(100% - 14rem - 1rem);
        line-height: 1.7;
    }
.theft_container{
    margin-bottom: 1.2rem;
}
.about-insu_fin-txt{
    text-align: right;
}

/*-------------tab-----------------------*/
@media screen and (max-width:850px) and (min-width:600px){
    .in-jibai_container{
        padding: 3rem 3rem 3.5rem 3rem;
    }
    .about-jibai_block{
        flex-direction: column;
    }
    .about-jibai_img {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .about-jibai_txt{
        width: 100%;
    }
}
/*-------------SP-----------------------*/
@media screen and (max-width:599px){
    .sec_about-insu{
    }
    
    /*-------自賠責保険について---*/
    .in-jibai_container{
            padding: 3rem 2.5rem 4.5rem 2.5rem;
    }
    .in-jibai_mds{
        margin-bottom: 0.5em;
        font-size: clamp(18px, 3.6rem, 36px);
    }
    .in-jibai_intro{
    }
    .about-jibai_block{
        width: 100%;
            padding: 2rem 2.5rem;
            margin-bottom: 3rem;
        flex-direction: column;
    }
        .about-jibai_img{
            width: 20rem;
            margin-right: 0;
            margin-bottom: 2rem;
        }
    
    .about-jibai_txt{
        width: 100%;
    }
    .theft_container{
        margin-bottom: 2rem;
    }
    .about-insu_fin-txt{
        text-align: right;
    }
}


/*---------------------------------------
    sec_about-insu02
----------------------------------------*/
.about-insu02_block{
    align-items: flex-start;
}
.about-insu02_item.new-car{
    width: 42%;
    margin-right: 3.5rem;
}
.about-insu02_item.used-car{
    width: calc(100% - 3rem - 42%);
}

/*-------------tab-----------------------*/
@media screen and (max-width:1024px) and (min-width:600px){

}
/*-------------SP-----------------------*/
@media screen and (max-width:599px){
    .sec_about-insu02{
        padding-top: 5.5rem;
    }
    .about-insu02_block{
        align-items: center;
        flex-direction: column;
    }
    .about-insu02_item:not(:last-of-type){
        margin-bottom: 2rem;
    }
        .about-insu02_item.new-car{
            width:100%;
            margin-right: unset;
        }
        .about-insu02_item.used-car{
            width: 100%;
        }
    .about-insu02_item .p_txt{
        line-height: 1.6;
    }
}