body {
    padding: 0px;
    margin: 0 auto;
    width: 100%;
    background: #f5fffb;
    max-width: 1000px;
    border-left: 2px solid #ccc;
    border-right: 2px solid #ccc;
    font-size: 32px;
}

body .shadow {
    box-shadow: -8px 0 5px -5px #ccc, 8px 0 5px -5px #ccc;
}

img {
  width: 100%;
  vertical-align: bottom;
  display: block;
}

.pc {
  max-width: 1000px;
  margin: 0 auto;
}

.back{
  background-color: #fafffd;
}

.sp {
 display: none !important;
 }

#copyright {
    clear: both;
    text-align: center;
    color: #ffff;
}
.copyright {
    font-size: 80%;
}
#footer {
    clear: both;
    color: #ffffff !important;
    text-align: center;
    background-color: #5ad39e;
    font-size: 14px;
    padding: 30px 0;
}