.c-jisseki{
    
    width:100%;
    margin: auto;
    text-align: center;
    
}
.c-jisseki-All{
    border-radius: 15px;
    padding: 2rem;
    width:90%;
    background: #ccc;
    margin: auto;
    margin-bottom: 2rem;
}
.c-jisseki-wrap{
    padding:1rem;
    background: #fff;
}

.c-center{
    color:#A80001;
    font-size:50px;
    text-align: center;
    font-family:"arial",'メイリオ', sans-serif;
}

.cc-center{
    color:#000;
    font-size:20px;
    text-align: center;
    font-family:"arial",'メイリオ', sans-serif;
    padding: 0 20px 50px;
}

.c-flex{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.c-img-box{
    
    width:30%;
}
.c-img{
    width:100%;
}
.c-text-box{
    font-family: 'Oswald', sans-serif;
    padding: 10px;
    font-size: 30px;
    text-align: left;
    width:70%;
    background: #fff;
    border-left:5px #A80001 solid;
}
.c-fontweight{
    display:block;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

.c-block{
    display: block;
}
.tm-50{
    margin: 50px 0 0 0;
}
/*-- レスポンシブ　--*/

@media screen and (max-width: 480px) {
    .c-text-box{
        font-size: 15px;
        
    }
    .c-jisseki{
       
}
    .c-jisseki-All{
    border-radius: 10px;
   
}
}