@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900|Noto+Serif+JP:200,300,400,500,600,700,900&display=swap&subset=japanese");
.entry_title {
  display: none;
}

#note-page {
  padding-bottom: 50px;
}
#note-page .date {
  text-align: right;
}
#note-page .forcustomer {
  margin-bottom: 20px;
}
#note-page h1 {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 20px;
  font-family: 'Noto Serif JP',"游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝",serif;
}
#note-page .text {
  margin-bottom: 20px;
  line-height: 1.8em;
}
#note-page .text p {
  line-height: 1.8em;
}
#note-page h2 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  font-family: 'Noto Serif JP',"游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝",serif;
}
#note-page table {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-left: 0;
}
#note-page table th {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  font-weight: normal;
  padding: 10px;
}
#note-page table td {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 10px;
}
#note-page table thead th {
  background-color: #efefef;
  text-align: center;
}
#note-page table tbody th {
  font-weight: bold;
  text-align: left;
  width: 15em;
}
#note-page table tbody td {
  text-align: center;
}
#note-page .logo_kakitane {
  width: 204px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
#note-page .logo_kakitane img {
  width: 100%;
  height: auto;
}
