*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

:where([hidden]:not([hidden='until-found'])) {
  display: none !important
}

:where(html) {
  -webkit-text-size-adjust: none;
}

@media (prefers-reduced-motion:no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth
  }
}

:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit
}

:where(textarea) {
  resize: vertical;
  resize: block
}

:where(button, label, select, summary, [role='button'], [role='option']) {
  cursor: pointer
}

:where(:disabled) {
  cursor: not-allowed
}

:where(label:has(>input:disabled), label:has(+input:disabled)) {
  cursor: not-allowed
}

:where(button) {
  border-style: solid
}

:where(a) {
  color: inherit;
  text-underline-offset: .2ex
}

:where(ul, ol) {
  list-style: none
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem)
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible
}

:where(:focus-visible) {
  outline: 3px solid Highlight;
  outline-offset: 2px;
  scroll-margin-block: 10vh
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important
}
body {
  font-family: Avenir, Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  color: #222;
  line-height: 1.4;
  padding: 1em 1em 5em;
}

h3 {
  text-align: center;
  display: block;
  width: fit-content;
  margin: 0 auto 1em;
  position: relative;
}

h3::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 2px double currentColor;
}

h4,h5{
  font-size: 100%;
}

h5 {
  display: flex;
  align-items: center;
  text-align: center;
  padding: 1em 0 0.5em;
  font-size: 120%;
  color: #222;
}

h5::before,
h5::after {
  content: "";
  height: auto;
  flex-grow: 1;
  border: 1px;
  border-bottom: 1px solid #aaa;
  border-left: none;
  position: static;
}

h5::before {
  margin-right: 10px;
  padding-left: 15px;
}

h5::after {
  margin-left: 10px;
  padding-right: 15px;
}

.recipe_time{
  display: none;
}
.post_area {
  padding: 1em;
}

.post_area p{
  line-height: 1.5;
  margin: 0 0 1.5em;
}


ol.linum {
    list-style-type: decimal;
    list-style-position: outside;
    padding-left: 0px;
    margin: 1em 0 1em 1em;
    padding: 0 0 0 0;
  }

ol.linum li {
  position: relative;
  padding: 0 0 1.5em 0em;
  line-height: 1.5;
}

ul.linum {
  border: 0;
  margin: 1em 0;
  padding: 0;
  list-style: none;
  counter-reset: number 0;
}

ul.linum li {
  position: relative;
  padding: 0 0 1.5em 1.8em;
  line-height: 1.5;
}

ul.linum li:before {
  counter-increment: number 1;
  content: counter(number);
  left: 0.2em;
  position: absolute;
  border-radius: 10px;
  font-weight: bold;
  color: #222;
}

em{
  font-weight: bold;
  font-style: normal;
}

small {
  font-size: 80%;
  display: inline-block;
  position: relative;
  background: #fff;
  border-radius: 5px;
  padding: 0.3em 1em 0.3em 0.7em;
  margin: 8px 0 0 0;
  border-left: solid 2.5em #bbb;
  border-top: solid 1px #bbb;
  border-right: solid 1px #bbb;
  border-bottom: solid 1px #bbb;
  line-height: 1.3;
}

small:before {
  content: "\f27a";
  font-family: FontAwesome;
  position: absolute;
  padding: 0em;
  color: white;
  font-weight: 900;
  left: -1.7em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.print-btn{
  text-align: center;
  margin-bottom: 2em;
}

.print-btn p{
  padding: 10px 10px 20px;
  text-align: left;
  font-size: 70%;
}

.print-btn a {
  color: #fff;
  background-color: #e41d64;
  font-weight: bold;
  font-size: 75%;
  padding: 10px 10px;
  border-radius: 5px;
  text-decoration: none;
}

.print-btn a:hover {
  background: #C10A4A;
}

@media print {
  .print_none,noscript,iframe {
    display: none;
  }
}

@media (max-width: 767px) {
  body {
      padding: 2px;
    }
}
