/* <system section="theme" selected="26006613696781552"> */
@charset "UTF-8";
/*
  Theme: pantry
  Author: pos-san
  Description:
  シンプルに日々をストックすることに適したテーマです
  Responsive: yes
*/
/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800&display=swap");
html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
            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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/**
 * 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 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
            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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
    display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none;
}

html,
body {
    font-family: 'Jost', 'Helvetica Neue', 'Helvetica', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic';
    color: #454545;
    -webkit-font-feature-settings: 'pwid';
            font-feature-settings: 'pwid';
    background-color: #fff;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
}

body {
    background: #f8f7f5;
}

a {
    color: #86440e;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
}

a:hover {
    color: #582d09;
    text-decoration: none;
}

a.keyword {
    text-decoration: none;
    border-bottom: 1px dotted #ddd;
    color: #454545;
}

p {
    margin: 16px 0;
    color: #454545;
    font-size: 14px;
    line-height: 1.8;
}

@media (min-width: 992px) {
    p {
        font-size: 16px;
    }
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
    line-height: 1.3;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #333;
    text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #582d09;
}

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

/* container */
#container,
#footer {
    background-color: inherit;
}

@media (min-width: 992px) {
    #container,
    #footer {
        width: 100%;
    }
}

#content {
    position: sticky;
    top: 0;
    background-color: inherit;
}

#container-inner {
    background-color: inherit;
}

/* 1カラムレイアウト */
#content-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#wrapper {
    background: #fff;
    padding-bottom: 80px;
}

#main {
    margin: 0 16px;
    padding-top: 80px;
    background: #fff;
}

@media (min-width: 992px) {
    #main {
        max-width: 650px;
        margin: 0 auto;
    }
}

#box2 {
    width: 100%;
    padding: 32px 16px 0;
    background-color: inherit;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

@media (min-width: 768px) {
    #box2 {
        width: 100%;
    }
}

@media (min-width: 992px) {
    #box2 {
        width: 100%;
        padding: 32px 0 0;
    }
}

#box2-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

@media (min-width: 768px) {
    #box2-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}

@media (min-width: 992px) {
    #box2-inner {
        width: 650px;
        margin: 0 auto;
    }
}

.hatena-module {
    width: 100%;
}

@media (min-width: 768px) {
    .hatena-module {
        width: 33.333%;
    }
}

@media (min-width: 992px) {
    .hatena-module {
        padding-left: 30px;
    }
}

/* ヘッダ */
#blog-title {
    position: sticky;
    top: 0;
    width: 100%;
    height: 320px;
    text-align: center;
    letter-spacing: 0.12em;
}

#blog-title #blog-title-content {
    width: 100%;
    position: absolute;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 50%;
    -webkit-transform: translateY(-52%);
            transform: translateY(-52%);
}

#title {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.2em;
}

@media (min-width: 992px) {
    #title {
        font-size: 28px;
    }
}

#title a {
    color: #333;
}

#blog-description {
    margin: 12px 0 0;
    font-weight: normal;
    font-size: 14px;
}

/* ヘッダ画像を設定したとき */
.header-image-enable #blog-title #title a {
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

.header-image-enable #blog-title #blog-title-inner {
    height: 320px;
    background-position: center !important;
}

.header-image-enable #blog-title #blog-description {
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
}

.header-image-only #blog-title #blog-title-inner {
    height: 320px;
    background-position: center !important;
}

/* タイトル下HTML */
#top-editarea {
    margin-bottom: 1em;
}

/* パンくず（カテゴリー、記事ページで表示されます） */
.breadcrumb {
    font-size: .9rem;
}

/* entry */
.entry {
    position: relative;
    margin-bottom: 64px;
}

@media (min-width: 992px) {
    .entry {
        margin-bottom: 150px;
    }
}

.entry-header {
    display: grid;
    position: relative;
}

.entry-content a.keyword {
    text-decoration: none;
    border-bottom: 1px dotted #ddd;
    color: #454545;
}

.date {
    position: relative;
    margin-bottom: 8px;
    font-size: 14px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}

.date a {
    color: #333;
    text-decoration: none;
    letter-spacing: 0.075em;
    font-weight: 600;
}

.date .date-year::after,
.date .date-month::after {
    content: ".";
}

.date .hyphen {
    position: absolute;
    width: 10px;
    height: 10px;
    overflow: hidden;
    text-indent: -15px;
}

@media (min-width: 992px) {
    .date {
        font-size: 16px;
    }
}

.entry-title {
    margin: 0;
    padding-bottom: 24px;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.12em;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
}

.entry-title::after {
    display: block;
    content: "";
    width: 80px;
    height: 1px;
    margin-top: 16px;
    background: #999;
}

@media (min-width: 992px) {
    .entry-title {
        padding-bottom: 28px;
        font-size: 28px;
    }
}

.categories {
    font-size: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}

.categories a {
    color: #999;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

.categories a:first-child {
    margin-left: 0;
}

.categories a:last-child::after {
    content: none;
}

.categories a::after {
    content: "/";
    margin: 2px;
}

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

.entry-header-menu a {
    padding: 2px 12px;
    border: 1px solid #86440e;
    border-radius: 2px;
    font-size: 14px;
    text-decoration: none;
}

@media (min-width: 992px) {
    .entry-header-menu a {
        padding: 2px 16px;
    }
}

/* 記事内の書式 */
.entry-content {
    margin-top: -16px;
}

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

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin: 24px 0 8px;
}

.entry-content h1 {
    font-size: 18px;
}

@media (min-width: 992px) {
    .entry-content h1 {
        font-size: 1.7rem;
    }
}

.entry-content h2 {
    font-size: 16px;
}

@media (min-width: 992px) {
    .entry-content h2 {
        font-size: 1.5rem;
    }
}

.entry-content h3 {
    font-size: 15px;
}

@media (min-width: 992px) {
    .entry-content h3 {
        font-size: 1.3rem;
    }
}

.entry-content h4 {
    font-size: 14px;
}

.entry-content h5 {
    font-size: 13px;
}

.entry-content h6 {
    font-size: 12px;
}

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

@media (min-width: 992px) {
    .entry-content ul,
    .entry-content ol,
    .entry-content dd {
        font-size: 16px;
    }
}

.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 {
    border-collapse: collapse;
    border-spacing: 0;
    border-bottom: 1em;
    margin-bottom: 1em;
    width: 100%;
    overflow: auto;
    display: block;
    font-size: .8rem;
}

@media (min-width: 992px) {
    .entry-content table {
        font-size: .9rem;
    }
}

.entry-content table th,
.entry-content table td {
    border: 1px solid #ddd;
    padding: 5px 10px;
}

.entry-content table th {
    background: #f8f7f5;
}

.entry-content blockquote {
    margin: 0;
    padding: 16px;
    border: none;
    border-radius: 2px;
    background: #f8f7f5;
}

@media (min-width: 992px) {
    .entry-content blockquote {
        padding: 24px;
    }
    .entry-content blockquote p {
        font-size: 16px;
    }
}

.entry-content blockquote cite {
    font-size: 14px;
    text-align: right;
}

.entry-content blockquote cite a {
    display: block;
}

.entry-content blockquote cite a::before {
    content: '─';
}

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

.entry-content pre {
    background: #f8f7f5;
    border: none;
    white-space: pre-wrap;
    text-overflow: ellipsis;
    line-height: 1.3;
    font-size: .8rem;
    padding: 10px;
}

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

.entry-content code {
    font-size: 90%;
    margin: 0 2px;
    padding: 0px 5px;
    background-color: #f8f7f5;
    border-radius: 3px;
}

.entry-content hr {
    width: 100%;
    border: 0;
    border: none;
    border-top: 1px solid #ddd;
    margin: 24px auto;
}

.entry-content .table-of-contents {
    padding: 1em 1em 1em 2em;
    margin: 1em 0;
    border: 1px solid #ddd;
}

.entry-content .entry-see-more {
    display: inline-block;
    margin-top: 16px;
    border-bottom: 1px solid #ddd;
    color: #454545;
}

/* 記事下 */
.entry-footer .hatena-star-container {
    display: inline-block;
    vertical-align: middle;
}

.entry-footer .hatena-star-container::before {
    content: "STAR : ";
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    vertical-align: middle;
}

.entry-footer .social-buttons {
    margin-bottom: 16px;
}

.entry-footer .social-buttons::before {
    content: "SHARE : ";
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    vertical-align: middle;
}

.entry-footer .social-button-item {
    margin-bottom: 0;
    vertical-align: middle;
}

.entry-footer .hatena-module-related-entries {
    margin-top: 24px;
    padding: 0;
}

.entry-footer .hatena-module-related-entries .hatena-module-title {
    font-size: 16px;
}

.entry-footer .hatena-module-related-entries .urllist-date-link {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.075em;
}

.entry-footer .hatena-module-related-entries .urllist-date-link time {
    color: #333;
}

.entry-footer .hatena-module-related-entries .related-entries-title-link {
    color: #333;
    font-size: 14px;
    font-weight: 600;
}

.entry-footer .hatena-module-related-entries .related-entries-entry-body {
    font-size: 14px;
}

.entry-footer-section {
    color: #999;
    font-size: 12px;
    text-align: right;
}

.entry-footer-section a {
    color: #999;
    text-decoration: none;
}

.footnote {
    font-size: 14px;
}

@media (min-width: 768px) {
    .footnote {
        font-size: 12px;
    }
}

/* コメント */
.comment-box {
    margin: 16px 0 0;
    text-align: right;
}

.comment-box .comment {
    list-style: none;
    margin: 0 0 16px 0;
    padding: 0;
    line-height: 1.5;
    font-size: 14px;
    text-align: left;
}

@media (min-width: 768px) {
    .comment-box .comment {
        font-size: 16px;
    }
}

.comment-box .entry-comment {
    padding: 16px 0 8px 56px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.comment-box .entry-comment:first-child {
    border-top: 1px solid #ddd;
}

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

.comment-box .hatena-id-icon {
    position: absolute;
    top: 8px;
    left: 0;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
}

.comment-user-name {
    margin: 0 0 8px 0;
    font-size: 14px;
    text-decoration: none !important;
}

.comment-user-id {
    text-decoration: none;
}

.comment-content {
    margin: 0 0 8px 0;
    word-wrap: break-word;
    color: #454545;
    font-size: 12px;
}

.comment-content p {
    margin: 0 0 12px 0;
}

.comment-metadata {
    color: #999;
    margin: 0;
    font-size: 12px;
}

.comment-metadata a {
    color: #999;
}

.leave-comment-title {
    font-size: 14px;
    color: #454545;
}

/* Pager */
.pager {
    margin: 24px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #454545;
}

.pager .pager-prev {
    width: 100%;
}

.pager .pager-prev a::before {
    content: "";
    left: -8px;
    top: 50%;
    display: inline-block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: translateY(-50%) rotate(-135deg);
            transform: translateY(-50%) rotate(-135deg);
    vertical-align: middle;
}

.pager .pager-next {
    position: relative;
    width: 100%;
    text-align: right;
}

.pager .pager-next a::before {
    content: "";
    right: -8px;
    top: 50%;
    display: inline-block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    vertical-align: middle;
}

.pager .pager-arrow {
    position: absolute;
    overflow: hidden;
    text-indent: -100px;
}

.pager a {
    display: inline-block;
    position: relative;
    border-bottom: 1px solid #333;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

/* サイドバーモジュール */
.hatena-module {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 32px;
    padding-right: 24px;
    font-size: 14px;
}

.hatena-module-title {
    width: 130px;
    margin-bottom: 12px;
    color: #333;
    font-size: 14px;
    font-weight: 600;
}

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

.hatena-module-title::after {
    display: block;
    content: "";
    width: 40px;
    height: 1px;
    margin-top: 8px;
    background: #999;
}

/* Profile module */
.hatena-module-profile {
    width: 100%;
}

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

.hatena-module-profile .id {
    display: block;
    margin: 0 0 4px 87px;
    font-size: 14px;
    font-weight: bold;
}

.hatena-module-profile .hatena-id-link {
    color: #333;
}

.hatena-module-profile .profile-description {
    margin-left: 87px;
}

.hatena-module-profile .profile-description p {
    margin-top: 0;
    font-size: 13px;
}

.hatena-module-profile .profile-icon {
    display: block;
    border-radius: 50%;
    overflow: hidden;
}

.hatena-module-profile .profile-activities {
    margin: 0 0 8px 87px;
    font-size: 12px;
    font-style: normal;
}

.hatena-module-profile .hatena-follow-button-box {
    margin-left: 87px;
    clear: unset;
}

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

.hatena-urllist li {
    padding-bottom: 4px;
}

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

.hatena-urllist li a {
    color: #454545;
    font-size: 14px;
    text-decoration: none;
}

.hatena-urllist .urllist-category-link {
    font-size: .7rem;
    padding: .1em .3em;
}

.hatena-urllist .urllist-date-link a {
    color: #999;
}

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

.hatena-urllist .urllist-title-link {
    font-size: 14px;
}

/* Search module */
.hatena-module-search-box .search-form {
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.hatena-module-search-box .search-module-input {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    padding: 5px;
    color: #454545;
    background: none;
    border: none;
    outline: none;
    height: 20px;
}

.hatena-module-search-box .search-module-button {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    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: 20px 20px;
    border: none;
    outline: none;
    color: transparent;
    overflow: hidden;
    opacity: .5;
    cursor: pointer;
}

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

/* Archive module */
.hatena-module-archive .archive-module-button {
    display: inline-block;
    width: 15px;
    height: 15px;
}

.hatena-module-archive .archive-module-hide-button,
.hatena-module-archive .archive-module-show-button {
    position: absolute;
    overflow: hidden;
    width: 17px;
    height: 17px;
    text-indent: -15px;
}

.hatena-module-archive .archive-module-hide-button::after {
    content: "";
    top: 50%;
    left: 50%;
    display: inline-block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 1px solid #454545;
    border-right: 1px solid #454545;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
            transform: translate(-50%, -50%) rotate(135deg);
    vertical-align: middle;
}

.hatena-module-archive .archive-module-show-button::after {
    content: "";
    top: 50%;
    left: 50%;
    display: inline-block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 1px solid #454545;
    border-right: 1px solid #454545;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    vertical-align: middle;
}

.hatena-module-archive .archive-module-year .archive-module-months {
    margin-top: 8px;
}

.hatena-module-archive .archive-module-year .archive-module-month {
    margin-bottom: 8px;
}

/* Group module */
.hatena-module-circles .circle-image {
    border-radius: 50%;
}

.hatena-module-circles .circle-urllist li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

/* Authors module */
.hatena-module-authors-list .authors-user-icon {
    border-radius: 50%;
}

.hatena-module-authors-list .authors-urllist li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

/* Category module */
.hatena-module-category .hatena-urllist li {
    display: inline-block;
}

.hatena-module-category .hatena-urllist li a::after {
    content: "/";
    margin: 2px;
}

.hatena-module-category .hatena-urllist li:last-child a::after {
    content: none;
}

/* About ページ */
.page-about .entry-content dt {
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    margin-bottom: .5em;
}

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

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

.archive-heading {
    margin-bottom: 64px;
    font-size: 28px;
    font-weight: 600;
}

.page-archive .archive-entry {
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
}

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

.page-archive .entry-thumb {
    width: 80px;
    height: 80px;
    margin-right: 24px;
    background-size: cover;
    border-radius: 2px;
}

@media (min-width: 768px) {
    .page-archive .entry-thumb {
        width: 200px;
        height: 200px;
    }
}

.page-archive .entry-description {
    margin: 0;
    font-size: 14px;
}

@media (min-width: 768px) {
    .page-archive .entry-description {
        font-size: 16px;
    }
}

.page-archive .social-buttons {
    display: block;
    margin-top: 8px;
}

.page-archive .categories {
    margin-bottom: 16px;
}

/* footer */
#footer {
    padding: 2rem 0;
    text-align: center;
    font-size: .8rem;
    color: #999;
    background: #fff;
}

#footer a {
    color: #999;
}

#footer p {
    margin: .5em auto;
    font-size: 12px;
}

/* タグ */
.archive-entry-tags .archive-entry-tag,
.archive-entry-tags .entry-tag,
.entry-tags .archive-entry-tag,
.entry-tags .entry-tag {
    display: inline-block;
    margin: 0 4px 0 0;
    margin-right: 4px;
}

.archive-entry-tags .archive-entry-tag-icon,
.archive-entry-tags .entry-tag-icon,
.entry-tags .archive-entry-tag-icon,
.entry-tags .entry-tag-icon {
    display: none;
}

.archive-entry-tags .archive-entry-tag-link,
.archive-entry-tags .entry-tag-link,
.entry-tags .archive-entry-tag-link,
.entry-tags .entry-tag-link {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    color: #454545;
    font-size: 14px;
    font-weight: 600;
}

.archive-entry-tags .archive-entry-tag-link:hover,
.archive-entry-tags .entry-tag-link:hover,
.entry-tags .archive-entry-tag-link:hover,
.entry-tags .entry-tag-link:hover {
    background: none;
}

.archive-entry-tags .archive-entry-tag-label,
.archive-entry-tags .entry-tag-label,
.entry-tags .archive-entry-tag-label,
.entry-tags .entry-tag-label {
    margin-left: 0;
}

.archive-entry-tags .archive-entry-tag-label::before,
.archive-entry-tags .entry-tag-label::before,
.entry-tags .archive-entry-tag-label::before,
.entry-tags .entry-tag-label::before {
    content: '#';
    margin-right: 1px;
}

/* ASIN */
.entry-content .hatena-asin-detail {
    padding: 16px;
    border: 1px solid #ddd;
    border-radius: 2px;
    font-size: 14px;
    line-height: 1.5;
}

@media (min-width: 992px) {
    .entry-content .hatena-asin-detail {
        padding: 24px;
    }
}

.entry-content .hatena-asin-detail .hatena-asin-detail-title {
    font-size: 16px;
}

/* 目次 */
.entry-content .table-of-contents {
    padding: 24px 24px 24px 48px;
    border: none;
    border-radius: 2px;
    background: #f8f7f5;
    font-size: 14px;
}

.entry-content .table-of-contents ul {
    margin-top: 4px;
}

.entry-content .table-of-contents li {
    margin-bottom: 4px;
}

/* コード */
.entry-content pre {
    padding: 24px;
    border-radius: 2px;
    font-size: 14px;
    background: #141311;
}

/* パンくず */
#top-box {
    position: sticky;
    background: #fff;
}

@media (min-width: 992px) {
    #top-box .breadcrumb {
        margin: 0 auto;
        padding-top: 16px;
        width: 650px;
    }
}
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInBhbnRyeS5jc3MiLCIuLi9zY3NzL3BhbnRyeS5zY3NzIiwiLi4vbm9kZV9tb2R1bGVzL25vcm1hbGl6ZS5jc3Mvbm9ybWFsaXplLmNzcyIsIi4uL3Njc3MvbGliL19jb3JlLnNjc3MiLCIuLi9zY3NzL2xpYi9fdmFyaWFibGUuc2NzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxpQkFBaUI7QUNDakI7Ozs7OztFQU1FO0FDUEYsNEVBQTRFO0FBRTVFO2dGQUNnRjtBQUVoRjs7OztHQUlHO0FEVUgsK0dBQVk7QUNSWjtJQUNFLGtCQUFpQjtJQUFFLE9BQU87SUFDMUIsMkJBQTBCO0lBQUUsT0FBTztJQUNuQywrQkFBOEI7SUFBRSxPQUFPO0NBQ3hDOztBQUVEO2dGQUNnRjtBQUVoRjs7R0FFRztBQUVIO0lBQ0UsVUFBUztDQUNWOztBQUVEOztHQUVHO0FBRUg7Ozs7OztJQU1FLGVBQWM7Q0FDZjs7QUFFRDs7O0dBR0c7QUFFSDtJQUNFLGVBQWM7SUFDZCxpQkFBZ0I7Q0FDakI7O0FBRUQ7Z0ZBQ2dGO0FBRWhGOzs7R0FHRztBQUVIOzs7SUFFTyxPQUFPO0lBQ1osZUFBYztDQUNmOztBQUVEOztHQUVHO0FBRUg7SUFDRSxpQkFBZ0I7Q0FDakI7O0FBRUQ7OztHQUdHO0FBRUg7SUFDRSxnQ0FBdUI7WUFBdkIsd0JBQXVCO0lBQUUsT0FBTztJQUNoQyxVQUFTO0lBQUUsT0FBTztJQUNsQixrQkFBaUI7SUFBRSxPQUFPO0NBQzNCOztBQUVEOzs7R0FHRztBQUVIO0lBQ0Usa0NBQWlDO0lBQUUsT0FBTztJQUMxQyxlQUFjO0lBQUUsT0FBTztDQUN4Qjs7QUFFRDtnRkFDZ0Y7QUFFaEY7OztHQUdHO0FBRUg7SUFDRSw4QkFBNkI7SUFBRSxPQUFPO0lBQ3RDLHNDQUFxQztJQUFFLE9BQU87Q0FDL0M7O0FBRUQ7OztHQUdHO0FBRUg7SUFDRSxvQkFBbUI7SUFBRSxPQUFPO0lBQzVCLDJCQUEwQjtJQUFFLE9BQU87SUFDbkMsMENBQWlDO1lBQWpDLGtDQUFp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 */
/* </system> */

span.author.vcard {
display: none;
}

/*記事内のリンクの色を変更*/
.entry-content a:link{
    color:#1a0dab;
    text-decoration:underline;
}

.entry-content a:visited{
    color:#1a0dab;
    text-decoration:underline;
}

.entry-content a:hover{
    color:#CC00AA;
    text-decoration:underline;
}

/* 邪魔なキーワード下線を消す */
a.keyword {
    border: 0 !important;
    text-decoration: none !important;
    pointer-events: none !important;
    cursor: default;
    color: #5A5A5A;
}

/*記事の日付を消す*/
.date {
display: none;
}

/*記事が書かれてからの日付を消す*/
.entry-footer-time {
display: none;
}

/* 記事タイトルの大きさ */
.entry-title {
font-size: 14px;
}