/* <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> */