#message,
#infomation,
#address {
    width: 60%;
    max-width: 800px;
}
#message .block .txt p {
    margin-bottom: 20px;
}
#message .block .txt h3 {
    font-size: 18px;
    text-align: right;
}

#infomation .block {
    width: 100%;
    min-width: 560px;
    margin: 0 auto;
}
#infomation .block table {
    width: 100%;
    border-spacing: 0;
    letter-spacing: 1px;
    margin-bottom: 40px;
}
#infomation .block table tr:first-child th,
#infomation .block table tr:first-child td {
    border-top: 1px solid #d8222a;
}
#infomation .block table th, 
#infomation .block table td {
    border-bottom: 1px solid #d8222a;
    text-align: left;
    padding: 20px;
}

#address iframe {
    width: 100%;
}
#address p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    #message,
    #infomation,
    #address {
        width: 90%;
    }
    #message .block .txt p {
        margin-bottom: 20px;
    }
    #message .block .txt h3 {
        font-size: 16px;
    }

    #infomation .block {
        width: 100%;
        min-width: 300px;
    }
    #infomation .block table {
        width: 100%;
        border-spacing: 0;
        letter-spacing: 1px;
        margin-bottom: 40px;
    }
    #address p {
        font-size: 14px;
    }
}