/* ===========================
   メインコピー
=========================== */

.bridgestone-h1{
    margin:0 0 80px;
    font-size:36px;
    font-weight:800;
    line-height:4.5rem;
    text-align:center;
    color:#000;
}

.bridgestone-h1 .accent{
    font-size:52px;
    font-weight:800;
    color:#ff2600;
}


/* ===========================
   説明文
=========================== */

.bridgestone_lp_section02_title{
    margin-top:60px;
}

.bridgestone_lp_section02_title .text{
    position:relative;
    margin-bottom:50px;
    padding-top:62px;
    font-size:24px;
    font-weight:500;
    line-height:48px;
    letter-spacing:1px;
    text-align:center;
    color:#000;
}

.bridgestone_lp_section02_title .text::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:1px;
    background:#ccc;
}


.bridgestone-lp_description {
    line-height: 2;
    font-size: 1.3rem;
    margin: 10px 0 30px;
}

/* ===========================
   SP
=========================== */

@media screen and (max-width:600px){

    .bridgestone-h1{
        margin:0 0 20px;
        font-size:22px;
        line-height:36px;
        letter-spacing:1px;
    }

    .bridgestone-h1 .accent{
        font-size:32px;
    }

    .bridgestone_lp_section02_title{
        margin-top:40px;
    }

    .bridgestone_lp_section02_title .text{
        padding-top:28px;
        margin-bottom:52px;
        font-size:16px;
        line-height:28px;
        letter-spacing:0;
    }

    .bridgestone-lp_description{
        font-size: 1rem;
    }
}