


/****************************************

  Setting

*****************************************/html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure{
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  vertical-align: baseline;
  font-weight: normal;
  font-style: normal;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section{
  display: block;
}
body{
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  background: #f6f6f6;
  color: #000;
}
.material-symbols-outlined{
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

/****************************************

  Layout

*****************************************/
main{
  width: 100%;
  margin: 0;
}

/****************************************

  Post

*****************************************/
h1{
  margin: 38px 104px 5px 104px;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
}

.date{
  margin: 0 104px 35px 104px;
  text-align: center;
}
.post-date{
  font-size: 12px;
}
.post-date:before{
  font-family: "Material Symbols Outlined";
  content: "\e8b5";
  font-size: 14px;
  margin-right: 1px;
  vertical-align: -3px;
}
.post-update{
  margin-left: 3px;
  font-size: 12px;
}
.post-update:before{
  font-family: "Material Symbols Outlined";
  content: "\e627";
  font-size: 14px;
  margin-right: 1px;
  vertical-align: -3px;
}
.content{
  margin: 0 104px 35px 104px;
}
p{
  margin-bottom: 15px;
  line-height: 1.8;
  font-size: 17px;
}
address{
  margin: 0 120px 0 104px;
  line-height: 1.65;
  text-align: right;
  font-size: 13.5px;
}
