/* <system section="theme" selected="26006613695431341"> */
@charset "UTF-8";
/*
  Theme: Syrup
  Author: Yochi
  Responsive: yes
  Description:
    A rustic and simple one-column theme.
  Released under the MIT License.
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
    display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

:root {
    --main: #cdcdcd;
    --text: #464646;
    --textwhite: #ffffff;
    --textgray: #888888;
    --textlink: #1487bd;
    --bg: #ffffff;
    --bg-light: #f3f3f3;
    --bg-btn: #c9c9c9;
    --border: #dedede;
    --wave: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 70 500 60' preserveAspectRatio='none'%3E%3Crect x='0' y='0' width='500' height='500' style='stroke: none; fill: %23ffffff;' /%3E%3Cpath d='M0,100 C150,200 350,0 500,100 L500,00 L0,0 Z' style='stroke: none; fill: %23cdcdcd;'%3E%3C/path%3E%3C/svg%3E");

    --fs1: 1.5em;
    --fs2: 1.3125em;
    --fs3: 1.25em;
    --fs4: 1.125em;
    --fs5: 1em;
    --fs6: .875em;
}

body {
    background-color: var(--bg);
    color: var(--text);
    font-family: 'Noto Sans JP', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic';
    font-size: 16px;
    line-height: 1.75;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: underline;
}

a.keyword {
    border-bottom: 1px dotted var(--border);
    color: var(--text);
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.25;
}

/* ヘッダ（グローバルヘッダ）
  グローバルヘッダの中はiframeですが、
  #globalheader-container に背景色や文字色を指定することでiframeの中にも色が反映されます。
*/
#globalheader-container {
    background-color: var(--main);
    color: var(--textwhite);
}

/* container */
#container {
    word-wrap: break-word;
}

#blog-title-inner,
#box2-inner,
#footer-inner,
#top-editarea > *,
#bottom-editarea > *,
.page-archive #main-inner,
.breadcrumb-inner,
.entry-header > *,
.entry-content,
.entry-footer,
.pager {
    max-width: 21rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: .5rem;
    padding-right: .5rem;
}

@media (min-width: 768px) {
    #blog-title-inner,
    #box2-inner,
    #footer-inner,
    #top-editarea > *,
    #bottom-editarea > *,
    .page-archive #main-inner,
    .breadcrumb-inner,
    .entry-header > *,
    .entry-content,
    .entry-footer,
    .pager {
        max-width: 36rem;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1024px) {
    #box2-inner,
    .breadcrumb-inner,
    .entry-header > *,
    .entry-footer,
    .pager {
        max-width: 42rem;
    }

    #blog-title-inner,
    #footer-inner,
    #top-editarea > *,
    #bottom-editarea > *,
    .page-archive #main-inner {
        max-width: 60rem;
    }
}

#box2 {
    padding-top: 2em;
    padding-bottom: 2em;
}

/* ヘッダ */
#blog-title {
    padding: 1em 0;
    background-color: var(--main);
    text-align: center;
}

#blog-title::after {
    display: block;
    content: "";
    position: relative;
    top: 1rem;
    height: 1rem;
    max-width: 100%;
    background: hsla(0, 0%, 100%, 0.5);
    background-image: var(--wave);
    background-size: 100% 100%;
}

.header-image-only #blog-title::after,
.header-image-enable #blog-title::after,
.page-entry #blog-title::after {
    content: none;
}

@media (min-width: 768px) {
    #blog-title {
        text-align: left;
    }
}

#title {
    margin: 0;
    font-size: var(--fs1);
}

#title a:hover {
    text-decoration: none;
}

#blog-description {
    font-weight: normal;
    font-size: var(--fs6);
    margin: 1em 0 0;
}

@media (min-width: 1024px) {
    #blog-title-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #blog-description {
        margin: 0;
    }
}

/* ヘッダ画像を設定したとき */
.header-image-enable #blog-title {
    margin: 0 0 2em;
}

.header-image-enable #blog-title-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header-image-enable #blog-title-content {
    width: 100%;
    margin-left: 1em;
    margin-right: 1em;
    
}

/* タイトル下HTML */
#top-editarea {
    padding: 1em 0;
    font-size: var(--fs6);
}

#top-editarea > *:first-child {
    margin-top: 0;
}

#top-editarea > *:last-child {
    margin-bottom: 0;
}

.page-entry #top-editarea {
    background-color: var(--main);
}

/* パンくず（カテゴリー、記事ページで表示されます） */
#top-box {
    padding: 1em 0;
}

.page-entry #top-box {
    background-color: var(--main);
}

.header-image-only.page-entry #top-box,
.header-image-enable.page-entry #top-box {
    background-color: transparent;
}

.breadcrumb {
    color: var(--textgray);
    font-size: var(--fs6);
    line-height: 1.5;
}

.page-entry .breadcrumb {
    margin-bottom: 0;
}

/* entry */
.entry {
    position: relative;
    margin-bottom: 2em;
    padding-bottom: 2em;
}

.page-index .entry::after {
    position: absolute;
    left: calc(50% - 3vw);
    bottom: -1px;
    content: " ";
    display: block;
    width: 6vw;
    height: 1px;
    background: var(--border);
}

.entry-header {
    margin-top: 3em;
    margin-bottom: 2em;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
}

.page-entry .entry-header {
    margin-top: 0;
    padding: 1em 0;
    background-color: var(--main);
    color: var(--textwhite);
    text-align: center;
}

.header-image-only.page-entry .entry-header,
.header-image-enable.page-entry .entry-header {
    background-color: transparent;
    color: var(--text);
}

.page-entry .entry-header::before {
    display: block;
    content: "";
    position: relative;
    top: 1rem;
    height: 4rem;
    max-width: 100%;
    background: hsla(0, 0%, 100%, 0.5);
    background-image: var(--wave);
    background-size: 100% 100%;
}

.header-image-only.page-entry .entry-header::before,
.header-image-enable.page-entry .entry-header::before {
    content: none;
}

.date {
    font-size: var(--fs6);
}

.date a {
    color: var(--textgray);
    text-decoration: none;
}

.page-entry .date a {
    color: var(--textwhite);
}

.header-image-only.page-entry .date a,
.header-image-enable.page-entry .date a {
    color: var(--textgray);
}

.date a:hover {
    text-decoration: underline;
}

.entry-title {
    margin-bottom: .5em;
    font-size: var(--fs2);
}

.page-index .entry-title,
.page-entry .entry-title {
    font-size: var(--fs1);
}

.categories {
    margin-top: .5em;
    margin-bottom: .5em;
    font-size: var(--fs6);
}

.categories a {
    margin-right: .5em;
}

/* 「編集する」ボタン */
.entry-header-menu {
    position: absolute;
    top: 0;
    right: 0;
}

/* 「続きを読む」ボタン */
.entry-see-more {
    display: inline-block;
    padding: .375em 1em;
    background-color: var(--bg-light);
    border-radius: .75rem;
    color: inherit;
    font-size: var(--fs6);
    text-align: center;
    text-decoration: none;
}

.entry-see-more:hover {
    text-decoration: none;
}

/* 記事内の書式 */
.entry-content {
    margin-bottom: 3em;
}

.entry-content img,
.entry-content video {
    max-width: 100%;
    height: auto;
}

.entry-content a {
    color: var(--text);
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin-top: 2em;
    margin-bottom: .75em;
}

.entry-content h1,
.entry-content h2 {
    font-size: var(--fs2);
}

.entry-content h3 {
    font-size: var(--fs3);
}

.entry-content h4 {
    font-size: var(--fs4);
}

.entry-content h5,
.entry-content h6 {
    font-size: var(--fs5);
}

.entry-content ul,
.entry-content ol,
.entry-content dd {
    margin: 0 0 1em 1.5em;
    padding: 0;
}

.entry-content ul li ul, .entry-content ul li ol,
.entry-content ol li ul,
.entry-content ol li ol,
.entry-content dd li ul,
.entry-content dd li ol {
    margin-bottom: 0;
}

.entry-content table {
    display: block;
    margin-bottom: 1em;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: var(--fs6);
    width: 100%;
    overflow: auto;
}

.entry-content table th,
.entry-content table td {
    padding: .375em .75em;
}

.entry-content table th {
    background: var(--bg-light);
}

.entry-content blockquote {
    margin: 0 0 .75em;
    padding: 1.375em;
    border: 1px solid var(--border);
    border-radius: .25rem;
}

.entry-content blockquote p:first-child {
    margin-top: 0;
}

.entry-content blockquote p:last-child {
    margin-bottom: 0;
}

.entry-content pre,
.entry-content code {
    font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}

.entry-content pre {
    padding: .75em;
    background: var(--bg-light);
    border: none;
    border-radius: .25rem;
    font-size: var(--fs6);
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: pre-wrap;
}

.entry-content pre > code {
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
    white-space: pre;
}

.entry-content code {
    margin: 0 2px;
    padding: 0px 6px;
    background-color: var(--bg-light);
    border-radius: 3px;
    font-size: var(--fs6);
}

.entry-content hr {
    width: 50%;
    margin: 2em auto;
    border: 0;
    border: none;
    border-top: 1px solid var(--border);
}

.entry-content .table-of-contents {
    margin: 1em 0;
    padding: 1em 1em 1em 2em;
    border: 1px solid var(--border);
    border-radius: .25rem;
}

.hatena-asin-detail, .itunes-embed {
    padding: .875em .75em;
    border-radius: .25rem;
}

/* 記事下 */
.entry-footer .social-buttons {
    margin-bottom: 1em;
}

.entry-footer-section {
    color: var(--textgray);
    font-size: var(--fs6);
}

.entry-footer-section a {
    color: var(--textgray);
}

/* ページャー */
.pager-prev,
.pager-next {
    width: 48%;
}

.pager-next {
    margin-left: auto;
    text-align: right;
} 

.pager-prev > a,
.pager-next > a {
    display: inline-block;
    padding: .375em 1em;
    background-color: var(--bg-light);
    border-radius: .75rem;
    color: inherit;
    font-size: var(--fs6);
    text-align: center;
    text-decoration: none;
}

/* タグ */
.entry-tag .entry-tag-link {
    margin-bottom: .5em;
    padding: .25em 1em;
    font-size: var(--fs6);
    background-color: var(--bg-light);
    border: 0;
    border-radius: .75rem;
    text-decoration: none;
}

.entry-tag .entry-tag-icon {
    width: var(--fs6);
    height: var(--fs6);
}

/* コメント */
.comment-box {
    margin: 1em 0;
}

.comment-box .comment {
    list-style: none;
    margin: 0 0 1rem 0;
    padding: 0;
    font-size: var(--fs6);
    line-height: 1.7;
}

.comment-box .entry-comment {
    position: relative;
    padding: 12px 0 12px 64px;
    border-bottom: 1px solid var(--border);
}

.comment-box .entry-comment:first-child {
    border-top: 1px solid var(--border);
}

.comment-box .read-more-comments {
    padding: 12px 0;
}

.comment-box .hatena-id-icon {
    position: absolute;
    top: 12px;
    left: 0;
    width: 48px !important;
    height: 48px !important;
    border-radius: 3px;
}

.comment-user-name {
    margin: 0 0 .375em 0;
    font-weight: bold;
}

.comment-content {
    margin: 0 0 .375em 0;
    word-wrap: break-word;
    color: var(--text);
    font-size: var(--fs6);
}

.comment-content p {
    margin: 0 0 .625em 0;
}

.comment-metadata {
    color: var(--textgray);
    margin: 0;
    font-size: var(--fs6);
}

.comment-metadata a {
    color: var(--textgray);
}

.leave-comment-title {
    padding: .5em 1em;
    border: 1px solid currentColor;
    border-radius: .75rem;
    color: inherit;
    font-size: var(--fs6);
}

.leave-comment-title:hover {
    text-decoration: none;
}

/* Pager */
.pager {
    margin-top: 2em;
    margin-bottom: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

/* サイドバーモジュール */
.hatena-module {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 3em;
    font-size: var(--fs6);
}

.hatena-module-title {
    margin-bottom: .75em;
    font-size: var(--fs2);
    font-weight: 700;
}

.hatena-module-title a {
    color: inherit;
    text-decoration: none;
}

.hatena-module-title a:hover {
    text-decoration: underline;
}

/* Profile module */
.hatena-module-profile .profile-icon {
    float: left;
    margin: 0 12px 12px 0;
}

.hatena-module-profile .id {
    display: block;
    font-weight: bold;
    margin-bottom: .5em;
}

.hatena-module-profile .profile-description p {
    margin-top: 0;
}

/* urllist module */
.hatena-urllist {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hatena-urllist li ~ li {
    margin-top: 1em;
}

.hatena-urllist li:last-child {
    padding-bottom: 0;
}

.hatena-urllist li a {
    text-decoration: none;
}

.hatena-urllist li a:hover {
    text-decoration: underline;
}

.hatena-urllist .urllist-category-link {
    display: inline-block;
    margin: .5em .5em 0 0;
    padding: .25em .5em;
    background-color: var(--bg-light);
    border: 0;
    border-radius: .75rem;
    color: inherit;
    font-size: var(--fs6);
    text-decoration: none;
    line-height: 1.25;
}

.hatena-urllist .urllist-category-link:hover {
    text-decoration: none;
}

.hatena-urllist .urllist-date-link a {
    color: var(--textgray);
}

.hatena-urllist .urllist-entry-body {
    margin-top: .25em;
}

.urllist-with-thumbnails li .urllist-image {
    float: right;
    margin-left: 1em;
    border-radius: .5em;
}

/* Search module */
.hatena-module-search-box .search-form {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: var(--bg-light);
    border: 0;
    border-radius: .25em;
    box-sizing: border-box;
}

.hatena-module-search-box .search-module-input {
    flex: 1 0;
    width: auto;
    height: 24px;
    padding: .5em .75em;
    color: var(--text);
    background: none;
    border: none;
    outline: none;
}

.hatena-module-search-box .search-module-button {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Esearch%3C/title%3E%3Cpath d='M16.7,15l-3.4-3.3h-.1a5.4,5.4,0,0,0,.9-3.1,5.6,5.6,0,1,0-5.6,5.6,5.4,5.4,0,0,0,3.1-.9.1.1,0,0,0,.1.1L15,16.7a1.1,1.1,0,0,0,.8.3,1.6,1.6,0,0,0,.9-.3,1.4,1.4,0,0,0,0-1.7M8.5,12.3A3.8,3.8,0,0,1,4.8,8.5,3.8,3.8,0,0,1,8.5,4.7a3.9,3.9,0,0,1,3.8,3.8,3.8,3.8,0,0,1-3.8,3.8'/%3E%3Crect class='a' width='20' height='20'/%3E%3C/svg%3E") no-repeat center;
    background-size: 16px 16px;
    border: none;
    color: transparent;
    outline: none;
    overflow: hidden;
    opacity: .5;
    cursor: pointer;
}

.hatena-module-search-box .search-module-button:hover {
    opacity: .875;
}

/* Search ページ */
.search-result-form {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--bg-light);
    border: 0;
    border-radius: .25em;
    box-sizing: border-box;
}

.search-result-form .search-result-input {
    flex: 1 0;
    width: auto;
    height: 24px;
    padding: .5em .75em;
    color: var(--text);
    font-size: var(--fs6);
    box-sizing: content-box;
}

.search-result-form .search-result-button {
    position: static;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Esearch%3C/title%3E%3Cpath d='M16.7,15l-3.4-3.3h-.1a5.4,5.4,0,0,0,.9-3.1,5.6,5.6,0,1,0-5.6,5.6,5.4,5.4,0,0,0,3.1-.9.1.1,0,0,0,.1.1L15,16.7a1.1,1.1,0,0,0,.8.3,1.6,1.6,0,0,0,.9-.3,1.4,1.4,0,0,0,0-1.7M8.5,12.3A3.8,3.8,0,0,1,4.8,8.5,3.8,3.8,0,0,1,8.5,4.7a3.9,3.9,0,0,1,3.8,3.8,3.8,3.8,0,0,1-3.8,3.8'/%3E%3Crect class='a' width='20' height='20'/%3E%3C/svg%3E") no-repeat center;
    background-size: 16px 16px;
    border: none;
    color: transparent;
    outline: none;
    overflow: hidden;
    cursor: pointer;
}

/* About ページ */
.page-about .entry-content dt {
    font-weight: 700;
    border-bottom: 1px solid var(--border);
    margin-bottom: .5em;
}

.page-about .entry-content dd {
    margin-left: 0;
    margin-bottom: 2em;
}

/* Archive */
.archive-heading {
    margin-top: 2em;
    margin-bottom: 2em;
    text-align: center;
}

.page-archive .archive-entry {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 24vh auto auto;
    line-height: 1.25;
    align-items: start;
}

.page-archive .categories {
    grid-column-start: 1;
    grid-row-start: 1;
    align-self: start;
    margin-left: .5em;
    z-index: 1;
}

.page-archive .categories a {
    display: inline-block;
    padding: .25em .5em;
    background-color: var(--bg-light);
    border: 0;
    border-radius: .75rem;
    color: inherit;
    text-decoration: none;
}

.page-archive .entry-thumb-link {
    grid-column-start: 1;
    grid-row-start: 1;
}

.page-archive .archive-entry-header {
    grid-row-start: 2;
    margin-top: .5em;
}

.page-archive .archive-entry-body {
    grid-row-start: 3;
}

.page-archive .entry-description {
    display: none;
}

.page-archive .archive-entry-tags-wrapper {
    margin-top: .25em;
    margin-bottom: .25em;
}

.archive-header-category {
    text-align: center;
}

.page-archive .entry-title {
    margin: .25em auto;
}

.page-archive .entry-thumb {
    float: none;
    margin-right: 0;
    width: 100%;
    height: 24vh;
    background-size: cover;
    border-radius: .5rem;
}

.page-archive .entry-description {
    margin: 0;
    font-size: var(--fs6);
}

.page-archive .social-buttons {
    display: block;
    margin-top: .25em;
}

.archive-entry-tag {
    margin-right: .5em;
}

.archive-entry-tag .archive-entry-tag-link {
    padding: 0;
    font-size: var(--fs6);
}

.archive-entry-tag .archive-entry-tag-icon {
    width: var(--fs6);
    height: var(--fs6);
}

.page-archive .archive-entries {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
    grid-gap: 1.5rem;
    gap: 1.5rem;
    margin-top: 2em;
    margin-bottom: 2em;
}

/* footer */
#footer {
    margin-top: 2em;
    padding-bottom: 2rem;
    text-align: center;
    font-size: var(--fs6);
    color: var(--textgray);
}

#footer a {
    color: inherit;
}

#footer p {
    margin: .5em auto;
}

/* </system> */

/* <system section="background" selected="undefined"> */

/* </system> */