@charset "UTF-8";

.voice .section-title{
    font-size: 20px;
    font-weight: 500;
    color:black;
    margin-left: 20px;
    margin-bottom: 20px;
}

.voice .section-title .sp{
        display: none;
    }

.voice .case{
    background-color: #F2F8FF;
    border: 0px solid black;
    border-radius: 10px;
    box-shadow: 10px 10px 10px -5px gray;
    position: relative;
    padding: 10px 10px 5px 10px;
    margin:0 20px 30px 20px;
}

.voice .case .experience{
 padding: 10px 10px 35px 5px;
}

.voice .case .who{
    position: absolute;
    bottom: 5px;
    right:5px;
}

@media screen and (max-width:768px){
    #header .info-area .number{
        display: none;
    }

    .voice .section-title{
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        padding-top: 70px;
    }

    .voice .section-title .sp{
        display: block;
    }

    #footer{
        position: relative;
    }
}