/* ==================== 全体設定 ==================== */
body {
    background-image: url(../img/p0116_s.png);
    min-height: 0;
}

.content {
    width: 80vw;
    margin: 30px auto;
    border-radius: 10px;
    background-image: url(../img/p0427_s.png);

    background-color: #ffffff;
    color: #333333;
}

.paddinged_content {
    padding: 15px;
}

h2 {
    margin-top: 30px;
}

p {
    font-size: 12pt;
}

/* 影 */
/* 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;
}
