@charset "utf-8";

.service_box{
    justify-content: space-around;
    align-items: center;
    margin-bottom: 50px;
}

.service_title{
    font-size: 3rem;
    line-height: 3;
    text-align: center;
    border-top: 5px double #dcccff;;
    border-bottom: 5px double #dcccff;;
}

.service_photo{
    margin-bottom: 30px;
}

.service_sent{
    width: 400px;
    line-height: 3;
    letter-spacing: .1rem;
    font-weight: bold;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width:640px){
    .service{
        margin-bottom: 65px;
    }

    .service_box{
        width: 295px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }

    .service_title{
        font-size: 2rem;
    }

    .service_title span{
        display: block;
    }

    .service_title:nth-of-type(1){
        line-height: 1.3;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .service_photo{
        margin-bottom: 20px;
    }

    .service_sent{
        width: 310px;
        padding-left: 10px;
        line-height: 2.5;
    }
}