body {
    background-image: url(../img/p0116_s.png);
}

#content {
    width: 80%;
    min-height: 1080px;
    margin: 30px auto;
    padding: 15px;
    border-radius: 10px;
    background-image: url(../img/p0427_s.png);

    color: #333333;
}

h2, h3, h4 {
    margin-top: 30px;
}

p {
    font-size: 1.3em;
}

/* 影 */
/* https://front-end-tools.com/generateBoxshadow/ */
.original-box-shadow {
  background-color: #dddddd;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

/* webフォント　GoogleFonts　Zen Kurenaido（ZEN紅道） */
.zen-kurenaido-regular {
  font-family: "Zen Kurenaido", sans-serif;
  font-weight: 400;
  font-style: normal;
}



/* タブレット・PC */
@media screen and (min-width: 768px) {
}



/* スマホ */
@media screen and (max-width: 767px) {
}