@charset "utf-8";

* { box-sizing: border-box; }
img { max-width: 100%; }
.container { width: 1600px; max-width: 100%; overflow: hidden; margin: 0 auto; padding: 0; position: relative; }

header { height: auto; position: static; border:none; padding: 4rem 1rem; text-align: center;}
header img { position: relative; width: 285px; }
.topic { max-width: 52rem; margin: 0 auto; padding: 0 1rem; }
.topic h1 { font-size: min(6vw,2.3rem); line-height: 1.25; margin: 0 auto 2rem; line-height: 1.5; }
.topic p { font-size: 1rem; line-height: 1.8; margin: 0 auto 1rem; vertical-align: baseline; }
.topic em { font-weight: 600; color: #f00; vertical-align: baseline; }
@media screen and (max-width:376px) {
  .topic h1 br { display: none; }
}
#_log_stash { display: none; }
