@charset "utf-8";
/* CSS Document */
body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
    background-color: #000;
    color: #fff;
}
#main {
   width: 100vw;
   min-height: 100vh;
   position: relative;
}
.imagebox01 {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   padding: 1rem 0;
   text-align: center;
}
.imagebox01 img{
   height: 3rem;
   width: auto;
}
.massage {
   padding: 13% 2rem 50px 2rem;
}
h1 {
    font-size: 1.5rem;
    margin: 0 0 3rem 0;
}
p {
   line-height: 1.6em;
}
.imagebox02 {
   padding: 1rem 0;
   text-align: center;
}
.imagebox01 img{
   height: 3rem;
   width: auto;
}