/* <system section="theme" selected="4207112889927646239"> */
@charset "UTF-8";
/*
  Theme: misotoma
  Author: みそトマト/MisoTomato
  Responsive: yes
  Description:
    boilerテンプレートを元にカスタマイズしたデザイン。自分用。
  Released under the MIT License.
*/
/*! 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.
 */
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: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    color: #262626;
    line-height: 1.9;
    font-size: 106.25%;
    --mc1: #ff4d7f;
    --mc2: #ffb8cc;
    --mc3: #ffebf0;
    --mc4: #fffcfd;
    --sc1: #4da120;
    --sc2: #cff2ac;
    --sc3: #e7f2dc;
    background-color: #fff;
    background-image: -webkit-repeating-linear-gradient(180deg, rgba(231, 242, 220, 0.6) 0em 0.5em, rgba(255, 255, 255, 0.6) 0.5em 1em),
                      -webkit-repeating-linear-gradient(90deg, #e7f2dc 0em 0.5em, #fff 0.5em 1em);
    background-image: repeating-linear-gradient(180deg, rgba(231, 242, 220, 0.6) 0em 0.5em, rgba(255, 255, 255, 0.6) 0.5em 1em),
                      repeating-linear-gradient(90deg, #e7f2dc 0em 0.5em, #fff 0.5em 1em);
    hyphens: manual;
}

a {
    text-decoration: none;
    color: #262626;
}

a:hover {
    text-decoration: underline;
    color: #262626;
}

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

.entry-content a {
    color: #3363ff;
    font-weight: bold;
}

.entry-content .table-of-contents a {
    color: #262626;
}
  
.entry-content a[target="blank"]:after {
    font-family: "Font Awesome 6 Free";
    content: "\00a0\f35d";
    font-weight: 900;
    font-size: 0.85em;
}

/* 削除と訂正 */
.entry-content ins {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #262626;
    line-height: 1.3;
    font-weight: bold;
}

/* グローバルヘッダー */
#globalheader-container {
    background: var(--mc1);
    color: #fff;
}

/* container */
#container,
#footer {
    padding: 0;
}

#container-inner {
    height: 100%;
}

/* 2カラムレイアウト */
#content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    row-gap: 2em;
}

#wrapper {
    max-width: 55em;
    width: 100%;
    margin: 0 0.66em;
}

#box2 {
    max-width: 55em;
    width: 100%;
    margin: 0 0.66em;
}

@media (min-width: 84em) {
    #content-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        column-gap: 2em;
    }
}

@media (min-width: 84em) {
    #wrapper {
        margin: 0;
    }

    #box2 {
        width: 20em;
        margin: 0;
    }
}

/* タイトル */
#blog-title {
    margin: 0 auto;
    text-align: center;
    padding: 2em;
    width: calc(100% - 4em);
    background-color: #fff;
    background-image: -webkit-repeating-linear-gradient(180deg, rgba(255, 235, 240, 0.6) 0em 0.5em, rgba(255, 255, 255, 0.6) 0.5em 1em),
                      -webkit-repeating-linear-gradient(90deg, #ffebf0 0em 0.5em, #fff 0.5em 1em);
    background-image: repeating-linear-gradient(180deg, rgba(255, 235, 240, 0.6) 0em 0.5em, rgba(255, 255, 255, 0.6) 0.5em 1em),
                      repeating-linear-gradient(90deg, #ffebf0 0em 0.5em, #fff 0.5em 1em);  
}

#blog-title-inner {
    margin: 0;
    padding: 1.5em;
}

#title {
    margin: 0;
    font-family: "Yusei Magic", sans-serif;
    font-size: 2.7rem;
    letter-spacing: 0.05em;
}

/* タイトル */
#title a, #blog-description {
    color: var(--mc1);
}
  
h1 {
    font-weight: normal;
}
  
@media(max-width: 30em) {
    #title {font-size: 2.2rem;}
}
  
@media(max-width: 22em) {
    #title {font-size: 1.7rem;}
}
  
@media (min-width: 84em) {
    #title {
      font-size: 2.9rem;
    }
}

#blog-description {
    font-weight: bold;
    font-size: .9rem;
    margin: 1em 0 0;
}

/* 読者になる（fixed） */
.blog-controlls-subscribe .blog-controlls-subscribe-btn {
    color: #fff;
    background-color: #3d424566;
    display: inline-flex;
    align-items: center;
    padding: 6px 8px;
    line-height: 1.25;
    font-size: 14px;
    font-weight: 700;
    border-radius: 6px;
    text-decoration: none;
}

/* 読者になる（profile） */
.hatena-follow-button.subscribing,
.hatena-follow-button.unsubscribing {
  background: #fff !important;
  color: #fff !important;
}

.hatena-follow-button.subscribing:hover,
.hatena-follow-button.unsubscribing:hover {
  width: auto;
  color: #fff !important;
}

.hatena-follow-button-box {
  font-size: 0.85rem !important;
  height: auto;
  margin: 1em 0 1.5em;
}

.hatena-follow-button {
  border: none !important;
  color: #fff !important;
  padding: 0;
  line-height: 1.9 !important;
  overflow: visible;
  height: auto !important;
}

.hatena-follow-button .subscribing .foreground,
.hatena-follow-button .subscribing .background,
.hatena-follow-button .unsubscribing .foreground,
.hatena-follow-button .unsubscribing .background {
  padding: 0.4em 0.5em;
  border-radius: 5px;
}

.hatena-follow-button .unsubscribing .foreground {
  background: var(--mc1);
  border: 3px solid var(--mc2);
}

.hatena-follow-button .unsubscribing .background,
.hatena-follow-button .subscribing .foreground {
  background: #f63900;
  border: 3px solid #fabfac;
}

.hatena-follow-button .subscribing .background {
  background: #262626;
  border: 3px solid #bfbfbf;
}

.hatena-follow-button-box .subscription-count {
  height: auto;
  line-height: 1.9;
  padding: 0 0.33rem;
  min-width: 0.5rem;
  font-size: 0.8rem;
}

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

.header-image-enable #blog-title #title,
.header-image-enable #blog-title #blog-description {
    background: transparent;
}

.header-image-enable #blog-title #blog-title-inner {
    padding: 0;
}

.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 {
    margin-left: 10px;
    margin-right: 10px;
}

.header-image-enable #blog-title #title a,
.header-image-enable #blog-title #blog-description {
    text-shadow: none;
}

/* ナビ */
#top-editarea {
    margin-bottom: 1.5em;
    padding: 8.5px 0;
    width: 100%;
    background: -webkit-repeating-linear-gradient(135deg, var(--mc1) 0em 0.2em, #fff 0.2em 0.4em, var(--sc1) 0.4em 0.6em, #fff 0.6em 0.8em);
    background: repeating-linear-gradient(135deg, var(--mc1) 0em 0.2em, #fff 0.2em 0.4em, var(--sc1) 0.4em 0.6em, #fff 0.6em 0.8em);
}

/* パンくずリスト */
#top-box {
    margin: 0 auto 1em;
    position: relative;
    max-width: 55em;
}

@media(min-width: 84em) {
    #top-box {
        max-width: 77em;
    }
}

.page-entry .breadcrumb, .breadcrumb {
    padding: 0.25rem 0.5rem;
    margin: 0 0.5rem;
    font-size: 0.9rem;
    border: 4px solid var(--mc2);
    background: var(--mc4);
    border-radius: 5px;
}

.breadcrumb-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.breadcrumb-link, .breadcrumb-child {
    /* 文字列の装飾 */
    line-height: 1;
    font-weight: bold;
    padding: 0.25rem 0.5rem;
    margin: 0.15rem 0;
    color: var(--mc1);
}

.breadcrumb-link span,
.breadcrumb-child a, .breadcrumb-child span {
    /* color,font-weightは↑と同じにすること！ */
    margin: 0;
    padding: 0;
    color: var(--mc1);
    font-weight: bold;
}

.breadcrumb-link:hover,
.breadcrumb-child-link:hover {
    -webkit-text-decoration: underline var(--mc1);
    text-decoration: underline var(--mc1);
}

.breadcrumb-link span:before {
    font-family: "Font Awesome 6 Free";
    content: "\f015";
    font-weight: 900;
}

.breadcrumb-child span:before, .page-archive .breadcrumb-child-link:before,
.page-archive .breadcrumb-child:last-child:before {
    font-family: "Font Awesome 6 Free";
    content: "\f07b\00a0";
    font-weight: 900;
}

.page-entry .breadcrumb-child:last-child span:before {
    content: none;
}

/* 記事 */
.entry-content, .entry-footer {
    margin: 1em;
}

.entry-content {
    overflow-wrap: break-word;
    margin-bottom: 3em;
}

.entry-inner {
    padding: 0.5em;
    margin: 0 0.5em;
    border: 4px solid var(--sc2);
    background: #fff; /* 内側の背景色 */
    border-radius: 5px;
}

.entry {
    position: relative;
    margin-bottom: 1.5em;
}

.entry-header {
    padding: 0.5em;
    padding-bottom: 0;
    margin-bottom: 1em;
    position: relative;
}

.date {
    margin-bottom: .5em;
    font-size: .9rem;
}

.date a, .date a:hover, .date time {
    color: #fff;
}

.date time {
    position: relative;
    background: var(--sc1);
    padding: 0.25em 0.5em;
    border: 1px dashed #fff;
    box-shadow: 0 0 0 0.2em var(--sc1);
    border-radius: 2px;
}

.date time:before {
    font-family: "Font Awesome 6 Free";
    content: "\f133\00a0";
    font-weight: 900;
    position: relative;
}

.date-last-updated time {
    background: var(--mc1);
    box-shadow: 0 0 0 0.2em var(--mc1);
}

.entry-title {
    margin: 0.5em 0 0;
    font-size: 1.5rem;
    padding: 0.3rem 0 0.3rem 0.25rem;
    position: relative;
    letter-spacing: 0.05rem;
    border-left: 10px solid var(--mc2);
}

@media (min-width: 84em) {
    .entry-title {
        font-size: 1.6rem;
    }
}

.entry-title a {
    font-family: "Noto Sans", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    color: var(--mc1);
    font-weight: bold;
}

.categories {
    margin: 0;
    font-size: 0.9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: relative;
    border-left: 10px solid var(--sc2);
}

.categories a {
    line-height: 1.5;
    color: var(--sc1);
    font-weight: bold;
    padding: 0.25em 0.5em;
    margin: 0.15em 0;
}

.categories a:before {
    font-family: "Font Awesome 6 Free";
    content: "\f07b\00a0";
    font-weight: 900;
}

/* 「編集する」ボタン */
.entry-header-menu {
    position: absolute;
    top: 0.25em;
    right: 0.25em;
    border: 2px solid var(--sc2);
    background: var(--sc1);
    padding: 0 0.5em;
    border-radius: 5px;
}

.entry-header-menu a {
    color: #fff;
    letter-spacing: 0.1em;
}

/* 記事内の書式 */
/* 続きを読む */
.entry-content a.entry-see-more {
    color: #3119a6;
    font-weight: bold;
    position: relative;
    border: 2px solid #33ccff;
    border-radius: 10px;
    padding: 0.25em 0.5em;
}

a.entry-see-more:hover {
    background: #b3ebff;
}
  
.entry-content a.entry-see-more:after {
    position: relative;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\00a0\f101";
    font-size: 0.7em;
    bottom: 0.15em;
}

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

/* 画像 */
.entry-content img:not(.profile-icon) {
    border-radius: 5px;
}

.entry-content p:has(img) {
    text-align: center;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin: 1em 0 0.8em 0;
}

.entry-content h1 {
    font-size: 160%;
}

.entry-content h2 {
    font-size: 150%;
}

.entry-content h3 {
    font-size: 140%;
}

.entry-content h4 {
    font-size: 130%;
}

/* 見出し */
.entry-content h3,
h2.archive-heading {
  background: var(--mc1);
  box-shadow: 0 0 0 0.2em var(--mc1);
  border: dashed 2px #fff;
  padding: 0.25em 0.5em;
  border-radius: 2px;
  margin: 1em 0;
  color: #fff;
}

.entry-content h4 {
  position: relative;
  padding: 0.25em 0;
  margin: 1em 0 0.8em;
}

.entry-content h4::after {
  content: "";
  display: block;
  height: 4px; /* ラインの幅 */
  background: -webkit-linear-gradient(to right, var(--sc1), transparent);
  background: linear-gradient(to right, var(--sc1), transparent)
}

.entry-content h5 {
    font-size: 1rem;
}

.entry-content h6 {
    font-size: .9rem;
}

/* 文章 */
.entry-content p {
    margin: 0 0 1em;
}

.entry-content div {
    margin: 0 0 1em;
}

/* 箇条書きリスト */
/* 大枠 */
.entry-content ul, .entry-content ol {
  border: solid 2px var(--lxcolor);
  border-radius: 10px;
  padding: 0 0.5em 0.2em;
  position: relative;
  counter-reset: number;
  margin: 0 0 1em;
  font-weight: bold;
  font-size: 0.9rem;
}

ul, ol {
  --lx: inherit; --lxi: 0;
  --mx: inherit; --mxi: 0;
}

/* 行 */
li > ul, li > ol {
  --lxcolor: inherit;
}
  
.entry-content ul li, .entry-content ol li {
  line-height: calc(1.9 + var(--llhtr));
  --llhtr: 0.4;
  padding: 0.1em 0 0.1em var(--lpleft1);
  --lpleft1: calc(1.4em + var(--lx)*var(--lxi) + var(--mx)*var(--mxi));
  border-bottom: dashed 1px var(--lxcolor);
  list-style-type: none!important;
  position: relative;
  margin: 0;
}

ul li, ol li {
  --lx: 0em; --lxi: 0;
  --mx: 0em; --mxi: 0;
}

.entry-content ul ul, .entry-content ul ol,
.entry-content ol ul, .entry-content ol ol {
  border: none;
  margin: 0;
  padding: 0;
}

/* ulのマーカー1 */
.entry-content ul > li:before {
    font-family: "Font Awesome 6 Free";
    content: "\f304";
    font-weight: 900;
    position: absolute;
}
  
/* ulのマーカー2 */
.entry-content li ul > li:before {
    font-family: "Font Awesome 6 Free";
    content: "\f105";
    font-weight: 900;
}
  
/* ulのマーカー3 */
.entry-content li li ul > li:before {
    font-family: "Font Awesome 6 Free";
    content: "\f101";
    font-weight: 900;
}

/* ulのマーカー4 */
.entry-content li li li ul > li:before {
    font-family: "Font Awesome 6 Free";
    content: "\f0da";
    font-weight: 900;
}

/* ulのマーカー5 */
.entry-content li li li li ul > li:before {
    font-family: "Font Awesome 6 Free";
    content: "\f0da\f0da";
    font-weight: 900;
}

/* olのマーカー1 */
.entry-content ol > li:before {
    font-family: "Noto Sans", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    content: counter(number) ".";
    counter-increment: number;
    position: absolute;
}
  
/* マーカーの位置と色 */
.entry-content ul li:before, .entry-content ol li:before {
    right: calc(100% - 1em);
    color: var(--lxcolor);
}

/* 最後の行の下線を消す */
.entry-content ul:not(.flexbox1) li:last-of-type,
.entry-content ol li:last-of-type {
    border-bottom: none;
}

/* デフォルトの色 */
ul, ol {
    --lxcolor: #262626;
    --lgcolor: #fff;
}

/* 目次の色 */
ul.table-of-contents {
    --lxcolor: var(--mc1);
}

/* リスト補足 */
.freezed ul, .freezed ul li {
    border: none;
    --mx: 1.5em;
    --mxi: -1;
}

.freezed ul li:before {
    content: none;
}

/* 説明リスト */
dl {
    background: var(--tdcolor2);
    border-radius: 10px;
    padding: 0.25em 1em 0.5em;
    margin: 0 0 1em;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

dt {
    background: var(--thcolor);
    border-radius: 10px;
    padding: 0.15em 0.45em;
    margin: 0.5em 0.5em 0 0;
    font-size: 110%;
    font-weight: bold;
    color: var(--hcolor);
}

dd {
    flex-basis: 99%;
    margin: 0;
    padding: 0.5em;
    color: var(--dcolor);
}

dd:not(:last-child) {
    border-bottom: 1px dashed var(--thcolor);
}

.entry-content dl div {
    margin: 0;
    padding: 0;
}

/* テーブル */
table {
    border-collapse: separate;
    white-space: nowrap; /* 文字列を折り返さない */
    line-height: 1.5;
    border-spacing: 0;
    margin: 0;
    display: table;
}

th, td {
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-left: 0px;
    border-top: 0px;
    border-color: var(--txcolor);
    padding: 0.3em 0.6em;
}
  
tr:first-child th,
tr:first-child td {
    border-top: 1px solid;
    border-color: var(--txcolor);
}
  
th:first-child,
td:first-child {
    border-left: 1px solid;
    border-color: var(--txcolor);
}
  
/* デフォルト色 */
table, dl {
    --txcolor: #fff;
    --thcolor: #262626;
    --tdcolor1: #bfbfbf;
    --tdcolor2: #f2f2f2;
    --hcolor: #fff;
    --dcolor: #000;
}

/* 角を丸く */
tr:first-child th:first-child,
tr:first-child td:first-child {
  border-top-left-radius: 5px;
}

tr:first-child th:last-child,
tr:first-child td:last-child {
  border-top-right-radius: 5px;
}

tr:last-child th:first-child,
tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}

tr:last-child th:last-child,
tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}

/* 色 */
th, dt {
    background: var(--thcolor);
    color: var(--hcolor);
    font-weight: bold;
}

tr:nth-child(even) td {
    background: var(--tdcolor1);
}

tr:nth-child(odd) td {
    background: var(--tdcolor2);
}

td, dd {
    color: var(--dcolor)
}

/* テーブルのキャプション */
.entry-content div div,
.entry-content div ul, .entry-content div ol,
.entry-content div dl, .entry-content div p,
.entry-content li div, .entry-content li p {
    margin-bottom: 0;
}

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

/* 脚注 */
div.footnote {
    border-top: 1px solid var(--mc2);
    padding-top: 1em;
    margin-top: 3em;
}

/* 引用ボックス */
blockquote {
    display: block;
    border-radius: 0;
    border: 0;
    background: none;
    color: #000;
    margin: 0 0 1em;
    padding: 0;
    --thcolor: #262626;
    --tdcolor2: #f2f2f2;
}

blockquote > div, blockquote > p,
blockquote > ul, blockquote > ol {
    border-radius: 20px!important;
    border: 2px solid var(--thcolor)!important;
    background: #fff;
    font-size: 1rem!important;
    padding: 1.4em 2.5em 1.6em!important;
    margin: 1.5em!important;
    position: relative;
}

.entry-content div blockquote {
    margin-bottom: 0;
}

blockquote > div:before, blockquote > div:after,
blockquote > p:before, blockquote > p:after,
blockquote > ul:before, blockquote > ul:after,
blockquote > ol:before, blockquote > ol:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    color: #fff;
    font-size: 1.3em;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5;
    border-radius: 50%;
    border: 1px solid var(--thcolor);
    text-align: center;
    padding: 0.25em;
    background: var(--thcolor);
}

blockquote > div:before, blockquote > p:before,
blockquote > ul:before, blockquote > ol:before {
    content: "\f10d";
    top: -1em;
    left: -1em;
}

blockquote > div:after, blockquote > p:after,
blockquote > ul:after, blockquote > ol:after {
    content: "\f10e";
    bottom: -1em;
    right: -1em;
}

cite, em, i {
    font-style: normal;
}

blockquote cite {
    display: block;
    text-align: right;
    font-style: italic;
    padding: 0.5em 1.5em;
    background: #fff;
    border-radius: 0;
    border: 0;
}

/* コードブロック */
pre, code {
    font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}

pre {
    background: #fff;
    overflow: auto;
    border: none;
    white-space: pre;
    text-overflow: clip;
    line-height: 1.7;
    position: relative;
    counter-reset: number;
    font-size: 1rem;
    margin: 0 0 1em;
    padding: 0;
}
  
.entry-content div pre {
    margin-bottom: 0;
}

.entry-content code {
    font-size: 90%;
    margin: 0 0.13em;
    padding: 0.1em 0.33em;
    background-color: #f6f6f6;
    border-radius: 3px;
    border: 1px solid #d8d8d8;
}

/* 区切り線 */
hr {
    width: 65%;
    border: 0;
    border-top: 1px solid #262626;
    margin: 3em auto;
}

/* はてなタグ */
.entry-tag .entry-tag-link,
.archive-entry-tag .archive-entry-tag-link {
    margin-bottom: 0;
    padding: 0;
    color: var(--mc1);
    border: none;
    background: #fff;
    font-weight: bold;
    font-size: 0.875rem;
}

.entry-tag .entry-tag-link {
    padding: 0.25rem 0.5rem;
    border-radius: 5px;
    border: 1px solid var(--mc2);
}

.archive-entry-tag .archive-entry-tag-link:hover {
    background: #fff;
    text-decoration: underline;
}

.entry-tag .entry-tag-link:hover {
    background: var(--mc3);
    text-decoration: none;
}

.archive-entry-tag .archive-entry-tag-icon path,
.entry-tag .entry-tag-icon path {
    fill: #ff5988;
}

.archive-entry-tags-wrapper {
    margin: 0.5em 0;
}

.archive-entry-tags:has(svg) {
    display: inline-block;
}

/* 記事下 */
.hatena-star-container {
    margin-bottom: 1em;
}

.hatena-star-container span {
    font-size: 15px;
}

.entry-footer .social-buttons {
    margin-bottom: 1em;
}

.entry-footer-section {
    color: #999;
    font-size: .9rem;
}

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

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

.comment-box .comment {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
    line-height: 1.7;
    font-size: .85rem;
}

@media (min-width: 84em) {
    .comment-box .comment {
        font-size: .9rem;
    }
}

.comment-box .entry-comment {
    padding: 0.66rem 0 0.66rem 4rem;
    border-bottom: 1px dashed var(--sc1);
    position: relative;
}

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

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

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

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

.comment-content {
    margin: 0 0 .4em 0;
    overflow-wrap: break-word;
    color: #262626;
    font-size: .85rem;
}

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

.comment-metadata {
    color: #999;
    margin: 0;
    font-size: .8rem;
}

.comment-metadata span {
    font-size: 15px;
}

.leave-comment-title,
.leave-comment-title:hover {
    line-height: 1.5;
    border-radius: 2px;
    color: #fff;
    font-weight: bold;
    padding: 0.25em 0.5em;
    background: #666;
    margin-right: 0.5em;
    border: 1px dashed #fff;
    box-shadow: 0 0 0 0.2em #666;
}

.leave-comment-title:before {
    content: "\f075\00a0";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

/* ページャ */
.pager {
    background: #fffcfd;
    padding: 0.25rem 0.5rem;
    margin: 0 0.5rem 1.5rem;
    border: 4px solid var(--mc2);
    border-radius: 5px;
    font-size: 0.9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.pager-prev, .pager-next {
    margin: 0.15rem  0;
    font-weight: bold;
    padding: 0.25rem 0.5rem;
    line-height: 1;
}

.pager-next a, .pager-prev a {
    color: var(--mc1);
}

/* サイドバーモジュール */
.hatena-module {
    background: #fff;
    border: 4px solid var(--sc2);
    border-radius: 5px;
    padding: 1rem;
    margin: 0 0.5rem 1.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: .85rem;
}

@media (min-width: 84em) {
    .hatena-module {
        font-size: .9rem;
    }
}

.hatena-module-title {
    margin-bottom: 1em;
    padding: 0.25em 0.5em;
    font-size: 1rem;
    font-weight: bold;
    background: var(--sc1);
    border: 1px dashed #fff;
    border-radius: 2px;
    box-shadow: 0 0 0 0.2em var(--sc1);
}

.hatena-module-title,
.hatena-module-title a {
    color: #fff;
}

.hatena-module-body {
    margin: 0.5em;
}

.hatena-module-title:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.hatena-module-profile .hatena-module-title:before {
    content: "\f2bd";
}

.hatena-module-search-box .hatena-module-title:before {
    content: "\f002";
}

.hatena-module-recent-entries .hatena-module-title:before {
    content: "\f017";
}

.hatena-module-category .hatena-module-title:before {
    content: "\f07b";
}

.hatena-module-archive .hatena-module-title:before {
    content: "\f07c";
}

.hatena-module-related-entries .hatena-module-title:before {
    content: "\f02b";
}

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

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

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

.profile-description {
    clear: left;
}

.profile-about {
    margin-bottom: 1em;
}

.profile-about a {
    font-weight: bold;
    color: #fff;
    padding: 0.4em 0.5em;
    border: 3px solid #b0c2ff;
    background: #3363ff;
}

.page-about .entry-content dl {
    --thcolor: #3363ff;
    --tdcolor1: #e8edff;
}

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

.hatena-urllist li {
    padding: .5em 0;
    border-bottom: 1px dashed var(--sc1);
}

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

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

.hatena-urllist .urllist-date-link a {
    color: var(--sc1);
    font-size: 0.9rem;
}

.hatena-urllist .urllist-title-link {
    color: #262626;
}

.hatena-urllist .urllist-entry-body {
    font-size: 95%;
    margin-top: .3em;
}

/* 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: #262626;
    background: none;
    border: none;
    outline: none;
    height: 1.33rem;
}

.hatena-module-search-box .search-module-button {
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 0.33rem;
    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;
    -webkit-background-size: 1.33rem 1.33rem;
    background-size: 1.33rem 1.33rem;
    border: none;
    outline: none;
    color: transparent;
    overflow: hidden;
    opacity: .5;
    cursor: pointer;
}

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

/* 検索結果 */
.search-result {
    margin: 0 0.5em 3em;
    border: 4px solid var(--mc2);
    border-radius: 5px;
    background: #fff;
    padding: 1em;
}

.search-result .archive-heading {
    margin: 0;
    margin-bottom: 1.5rem;
}

/* 関連記事 */
.hatena-module.hatena-module-related-entries {
    padding: 1em 0;
    margin: 0 0 1.5rem;
    border: none;
}

.related-entries-entry-body:before {
    font-family: "Font Awesome 6 Free";
    content: "\f02d\00a0";
    font-weight: 900;
    color: var(--mc1);
}

/* Archive */
.archive-header-category {
    margin-bottom: 1.5em;
}

.archive-header-category .archive-heading {
    position: relative;
}

.archive-header-category .archive-heading:after {
    position: relative;
    content: " の記事一覧";
}

h2.archive-heading {
    margin: 1.7em;
}

.page-archive .archive-entry {
    margin: 0 0.5em 1.5em;
    padding: 1em 0.5em;
    line-height: 1.3;
    background: #fff; /* 内側の背景色 */
    border: 4px solid var(--mc2);
    border-radius: 5px;
    position: relative;
}

.page-archive .archive-entry-header {
    padding: 0.5em;
    padding-bottom: 0;
}

.page-archive .archive-entry .categories {
    padding: 0;
    margin: 0 0.5rem 0.5rem;
    position: relative;
}

.page-archive .archive-entry-body {
    margin: 0.5em;
}

.page-archive .entry-thumb {
    width: 10em;
    height: 5.25em;
    -webkit-background-size: cover;
    background-size: cover;
    margin-right: 0.625em;
    margin-left: 0.625em;
}

@media (min-width: 84em) {
    .page-archive .entry-thumb {
        width: 15.2em;
        height: 7.98em;
    }
}

.page-archive .entry-description {
    margin: 0;
    font-size: .85rem;
}

@media (min-width: 72.75em) {
    .page-archive .entry-description {
        font-size: .9rem;
    }
}

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

/* footer */
#footer {
    margin-top: 2em;
    padding-bottom: 2rem;
    text-align: center;
    font-size: .8rem;
    color: #999;
}

#footer a {
    color: #999;
}

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

/* smartphone */
@media(max-width: 30em) {
    html, body {
        font-size: 100%;
}
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImJvaWxlcnBsYXRlLmNzcyIsIi4uL3Njc3MvYm9pbGVycGxhdGUuc2NzcyIsIi4uL25vZGVfbW9kdWxlcy9ub3JtYWxpemUuY3NzL25vcm1hbGl6ZS5jc3MiLCIuLi9zY3NzL2xpYi9fY29yZS5zY3NzIiwiLi4vc2Nzcy9saWIvX3ZhcmlhYmxlLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsaUJBQWlCO0FDQ2pCOzs7Ozs7Ozs7Ozs7RUFZRTtBQ2JGLDRFQUE0RTtBQUU1RTtnRkFDZ0Y7QUFFaEY7Ozs7R0FJRztBQUVIO0lBQ0Usa0JBQWlCO0lBQUcsT0FBTztJQUMzQiwyQkFBMEI7SUFBRyxPQUFPO0lBQ3BDLCtCQUE4QjtJQUFHLE9BQU87Q0FDekM7O0FBRUQ7Z0ZBQ2dGO0FBRWhGOztHQUVHO0FBRUg7SUFDRSxVQUFTO0NBQ1Y7O0FBRUQ7O0dBRUc7QUFFSDs7Ozs7O0lBTUUsZUFBYztDQUNmOztBQUVEOzs7R0FHRztBQUVIO0lBQ0UsZUFBYztJQUNkLGlCQUFnQjtDQUNqQjs7QUFFRDtnRkFDZ0Y7QUFFaEY7OztHQUdHO0FBRUg7OztJQUVPLE9BQU87SUFDWixlQUFjO0NBQ2Y7O0FBRUQ7O0dBRUc7QUFFSDtJQUNFLGlCQUFnQjtDQUNqQjs7QUFFRDs7O0dBR0c7QUFFSDtJQUNFLGdDQUF1QjtZQUF2Qix3QkFBdUI7SUFBRyxPQUFPO0lBQ2pDLFVBQVM7SUFBRyxPQUFPO0lBQ25CLGtCQUFpQjtJQUFHLE9BQU87Q0FDNUI7O0FBRUQ7OztHQUdHO0FBRUg7SUFDRSxrQ0FBaUM7SUFBRyxPQUFPO0lBQzNDLGVBQWM7SUFBRyxPQUFPO0NBQ3pCOztBQUVEO2dGQUNnRjtBQUVoRjs7O0dBR0c7QUFFSDtJQUNFLDhCQUE2QjtJQUFHLE9BQU87SUFDdkMsc0NBQXFDO0lBQUcsT0FBTztDQUNoRDs7QUFFRDs7O0dBR0c7QUFFSDtJQUNFLG9CQUFtQjtJQUFHLE9BQU87SUFDN0IsMkJBQTBCO0lBQUcsT0FBTztJQUNwQywwQ0FBaUM7WUFBakMs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 */
/* </system> */

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