/*ヘッダー下のタイトル部*/
.light-title{
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    font-size: 1.5rem;
    
    background-color: #39B54A;
    line-height: 2.5;
    border-bottom: 5px solid #006428;    
}
.content-wrapper{
    text-align: center;
    width: 80%; 
    margin: auto;
}
.message{
    width: 80%; 
    margin: auto;
}
/* 2021.01.22 */
@media screen and (max-width: 800px) {   
    .content-wrapper{
        width: 100%;
    }
    .message{
        width: 100%;
        text-align: left; 
    }
}