/* <system section="theme" selected="17680117126990535146"> */
@charset "UTF-8";
/*
  Theme: Primeiro:
  Author: yumedasuke
  Responsive: yes
  Description:
    レフトサイドに固定サイドバーを搭載したおしゃれなテーマです。レスポンシブ対応ですのでスマホでも快適に閲覧できる
    おしゃれなブログが作れます。Primeiro:のカスタマイズは製作者のブログに記載していますのでぜひご覧ください。
  Released under the MIT License.
*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
    /* 2 */
}

.user-name-nickname{
    color: #2c6ebd;
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
    display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none;
}

html,
body {
    font-family: 'Helvetica Neue', Helvetica, Arial, 'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', sans-serif;
    color: #454545;
    background-color: #fff;
    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: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: #454545;
    color: #fff;
}

/* container */
#container,
#footer {
    padding-left: 10px;
    padding-right: 10px;
}

#main{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 15px auto;
    margin-bottom: 64px;
    max-width: 960px;
    padding: 0 24px;
    width: 100%;
}

@media (max-width: 568px) {
    #main{
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 5px auto;
        margin-bottom: 64px;
        max-width: 960px;
        padding: 0 5px;
        width: 100%;
    }
}

@media (min-width: 768px) {
    #container,
    #footer {
        width: 720px;
        margin: auto;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    #container,
    #footer {
        width: 100%;
    }
}


@media (min-width: 768px) {
    #wrapper {
        width: 480px;
    }
}

@media (min-width: 992px) {
    #wrapper {
        width: auto;
        margin: 0em 0 0em 280px;
    }
}

#box2 {
    background-color: #fafafa;
}

@media (min-width: 768px) {
    #box2 {
        width: 200px;
    }
}

@media (min-width: 992px) {
    #box2 {
        position: fixed;
        top: 0px;
        height: 100%;
        width: 280px;
        z-index: 95;
        border-right: 1px solid rgba(0,0,0,0.12);
    }

    .adx-responsive-mode {
        margin-top: 0em;
        margin-bottom: 0em;
        text-align: center;
    }

    #box2-inner{
        padding: 10px;
        z-index: 95;
    }

    #box2:hover {
        overflow: auto;
    }
}

/* ヘッダ */

#blog-title {
    margin: 2em 0;
    text-align: center;
    transition: .5s;
}

.hide {
    transform: translateY(-100%);
}

@media (min-width: 768px) {
    #blog-title {
        margin: 0em 0 0em 280px;
        text-align: center;
        display: flex;
        justify-content: center;
        padding: 105px;
    }
}

#title {
    margin: 0;
    font-size: 1.5rem;
}

@media (min-width: 992px) {
    #title {
        font-size: 1.7rem;
    }
}

#title a {
    color: #454545;
}

#blog-description {
    font-weight: normal;
    font-size: .8rem;
    margin: 1em 0 0;
}

/* ヘッダ画像を設定したとき */
.header-image-enable #blog-title {
    margin: 0 0 2em;
}

.header-image-enable #blog-title-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header-image-enable #blog-title-content {
    margin-left: 10px;
    margin-right: 10px;
}

/* タイトル下HTML */
#top-editarea {
    margin-bottom: 1em;
}

/* パンくず（カテゴリー、記事ページで表示されます） */
.breadcrumb {
    font-size: .9rem;
    padding: 15px 0 15px 40px;
    width: 89%;
}

#top-box{
    width: 70%;
    padding: 0em 0 0em 30%;
    position: sticky;
    top: 0;
    z-index: 80;
    background: #fdfdfd;
}

.breadcrumb-link{
    text-decoration: none;
}

.breadcrumb-child-link{
    text-decoration: none;
  color: #1487bd;
}

/* entry */

.entry {
        position: relative;
        margin-bottom: 100px;
        padding: 0 0 100px;
        border-bottom: 1px solid #999;
    }

.entry-inner{
    position: relative;
    border: 1px solid #f7f8f9;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    box-shadow: 12px 9px 13px -15px rgba(0,0,0,.3);
}

.entry-header {
    position: relative;
    padding: 25px 10px;
    border-bottom: 1px solid #f7f8f9;
}

.entry-content{
    line-height: 1.8;
    padding: 5px 20px 0;
    border: 20px solid #ffffff;
    border-top: 0px;
}

.entry-header .entry-categories.categories {
    margin: 0;
    position: absolute;
    bottom: 1px;
    -webkit-transition: all .3s;
    transition: all .3s;
}


.entry-header .entry-categories.categories:hover{
    margin: 0;
    position: absolute;
    bottom: 1px;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}


.entry-header .entry-categories.categories a {
    font-size: 10px;
    color: #ced6e0;
    background: transparent;
    padding: 3px 5px 4px;
    margin-right: 2px;
    font-weight: 600;
    text-transform: uppercase;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    border-radius: 4px;
    letter-spacing: 0.08em;
    vertical-align: 3px;
    border: 1px solid #e9edf3;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.entry-header .entry-categories.categories a:hover {
    border: 1px solid #66bdb3;
    color: #66bdb3;
}

.entry-header .date.entry-date.first {
    position: absolute;
    bottom: 1px;
    right: 0;
    margin: 0;
    padding: 0 5px;
    font-weight: 700;
    font-family: Lato,sans-serif;
    letter-spacing: .1em;
    font-size: 11px;
}

.entry-header .date.entry-date.first .date a {
    color: #ced9e8;
    text-decoration: none;
}

.date {
    margin-bottom: .5em;
    font-size: 95%;
    font-weight: 700;
    font-family: Lato,sans-serif;
    letter-spacing: .1em;
    padding: 10px 10px 10px 10px;
    position: absolute;
}

.date a {
    color: #999;
    text-decoration: none;
}

.date a:hover {
    color: #66bdb3;
    text-decoration: none;
}

.entry-title {
    color: #020814;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.03rem;
    text-align: left;
    padding: 35px 0;
    margin: 0;
    line-height: 1.3;
}

@media (min-width: 992px) {

}

.categories {
    margin: 1.5em 0 0 0;
}

.categories a {
    margin-right: .5em;
    padding: 15px;
    background: #f7f8f9;
    text-decoration: none;
    color: #999;
    font-size: 16px;
    font-weight: 600;
}

.categories a:hover{
    color: #66bdb3;
}

/* 「編集する」ボタン */
.entry-header-menu {
    position: absolute;
    top: 0;
    right: 0;
}

.entry-see-more{
    display: block;
    width: 90%;
    height: 40px;
    margin: 5px auto;
    line-height: 40px;
    text-align: center;
    margin-bottom: 15px;
    text-decoration: none;
    font-weight: bold;
    color: #f7f7f7;
    background: #6bbdb5;
    border: 1px solid #6bbdb5;
    border-radius: 3px;
    font-size: 15px;
    transition: .01s;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
}

.entry-see-more:hover {
    display: block;
    width: 90%;
    height: 40px;
    margin: 5px auto;
    line-height: 40px;
    text-align: center;
    margin-bottom: 15px;
    text-decoration: none;
    font-weight: bold;
    color: #64beb3;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 3px;
    font-size: 15px;
    transition: .01s;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
}

/* 記事内の書式 */
.entry-content img,
.entry-content video {
    max-width: 100%;
    height: auto;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin: 1em 0 0.8em 0;
}

.entry-content h1 {
    font-size: 1.5rem;
}

@media (min-width: 992px) {
    .entry-content h1 {
        font-size: 1.7rem;
    }
}

.entry-content h2 {
    font-size: 1.4rem;
}

@media (min-width: 992px) {
    .entry-content h2 {
        font-size: 1.5rem;
    }
}

.entry-content h3 {
    font-size: 1.2rem;
}

@media (min-width: 992px) {
    .entry-content h3 {
        font-size: 1.3rem;
    }
}

.entry-content h4 {
    font-size: 1.1rem;
}

.entry-content h5 {
    font-size: 1rem;
}

.entry-content h6 {
    font-size: .9rem;
}

.entry-content ul,
.entry-content ol,
.entry-content dd {
    margin: 0 0 1em 1.5em;
    padding: 0;
}

.entry-content ul li ul, .entry-content ul li ol,
.entry-content ol li ul,
.entry-content ol li ol,
.entry-content dd li ul,
.entry-content dd li ol {
    margin-bottom: 0;
}

.entry-content table {
    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;
}

.entry-content pre {
    background: #f5f5f5;
    border: none;
    white-space: pre-wrap;
    text-overflow: ellipsis;
    font-size: 100%;
    line-height: 1.3;
    font-size: .8rem;
    padding: 10px;
}

.entry-content pre > code {
    margin: 0;
    padding: 0;
    white-space: pre;
    border: none;
    background-color: transparent;
    font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}

.entry-content code {
    font-size: 90%;
    margin: 0 2px;
    padding: 0px 5px;
    background-color: #f5f5f5;
    border-radius: 3px;
}

.entry-content hr {
    width: 50%;
    border: 0;
    border: none;
    border-top: 1px solid #ddd;
    margin: 2em auto;
}

.entry-content .table-of-contents {
    padding: 1em 1em 1em 2em;
    margin: 1em 0;
    border: 1px solid #ddd;
}

.entry-footer{
    padding: 0 50px;
}

/* 記事下 */
.entry-footer .social-buttons {
    margin-bottom: 1em;
}

.entry-footer-section {
    color: #999;
    font-size: .9rem;
}

.entry-footer-section a {
    color: #999;
}

/* コメント */
.comment-box {
    margin: 2em 0;
    text-align: center;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #fafafa;
}

.comment-box .comment {
    list-style: none;
    margin: 30px 0 40px 0;
    padding: 0;
    line-height: 1.7;
    font-size: .85rem;
}

.hatena-module .hatena-module-related-entries .hatena-module-title{
    color: #454545;
}

.hatena-module-body a {
    color: #999;
}

@media (min-width: 768px) {
    .comment-box .comment {
        font-size: .9rem;
        text-align: left;
    }
}

.comment-box .entry-comment {
    padding: 0px 0px 20px 100px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.comment-box .entry-comment:first-child {
    border-top: 1px solid #ddd;
}

.comment-box .read-more-comments {
    padding: 10px 0;
}

.comment-box .hatena-id-icon {
    position: absolute;
    top: 10%;
    left: 3%;
    width: 50px !important;
    height: 50px !important;
    border-radius: 30px;
}

.comment-box .comment-user-id {
    position: absolute;
    bottom: 0;
    left: 3%;
     text-decoration: none;
}

.comment-user-name {
    margin: 0 0 .4em 0;
    font-weight: bold;
}

.user-name-paren{
    display: none;
}

.user-name-hatena-id{
    display: none;
}

.user-name-paren{
    display: none;
}

.comment-content {
    margin: 10px 0px 10px 0px;
    word-wrap: break-word;
    color: #454545;
    font-size: .85rem;
    border-left: 1px solid #ddd;
    padding-left: 20px;
    padding-right: 20px;
}

.comment-content p {
    margin: 0 0 .6em 0;
}

.comment-metadata {
    color: #999;
    margin: 0;
    font-size: .8rem;
    text-align: right;
}

.comment-metadata a {
    color: #999;
}

.leave-comment-title {
    padding: 2% 10%;
    font-size: 0.85rem;
    border: 1px solid #56bfb0;
    color: #50b2a3;
    border-radius: 15px;
}

.leave-comment-title:hover {
    padding: 2% 10%;
    font-size: 0.85rem;
    border: 1px solid #50b2a3;
    border-radius: 15px;
    background: #50b2a3;
    color: #fff;
}

/* Pager */
.pager {
    margin: 2em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

/* サイドバーモジュール */
.hatena-module {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 3em;
    font-size: .85rem;
}

@media (min-width: 768px) {

}

.hatena-module-title {
    color: rgba(0,0,0,0.54);
    font-weight: 500;
    line-height: 20px;
    font: 13px/27px Roboto,RobotoDraft,Arial,sans-serif;
    margin: 10px 0;
    padding: 0px;
    text-decoration: none;
}

.hatena-module-title a {
    text-decoration: none;
    padding: 14px 0;
    color: rgba(0,0,0,0.54);
    font-weight: 500;
    line-height: 20px;
    font: 13px/27px Roboto,RobotoDraft,Arial,sans-serif;
}

.hatena-module-title a:hover {
    text-decoration: none;
    border-bottom: 0px dotted #ffffff;
}

/* Profile module */
.hatena-module-profile .profile-icon {
    float: none;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    text-align: center;
}

.hatena-module-profile .id {
    display: block;
    font-weight: bold;
    margin-bottom: .5em;
    float: none;
    margin: 0 auto;
    border-radius: 50%;
    text-align: center;
}

.hatena-id-link{
    color: #f7f8f9;
    text-decoration: none;
}

.hatena-module-profile .profile-description p {
    margin-top: 0;
}

/* urllist module */
.hatena-urllist {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hatena-urllist li {
    padding: .5em 0px;
    text-align: left;
    margin-left: 15px;
}

.urllist-item-inner .recent-entries-item-inner a{
    color: #fff;
}

.hatena-urllist li:last-child {
    padding-bottom: 0;
}

.hatena-urllist li a {
    text-decoration: none;
}

.hatena-urllist li a:hover {
    text-decoration: none;
    color: #66bdb3;
}

.hatena-urllist .urllist-category-link {
    font-size: .7rem;
    padding: .1em .3em;
}

.hatena-urllist .urllist-date-link a {
    color: #999;
}

.hatena-urllist .urllist-entry-body {
    margin-top: .3em;
}

/* Search module */
.hatena-module-search-box .search-form {
    width: 100%;
    background: #f7f8f9;
    margin: 20px 0 0;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border-radius: 15px;
}

.hatena-module-search-box .search-module-input {
    padding: 8px 15px;
    color: #4d4d4d;
    background: none;
    border: none;
    outline: none;
    height: 20px;
    width: 90%;
    font-size: 12px;
}

.hatena-module-search-box .search-module-button {
    width: 20px;
    height: 20px;
    background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search.png?version=5ce19ab…&env=production) no-repeat 100%;
    border: none;
    outline: none;
    text-indent: -9999px;
    position: absolute;
    top: 8px;
    right: 5px;
    opacity: .5;
    filter: alpha(opacity=50);
}

.hatena-module-search-box .search-module-button:hover {
    opacity: .85;
}

/* About ページ */
.page-about .entry-content dt {
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    margin-bottom: .5em;
}

.page-about .entry-content dd {
    margin-left: 0;
    margin-bottom: 2em;
}

/* Archive */

.archive-entries{
    display: flex;
    flex-basis: 100%;
    flex-wrap: wrap;
}

section.archive-entry.autopagerize_page_element {
    flex-basis: 31.25734%;
    margin: 0 1.03799%;
    display: flex;
    flex-direction: column;
    position: relative;
    border-bottom: 1px solid #f7f8f9;
    margin-bottom: 10px;
}

section.archive-entry.autopagerize_page_element:nth-child(1) {
    flex-basis: 99.25734%;
    margin-bottom: 15px;
    flex-direction: row;
}


section.archive-entry.autopagerize_page_element:nth-child(1) .entry-thumb {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    margin-bottom: 30px;
    padding-top: 56.25%;
    margin-top: 0px;
    filter: drop-shadow(0px 1px 5px rgba(0,0,0,0.3));
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 450px;
    float: none;
    margin-right: 0;
    border-radius: 0px;
}

section.archive-entry.autopagerize_page_element:nth-child(1) .archive-entry-header {
    padding-top: 25px;
    margin: 0;
    position: absolute;
    top: -8px;
    right: -2%;
    width: 50%;
}

section.archive-entry.autopagerize_page_element:nth-child(1) .entry-description {
    margin-top: 25%;
    padding: 15px;
    display: block;
}

section.archive-entry.autopagerize_page_element:nth-child(1) .categories {
    margin: 0;
    position: absolute;
    top: 0;
    right: 5px;
}

section.archive-entry.autopagerize_page_element:nth-child(1) .archive-entry-header h1.entry-title {
    font-size: 17px;
}

section.archive-entry.autopagerize_page_element:nth-child(5) {
    flex-basis: 99.25734%;
    margin-bottom: 15px;
    flex-direction: row;
}

section.archive-entry.autopagerize_page_element:nth-child(5) .entry-thumb {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    margin-bottom: 30px;
    padding-top: 56.25%;
    margin-top: 0px;
    filter: drop-shadow(0px 1px 5px rgba(0,0,0,0.3));
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 450px;
    float: none;
    margin-right: 0;
    border-radius: 0px;
}

section.archive-entry.autopagerize_page_element:nth-child(5) .archive-entry-header {
    padding-top: 25px;
    margin: 0;
    position: absolute;
    top: -8px;
    right: -2%;
    width: 50%;
}

section.archive-entry.autopagerize_page_element:nth-child(5) .entry-description {
    margin-top: 25%;
    padding: 15px;
    display: block;
}

section.archive-entry.autopagerize_page_element:nth-child(5) .categories {
    margin: 0;
    position: absolute;
    top: 0;
    right: 5px;
}

section.archive-entry.autopagerize_page_element:nth-child(5) .archive-entry-header h1.entry-title {
    font-size: 17px;
}

@media (max-width: 1255px) {

section.archive-entry.autopagerize_page_element:nth-child(1) .archive-entry-header h1.entry-title {
    padding-top: 40px;
}

section.archive-entry.autopagerize_page_element:nth-child(1) .categories {
    margin: 0;
    position: absolute;
    top: 30px;
    right: 5px;
}

section.archive-entry.autopagerize_page_element:nth-child(1) {
    flex-basis: 99.25734%;
    margin-bottom: 15px;
    flex-direction: column;
}

section.archive-entry.autopagerize_page_element:nth-child(1) .archive-entry-header {
    padding-top: 0px;
    margin: 0;
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
}

section.archive-entry.autopagerize_page_element:nth-child(1) .entry-thumb {
    width: auto;
    margin-bottom: 3px;
    margin-top: 15px;
}

section.archive-entry.autopagerize_page_element:nth-child(1) .entry-description {
    margin-top: 0;
    padding: 15px;
}

section.archive-entry.autopagerize_page_element:nth-child(5) {
    flex-basis: 99.25734%;
    margin-bottom: 15px;
    flex-direction: column;
}

section.archive-entry.autopagerize_page_element:nth-child(5) .archive-entry-header {
    padding-top: 25px;
    margin: 0;
    position: relative;
    top: auto;
    right: auto;
    width: 85%;
}

section.archive-entry.autopagerize_page_element:nth-child(5) .entry-thumb {
    width: auto;
    margin-bottom: 3px;
    margin-top: 15px;
}

section.archive-entry.autopagerize_page_element:nth-child(5) .entry-description {
    margin-top: 0;
    padding: 15px;
}

}

.archive-entry-header {
    position: relative;
    padding-top: 25px;
}

.date.archive-date {
    position: relative;
    background: none;
    padding: 0;
    font-size: 11px;
}

.page-archive .entry-title {
    margin-bottom: 5px;
    padding: 3px 0;
    text-align: left;
    font-size: 11px;
    line-height: 1.2;
    border-bottom: 0;
}

.archive-entry .categories {
    margin: 0;
    position: absolute;
    top: 0;
    right: 5px;
}

.archive-header-category {
    text-align: center;
}

.archive-entry-body{
    padding: 0 0 7px 0;
}

.archive-header-category .archive-heading {
    margin-bottom: .5em;
    font-size: 1.3rem;
        border-bottom: solid 1px #fafafa;
    color: #666;
    padding: 15px;
}

.page-archive .archive-entries .archive-entry .categories a {
    line-height: 1.2;
        font-size: 10px;
    color: #ced6e0;
    background: transparent;
    padding: 3px 5px 4px;
    margin-right: 2px;
    font-weight: 600;
    text-transform: uppercase;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s;
    border-radius: 4px;
    letter-spacing: 0.08em;
    vertical-align: 3px;
    border: 1px solid #e9edf3;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.page-archive .archive-entries .archive-entry .categories a:hover {
    color: #66bdb3;
    text-decoration: none;
}

.page-archive .entry-thumb:hover{
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.page-archive .entry-thumb {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    margin-bottom: 20px;
    padding-top: 56.25%;
    margin-top: 15px;
    filter: drop-shadow(0px 1px 5px rgba(0,0,0,0.3));
    -webkit-transition: all .3s;
    transition: all .3s;
    width: -webkit-fill-available;
    float: none;
    margin-right: 0;
    border-radius: 5px;
}

@media (max-width: 685px) {

section.archive-entry.autopagerize_page_element {
    flex-basis: 47.25734%;
}

.page-archive .entry-title {
    margin-bottom: 5px;
    padding: 3px 0;
    text-align: left;
    font-size: 13px;
    line-height: 1.2;
    border-bottom: 0;
}

.date.archive-date {
    position: relative;
    background: none;
    padding: 0;
    font-size: 8px;
}

.page-archive .archive-entries .archive-entry .categories a {
    font-size: 0.5rem;
}

section.archive-entry.autopagerize_page_element:nth-child(4) {
    flex-basis: 99.25734%;
    margin-bottom: 15px;
    flex-direction: column;
}

section.archive-entry.autopagerize_page_element:nth-child(4) .entry-thumb {
    width: auto;
    margin-bottom: 3px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    padding-top: 56.25%;
    margin-top: 0px;
    filter: drop-shadow(0px 1px 5px rgba(0,0,0,0.3));
    -webkit-transition: all .3s;
    transition: all .3s;
    float: none;
    margin-right: 0;
    border-radius: 0px;
}

section.archive-entry.autopagerize_page_element:nth-child(4) .archive-entry-header {
    padding-top: 25px;
    margin: 0;
    position: relative;
    top: auto;
    right: auto;
}

section.archive-entry.autopagerize_page_element:nth-child(4) .entry-description {
    margin-top: 0;
    padding: 15px;
    display: block;
}

section.archive-entry.autopagerize_page_element:nth-child(4) .categories {
    margin: 0;
    position: absolute;
    top: 0;
    right: 5px;
}

section.archive-entry.autopagerize_page_element:nth-child(4) .archive-entry-header h1.entry-title {
    font-size: 17px;
}

section.archive-entry.autopagerize_page_element:nth-child(8) {
    flex-basis: 99.25734%;
    margin-bottom: 15px;
    flex-direction: column;
}

section.archive-entry.autopagerize_page_element:nth-child(8) .entry-thumb {
    width: auto;
    margin-bottom: 3px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    padding-top: 56.25%;
    margin-top: 0px;
    filter: drop-shadow(0px 1px 5px rgba(0,0,0,0.3));
    -webkit-transition: all .3s;
    transition: all .3s;
    float: none;
    margin-right: 0;
    border-radius: 0px;
}

section.archive-entry.autopagerize_page_element:nth-child(8) .archive-entry-header {
    padding-top: 25px;
    margin: 0;
    position: relative;
    top: auto;
    right: auto;
}

section.archive-entry.autopagerize_page_element:nth-child(8) .entry-description {
    margin-top: 0;
    padding: 15px;
    display: block;
}

section.archive-entry.autopagerize_page_element:nth-child(8) .categories {
    margin: 0;
    position: absolute;
    top: 0;
    right: 5px;
}

section.archive-entry.autopagerize_page_element:nth-child(8) .archive-entry-header h1.entry-title {
    font-size: 17px;
}

}

@media (max-width: 480px) {

}

.page-archive .entry-description {
    margin: 0;
    font-size: .8rem;
    display: none;
}

.page-archive .social-buttons {
    display: none;
}

#entry-footer-secondary-modules .hatena-module {
    width: auto;
    float: none;
    color: #666;
    text-align: center;
}

/* footer */

#footer {
    margin-top: 2em;
    padding-bottom: 1rem;
    text-align: center;
    font-size: .8rem;
    color: #999;
    justify-content: center;
    width: auto;
}

@media screen and (min-width: 992px){
#footer {
        margin-top: 2em;
        padding-bottom: 1rem;
        text-align: center;
        font-size: .8rem;
        color: #999;
        justify-content: center;
        width: auto;
        margin-left: 250px;
    }
}

#footer a {
    color: #999;
}

#footer p {
    margin: .5em auto;
}

@media screen and (max-width: 991px) { 

    #blog-title {
        margin: 0em 0 0em 0%;
        text-align: center;
        display: flex;
        justify-content: center;
        padding: 105px;
    }
    
    #wrapper {
    width: auto;
    margin: 0;
    }
    
    .entry-title {
        font-size: 1.5rem;
        margin: 0px;
        padding: 35px 0;
        line-height: 1.3;
        text-align: left;
    }

    #container, #footer {
        width: auto;
        margin: auto;
        padding-left: 0;
        padding-right: 0;
    }

    #footer {
        width: auto;
        margin:0;
        padding-left: 0;
        padding-right: 0;
        position: relative;
        left: auto;
        bottom: 0;
        padding-top: 1rem;
    }

    .entry {
        margin: 5px 10px;
    }

    .comment-box .comment {
        text-align: left;
    }

    #box2 {
        width: 100%;
        border: 0;
        position: relative;
    }

    #box2 img {
        max-width: 50%;
        height: auto;
        position: relative;
    }

    #box2-inner{
        display: grid;
        gap: 20px;
        grid-template-columns: 1fr 1fr;
    }

    /*グリッドの最初*/

#box2-inner .hatena-module:first-child {
    grid-row: 1 / 5;
    grid-column: 1 / 3;
}

.hatena-module-search-box .search-form {
    width: 80%;
}

.hatena-module {
    font-size: .9rem;
    color: #6b7377;
    padding: 15px;
}

#top-box {
    width: auto;
    padding: 0em 0 0em 0%;
    position: sticky;
    position: -webkit-sticky; /* Safari */
    top: 0;
    z-index: 80;
    background: #fdfdfd;
}

.page-entry .breadcrumb {
    margin-bottom: 0em;
    padding-left: 50px;
}

}

@media screen and (max-width: 480px) { 

    .hatena-module {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 0em;
        font-size: .85rem;
    }

    .entry-inner {
        position: relative;
        border: 0px solid #f7f8f9;
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
        box-shadow: none;
    }

    .entry-content {
    line-height: 1.8;
    padding: 0;
    border: 5px solid #ffffff;
    }

    .entry-header {
    position: relative;
    padding: 5px 10px 25px;
}

    .entry {
        margin: 0px 0;
    }

    .entry-footer {
        padding: 0 10px;
    }

    #box2-inner {
        display: block;
        gap: 20px;
        grid-template-columns: 1fr 1fr;
    }

    #box2 img {
        max-width: 100%;
        height: auto;
        position: relative;
    }

    .hatena-module-search-box .search-form {
        width: 100%;
    }

    .categories a {
        margin-right: .5em;
        padding: 10px;
        background: #f7f8f9;
        text-decoration: none;
        color: #66bdb3;
        font-size: 10px;
        font-weight: 600;
    }

    .comment-box .entry-comment:first-child {
        border-top: none;
    }

    .comment-box .entry-comment {
        padding: 85px 0px 10px 0px;
        border-bottom: 1px solid #ddd;
        position: relative;
    }

    .comment-box .hatena-id-icon {
        position: absolute;
        top: 10%;
        left: 3%;
        width: 50px !important;
        height: 50px !important;
        border-radius: 30px;
    }

.comment-box .comment-user-id {
    position: absolute;
    top: 17%;
    left: 60px;
    text-decoration: none;
}

    .comment-content {
        margin: 10px 0px 10px 0px;
        word-wrap: break-word;
        color: #454545;
        font-size: .85rem;
        border-left: none;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 15px;
    }

    .archive-header-category {
        margin-bottom: 1em;
    }

    .page-entry .breadcrumb {
        margin-bottom: 0em;
        padding: 15px;
        width: auto;
    }

    .entry-title {
        font-size: 1rem;
        margin: 0px;
        padding: 15px 0;
        line-height: 1.3;
        text-align: left;
    }

    #blog-title {
        margin: 0em 0 0em 0%;
        text-align: center;
        display: flex;
        justify-content: center;
        padding: 45px;
    }
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImJvaWxlcnBsYXRlLmNzcyIsIi4uL3Njc3MvYm9pbGVycGxhdGUuc2NzcyIsIi4uL25vZGVfbW9kdWxlcy9ub3JtYWxpemUuY3NzL25vcm1hbGl6ZS5jc3MiLCIuLi9zY3NzL2xpYi9fY29yZS5zY3NzIiwiLi4vc2Nzcy9saWIvX3ZhcmlhYmxlLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsaUJBQWlCO0FDQ2pCOzs7Ozs7Ozs7Ozs7RUFZRTtBQ2JGLDRFQUE0RTtBQUU1RTtnRkFDZ0Y7QUFFaEY7Ozs7R0FJRztBQUVIO0lBQ0Usa0JBQWlCO0lBQUcsT0FBTztJQUMzQiwyQkFBMEI7SUFBRyxPQUFPO0lBQ3BDLCtCQUE4QjtJQUFHLE9BQU87Q0FDekM7O0FBRUQ7Z0ZBQ2dGO0FBRWhGOztHQUVHO0FBRUg7SUFDRSxVQUFTO0NBQ1Y7O0FBRUQ7O0dBRUc7QUFFSDs7Ozs7O0lBTUUsZUFBYztDQUNmOztBQUVEOzs7R0FHRztBQUVIO0lBQ0UsZUFBYztJQUNkLGlCQUFnQjtDQUNqQjs7QUFFRDtnRkFDZ0Y7QUFFaEY7OztHQUdHO0FBRUg7OztJQUVPLE9BQU87SUFDWixlQUFjO0NBQ2Y7O0FBRUQ7O0dBRUc7QUFFSDtJQUNFLGlCQUFnQjtDQUNqQjs7QUFFRDs7O0dBR0c7QUFFSDtJQUNFLGdDQUF1QjtZQUF2Qix3QkFBdUI7SUFBRyxPQUFPO0lBQ2pDLFVBQVM7SUFBRyxPQUFPO0lBQ25CLGtCQUFpQjtJQUFHLE9BQU87Q0FDNUI7O0FBRUQ7OztHQUdHO0FBRUg7SUFDRSxrQ0FBaUM7SUFBRyxPQUFPO0lBQzNDLGVBQWM7SUFBRyxPQUFPO0NBQ3pCOztBQUVEO2dGQUNnRjtBQUVoRjs7O0dBR0c7QUFFSDtJQUNFLDhCQUE2QjtJQUFHLE9BQU87SUFDdkMsc0NBQXFDO0lBQUcsT0FBTztDQUNoRDs7QUFFRDs7O0dBR0c7QUFFSDtJQUNFLG9CQUFtQjtJQUFHLE9BQU87SUFDN0IsMkJBQTBCO0lBQUcsT0FBTztJQUNwQywwQ0FBaUM7WUFBakMs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 */
/* </system> */

.bth a {
    background: #668bff;
    text-align: center;
    display: block;
    padding: 15px;
    width: 50%;
    margin: 0 auto;
    color: #fff;
    text-decoration: none;
    border-bottom: 5px solid #214463;
}

.bth a:hover {
    box-shadow: none;
    border: none;
    transition: 0.2s;
    transform: translate3d(0, 3px, 0);
}

.hatena-module {
    margin-bottom: 0em;
}

.entry-content h3 {
    font-size: 1.9rem;
    color: #4576a0;
}

.entry-content h4 {
    font-size: 1.1rem;
    border-left: 5px solid #fcca80;
    padding: 15px 0px 15px 10px;
}

/*プロフィール*/

.badge-type-npo, .badge-type-pro {
    display: none;
}

.hatena-module-body span.user-name-nickname {
    color: #fff;
}

.hatena-module-profile {
    background-image: url(https://images.unsplash.com/photo-1552588355-23e1b81409cd?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=635&q=80);
    background-size: cover;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    border-bottom: 1px solid #e5e6e6;
}

.hatena-module-profile .hatena-module-body {
    padding: 40px 0 0 0;
    background: #e5e6e629;
    color: #fff;
    text-align: center;
}

#box2-inner {
    padding: 0px;
    z-index: 95;
}

.hatena-module-profile .hatena-module-title {
     display: none;
}

/*読者になるボタン*/

span.unsubscribing {
    font-family: 'Noto Sans JP', sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    font-weight: normal;
}

span.subscribing {
    font-family: 'Noto Sans JP', sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    font-weight: normal;
}

.hatena-follow-button.subscribing {
    color: #444!important;
    background: #fff;
    background: #fff;
}

.hatena-follow-button {
    padding: 15px 110px;
    position: relative;
    border: 0px solid #bbb!important;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    color: #444!important;
}

.hatena-follow-button-box .subscription-count-box {
    position: absolute;
    float: none;
    margin: 15px !important;
    right: 0;
}

.hatena-follow-button-box .subscription-count {
    border: 1px solid #bbb0;
}

.hatena-follow-button-box i, .hatena-follow-button-box u {
    border: 4px solid transparent;
}

.hatena-follow-button.subscribing.hover {
    width: auto;
    color: #fff!important;
    border: 1px solid #666;
    background: #666;
}

.hatena-follow-button.unsubscribing {
background: #f7f8f9;
    background: #f7f8f9;
}

.hatena-follow-button.unsubscribing.hover {
    color: #1abc9c!important;
}

/*カテゴリサイド*/

.hatena-module.hatena-module-category .hatena-module-title {
    background: #f7f8f9;
    text-align: center;
    color: #000;
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
    position: relative;
    padding: 10px 10px;
    margin: 0;
    border-bottom: 1px solid #e5e6e6;
    text-align: left;
}    

.hatena-module.hatena-module-category .hatena-module-title:hover {
color: #1abc9c!important;
    background: #ecf0f3;
}

.hatena-module.hatena-module-category .hatena-module-body {
    display: none;
    background: #fff;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    border-bottom: none;
}

.hatena-urllist li a {
    font-size: 12px;
    padding-top: 13px;
    padding-bottom: 13px;
    display: block;
    padding: 10px 0 10px 25px;
    color: #aeb2b7;
    outline: 0;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.hatena-urllist li {
    padding: 0;
    text-align: left;
    margin-left: 0;
}

.hatena-module-title.active{
color: #1abc9c !important;
font-weight: 600;
}

.hatena-module.hatena-module-category .hatena-module-title:after {
    position: absolute;
    top: 11px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    right: 5px;
}

.hatena-module.hatena-module-category .hatena-module-title.active:after {
    position: absolute;
    top: 11px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    right: 5px;
-webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(90deg);
}

.hatena-module.hatena-module-category .hatena-module-title:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f07b";
    padding-right: 15px;
}

.hatena-module.hatena-module-category .hatena-module-title.active:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f07c";
    padding-right: 15px;
}

/*home*/

a.hometopside {
    background: #ffffff;
    text-align: center;
    color: #000;
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
    position: relative;
    padding: 15px 10px;
    margin: 0;
    text-align: inherit;
    display: block;
    text-decoration: none;
}
 
.hometopside:hover{
color: #1abc9c!important;
    background: #ecf0f3;
}

.hometopside:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f015";
    padding-right: 15px;
}

/*ランキング*/

.hatena-module.hatena-module-entries-access-ranking .hatena-module-title {
    background: #fcca80;
    text-align: center;
    color: #f7f8f9;
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
    position: relative;
    padding: 10px 10px;
    margin: 0;
    border-bottom: 1px solid #e5e6e6;
    text-align: left;
}

.hatena-module.hatena-module-entries-access-ranking .hatena-module-body{
    display: none;
}

.hatena-module.hatena-module-entries-access-ranking .hatena-module-title:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f43f";
    padding-right: 15px;
}

.hatena-module.hatena-module-entries-access-ranking .hatena-module-title:after {
    position: absolute;
    top: 11px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    right: 5px;
}

.hatena-module.hatena-module-entries-access-ranking .hatena-module-title.active:after {
    position: absolute;
    top: 11px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    right: 5px;
-webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(90deg);
}

li.urllist-item.entries-access-ranking-item {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
}

ul.entries-access-ranking.hatena-urllist {
    background: #fff;
}

a.urllist-title-link.entries-access-ranking-title-link.urllist-title.entries-access-ranking-title {
    padding: 15px 0;
}

li.urllist-item.entries-access-ranking-item.rank-1:before{
    font-weight: 900;
    content: "1";
    padding-right: 15px;
    padding-left: 10px;
    color: #fcca80;
}

li.urllist-item.entries-access-ranking-item.rank-2:before{
    font-weight: 900;
    content: "2";
    padding-right: 15px;
    padding-left: 10px;
    color: #fcca80;
}

li.urllist-item.entries-access-ranking-item.rank-3:before{
    font-weight: 900;
    content: "3";
    padding-right: 15px;
    padding-left: 10px;
    color: #fcca80;
}

li.urllist-item.entries-access-ranking-item.rank-4:before{
    font-weight: 900;
    content: "4";
    padding-right: 15px;
    padding-left: 10px;
    color: #fcca80;
}

li.urllist-item.entries-access-ranking-item.rank-5:before{
    font-weight: 900;
    content: "5";
    padding-right: 15px;
    padding-left: 10px;
    color: #fcca80;
}

.hatena-module.hatena-module-entries-access-ranking .hatena-module-title.active {
color: #668bff !important;
}

/*検索*/

.hatena-module.hatena-module-search-box .hatena-module-title {
    display: none;
}

.hatena-module.hatena-module-search-box .hatena-module-body {
    background: #fff;
    padding: 5px;
}

.hatena-module-search-box .search-form {
    margin: 0px 0 0;
}

.line {
    background: #fff;
    height: 40px;
}

/*最新記事*/

.hatena-module.hatena-module-recent-entries .hatena-module-title {
    background: #f7f8f9;
    text-align: center;
    color: #000;
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
    position: relative;
    padding: 10px 10px;
    margin: 0;
    border-bottom: 1px solid #e5e6e6;
    text-align: left;
}

.hatena-module.hatena-module-recent-entries .hatena-module-title:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f1ea";
    padding-right: 15px;
}

.hatena-module.hatena-module-recent-entries .hatena-module-title.active:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f1ea";
    padding-right: 15px;
}

.hatena-module.hatena-module-recent-entries .hatena-module-title:after {
    position: absolute;
    top: 11px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    right: 5px;
}

.hatena-module.hatena-module-recent-entries .hatena-module-title.active:after {
    position: absolute;
    top: 11px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    right: 5px;
-webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(90deg);
}

.hatena-module.hatena-module-recent-entries .hatena-module-body {
    display: none;
        background: #fff;
}

/*リンク*/
.hatena-module.hatena-module-links .hatena-module-title {
    display: none;
}

/*サイドバー目次*/

#stoc-title{
    background: #fafafa;
    text-align: center;
    color: #293949;
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
    position: relative;
    padding: 15px 10px;
    margin: 0;
    text-align: inherit;
    display: block;
    text-decoration: none;
    border-top: 1px solid #e5e6e6;
    border-bottom: 1px solid #e5e6e6;
}

#stoc-module.fade-in {
  animation: fadeIn 300ms;
}

@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}

#stoc ol{
    margin: 0;
    padding: 0 0 0 1em;
    list-style-type: none;
}

nav#stoc {
    font-size: 15px;
}

#stoc ol li a {
    text-decoration: none;
    font-weight: normal;
    font-family: 'Noto Sans JP', sans-serif;
}

#stoc > ol {
  padding-left: 0;
background: #fff;
    padding: 10px 5px;
}

#stoc ol ol li {
    padding: 5px 0px;
}

#stoc ol  li {
    padding: 5px 5px;
}

#stoc ol li a:hover{
    color: #293949;
}

.entry {
    position: relative;
    margin-bottom: 60px;
    padding: 0;
    border-bottom: 0;
}



/*ナイトモード*/

html.clicked {
    background: #10171e;
}

body.page-index.enable-bottom-editarea.page-archive.globalheader-off.clicked {
    background: #10171e;
}

body.page-index.enable-bottom-editarea.page-archive.globalheader-off.clicked {
    background: #10171e;
    color: #f7f8f9;
}

.clicked a.entry-title-link {
    color: #1B95E0;
}

.clicked.page-archive .archive-entries .archive-entry .categories a {
    color: #38444d;
    border: 1px solid #4b545d;
}

.clicked section.archive-entry.autopagerize_page_element {
    border-bottom: 1px solid #38444d;
}

.clicked aside#box2 {
    background: #15202b;
    border-right: 1px solid #4b545d;
}

.clicked .hatena-module.hatena-module-recent-entries .hatena-module-title {
    background: #15202b;
}

.clicked .hatena-module-title a {
    color: #fff;
}

.clicked .hatena-module.hatena-module-recent-entries .hatena-module-body {
    background: #10171e;
}

.clicked .hatena-module.hatena-module-recent-entries .hatena-module-title {
    color: #fff;
    background: #15202b;
    border-bottom: 1px solid #38444d;
}

.clicked .hatena-module.hatena-module-category .hatena-module-title {
    background: #15202b;
    color: #fff;
    border-bottom: 1px solid #38444d;
}

.clicked .hatena-module.hatena-module-category .hatena-module-body {
    background: #10171e;
}


.clicked .line {
    background: #15202b;
}

.clicked .hatena-module.hatena-module-search-box .hatena-module-body {
    background: #15202b;
}

.clicked .hatena-module.hatena-module-entries-access-ranking .hatena-module-title {
    background: #10171e;
    border-bottom: 1px solid #38444d;
}

.clicked p.nightp {
    color: #fff;
}

.clicked a.hometopside {
    background: #10171e;
    color: #fff;
}

.clicked .hatena-module.hatena-module-profile {
    border-bottom: 1px solid #38444d;
}

.clicked a.hatena-follow-button.js-hatena-follow-button.unsubscribing {
    background: #10171e;
}

.clicked span.unsubscribing {
    color: #fff;
}

.clicked a.hatena-follow-button.js-hatena-follow-button.subscribing {
    color: #fff!important;
    background: #10171e;
}

.clicked div#stoc-title {
    background: #10171e;
    color: #fff;
    border-top: 1px solid #38444d;
    border-bottom: 1px solid #38444d;
}

.clicked #stoc > ol {
    background: #15202b;
}

.clicked .hatena-module-body a {
    color: #fff;
}

body.clicked.enable-bottom-editarea.globalheader-off.page-entry {
    background: #10171e;
        color: #fff;
}

.clicked .entry-content h2 {
    color: #fff;
}

.clicked .entry-content h3 {
    color: #fff;
}

.clicked .entry-content h4 {
    color: #fff;
}

.clicked .entry-content h5 {
    color: #fff;
}

.clicked .entry-content h6 {
    color: #fff;
}


.clicked .entry-inner {
    border: 1px solid #38444d;
    background: #15202b;
}

.clicked header.entry-header {
    border-bottom: 1px solid #38444d;
}

.clicked .entry-content {
    border: 0px solid #aaa;
    color: #fff;
}

.clicked  div#top-box {
    background: #10171e;
}

.clicked .comment-box {
    border: 1px solid #38444d;
}

.clicked ul.entries-access-ranking.hatena-urllist {
    background: #10171e;
}

.clicked li.section {
    background: #10171e;
    border: 1px solid #38444d;
}

.clicked .section a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
}

.clicked .recomend h2 {
    color: #fff;
    border-bottom: solid 3px #38444d;
}


.entry-footer {
    padding: 0px 5px;
}

/*ヘッダーデザイン*/

#title a {
    font-family: 'フォントを指定する';
}


h1#title {
    padding: 15px;
    background: #fff;
    position: relative;
}

h2#blog-description {
    background: #ffffff;
    padding: 10px;
    color: #293949;
    margin-top: 0;
}

header#blog-title {
    display: block;
    padding: 0px;
}

html, body {
    background-color: #f7f8f9;
    font-family: 'Noto Sans JP', sans-serif;
}

body {
    background-color: #f7f8f9;
    font-family: 'Noto Sans JP', sans-serif;
}

.entry-inner {
    background: #fff;
}

/*カエレバ・ヨメレバ・トマレバ*/

.cstmreba {
width:98%;
height:auto;
margin:30px auto;
font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Helvetica, Meiryo, sans-serif;
line-height: 1.5;
word-wrap: break-word;
box-sizing: border-box;
display: block;
}
.cstmreba a {
transition: 0.8s ;
color:#285EFF; /* テキストリンクカラー */
}
.cstmreba a:hover {
color:#FFCA28; /* テキストリンクカラー(マウスオーバー時) */
}
.cstmreba .booklink-box,
.cstmreba .kaerebalink-box,
.cstmreba .tomarebalink-box {
width: 100%;
overflow: hidden;
border-radius: 5px;
box-sizing: border-box;
padding: 12px 8px;
}
/* サムネイル画像ボックス */
.cstmreba .booklink-image,
.cstmreba .kaerebalink-image,
.cstmreba .tomarebalink-image {
width:150px;
float:left;
margin:0 14px 0 0;
text-align: center;
}

.cstmreba .booklink-image a,
.cstmreba .kaerebalink-image a,
.cstmreba .tomarebalink-image a {
width:100%;
display:block;
}
.cstmreba .booklink-image a img,
.cstmreba .kaerebalink-image a img,
.cstmreba .tomarebalink-image a img {
margin:0 ;
padding: 0;
text-align:center;
filter: drop-shadow(-3px 6px 5px rgba(0,0,0,0.3));
}

.cstmreba .booklink-info,.cstmreba .kaerebalink-info,.cstmreba .tomarebalink-info {
    overflow: visible;
    line-height: normal;
    color: #333;
}

/* infoボックス内リンク下線非表示 */
.cstmreba .booklink-info a,
.cstmreba .kaerebalink-info a,
.cstmreba .tomarebalink-info a {
text-decoration: none;
}
/* 作品・商品・ホテル名 リンク */
.cstmreba .booklink-name>a,
.cstmreba .kaerebalink-name>a,
.cstmreba .tomarebalink-name>a {
font-size:16px;
font-size: 16px;
font-weight: 600;
color: #444;
}
/* タイトル下にPタグ自動挿入された際の余白を小さく */
.cstmreba .kaerebalink-name p,
.cstmreba .booklink-name p,
.cstmreba .tomarebalink-name p {
margin: 0;
}
/* powered by */
.cstmreba .booklink-powered-date,
.cstmreba .kaerebalink-powered-date,
.cstmreba .tomarebalink-powered-date {
    font-size: 10px;
    line-height: normal;
    color: #aaa;
}

.cstmreba .booklink-powered-date a,
.cstmreba .kaerebalink-powered-date a,
.cstmreba .tomarebalink-powered-date a {
    color: #6b7377;
    border-bottom: none;
}

.cstmreba .booklink-powered-date a:hover,
.cstmreba .kaerebalink-powered-date a:hover,
.cstmreba .tomarebalink-powered-date a:hover {
color:#333;
border-bottom: 1px solid #333 ;
}

/* 著者・住所 */
.cstmreba .booklink-detail,.cstmreba .kaerebalink-detail,.cstmreba .tomarebalink-address {
    font-size: 12px;
    margin-top: 25px;
}
.cstmreba .kaerebalink-link1 div img,.cstmreba .booklink-link2 div img,.cstmreba .tomarebalink-link1 div img {
display:none !important;
}
.cstmreba .kaerebalink-link1, .cstmreba .booklink-link2,.cstmreba .tomarebalink-link1 {
display: inline-block;
width: 100%;
margin-top: 5px;
}
.cstmreba .booklink-link2>div,
.cstmreba .kaerebalink-link1>div,
.cstmreba .tomarebalink-link1>div {
float:left;
width:24%;
min-width:128px;
margin:0.5%;
}
/***** ボタンデザインここから ******/
.cstmreba .booklink-link2 a,
.cstmreba .kaerebalink-link1 a,
.cstmreba .tomarebalink-link1 a {
width: 100%;
display: inline-block;
text-align: center;
box-sizing: border-box;
margin: 1px 0;
padding:3% 0.5%;
border-radius: 5px;
font-size: 13px;
font-weight: bold;
line-height: 180%;
color: #fff;
}

/* トマレバ */
.cstmreba .tomarebalink-link1 .shoplinkrakuten a {background: #76ae25; border: 2px solid #76ae25; }/* 楽天トラベル */
.cstmreba .tomarebalink-link1 .shoplinkjalan a { background: #ff7a15; border: 2px solid #ff7a15;}/* じゃらん */
.cstmreba .tomarebalink-link1 .shoplinkjtb a { background: #c81528; border: 2px solid #c81528;}/* JTB */
.cstmreba .tomarebalink-link1 .shoplinkknt a { background: #0b499d; border: 2px solid #0b499d;}/* KNT */
.cstmreba .tomarebalink-link1 .shoplinkikyu a { background: #bf9500; border: 2px solid #bf9500;}/* 一休 */
.cstmreba .tomarebalink-link1 .shoplinkrurubu a { background: #000066; border: 2px solid #000066;}/* るるぶ */
.cstmreba .tomarebalink-link1 .shoplinkyahoo a { background: #ff0033; border: 2px solid #ff0033;}/* Yahoo!トラベル */
.cstmreba .tomarebalink-link1 .shoplinkhis a { background: #004bb0; border: 2px solid #004bb0;}/*** HIS ***/
/* カエレバ */
.cstmreba .kaerebalink-link1 .shoplinkyahoo a {background:#ff0033; border:2px solid #ff0033; letter-spacing:normal;} /* Yahoo!ショッピング */
.cstmreba .kaerebalink-link1 .shoplinkbellemaison a { background:#84be24 ; border: 2px solid #84be24;}	/* ベルメゾン */
.cstmreba .kaerebalink-link1 .shoplinkcecile a { background:#8d124b; border: 2px solid #8d124b;} /* セシール */
.cstmreba .kaerebalink-link1 .shoplinkkakakucom a {background:#314995; border: 2px solid #314995;} /* 価格コム */
/* ヨメレバ */
.cstmreba .booklink-link2 .shoplinkkindle a {     
    background: #1976D2;
    border-bottom: 6px solid #0D47A1;} /* Kindle */

.cstmreba .booklink-link2 .shoplinkrakukobo a { background:#bf0000; border: 2px solid #bf0000;} /* 楽天kobo */
.cstmreba .booklink-link2  .shoplinkbk1 a { background:#0085cd; border: 2px solid #0085cd;} /* honto */
.cstmreba .booklink-link2 .shoplinkehon a { background:#2a2c6d; border: 2px solid #2a2c6d;} /* ehon */
.cstmreba .booklink-link2 .shoplinkkino a { background:#003e92; border: 2px solid #003e92;} /* 紀伊國屋書店 */
.cstmreba .booklink-link2 .shoplinktoshokan a { background:#333333; border: 2px solid #333333;} /* 図書館 */

/* カエレバ・ヨメレバ共通 */

.cstmreba .kaerebalink-link1 .shoplinkamazon a, .cstmreba .booklink-link2 .shoplinkamazon a {
    background: #f39800;
    border-bottom: 6px solid #ec6c00;
}/* Amazon */

.cstmreba .kaerebalink-link1 .shoplinkrakuten a,
.cstmreba .booklink-link2 .shoplinkrakuten a {
    background: #E53935;
    border-bottom: 6px solid #C62828;
} /* 楽天 */

.cstmreba .kaerebalink-link1 .shoplinkseven a,
.cstmreba .booklink-link2 .shoplinkseven a {
background:#225496;
border: 2px solid #225496;
} /* 7net */

/****** ボタンカラー ここまで *****/
/***** ボタンデザイン　マウスオーバー時ここから *****/

.cstmreba .booklink-link2 a:hover,
.cstmreba .kaerebalink-link1 a:hover,
.cstmreba .tomarebalink-link1 a:hover {
background: #fff;
}

/* トマレバ */
.cstmreba .tomarebalink-link1 .shoplinkrakuten a:hover { color: #76ae25; }/* 楽天トラベル */
.cstmreba .tomarebalink-link1 .shoplinkjalan a:hover { color: #ff7a15; }/* じゃらん */
.cstmreba .tomarebalink-link1 .shoplinkjtb a:hover { color: #c81528; }/* JTB */
.cstmreba .tomarebalink-link1 .shoplinkknt a:hover { color: #0b499d; }/* KNT */
.cstmreba .tomarebalink-link1 .shoplinkikyu a:hover { color: #bf9500; }/* 一休 */
.cstmreba .tomarebalink-link1 .shoplinkrurubu a:hover { color: #000066; }/* るるぶ */
.cstmreba .tomarebalink-link1 .shoplinkyahoo a:hover { color: #ff0033; }/* Yahoo!トラベル */
.cstmreba .tomarebalink-link1 .shoplinkhis a:hover { color: #004bb0; }/*** HIS ***/
/* カエレバ */
.cstmreba .kaerebalink-link1 .shoplinkyahoo a:hover {color:#ff0033;} /* Yahoo!ショッピング */
.cstmreba .kaerebalink-link1 .shoplinkbellemaison a:hover { color:#84be24 ; }	/* ベルメゾン */
.cstmreba .kaerebalink-link1 .shoplinkcecile a:hover { color:#8d124b; } /* セシール */
.cstmreba .kaerebalink-link1 .shoplinkkakakucom a:hover {color:#314995;} /* 価格コム */
/* ヨメレバ */
.cstmreba .booklink-link2 .shoplinkkindle a:hover { 
    background: #1E88E5;
} /* Kindle */

.cstmreba .booklink-link2 .shoplinkrakukobo a:hover { color:#bf0000; } /* 楽天kobo */
.cstmreba .booklink-link2 .shoplinkbk1 a:hover { color:#0085cd; } /* honto */
.cstmreba .booklink-link2 .shoplinkehon a:hover { color:#2a2c6d; } /* ehon */
.cstmreba .booklink-link2 .shoplinkkino a:hover { color:#003e92; } /* 紀伊國屋書店 */
.cstmreba .booklink-link2 .shoplinktoshokan a:hover { color:#333333; } /* 図書館 */
/* カエレバ・ヨメレバ共通 */

.cstmreba .kaerebalink-link1 .shoplinkamazon a:hover,
.cstmreba .booklink-link2 .shoplinkamazon a:hover {
    background-color: #f9c500;/*ボタン色*/
} /* Amazon */

.cstmreba .kaerebalink-link1 .shoplinkrakuten a:hover,
.cstmreba .booklink-link2 .shoplinkrakuten a:hover {
    background-color: #F44336;/*ボタン色*/
} /* 楽天 */

.cstmreba .kaerebalink-link1 .shoplinkseven a:hover,
.cstmreba .booklink-link2 .shoplinkseven a:hover {
color:#225496;
} /* 7net */

.cstmreba .booklink-link2 a:active , .cstmreba .kaerebalink-link1 a:active , .cstmreba .tomarebalink-link1 a:active 
{
    border-bottom: none;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
}


/***** ボタンデザイン　マウスオーバー時ここまで *****/
.cstmreba .booklink-footer {
clear:both;
}
/*****  解像度768px以下のスタイル *****/
@media screen and (max-width:768px){

.cstmreba .booklink-link2>div,
.cstmreba .kaerebalink-link1>div,
.cstmreba .tomarebalink-link1>div {
width: 100%;
margin: 0.5%;
}
}

@media screen and (max-width: 320px){
    .cstmreba .booklink-image, .cstmreba .kaerebalink-image, .cstmreba .tomarebalink-image {
        width: auto;
        float: none;
        text-align: center;
        margin: 0 0 10px 0;
    }
    
    .cstmreba .booklink-box, .cstmreba .kaerebalink-box, .cstmreba .tomarebalink-box {
        width: 100%;
        overflow: hidden;
        border-radius: 5px;
        box-sizing: border-box;
        padding: 0;
    }
}

.hatena-star-container {
  padding-top: 5px;
  padding-bottom: 5px;
}
.hatena-star-container a {
  display: inline-block;
  vertical-align: bottom;
  width: 37px;
  height: 66px;
  margin: 2px;
  line-height: 1;
  position: relative;
}

.hatena-star-container .hatena-big-star-star-container {
  width: 18px;
  height: 18px;
  left: 50%;
  margin: 0 0 0 -10px;
  position: relative;
  background: #ffffff !important;
  border: 1px solid #cccccc !important;
  overflow: visible;
}
.hatena-star-container .hatena-big-star-star-container:after,
.hatena-star-container .hatena-big-star-star-container:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.hatena-star-container .hatena-big-star-star-container:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 3px;
  margin-left: -3px;
}
.hatena-star-container .hatena-big-star-star-container:before {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #cccccc;
  border-width: 4px;
  margin-left: -4px;
}
.hatena-star-container .hatena-big-star-star-container > .hatena-star-star {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px!important;
}
.hatena-star-container .hatena-star-user {
  width: 32px;
  height: 32px;
  margin-left: -19px;
  position: absolute;
  top: 27px;
  left: 50%;
  max-width: inherit;
  padding: 2px!important;
  border-radius: 19px;
  border: 1px solid #ccc!important;
  background: #fff;
}

#main{
    animation-name: fadein;
    animation-duration: 2s;
}

@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

.page-archive .archive-entries .archive-entry .categories a:nth-child(2) {
    display: none;
}

.page-archive .archive-entries .archive-entry .categories a:nth-child(3) {
    display: none;
}

.page-archive .archive-entries .archive-entry .categories a:nth-child(4) {
    display: none;
}

.page-archive .archive-entries .archive-entry .categories a:nth-child(5) {
    display: none;
}

.comment-box {
    padding-top: 50px;
}


@media screen and (max-width: 320px){

    .entry-header .entry-categories.categories a:nth-child(2) {
        display: none;
    }

    .entry-header .entry-categories.categories a:nth-child(3) {
        display: none;
    }

    .entry-header .entry-categories.categories a:nth-child(4) {
        display: none;
    }

    .entry-header .entry-categories.categories a:nth-child(5) {
        display: none;
    }

    #blog-description {
        font-weight: 600;
        font-size: 0.4rem;
        margin: 1em 0 0;
    }

    .breadcrumb {
        font-size: 0.3rem;
    }

    #top-box {
        position: unset;
        position: unset;
    }
}


/*preデザイン*/

.entry-content pre {
    background: #f5f5f5;
    border: none;
    white-space: pre-wrap;
    text-overflow: ellipsis;
    font-size: 100%;
    line-height: 1.3;
    font-size: .8rem;
    padding: 30px 15px 10px 15px;
    position: relative;
}

.entry-content pre::before {
    position: absolute;
    top: 1px;
    left: 5px;
    content: '';
    background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/y/yumedasuke/20190302/20190302043737.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: bottom;
    display: inline-block;
    width: 7%;
    height: 100px;
    margin-bottom: 0px;
}

@media only screen and (max-width: 530px) {
   .entry-content pre::before {
    position: absolute;
    top: 1px;
    left: 5px;
    content: '';
    background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/y/yumedasuke/20190302/20190302043737.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: bottom;
    display: inline-block;
    width: 15%;
    height: 100px;
    margin-bottom: 0px;
}
}

/*目次*/

.entry-content .table-of-contents {
    margin: 2em 0;
    padding: 0 0 16px 0;
    border: 1px solid #e5e6e6;
    background-color: #ffffff;
    font-size: 0.95em;
    font-weight: normal;
    border-radius: 5px;
}

.entry-content .table-of-contents a {
    text-decoration: none;
    color: #668bff;
}

.table-of-contents:before {
    content: "目次";
    display: inline-block;
    width: 100%;
    padding: 12px;
    margin-bottom: 10px;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.0em;
    font-weight: bold;
    color: #fff;
    background-color: #e5e6e6;
    border-bottom: 1px solid #f7f8f9;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.table-of-contents ul {
    margin: 0;
    padding: 0 !important;
    border: none;
}

.table-of-contents li {
    margin: 0 0 0 2.5em;
    padding: 0.2em 0 0 0 !important;
    list-style-type: decimal;
    color: #333;
    border: none;
}

.clicked .entry-content .table-of-contents {
    border: 1px solid #38444d;
    border-radius: 4px;
    background-color: #10171e;
}

.clicked .table-of-contents li {
    color: #fff;
}

.clicked .table-of-contents:before {
    color: #fff;
    background-color: #15202b;
    border-bottom: 1px solid #38444d;
}

.clicked .topnoscroll{
    background: #38444d;
}

.clicked .toponefeature {
    background: #15202b;
    border-bottom: 1px solid #38444d;
}

.clicked .divheader__text p {
    color: #fff;
}

@media screen and (max-width: 991px){
.entry {
    margin: 0px;
    border-bottom: 0;
    padding: 0 0 10px;
}
#main {
    margin: 0px;
    padding: 0 0px;
    width: 100%;
}
.entry-inner {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    box-shadow: none;
}
section.archive-entry.autopagerize_page_element:nth-child(1) {
    margin-top: 15px;
}
#box2-inner {
    display: block;
    gap: 0;
    grid-template-columns: 0;
}
#box2 {
    width: auto;
}
.hatena-module {
    padding: 0;
}
.hatena-module-profile .hatena-module-body {
    padding: 40px 0 20px 0;

}

.hatena-follow-button-box .subscription-count-box {
    right: auto;
}

a.imgcenter {
    display: block;
    text-align: center;
}

}

/*トップフューチャーバー*/

.toponefeature{
background: #fcca80;
}

.divheader__text p {
    font-size: 18px;
    margin-bottom: 11px;
    color: #333;
    font-weight: 600;
}

p.toperdcontent {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6em;
    letter-spacing: -.01em;
    color: #6b7377;
}

.divheader__text a {
    border: 0 solid rgba(0,0,0,0);
    color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.08), 0 2px 4px rgba(0,0,0,.12);
    background: #3880ff;
    transition: all .3s ease;
    padding: 12px 13px 10px;
    font-size: 14px;
    background-color: #668bff;
    font-weight: 600;
    border-radius: 6px;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1.4em;
}

.toponefeature {
    display: flex;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 0px;
    border-bottom: 1px solid #eee;
}

.toponeconta {
    position: relative;
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.divheader__text {
    max-width: 50%;
    margin-right: 35px;
    margin-left: auto;
}

.toponeconta::before {
    background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/y/yumedasuke/20190308/20190308193137.png) 0 0 no-repeat;
    background-size: 100%;
    width: 40%;
    height: 250px;
    content: '';
    position: absolute;
    bottom: -50px;
    left: 35px;
}

@media screen and (max-width: 1000px){

.divheader__text {
    margin-right: 35px;
    margin-left: 0;
    max-width: 60%;
}

.toponeconta::before {
    background-size: 100%;
    content: '';
    position: absolute;
    bottom: -50px;
    width: 212px;
    height: 155px;
    right: 0;
    left: auto;
}

}

@media screen and (max-width: 580px){

.divheader__text p {
    font-size: 14px;
    font-weight: 600;
}

.toponefeature {
    display: flex;
    padding-top: 15px;
    padding-bottom: 25px;
    margin-top: 0px;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

.toponeconta::before {
    background-size: 100%;
    content: '';
    position: absolute;
    bottom: 0px;
    width: 50%;
    height: 155px;
    right: 0;
    left: auto;
}

.divheader__text {
    margin-right: 35px;
    margin-left: 0;
    max-width: 100%;
}

p.toperdcontent {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6em;
    letter-spacing: -.01em;
    color: #6b7377;
    width: 50%;
}

}

#top-editarea {
    margin-bottom: 0;
    margin-left: 280px;
}

@media screen and (max-width: 991px){

#top-editarea {
    margin-bottom: 0;
    margin-left: 0;
}

}

body.clicked.enable-bottom-editarea.enable-top-editarea.globalheader-off.page-archive.page-archive-category {
    background: #10171e;
    color: #fff;
}

.clicked h1#title {
    background: #15202b;
}

.clicked #title a {
    color: #f7f8f9;
}

.clicked h2#blog-description {
    background: #10171e;
    color: #fff;
}

.pager.pager-permalink.permalink a {
    text-decoration: none;
}

@media screen and (max-width: 480px){
    .entry-content {
        padding: 10px;
    }
}

.nightp::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f186";
    padding-right: 15px;
}

.spnightmode {
    background: #15202b;
    border-radius: 50%;
    padding: 12px;
    position: absolute;
    height: 15px;
    color:#668bff;
    line-height: 10px;
    top: 5px;
    z-index: 100;
    display: none;
}

@media screen and (max-width: 991px){
    .spnightmode {
        display: block;
        right: 3px;
    }
}

.clicked .entry-content pre {
    background: #293949;
}

#top-box {
    width: 74%;
}

#top-box {
    padding: 0em 0 0em 26%;
}

@media screen and (max-width: 991px){
#top-box {
    padding: 0em 0 0em 0%;
}

#top-box {
    width: 100%;
}
}

@media (max-width: 1255px){
section.archive-entry.autopagerize_page_element:nth-child(1) .categories {
    top: 20px;
}
}

.clicked .kaerebalink-info {
    color: #fff;
}

.clicked .kaerebalink-name>a {
    color: #fff;
}

.clicked blockquote {
    border: 1px solid #38444d;
    background: #10171e;
}

.hatena-module.hatena-module-related-entries .hatena-module-title {
    font-size: 25px;
    font-weight: 700;
    color: #444;
    border-bottom: solid 3px #e5e6e6;
    margin: 2em;
    text-align: center;
    font-family: 'Helvetica Neue', Helvetica, Arial, 'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', sans-serif;
    padding: 10px 0;
}

.urllist-entry-body.related-entries-entry-body {
    display: none;
}

.clicked .hatena-module.hatena-module-related-entries .hatena-module-title {
    color: #fff;
    border-bottom: solid 3px #38444d;
}