/* <system section="theme" selected="26006613689853841"> */
@charset "UTF-8";
/*
  Theme: LooseLeaf
  Author: Hatena Blog Team / みずー
  Responsive: yes
  Description:
    boilerplateを基調に、ルーズリーフっぽいデザインに仕上げました。
    2カラムレイアウトでレスポンシブ対応。
    記事やサイドバーは、白の角丸背景で仕切られています。
  Released under the MIT License.
*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */

/* - 更新履歴 -------------------------------------
v2021/03/01-02
・縮小時に記事のタイトルが拡大してしまう問題を修正
・脚注リストについて、デザインを追加
・aタグのデザインを変更

-------
v2021/02/14-01
・デフォルトの background-color を設定

-------
v2021/02/12-01
・アーカイブページの修正
・アーカイブページの検索モジュールのデザインを一部変更


---- 特筆事項 -------------------------------------
・「M+ Fonts」を利用(ヘッダの設定が必要)
------------------------------------------------- */





/**
 * 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 {
    position: relative;
    margin: 0;
    font-size: 15px;
    background: #e9f6e8;
}

body::before {
    background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/e/exe_3Z1K/20210207/20210207132248.png");
    background-attachment: fixed;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -512;
    content: "";
}

/**
 * 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: 'M PLUS 1p', sans-serif, 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic';
    /* 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: 'M PLUS 1p', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic';
    color: #555555;
    line-height: 1.6;
}

a {
    color: #1487bd;
}

a:hover {
    color: #0f668f;
}

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

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 {
    color: #333;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #0f668f;
}

/* ヘッダ（グローバルヘッダ）
  グローバルヘッダの中はiframeですが、
  #globalheader-container に背景色や文字色を指定することでiframeの中にも色が反映されます。 */
#globalheader-container {
    background-color: transparent;
    position: absolute; 
    color: #333;
    opacity: 0.6;
    transition: opacity 0.3s ease 0s;
}

#globalheader-container:hover {
    opacity: 1;
}


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

@media (min-width: 768px) {
    #container,
    #footer {
        max-width:100%;
        /* margin: auto; */
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    #container,
    #footer {
        max-width:100%;
        /* margin: auto; */
        padding-left: 0;
        padding-right: 0;
    }
}


/* 2カラムレイアウト */
#content-inner {    
    /*
    display: -webkit-box;
    display: -ms-flexbox;


    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    */

    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    flex-wrap: wrap;
}

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

        display: flex;
        justify-content: center;
        width: 100%;
    }
}

#wrapper {
    width: calc(100% - 10px);
}

@media (min-width: 768px) {
    #wrapper {
        max-width: calc(100% - 300px);
        width: 840px;
    }
}


#box2 {
    box-sizing: border-box;
    width: calc(100% - 10px);
}


@media (min-width: 768px) {
    #box2 {
        box-sizing: border-box;
        width: 280px;
    }
} 

/* 下記のスタイルを適用するとテーマを1カラムレイアウトにできます。
利用するにはコメントアウトを解除してください。
（2カラムレイアウトの場合はコメントアウト全体が不要です）
#content-inner {
    flex-direction: column;
    align-items: center;
}


#wrapper {
    width: 840px;
    max-width: 90%;
}

@media (min-width: 840px) {
    #wrapper{
        width: 840px;
        max-width: 90%;
    }
}


#box2 {
    box-sizing: border-box;
    width: 1080px;
    max-width: 90%;
    @media (min-width: 768px) {

    }
    @media (min-width: 992px) {

    }
}

#box2-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;  
    justify-content: flex-start;
    margin: 0;
    max-width: 100%;

    @media (min-width: 768px) {
        margin-left: -20px;
        flex-direction: row;
    }

    @media (min-width: 992px) {
        margin-left: -30px;
    }
}

@media (min-width: 768px) {
    #box2-inner {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        /* max-width: 50%; 
        width: 100%;
    }
}
---- END 1カラム */


/* 記事の中身 */
.entry-inner {
    background: #FFF;
    border-radius: 10px;
    padding: 15px 0;
}

@media (min-width: 768px) {
    .entry-inner {
        padding: 15px 0;
        margin-right: 10px;
    }
}

/* ヘッダ */
#blog-title {
    margin: 0 0;
    text-align: center;
    letter-spacing : 1px;                /* 文字間 */
    text-shadow: 
         2px  2px 1px #ffffff,
        -2px  2px 1px #ffffff,
         2px -2px 1px #ffffff,
        -2px -2px 1px #ffffff,
         2px  0px 1px #ffffff,
         0px  2px 1px #ffffff,
        -2px  0px 1px #ffffff,
         0px -2px 1px #ffffff;        /* 文字の影 */
}

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

#title {
    font-size: 2.3rem;
    margin: 0 0 0;
}

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

#title a {
    color: #252525;
}

/*
#title::after {
    display: block;
    font-weight: normal;
    font-size: 1.1rem;
    margin: 0em 0 0em;
    padding: 0;
    letter-spacing : 4px;                /* 文字間 
    text-shadow    :
         2px  2px 1px #ffffff,
        -2px  2px 1px #ffffff,
         2px -2px 1px #ffffff,
        -2px -2px 1px #ffffff,
         2px  0px 1px #ffffff,
         0px  2px 1px #ffffff,
        -2px  0px 1px #ffffff,
         0px -2px 1px #ffffff;        /* 文字の影 
    content: "－ 3Z1K-Works －";
    color: #444;
}*/

#blog-description {
    display: block;
    font-weight: normal;
    font-size: 0.9rem;
    color: #666;
    margin: 0em 0 0em;
    padding: 0;
    letter-spacing : 1px;                /* 文字間 */
    text-shadow: 
         2px  2px 1px #ffffff,
        -2px  2px 1px #ffffff,
         2px -2px 1px #ffffff,
        -2px -2px 1px #ffffff,
         2px  0px 1px #ffffff,
         0px  2px 1px #ffffff,
        -2px  0px 1px #ffffff,
         0px -2px 1px #ffffff;        /* 文字の影 */
    
}

@media(min-width: 996px) {
    #blog-description {
        font-size: 1rem;
    }
}

/* ヘッダ画像を設定したとき */
.header-image-enable #blog-title {
    margin: 0 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;
}

#blog-title-inner {
    background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/e/exe_3Z1K/20210209/20210209142436.png");
    background-position: center bottom;
    background-repeat: no-repeat;

    border: solid 0px #666;
    border-bottom-width: 2px;
}

#blog-title-content {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    height: 240px;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}








/* パンくず（カテゴリー、記事ページで表示されます） */
#top-box {
    display: flex;
    justify-content: center;
}

.breadcrumb {
    text-align: center;
    font-size: .9rem;
    display: block; 

    max-width: calc(100% - 20px);
    width: 1120px;
    margin: .5em 0;
    color: #999;
}

.breadcrumb a {
    color: #333;
    opacity: 0.6;
    font-weight: 400;
    text-decoration: none;
    transition: opacity 0.3s ease 0s;
    transition: font 0.3s ease 0s;
}

.breadcrumb a:hover {
    color: #444;
    opacity: 1;
    font-weight: 700;
    text-decoration: none;
}

.breadcrumb-inner:nth-child(2n+1) {
    display: flex;
    padding: 0 10px;
    justify-content: left;
    align-items: center;
}



.breadcrumb-inner{
    margin: 0;
    width: 1280px;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


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

.entry-header {
    padding-bottom: 0;
    margin-bottom: 1.5em;
    border-bottom: 0px solid #EEE;

    display: flex;
    flex-direction: column;
}


/* 投稿日 */
.date {
    background-color: #F66;
    padding-left: 20px;
    border-radius: 0 5px 5px 0;
    width: 110px;
    height: 30px;

    font-size: .9rem;
    letter-spacing: 0px;
    clip-path: polygon(0% 0%, 100% 0, calc(100% - 8px) 50%, 100% 100%, 0% 100%);
}

.date a {
    color: #FFF;
    text-decoration: none;
}


.date:hover {
    background-color: #F77;
}



/* 年 */
.date a time span:nth-child(1) {
    font-size: 12px;
    font-weight: 400;
    margin-right: 3px;
}

/* ハイフン */
.date a time span:nth-child(2),
.date a time span:nth-child(4) {
    display: none;
}

/* 月・日 */
.date a time span:nth-child(3), 
.date a time span:nth-child(5) {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 700;
}







.entry-title {
    padding: .1em 0;
    border-bottom: #888 dashed 1px;
    margin: 0 10px .2em;
    font-size: 1.8rem;
    font-weight: 800;
    color: #444;
    text-align: center;
}

@media (min-width: 992px) {
    .entry-title {
        font-size: 1.9rem;
        margin: 0 20px .2em;
    }
}

.entry-title-link {
    transition: color 0.3s ease 0s;
}

.entry-title-link:hover {
    color: #777;
}



/* カテゴリ */
.categories {
    margin: 0 10px .2rem;
    font-size: .9rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

@media(min-width:768px){
    .categories {
        margin: 0 20px .2rem;
    }
}

.entry-category-link,
.archive-category-link {
    text-decoration: none;

    background-color: #DB5;
    color: #FFF;
    padding: 5px 15px 3px 8px;
    border-radius: 2px 5px 5px 2px;
    margin-right: .5em;
    margin-bottom: .5em;

    font-size: .9rem;
    clip-path: polygon(0% 0%, 100% 0, calc(100% - 8px) 50%, 100% 100%, 0% 100%);
}

.entry-category-link:hover,
.archive-category-link:hover {
    background-color: #EC6;
    color: #FFF;
}

/*
.categories a:before{
    font-family: blogicon;
    content: "\f04a"; /* カテゴリアイコンの設定 
    margin-right: 2px;
}*/

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


/* 記事内の書式 */
/* 画像と動画の設定 */
.figure-image {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: left;
}


.entry-content {
    font-weight: 400;
    letter-spacing: 0.5px;
    margin: 0 10px;
}

@media (min-width: 768px) {
    .entry-content {
        margin: 0 20px;
    }
}

/* pタグの設定 */
.entry-content p {
    display: block;
    margin-block-start: 0.3em;
    margin-block-end: 1.8em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    line-height: 1.8em;
}

/* h系タグの設定 */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin: 3.5rem 0 0;
    padding: 0 3px;
}

.entry-content h1 {
    font-size: 2rem;
}

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

.entry-content h2 {
    font-size: 1.5rem;
    border-bottom: double 3px #999;
}

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

.entry-content h3 {
    font-size: 1.3rem;
    border-bottom: solid 1px #999;

}

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

.entry-content h4 {
    font-size: 1.2rem;
}

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

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

.entry-content ul,
.entry-content ol,
.entry-content dd {
    margin: 0 0 0em 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 {
    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: #f5f5f5;
}

.entry-content blockquote {
    border: 1px solid #ddd;
    margin: 0 0 10px;
    padding: 20px;
}

.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, 'M PLUS 1p';
}

.entry-content pre {
    white-space: pre-wrap;
    text-overflow: ellipsis;
    font-size: 100%;
    line-height: 1.3;
    font-size: .8rem;
    padding: 10px;
    margin: 0;
}

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

.entry-content .code {
    background: #303830;
    color: #fff;
    margin: 0.4em 0 0.4em 1rem;
    padding: 5px 8px;
    font-size: 12px;
}

@media (max-width: 992px) {
    .entry-content .code  {
        margin-left: 1rem;
    }
}

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

/* もくじの設定 */
.entry-content .table-of-contents {
    padding: .6rem 1rem .6rem 2rem;
    margin: 1rem 0 1rem 1rem;
    border: 2px solid #747;
    color: #747;
    border-width: 0 0 0 8px;
    border-radius: 0; /* 角の丸み */
    background-color: #FFF6FF;
}


.entry-content .table-of-contents::before {
    position: relative;
    top: 0px;
    left: -1.6rem;

    font-size: 1.3em;
    font-weight: 700;
    content: "もくじ";
}

.entry-content .table-of-contents a {
    text-decoration: none;
    color: #747;
    transition: background-color 0.3s ease 0s;
    border-bottom: 1px dashed #747;
}

.entry-content .table-of-contents a:hover {
    text-decoration: none;
    background-color: #EDE;
}






/* キーワードタグ */
.entry-content .keyword,
.summary-box .summary-block li .keyword {
    /* color: #33F; */
    text-decoration: none;
    margin: 0;
    display: inline;
    border-bottom: dotted;
    border-top: none;
    border-left: none;
    border-right: none;
    border-width: 1px;
    border-color: #ccc;
    background-color: transparent;
}

.entry-content .keyword:hover,
.summary-box .summary-block li .keyword:hover {
    background-color: #DDD;
}

.entry-content .keyword:before {
    content: none;
}


/* 通常のaタグ */
.entry-content p a {
    font-size: 100%;
    border: none;
    /* padding: 0.4em 1em; */
    transition: background 0.3s ease 0s;
    text-decoration:underline;
}

.entry-content p a:hover {
    background: #EEF;
}

/* [続きを読む] */
.entry-content .entry-see-more {
    text-decoration: none;
    transition: margin ease 0.3s;

    background: linear-gradient(120deg, #A3A, #ECE);
    color: #FFF;
    padding: 4px 100px 3px 30px;
    border-radius: 2px 5px 5px 2px;
    margin: 50px 5px 20px 10%;

    display: block;
    font-size: 15px;
    font-weight: 300;
    font-style: italic;
    clip-path: polygon(12px 0%, 100% 0, calc(100% - 12px) 50%, 100% 100%, 12px 100%, 0% 50%);
}


.entry-content .entry-see-more:hover {
    margin-left: 5px;
}

.entry-content .entry-see-more::after {
    content: " ...";
}

/* 脚注リスト */
div.footnote {
    font-size: 12px;
    color: #777;
    background-color: #EEE;
    
    border-radius: 8px;
    padding: 8px 15px;
}

div.footnote::before {
    font-size: 14px;
    font-weight: 700;
    content: "脚注";
}

p.footnote {
    margin-block-start: 0;
    margin-block-end: 0;
}

div.footnote a {
    color: #1487db;
}

div.footnote .footnote-number {
    color: #777;
    text-decoration: none;
}






/* 記事下 */
.entry-footer {
    margin: 0 10px;
}

@media(min-width:768px) {
    .entry-footer {
        margin: 0 20px;
    }
}

.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: 768px) {
    .comment-box .comment {
        font-size: .9rem;
    }
}

.comment-box .entry-comment {
    padding: 10px 0 10px 35px;
    border-bottom: 1px dashed #ddd;
    margin-top: 1em;
    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: 10px;
    left: 0;
    width: 24px !important;
    height: 24px !important;
    border-radius: 3px;
}

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

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

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

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

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

.leave-comment-title {
    /* padding: .6em 1em; */
    /* border: 1px solid #ddd; */
    font-size: .9rem;
    background: linear-gradient(to bottom, #0A6, #0A6 80%, #FFF 80%, #FFF 85%, #0A6 85%, #0A6);
    color: #FFF;
    border-radius: 5px;/*角の丸み*/

    padding: 6px 25px;
    text-decoration: none;
    transition: all 0.3s ease 0s;

    clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 50%, 100% 100%, 0 100%, 10px 50%);
}

.leave-comment-title:hover {
    background: linear-gradient(to bottom, #0B8, #0B8 80%, #FFF 80%, #FFF 85%, #0B8 85%, #0B8);
    color: #FFF;
}




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

.autopagerize_insert_before,
.pager-permalink {
    margin: 0 10px 2em 0;
}

@media(max-width:768px) {
    .pager-permalink {
        margin-right: 0;
    }
}

.autopagerize_insert_before a,
.pager-permalink a {
    color: #999;
    font-size: 12px;
    transition: color 0.3s ease 0s;
    text-decoration: none;
}

.autopagerize_insert_before a:hover,
.pager-permalink a:hover {
    color: #444;
}


/* ページ Next - Prev */
.pager .pager-next,
.pager .pager-prev {
    background-color: #FFF;
    border-radius: 10px;
    padding: 8px 20px;
}

.pager span:first-child {
    margin-right: 10px;
}










/* サイドバーモジュール */
.hatena-module {
    /* -webkit-box-sizing: border-box; */
    box-sizing: border-box;
    margin-bottom: 10px;
    padding: 5px 15px;
    width: 100%;
    font-size: .85rem;
    background: #FFF;
    border-radius: 10px;

    float: left;
    text-align: center;
    box-sizing: border-box;
    vertical-align: top;
}

@media (min-width: 768px) {
    .hatena-module {
        /* -webkit-box-sizing: border-box; */
        box-sizing: border-box;
        width: 100%;
        font-size: .9rem;
    }
}

.hatena-module-title {
    padding-bottom: 0;
    border-bottom: 1px dashed #999;
    margin-bottom: 10px;
    font-size: 12px;
    text-align: center;
    font-weight: 700;
}

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

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

/* Profile module */
.hatena-module-profile {
    font-size: 13px;
} 

@media (min-width: 768px) {
    .hatena-module-profile {
        /* -webkit-box-sizing: border-box; */
        box-sizing: border-box;
        /* font-size: .9rem; */
    }
}

.hatena-module-profile .hatena-module-body{
    display: flex;
    flex-direction: column;
}

.hatena-module-profile .profile-icon-link {
    display: flex;
    justify-content: center;
}

.hatena-module-profile .profile-icon-link img{
    width: 64px;
    border-radius: 12px;
    height: auto;
}

.hatena-module-profile .id {
    display: block;
    font-weight: 700;
}

.hatena-module-profile .profile-activities {
    margin-bottom: 0;
}

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

/* 読者になるボタンの設定 */
.hatena-follow-button-box {
    margin-top: 0;
    margin-bottom: 6px;
    display: flex;
    justify-content: center;
}



/* urllist module */
.hatena-module-links {
    width: 100%;
} 

@media (min-width: 768px) {
    .hatena-module-links {
        /* -webkit-box-sizing: border-box; */
        box-sizing: border-box;
        font-size: .9rem;
    }
}

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

.hatena-urllist li {
    padding: 2px 0;
    text-align: left;
}


/* Search module */
.hatena-module-search-box {
    width: 100%;
}

@media (min-width: 768px) {
    .hatena-module-search-box {
        /* -webkit-box-sizing: border-box; */
        box-sizing: border-box;
        font-size: .9rem;
    }
}

.hatena-module-search-box .hatena-module-title{
    margin-bottom: 5px;
}

.hatena-module-search-box .search-form {
    border: none;
    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: 0 5px 0 0;
    color: #454545;
    background: none;
    border: none;
    outline: none;
    height: 20px;
}

.hatena-module-search-box .search-module-button {
    width: 24px;
    height: 24px;
    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;

    transition: opacity 0.3s ease 0s;
    border-radius: 5px;
    background-color: #CCC;
}

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

/* 最近のコメント Module */
.hatena-module-recent-comments .recent-comments li {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}

.hatena-module-recent-comments .recent-comments li .user-id {
    width: 100%;
    font-size: 12px;
    color: #AAA;
}

.hatena-module-recent-comments .recent-comments li a {
    font-size: 14px;
    font-weight: 700;
}


/* HTML Module */
.hatena-module-html {
    float: left;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    vertical-align: top;
}

@media (min-width: 768px) {
    .hatena-module-html {
        /* -webkit-box-sizing: border-box; */
        box-sizing: border-box;
        font-size: .9rem;
    }
}

.hatena-module-html .hatena-module-title {
    border: none;
    margin-bottom: 3px;
}


/* category module */
.hatena-module-category {
    float: left;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    vertical-align: top;
} 

@media (min-width: 768px) {
    .hatena-module-category {
        /* -webkit-box-sizing: border-box; */
        box-sizing: border-box;
        font-size: .9rem;
    }
}


/* 記事関連 module */
.hatena-module-recent-entries,
.hatena-module-related-entries,
.hatena-module-entries-access-ranking {
    float: left;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    vertical-align: top;
    line-height: 16px;
    font-size: 12px;
    font-weight: 400;
}

.recent-entries-see-more {
    margin: 0 0 2px;
    text-align: right;
}

.recent-entries-see-more a {
    text-decoration: none;
    font-weight: 400;
    color: #999;
}

.recent-entries-see-more a:hover {
    color: #444;
}


/* 参加グループ module */
.hatena-module-circles {
    font-size: 12px;
}

.hatena-module-circles img {
    border-radius: 5px;
}

/* 執筆者リスト */
.hatena-module-authors-list {
    font-size: 12px;
}

.hatena-module-authors-list img {
    border-radius: 5px;
}







/* サイドバーのハイパーリンク汎用設定 */
.hatena-urllist li a {
    text-decoration: none;
    color: #999;
}

.hatena-urllist li a:hover {
    color: #444;
}


/* サイドバーのハイパーリンク詳細設定 */
.hatena-module-category .hatena-urllist li a,
.hatena-module-links .hatena-urllist li a,
.hatena-module-recent-entries .hatena-urllist li a,
.hatena-module-related-entries .hatena-urllist li a,
.hatena-module-entries-access-ranking .hatena-urllist li a,
.hatena-module-circles .hatena-urllist li a,
.hatena-module-authors-list .hatena-urllist li a {
    text-decoration: none;
    color: #999;
    transition: all 0.3s ease 0s;
}

.hatena-module-category .hatena-urllist li a:hover,
.hatena-module-links .hatena-urllist li a:hover,
.hatena-module-recent-entries .hatena-urllist li a:hover,
.hatena-module-related-entries .hatena-urllist li a:hover,
.hatena-module-entries-access-ranking .hatena-urllist li a:hover
{
    text-decoration: none;
    color: #444;
    font-size: 1.2em;
    font-weight: 700;
}

.hatena-module-circles .hatena-urllist li a:hover,
.hatena-module-authors-list .hatena-urllist li a:hover {
    text-decoration: none;
    color: #444;
    font-size: 1.1em;
    font-weight: 700;
}


.urllist-image.recent-entries-image,
.urllist-image.related-entries-image,
.urllist-image.entries-access-ranking-image,
.urllist-image.circle-image,
.urllist-image.authors-user-icon {
    font-size: 12px;
    border-radius: 6px;
    transition: none;
}

.urllist-image.recent-entries-image:hover,
.urllist-image.related-entries-image:hover,
.urllist-image.entries-access-ranking-image:hover,
.urllist-image.circle-image:hover,
.urllist-image.authors-user-icon:hover {
    font-size: 12px;
}

.hatena-urllist .urllist-category-link {
    font-size: .7rem;
}

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

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


/* 記事下の関連記事 */
.entry-footer-modules .hatena-module-related-entries {
    margin: 40px 0;
}

.entry-footer-modules .hatena-module-related-entries .hatena-module-title {
    border: none;
    border-radius: 5px;
    padding: 3px;

    background-color: #66F;
    color: #FFF;
    font-size: 13px;
    font-weight: 400;

    clip-path: polygon(0 0%, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 0 100%, 12px 50%);
}









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



/* Archive */
.archive-heading {
    margin: 0 10px 10px 0;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #FFF;

    color: #444;
    font-weight: 700;
    font-size: 1.3rem;
    text-align: center;
}

.search-result .search-result-form {
    background-color: #FFF;
    padding: 3px;
    border: none;
    border-radius: 10px;

    display: flex;
    align-items: center;
}

.search-result .search-result-button {
    background-color: #CCC;
    background-position: center;
    width: 24px;
    height: 24px;
    padding: 0;
    border-radius: 5px;

    background-size: 18px 18px;
    transition: opacity 0.3s;
}

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

.archive-entries {
    margin-right: 10px;
}

.archive-entry {
    padding: 15px 0;
    border-radius: 10px;
    background-color: #FFF;
    line-height: 1.3;
    margin: 20px 0;
}


.archive-entry-header {
    padding-bottom: 0;
    margin-bottom: 5px;

    position: relative;

    display: block;
    align-items: center;

    line-height: 1.6;
}

.archive-entry-header .entry-title {
    margin: 0 20px 10px;
}


.archive-entry-body {
    margin: 0 20px; 
}

.entry-thumb-link .entry-thumb {
    margin: 0 20px;
    border-radius: 10px;
}

.ad-online-afc {
    margin: 20px 10px 10px 0;
}




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

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

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

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






/* footer */
#footer {
    margin-top: 1em;
    padding: 1.3rem 0;
    text-align: center;
    font-size: .8rem;
    color: #999;
    background-color: #FFFC;
}

#footer a {
    color: #999;
}

#footer p {
    margin: .5em auto;
}
/* </system> */

/* <system section="background" selected="ebe9e3"> */
body{background:#ebe9e3;}
/* </system> */




@charset "UTF-8";
/*
  Theme: boilerplate
  Author: Hatena Blog Team
  Responsive: yes
  Description:
    はてなブログのデザインCSSカスタマイズの土台に適したデザインテーマです。
    このテーマをもとにしてCSSを書くと比較的楽にカスタマイズできます。
    特定の部分（例えば記事本文の書式やコメント欄のスタイルなど）だけをコピーして使ってもかまいません。
    もちろんそのままの状態でも、シンプルなテーマとして使うことができます。
    このCSSおよびSCSSファイルは自由に複製・再配布できます。
    このテーマをもとにしたデザインテーマの配布も自由です。
  Released under the MIT License.
*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */

/* - 更新履歴 -------------------------------------
v0203 - 2021/03/04
・幅に関するレイアウトを一部修正
・掲示板に関するレイアウトを追加
・インタラクティブ記事のスタイルを追加


---- 特筆事項 -------------------------------------
・「Font Awesome 5 Free」を利用 (ヘッダの設定が必要)
・「M+ Fonts」を利用(ヘッダの設定が必要)
・HAZARDクラスは、災害時に「display: none;」に切り替える
------------------------------------------------- */








/* ----------------------------------------------------------------------- 

- 以下は独自定義

----------------------------------------------------------------------- */

body {
    background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/e/exe_3Z1K/20210207/20210207132248.png");
    background-attachment: fixed;
}

body::before {
    background-image: none;
}

#container {
    overflow: hidden visible;
}

/* タイトル下メニューの設定(実質global-menuの設定) */

#top-editarea {
    margin-bottom: 1.5em;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 255;
}

/* グローバルナビゲーション(上部) 新定義 */
#gl-header {
    /* margin-bottom: 60px; */
}

.gl-fi {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}

.gl-sp {
    /* height: calc(31px + 38px); */
    height: 31px;
}

.gl-nav {
    width: 100%;
    background-color: #666;
    color: #FFF;

    display: flex;
    justify-content: center;
}

.gl-nav .content {
    width: 100%;

    display: flex;
    justify-content: space-between;
}

.gl-nav .blog-title {
    margin: 3px 0;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 700;
    width: 5rem;
}

.gl-nav .blog-title a {
    color: #FFF;
    text-decoration: none;
}

.gl-nav .blog-menu {
    padding: 0 15px;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}

.gl-nav .blog-menu li {
    margin: 0 0 0 30px;
    padding: 3px;
    text-align: center;
    list-style-type: none;
    white-space: nowrap;
}

.gl-nav .blog-menu li:first-child {
    margin-left: 0;
}

.gl-nav .blog-title,
.gl-nav .blog-menu li {
    opacity: .5;
    transition: opacity 0.3s ease 0s;
}

.gl-nav .blog-title:hover,
.gl-nav .blog-menu li:hover {
    opacity: 1;
}

.gl-nav .blog-menu li a {
    color: #FFF;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
}



/* グローバルメニュー */
.gl-menu {
    position: absolute;
    overflow-y: hidden;
    top: 31px;
    bottom: 0;
    right: -363px;

    width: 90%;
    max-width: 360px;
    height: 1080px;
    background-color: #FFFC;

    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);

    border-left: double 3px #666;
    transition: right 0.3s ease-in-out;

    z-index: 127;
}

.gl-menu .content {
    padding: 0 0 0 10px;
    margin: 10px 0 20px 0;
    width: (100% - 10px);

    list-style: none;
}

.gl-menu .content li {
    padding-left: 1rem;
}

.gl-menu .content li a {
    text-decoration: none;
    color: #333;
    opacity: 0.5;
    font-size: .9rem;
    font-weight: 400;
    transition: opacity 0.3s, font 0.3s;
}

.gl-menu .content li a:hover {
    font-size: 1.1rem;
    font-weight: 700;
    opacity: 1;
}

.gl-menu .content .title {
    padding-left: 0;
    border-bottom: dashed 1px #888;
    font-weight: 800;
}


.gl-menu .gl-fm {
    margin-right: 5px;

    padding: 0 5px 0 0;

    height: 26px;
    width: 305px;
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 15px;
}


.gl-menu .gl-input {
    background: none;
    outline: none;
    border: none;

    padding: 5px;

    color: #333;
    font-size: 13px;
    font-family: "M PLUS 1p";
    width: 230px;
}

.gl-menu .gl-submit {
    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='16' height='16'/%3E%3C/svg%3E") no-repeat center;
    background-size: 18px 18px;
    border: none;
    width: 22px;
    height: 22px;

    background-color: #CCC;
    opacity: 0.5;

    padding: 2px;
    margin-left: 5px;
    border-radius: 5px;

    outline: none;
    transition: opacity 0.3s ease 0s;
}

.gl-menu .gl-submit:hover {
    opacity: 0.85;
}



#gl-switch:checked + div {
    right: 0;
}


/* ヘッダ下の掲示板に関するデザイン */
.board {
    width: 630px;
    max-width: calc(100% - 40px);
    background-color: #FFF;
    
    padding: 7px 10px 12px;
    border-radius: 8px;
    margin: 20px auto 0;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.board .title {
    width: 630px;
    max-width: calc(100% - 10px);
    font-size: 15px;
    font-weight: 700;
    color: #FFF;
    background-color: #F55;
}
.board .title::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    font-size: 15px;
    padding-right: 4px;
    content: "\f0f3";
}
.board .content {
    width: 590px;
    max-width: calc(100% - 40px);
    
    padding: 5px 15px;
    border: solid 1px #F55;
    border-radius: 6px;
}


/* == パンクズリストを非表示にする == */
#top-box {
    display: none;
}


/* == 脚注を付すに際して、‍小さく表示するための span 用の class == */
.fn-mark {
    vertical-align: super;
    font-size: 10px;
}



/* == 行間調整 == */
.entry-content p,
.p-space {
    margin-inline-start: 0.2rem;
    margin-bottom: 4rem;
}

p.footnote {
    margin-block-start: 0;
    margin-block-end: 0;
}


/* == h4タグのアイコン == */
.entry-content h4::before {
    font-family: blogicon;
    margin-right: 3px;
    opacity: 0.8;
    content: "\f029";
}



/* == 旧画像定義 == */
.img_2_box img {
    width: 270px;
    max-width: 100%;
    max-height: 420px;
}

@media (min-width: 660px) {
    .img_2_box img {
        width: 49%;
        max-height: 420px;
    }
}

.img_4_box img {
    max-width: 49%;
    max-height: 420px;
}

@media (min-width: 660px) {
    .img_4_box img {
        width: 24.2%;
        max-height: 420px;
    }
}



/* ***** 画像新定義 ***** */
.img-1-box, .img-1-boxb,
.img-1L-box, .img-1L-boxb,
.img-1W-box, .img-1W-boxb,
.img-2-box, .img-2-boxb,
.img-4-box, .img-4-boxb {
    padding-left: 1rem;
}

@media(max-width: 996px) {
    .img-1-box, .img-1-boxb,
    .img-1L-box, .img-1L-boxb,
    .img-1W-box, .img-1W-boxb,
    .img-2-box, .img-2-boxb,
    .img-4-box, .img-4-boxb {
        padding-left: 1rem;
    }
}

.img-1-box img,
.img-1-boxb img {
    width: 480px;
    max-width: 100%;
    border-radius: 8px;/*角の丸み*/
}

.img-1L-box img,
.img-1L-boxb img {
    width: 600px;
    max-width: 100%;
    border-radius: 8px;/*角の丸み*/
}

.img-1W-box img,
.img-1W-boxb img {
    width: 100%;
    border-radius: 8px;/*角の丸み*/
}

.img-2-box img,
.img-2-boxb img {
    width: 270px;
    max-width: 100%;
    max-height: 420px;
    border-radius: 8px;/*角の丸み*/
}

.img-4-box img,
.img-4-boxb img {
    max-width: 49%;
    max-height: 420px;
    border-radius: 8px;/*角の丸み*/
}

.img-1-boxb img,
.img-1L-boxb img,
.img-1W-boxb img,
.img-2-boxb img,
.img-4-boxb img {
    border: 1px solid #AAA;
}

@media (min-width: 660px) {
    .img-2-box img,
    .img-2-boxb img {
        width: 49%;
        max-height: 420px;
    }

    .img-4-box img,
    .img-4-boxb img {
        width: 24.2%;
        max-height: 420px;
    }
}

.entry-content .table-of-contents {
    padding: .6rem 1rem .6rem 0;
    margin: 1rem 0 1rem 1rem;
    border: 2px solid #747;
    color: #747;
    background-color: #FFF;
    border-width: 2px 2px 2px 8px;
    border-radius: 0 20px; /* 角の丸み */
}


.entry-content .table-of-contents:before {
    position: relative;
    top: 0px;
    left: 10px;

    font-family: "Font Awesome 5 Free";
    font-size: 1.3em;
    font-weight: 900;
    content: "\f1d8\ \ \ もくじ";
}



/* もくじの設定 */
.table-of-contents li { /* 見出しのスタイルを無効化 */
    list-style-type: none;   /* マークの種類 */
    margin: 0.3em 0em;
}

.table-of-contents li:before{
    margin-left: 20px;

    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f152";
    margin-right: 8px;
}

.table-of-contents li ul li:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f101";
    margin-right: 8px;
}

.table-of-contents li ul li ul li:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    margin-right: 8px;
}


/* == Marker Box (注目部分を枠で囲んでハイライトする) == */
/* New */
.marker-box {
    padding: 0;
    margin: .3rem .5rem .3rem 1rem;
    border: 1px solid #444;
    border-width: 0 0 0 8px;
    border-radius: 0 20px; /* 角の丸み */
    background-color: #EEE;
}

.marker-box .title {
    padding: .4rem 0 .2rem .5rem;
    font-size: .95rem;
    font-weight: 800;
    color: #333;
}

.mb-r {
    border-color: #F66;
    background-color: #FEE;
}

.mb-y {
    border-color: #EB3;
    background-color: #FFEFDF;
}

.mb-g {
    border-color: #3DB;
    background-color: #DFFFEF;
}

.mb-b {
    border-color: #66F;
    background-color: #EEF;
}

.mb-p {
    border-color: #C5C;
    background-color: #F6E6F6;
}

.mb-r .title { color: #D44; }
.mb-y .title { color: #C91; }
.mb-g .title { color: #1B9; }
.mb-b .title { color: #44D; }
.mb-p .title { color: #A3A; }

@media (max-width: 996px) {
    .marker-box {
        margin-left: 1rem;
    }
}







/* Old(廃止予定) */
/* RED(Attention) */
.marker-attention {
    padding: 0em 1em 1em 2em;
    margin: 2em 2em;
    border: 1.5px solid #F66;
    border-width: 48px 0px 0px;
    border-radius: 5px;/*角の丸み*/
    background-color: #FEE;

    height: auto;
}
.marker-attention .title {
    color: #FFF;
    height: 0;
    z-index: 1;

    position: relative;
    font-weight: bold;
    font-size: 24px;
    top: -42px; left: -10px;
}
.marker-attention .title:after {
    color: #FFF;
    position: absolute;
    top: -5px; right: 0px;

    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
    content: "\f071";
}

/* YELLOW(Tips) */
.marker-tips {
    padding: 0em 1em 1em 2em;
    margin: 2em 2em;
    border: 1.5px solid #EB3;
    border-width: 48px 0px 0px;
    border-radius: 5px;/*角の丸み*/
    background-color: #FFEED2;

    height: auto;
}
.marker-tips .title {
    color: #FFF;
    height: 0;
    z-index: 1;

    position: relative;
    font-weight: bold;
    font-size: 24px;
    top: -42px; left: -10px;
}
.marker-tips .title:after {
    color: #FFF;
    position: absolute;
    top: -5px; right: 0px;

    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-size: 30px;
    content: "\f0eb";
    transform: rotate(30deg);
}

/* GREEN(Reference / Quote) */
.marker-ref,
.marker-quote,
.marker-rel {
    padding: 0em 1em 1em 2em;
    margin: 2em 2em;
    border: 1.5px solid #3DB;
    border-width: 48px 0px 0px;
    border-radius: 5px;/*角の丸み*/
    background-color: #DFE;

    height: auto;
}
.marker-ref .title,
.marker-quote .title,
.marker-rel .title {
    color: #FFF;
    height: 0;
    z-index: 1;

    position: relative;
    font-weight: bold;
    font-size: 24px;
    top: -42px; left: -10px;
}
.marker-ref .title:after {
    color: #FFF;
    position: absolute;
    top: -5px; right: 0px;

    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
    content: "\f02d";
}
.marker-quote .title:after {
    color: #FFF;
    position: absolute;
    top: -5px; right: 0px;

    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
    content: "\f10d";
}
.marker-rel .title:after {
    color: #FFF;
    position: absolute;
    top: -5px; right: 0px;

    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
    content: "\f07c";
}

/* PURPLE(Recommend) */
.marker-recom {
    padding: 0em 1em 1em 2em;
    margin: 2em 2em;
    border: 1.5px solid #C5C;
    border-width: 48px 0px 0px;
    border-radius: 5px;/*角の丸み*/
    background-color: #EDE;

    height: auto;
}
.marker-recom .title {
    color: #FFF;
    height: 0;
    z-index: 1;

    position: relative;
    font-weight: bold;
    font-size: 24px;
    top: -42px; left: -10px;
}
.marker-recom .title:after {
    color: #FFF;
    position: absolute;
    top: -5px; right: 0px;

    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
    content: "\f07c";
}

/* GRAY(Environment / Mail) */
.marker-env,
.marker-mail {
    padding: 0em 1em 1em 2em;
    margin: 2em 2em;
    border: 1.5px solid #AAA;
    border-width: 48px 0px 0px;
    border-radius: 5px;/*角の丸み*/
    background-color: #EEE;

    height: auto;
}
.marker-env .title,
.marker-mail .title {
    color: #FFF;
    height: 0;
    z-index: 1;

    position: relative;
    font-weight: bold;
    font-size: 24px;
    top: -42px; left: -10px;
}
.marker-env .title:after {
    color: #FFF;
    position: absolute;
    top: -5px; right: 0px;

    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
    content: "\f233";
}
.marker-mail .title:after {
    color: #FFF;
    position: absolute;
    top: -5px; right: 0px;

    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
    content: "\f0e0";
}

.marker-body {
    position: relative;
    margin: 1em 0 0;
    z-index: 2;
}


/* new */
.marker-box .marker-body {
    margin: 0;
    padding: 0 1rem .5rem 1.5rem;
}

.marker-box .no-title {
    margin: 0;
    padding: .5rem 1rem .5rem 1.5rem;
}

@media (max-width: 992px) {
    .marker-attention,
    .marker-tips,
    .marker-ref,
    .marker-quote,
    .marker-rel,
    .marker-recom,
    .marker-env,
    .marker-mail {
        margin: 1em 0;
    }
}


/* == ソースコード == */
.entry-content .code {
    background: #303830;
    color: #fff;
    margin: 0 0 0 1rem;
    padding: 5px 8px;
    font-size: 12px;
}

/* 言語マーカー */
.code-marker {
    margin: 0 0 0 1rem;
    background-color: #666;
    font-size: 12px;
    padding:2px 7px;
    color: #FFF;
    font-family: 'Monaco', 'Consolas','M PLUS 1p', 'Courier New', Courier, monospace, sans-serif;
}

.code-result {
    margin: 0 0 0 1rem;
    border: solid 1px #666;
    padding: 0.5em 0.5em;
}


/* == マーカーで下線をつけたようにする(spamでclass指定) == */
.entry-content .mark-yellow .keyword,
.mark-yellow {
    background: linear-gradient(transparent 70%, #FF5 70%);
}


/* == チェックリストを作成する new == */

ul.chk-list,
ul.chk_list {
    margin-left: 0;
    list-style: none;
}

.chk-list li::before,
.chk_list li::before {
    position: absolute;
    left: -1.3rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f058";
}

.chk-list li,
.chk_list li {
    position: relative;
    left: 1.2rem;
    width: calc(100% - 1.2rem);
    line-height: 1.4rem;
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
}


/* == グレーの枠線で囲む == */
.border-gray {
    padding: 1em 1em 1em 1em;
    margin: 1em 2em;
    border: 2px solid #777;
    border-radius: 5px;/*角の丸み*/
}

@media(max-width: 992px){
    .border-gray {
        margin: 1em 0em;
    }
}


/* カテゴリ紹介ボックス */
.entry-content .categories-box {
    margin: 5px 0;
    list-style-type: none;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;

    width: 100%;
}

.categories-box::-webkit-scrollbar {
    /* スクロールバーの高さの設定 */
    height: 4px;
}

.categories-box::-webkit-scrollbar-track {
    border-radius: 30px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}

.categories-box::-webkit-scrollbar-thumb {
    background-color: rgba(60, 60, 60, .5);
    border-radius: 10px;
    box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}




.category-box {
    width: 275px;
    height: 68px;
    margin: 5px 2px;
    border: none;
    border-radius: 8px;
    background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/e/exe_3Z1K/20210112/20210112012827.png");
    background-size: 100% 100%;

    display: flex;
    align-items: center;
}

.category-box img {
    width: 52px;
    margin: 5px 8px;
}

.category-box div {
    display: block;
    font-size: 14px;
    color: #555;

    line-height: 18px;
}


/* aタグにclassを設定することで、リンクボックスを作成 */
.entry-content .link_box {
    color: #44F;
    border: solid 2px #66F;/*線*/
    border-radius: 5px;/*角の丸み*/
    border-radius: 5px;/*角の丸み*/
    max-width: 100%;
    width: 90%;
    height: 2.2em;
    /* padding: 0.4em 1em; */
    text-decoration: none;
    margin: 1em;
    transition: color 0.3s ease 0s;

    display: flex;
    justify-content: center;
    align-items: center;
}

.entry-content .link_box:hover {
    background: #66F;
    color: #FFF;
    text-decoration: none;
}

.entry-content .link_box:before {
    font-family: blogicon;
    font-size: 1.3em;
    content: "\f702"; /* リンクアイコンの設定 */
    margin-right: 5px;
}

/* 「まとめ」(summary-box)のための設定 */
.two-c-list {
    margin: 10px 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: left;
}

.summary-box {
    width: 100%;
}

@media (min-width: 660px) {
    .summary-box {
        width: 48%;
        margin-right: 1%;
    }
}

.summary-box .summary-block {
    margin:10px 0px 40px;
}

.summary-box .summary-block li {
    list-style: none;
    margin: 5px 0px;
}

.summary-box .summary-block li a {
    list-style: none;
    margin: 6px 0;
    color: #55A;
    text-decoration: none;
    transition: background 0.3s ease 0s;
}

.summary-box .summary-block li a:hover{
    background: #DDF;
}

.summary-box .summary-block .sub-title {
    font-size: 20px;
    font-weight: bold;
    padding: 0 3px;
    border: solid 1px #777;
    border-width: 0 0 1px;
}

.summary-box .summary-block .main-title {
    font-size: 22px;
    font-weight: bold;
    color: #FFF;
    background-color: #777;
    padding: 2px 7px;
    margin: 0 0 15px;
    border: none;
}

.summary-box .light-on:before,
.summary-box .light-on-blue:before,
.summary-box .light-off:before {
    content: "";
    height: 28px;
    width: 28px;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}

.summary-box .light-on:before {
    background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/e/exe_3Z1K/20200821/20200821215736.png);
}

.summary-box .light-on-blue:before {
    background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/e/exe_3Z1K/20200914/20200914144048.png);
}

.summary-box .light-off:before {
    background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/e/exe_3Z1K/20200822/20200822133624.png);
}




/* ディレクションマーカーの設定 */
.direction-nav {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
}
@media (max-width: 720px){
    .direction-nav {
        display: flex;
        flex-wrap: wrap;
    }
}

.direction-nav a {
    text-decoration: none;
}


.direction-nav li:nth-child(1),
.direction-nav li:nth-child(3) {
    width: calc(50% - 56px);
}

.direction-nav li:nth-child(2) {
    width: 88px;
    margin: 0 3px;
}

@media (max-width: 720px){
    .direction-nav li:nth-child(1) {
        width: 100%;
    }
    .direction-nav li:nth-child(3) {
        width: calc(100% - 93px);
        margin-top: 5px;
    }
    .direction-nav li:nth-child(2) {
        width: 88px;
        margin: 0;
        margin-top: 5px;
        margin-right: 5px;
    }
}


.direction-nav .next-on,
.direction-nav .previous-on,
.direction-nav .next-off,
.direction-nav .previous-off,
.direction-nav .home {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

    text-align: center;
    vertical-align: center;
    letter-spacing: 0;

    background: #FFF;
    border-width: 2px;
    border-radius: 8px; /* 角の丸み */
    height: 80px;
}

.direction-nav .next-on,
.direction-nav .previous-on {
    background-color: #F0F0FF; /* 背景色 */
    color: #44C; /* 文字色 */
}

.direction-nav .next-off,
.direction-nav .previous-off {
    background-color: #F0F0F0; /* 背景色 */
    color: #777; /* 文字色 */
}

.direction-nav .home {
    background-color: #FFF0E0; /* 背景色 */
    color: #C80;
    padding: 0;
    font-size: 6px;
    font-weight: 700;
}

.direction-nav .home img {
    display: block;
    width: 40px;
    margin: 0;
}

.direction-nav .home div {
    display: block;
    height: 14px;
    margin: 0;
}

.direction-nav .next-on::before,
.direction-nav .next-off::before,
.direction-nav .previous-on::before,
.direction-nav .previous-off::before {
    display: block;
    width: calc(100% - 5px);
    padding-top: 2px;
    border-radius: 8px 8px 0 0;
    letter-spacing: 4px;

    color: #FFF;
    font-family: "Font Awesome 5 Free", 'M PLUS 1p';
    font-weight: 600;
    font-size: 13px;
}

.direction-nav .next-on::before {
    text-align: left; padding-left: 5px;
    background-color: #88D;
    content: "\f137NEXT";
}
.direction-nav .previous-on::before {
    text-align: right; padding-right: 5px;
    background-color: #88D;
    content: "BACK\f138";
}
.direction-nav .next-off::before {
    text-align: left; padding-left: 5px;
    background-color: #888;
    content: "\f137NEXT";
}
.direction-nav .previous-off::before {
    text-align: right; padding-right: 5px;
    background-color: #888;
    content: "BACK\f138";
}

.direction-nav .home::before {
    display: block;
    width: 100%;
    padding-top: 2px;
    border-radius: 8px 8px 0 0;
    background-color: #FA0;
    color: #FFF;

    letter-spacing: 2px;
    text-align: center;
    font-family: "Font Awesome 5 Free", 'M PLUS 1p';
    font-weight: 600;
    font-size: 13px;
    content: "\f015HOME";
}

.direction-nav .next-on::after,
.direction-nav .next-off::after,
.direction-nav .previous-on::after,
.direction-nav .previous-off::after,
.direction-nav .home::after  {
    display: block;
    height: 0;
    margin: 0;
    content: "";
}



/* ショートなどのホーム専用 */
.direction-nav.home-only {
    display: flex;
    justify-content: center;
    width: auto;
    max-width: 100%;
}

.direction-nav.home-only li {
    display: flex;
    justify-content: center;
    width: auto;
    max-width: 100%;
    margin: 0 5px;
}

.direction-nav.home-only a {
    max-width: 100%;
}

.direction-nav.home-only .home {
    width: 280px;
    max-width: 100%;
}

.direction-nav.home-only .home div {
    display: flex;
    flex-direction: row;
    align-items: center;

    width: 280px;
    max-width: 100%;
}

.direction-nav.home-only .home div img {
    width: 52px;
    margin: 0 10px 0 10px;
}

.direction-nav.home-only .home div div {
    display: block;
    text-align: left;

    font-weight: 400;
    font-size: 14px;
    height: 46px;
}

/* サイドバー */
.hatena-module-recent-entries .recent-entries li:first-child {
    display: none;
}




/* == インタラクティブ記事のスタイル == */
.talk {
    display: flex;
    align-items: flex-end;
    padding: 0 0px;
    margin: 1rem 0.2rem;
}

.talk .pict {
    display: inline-block;
    width: 72px;
    height: 72px;
    min-width: 72px;
    flex-grow: 0;
    border-radius: 10px;
    border: solid 0px #CCC;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
}

@media(max-width: 768px) {
    .talk .pict {
        width: 56px;
        height: 56px;
        min-width: 56px;
    }
}

.talk .content {
    max-width: 70%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.talk .content .text {
    background-color: #EEE;
    padding: 8px 15px;
    margin: 5px 0 0 0;
    border-radius: 10px 10px 10px 0;
    line-height: 22px;
}

.talk.pp-cat .content .text {
    background-color: #FFF0D0;
}

.talk.robot .content .text {
    background-color: #EEE;
}

.talk.mr-s .content .text {
    background-color: #FFE2E8;
}

.talk.pp-cat .pict {
    background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/e/exe_3Z1K/20210310/20210310002749.png");
    border: solid 2px #FFE0A0;
}

.talk.robot .pict {
    background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/e/exe_3Z1K/20210302/20210302170422.png");
    border: solid 2px #CCC;
}

.talk.mr-s .pict {
    background-image: url("https://cdn-ak.f.st-hatena.com/images/fotolife/e/exe_3Z1K/20210302/20210302180541.png");
    border: solid 2px #FFCCD5;
}

@media(max-width: 768px) {
    .ta-right {
        flex-direction: row-reverse;
    }

    .ta-right .pict {
        margin-right: 0;
        margin-left: 10px;
        transform: scale(-1, 1);
    }

    .ta-right .content .text {
        border-radius: 15px 15px 0 15px;
    }
}




/* スポンサードリンク */
.ad-link {
    display: static;
    border: 1px solid #AAA;
    margin: .5rem 0 .5rem 1rem;
    border-width: 1px 1px 1px 8px;
}

.ad-link::after {
    display: flex;
    justify-content: flex-end;

    color: #AAA;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0px;
    padding: 0 .2rem;
    margin: 0;

    font-family: "Font Awesome 5 Free", 'M PLUS 1p';

    content: "\f4d8\ Sponsored Link";
}


/* 災害時に発動 - 不要な画像やアドリンクの表示を消す */
.HAZARD-off {
    display: none;
}
