@charset "UTF-8";
/*
Theme Name: libra
Theme URL: libra-sapporo.jp
Description: libra-sapporoのオリジナルWP
Author: libra
Version: 1.0
*/

/* ==== Editor Style for Gutenberg ==== */
body.is-root-container {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  padding: 20px;
  background-color: #fff;
}

body.is-root-container p {
  margin-bottom: 1.5em;
}

body.is-root-container h2,
body.is-root-container h3,
body.is-root-container h4 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-weight: bold;
  color: #222;
}

body.is-root-container ul {
  padding-left: 1.5em;
  list-style-type: disc;
}

#contact {
  scroll-margin-top: 200px; /* 必要に応じて数字を変える */
}


