@charset "UTF-8";
/* CSS Document */
#header li:nth-child(1) .hvr:before{
      right: 0;
}
#drawer li:nth-child(2){
    font-weight: 700;
    text-decoration: underline;
}

#maintitle{
    background-image: url("../img/message/mainimage.jpg");
}

#message{
    background-color: #fafafa;
    padding: 6em 0;
}
#message .flexbox{
    justify-content: space-between;
}
#message .images{
    width: 50%;
    order: 1;
}
#message .txtbox{
    width: 42%;
    order: 2;
    text-align: justify;
}
#message h3{
    font-size: 2rem;
    line-height: 1.6;
    padding: 0.5em 0 1.5em 0;
}
#message .txt{}
#message .name{
    text-align: right;
    font-size: 2rem;
    padding-top: 2em;
}


@media only screen and (max-width: 768px) {
 
#message{
    padding: 4em 0;
}
#message .flexbox{
    display: block;
}
#message .images{
    width: 100%;
}
#message .txtbox{
    width: 100%;
}
#message h3{
}
#message .name{
    padding: 2em 0;
}   
}