@charset "utf-8";
/* CSS Document */

#message.wh {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .08) 30%, rgba(0, 0, 0, .08) 70%, rgba(0, 0, 0, 0) 100%);
    padding: 90px 0 90px;
}        
#message .inner {
    padding: 30px 5% 50px;
    border-radius: 10px;
    background: #fff;
    box-shadow: none;
    border: 1px solid #eee;
    text-align: left;
    width: 80%;    
}  
    
#message h2.ttl {
    text-align: center;
}      

#message h3{
    font-weight: bold;
    font-size: clamp(0.875rem, 1.227rem + 1.56vw, 2.675rem);
    border-left: 5px solid #e4e4e4;
    padding-left: 7px;
}
#message .inner p.st{
    font-weight: bold;
    font-size: clamp(1.0rem, 1.352rem + 1.56vw, 2.8rem);
    margin: 1.5em auto;
    line-height: 1.8;
    word-break: keep-all;
    overflow-wrap: anywhere;
}
#message .inner p{
    margin: 1em auto;
}

@media only screen and (max-width: 810px) {
    #message .inner {
        padding: 30px 5%;
        border-radius: 5px;
}
}       


