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

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
    /* 1 */
    display: block;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

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

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

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

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block;
}

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

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

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
    display: block;
}

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

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

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

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

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

body {
    background: #f8f7f5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hatena-module {
    width: 100%;
}

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

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

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

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

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

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

#title a {
    color: #333;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.entry-content table {
    border-collapse: collapse;
    border-spacing: 0;
    border-bottom: 1em;
    margin-bottom: 1em;
    width: 100%;
    overflow: auto;
    display: block;
    font-size: .8rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.footnote {
    font-size: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hatena-module-search-box .search-module-button {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Esearch%3C/title%3E%3Cpath d='M16.7,15l-3.4-3.3h-.1a5.4,5.4,0,0,0,.9-3.1,5.6,5.6,0,1,0-5.6,5.6,5.4,5.4,0,0,0,3.1-.9.1.1,0,0,0,.1.1L15,16.7a1.1,1.1,0,0,0,.8.3,1.6,1.6,0,0,0,.9-.3,1.4,1.4,0,0,0,0-1.7M8.5,12.3A3.8,3.8,0,0,1,4.8,8.5,3.8,3.8,0,0,1,8.5,4.7a3.9,3.9,0,0,1,3.8,3.8,3.8,3.8,0,0,1-3.8,3.8'/%3E%3Crect class='a' width='20' height='20'/%3E%3C/svg%3E") no-repeat center;
    background-size: 20px 20px;
    border: none;
    outline: none;
    color: transparent;
    overflow: hidden;
    opacity: .5;
    cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#footer a {
    color: #999;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.codoc-buy-icon {
  display: none !important;
}

.codoc-more span img{
  display: none !important;
}

html, body {
    font-family: Avenir, 游ゴシック体, YuGothic, 游ゴシック Medium, Yu Gothic, sans-serif !important;
    color: #454545 !important;
    background-color: #fff !important;
    line-height: 2 !important;
}

.entry-content .itunes-embed img {
    left: 0 !important;
    width: auto !important;
    margin: 1em !important;
}

div.easyLink-box img{
    left: 0 !important;
    width: auto !important;
    margin: 1em !important;
}

a.btn_04 img {
    left: 0 !important;
    width: auto !important;
}


@media(min-width: 768px) {
images-row>span img, .images-row .images-row-item img {
    max-width: 100% !important;
    height: auto !important;
    margin: 0em 0 0em 0vw !important;
    left: 0 !important;
}
}

@media(max-width: 768px) {
.images-row>span img, .images-row .images-row-item img {
    max-width: 100% !important;
    display: block !important;
    left: 0 !important;
    margin: 1em 0 1em -0vw !important;
}
}

.entry-content img, .entry-content video {
max-width: 100vw !important;
    width: 100vw !important;
    position: relative !important;
    display: block !important;
    left: 50% !important;
    margin: 1em 0 1em -50vw !important;
}

@media (min-width: 768px) {
.entry-content img, .entry-content video {
    max-width: 100% !important;
    height: auto !important;
    margin: 1em 0 1em 0 !important;
    left: 0 !important;
}
}


.targetlink:after {
  margin: 0 0 0 3px;
  content: "\f009";
  font-family: blogicon;
  font-weight: 900;
}

/***ステップバーデザイン3***/
.step-wrap3 {
 counter-reset: count;
 margin: 2em 0;
 position: relative;
}
.step-content3 {
 padding: 1.3em 0 .3em 1em;
 margin: 0 0 1em 1em;
 position: relative;
 border-top: solid 2px #ddd;
}
.step-content3::before {
 content: "";
 display: block;
 position: absolute;
 bottom: 0;
 left: -10px;
 border-style: solid;
 border-width: 17px 8px 0 8px;
 border-color: #ddd transparent transparent transparent;
}
.step-content3::after {
 content: "";
 display: block;
 height: calc(100% - 36px);
 border-left: dashed 4px #ddd;
 position: absolute;
 top: 16px;
 left: -4px;
}
.step-label3 {
 padding: 3px 20px 3px 15px;
 color: #fff;
 font-weight: bold;
 position: absolute;
 top: -18px;
 left: -20px;
 background: #6ab5a5;
 border-radius: 20px;
 z-index: 1;
}
.step-label3::after {
 counter-increment: count;
 content: counter(count);
 position: relative;
 left: .3em;
}
.step-title3 {
 font-weight: bold;
 font-size: 120%;
}
.step-body3 {
 margin-top: .5em;
 padding: 0 0 1em;
}
.step-wrap3 > :last-child {
 box-shadow: 5px 7px 0 -5px #ddd;
}
.step-wrap3 > :last-child::before, .step-wrap3 > :last-of-type::after {
 display: none;
}
/***ステップバーデザイン3***/

/* 吹き出しのCSS（装飾あり）　*/

.entry-content .l-fuki-name,
.entry-content .r-fuki-name {
  position: relative;
  width: calc(100% - 82px);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 20px;
  border-radius: 6px;
  border: 2px solid #ddd;
  box-shadow: 0 3px 8px -2px rgba(0,0,0,.16);
  background-color: #fff;
  z-index: 1;
  box-sizing: border-box;
}
.entry-content .l-fuki-name {
  margin: 20px auto 36px 0;
}
.entry-content .r-fuki-name {
  margin: 20px 0 36px auto;
}

.entry-content .l-fuki-name::before,
.entry-content .r-fuki-name::before {
  position: absolute;
  content: "";
  top: 16px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  background-color: #fff;
  z-index: 2;
}


.entry-content .l-fuki-name::before {
  right: -7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.entry-content .r-fuki-name::before {
  left: -7px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.entry-content .l-fuki-name::after,
.entry-content .r-fuki-name::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  top: -20px;
  border: 0px solid #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.entry-content .l-fuki-name::after {
  right: -82px;
}
.entry-content .r-fuki-name::after {
  left: -82px;
}
@media screen and (min-width: 478px) {
  .entry-content .l-fuki-name::after,
  .entry-content .r-fuki-name::after {
    width: 100px;
    height: 100px;
  }
  .entry-content .l-fuki-name,
  .entry-content .r-fuki-name {
    width: calc(100% - 106px);
  }
  .entry-content .l-fuki-name::after {
    right: -106px;
  }
  .entry-content .r-fuki-name::after {
    left: -106px;
  }
}
/***ステップバーデザイン3***/

/***おすすめ記事デザインシンプル***/
[class^="recommend"] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.recommend-money {
    text-decoration: none;
    color: #454545!important;
    display: block;
    padding: 0 1.2vw 1vw;
}

.recommend-container {
    padding: 20px 1vw 0;
    background: #fff;
}

.recommend-wrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    list-style: none;
}

.recommend-item {
    width: 50%;
}

.recommend-figure {
    margin-bottom: 10px;
    padding-top: 61.87%;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.recommend-figure-topicmoney {
    margin-bottom: 10px;
    padding-top: 61.87%;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.recommend-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: .3s ease-in-out;
}

.recommend-title {
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    line-height: 1.4;
    margin: 10px 0 20px;
}

.recommend-link {
    text-decoration: none;
    color: #454545!important;
    display: block;
    padding: 0 1.2vw 1vw;
}

@media (min-width: 992px) {
    .recommend-container {
        padding: 20px 20px 0;
    }
    .recommend-item {
        width: 25%;
    }
    .recommend-link {
        padding: 0 8px 8px;
    }
}

.recommend-link:hover .recommend-figure img {
    transform: scale(1.05);
}

.recommend-figure::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: .2s ease-in-out;
}

.recommend-link:hover .recommend-figure::before {
    opacity: 1;
}

/*****  登録ボタン *****/

/*その他と主な共通部分は省略*/

.btn-copy {
  font-size: 1.3rem;
  font-weight: bold;

  position: relative;

  margin-bottom: .2em;

  text-align: center;
}

.btn-copy:before {
  margin-right: 1rem;

  content: '＼';
}

.btn-copy:after {
  margin-left: 1rem;

  content: '／';
}

.flexcenter{
  padding:10px 0;
  display:flex;
  justify-content:center;
}

.btn-c:before{
font-family: blogicon;
content: "\f009";
}

.btn,
a.btn,
button.btn {
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-c {
  font-size:1.2em;
  position: relative;
  padding: 1.5rem 2rem 1.5rem 2rem;
  color: #fff;
  border-radius: 100vh;
  background: #eb6877;
  -webkit-box-shadow: 0 5px 0 #e85163;
  box-shadow: 0 5px 0 #e85163;
}

a.btn-c .yellow{
  color: #fff100;
}

a.btn-c small {
  font-weight: bold;
}

a.btn-c i {
  margin-right: 1rem;
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #ee7f8b;
  -webkit-box-shadow: 0 2px 0 #e85163;
  box-shadow: 0 2px 0 #e85163;
}

/*****  あわせて読みたい *****/

.box104 {
    position: relative;
    margin: 30px 10px;
    padding: 5px 20px;
    border: 2px solid #000000;
	  background-color: #ffffff;
}
.box104 .box-title {
    position: relative;
	  bottom:19px;
    left: -15px;
    padding: 0px 7px;
	  border-radius:14px;
    background-color: #000000;
    color: #ffffff;
    font-weight: bold;
}

.box104 .box-title:before {
font-family: blogicon;
content: "\f050";
	padding:4px;
}

/* 吹き出しのCSS　*/
.entry-content .l-fuki,
.entry-content .r-fuki {
  position: relative;
  width: calc(100% - 82px);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 20px;
  border-radius: 6px;
  border: 2px solid #ddd;
  box-shadow: 0 3px 8px -2px rgba(0,0,0,.16);
  background-color: #fff;
  z-index: 1;
  box-sizing: border-box;
}
.entry-content .l-fuki {
  margin: 20px auto 36px 0;
}
.entry-content .r-fuki {
  margin: 20px 0 36px auto;
}

.entry-content .l-fuki::before,
.entry-content .r-fuki::before {
  position: absolute;
  content: "";
  top: 16px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  background-color: #fff;
  z-index: 2;
}


.entry-content .l-fuki::before {
  right: -7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.entry-content .r-fuki::before {
  left: -7px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.entry-content .l-fuki::after,
.entry-content .r-fuki::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  top: -6px;
  border-radius: 50%;
  border: 3px solid #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 5px #aaa;
  box-sizing: border-box;
}
.entry-content .l-fuki::after {
  right: -82px;
}
.entry-content .r-fuki::after {
  left: -82px;
}
@media screen and (min-width: 478px) {
  .entry-content .l-fuki::after,
  .entry-content .r-fuki::after {
    width: 80px;
    height: 80px;
  }
  .entry-content .l-fuki,
  .entry-content .r-fuki {
    width: calc(100% - 106px);
  }
  .entry-content .l-fuki::after {
    right: -106px;
  }
  .entry-content .r-fuki::after {
    left: -106px;
  }
}
.shop_woman::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/P/PrincessGorilla/20230907/20230907130531.png);}
.call::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/P/PrincessGorilla/20220804/20220804120516.png);}
.reiji::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/P/PrincessGorilla/20220630/20220630111256.png);}
.shopmember::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/P/PrincessGorilla/20211005/20211005215047.png);}
.watashi::after  {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/P/PrincessGorilla/20211005/20211005215040.png);}
.angry_man::after  {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/P/PrincessGorilla/20211005/20211005221540.png);}
.sagi::after  {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/P/PrincessGorilla/20211102/20211102224300.png);}
.neko::after{background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/P/PrincessGorilla/20211125/20211125180220.png);}
.hiyoko::after{background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/P/PrincessGorilla/20211202/20211202204630.png);}
.maracas::after{background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/P/PrincessGorilla/20211203/20211203144526.png);}
.bro::after{background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/P/PrincessGorilla/20220222/20220222180554.png);}
.tarutaru::after{background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/P/PrincessGorilla/20220309/20220309190146.png);}
.syori::after{background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/P/PrincessGorilla/20220309/20220309190321.png);}
.smilekuma::after{background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/P/PrincessGorilla/20220323/20220323125750.png);}
.shockcat::after{background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/P/PrincessGorilla/20220323/20220323130350.png);}
.shinpailady::after{background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/P/PrincessGorilla/20220520/20220520115934.png);}
.kangaechu::after{background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/P/PrincessGorilla/20220520/20220520120749.png);}
.hakase::after{background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/P/PrincessGorilla/20220520/20220520121238.png);}
.girl::after{background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/P/PrincessGorilla/20220520/20220520121508.png);}

/*****  もしもアフィリエイトブロック *****/

.mf {
  background-color: #fff; /* 背景色 */
  padding: 20px;
  display: flex;
  border: solid 1px #ccc; /* 枠線の種類、太さ、色 */
}

.mf_image img{
  text-align: center;
  padding-right: 14px;
    max-width:160px !important;
    max-height:160px !important;
    position: relative !important;
    width: 160px !important;
    height: 160px !important;
    margin: 0 !important;
}
.mf_text_name a{
  font-weight: bold;
  color:#222;
  margin: 3px 0;
}

.mf_text_name::after {
    display: block;
    content: "";
    width: 40px;
    height: 1px;
    margin-top: 4px;
    background: #999;
    }

.mf_text_info {
  font-size:12px;
  word-break: break-all;
}

.mf_text_description {
  font-size: .8em;
  margin: 0;
}

/*****  もしもアフィリエイトブロックボタン *****/
.entry-content section {
  max-width: 240px;
  margin: 0 auto;
}
a.btn_04 {
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  background: #f79256;
  border: 1px solid #f79256;
  box-sizing: border-box;
  padding: 0 15px 0 20px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}

a.btn_04:hover {
  background: #fff;
  color: #f79256;
}


.entry-content .entry-see-more {
	font-weight: bold;
	position: relative;
	display: block;
	width: 90%;
	margin: auto;
	padding: 0.3em 1em;
	cursor: pointer;
	transition: all 0.3s;
	text-align: center;
	color: #da3c41;
	border: 2px solid #da3c41;
	border-radius: 3px;
}

.entry-see-more:hover {
	transition: all 0.3s;
	color: #ffffff;
	background: #da3c41;
}

.entry-see-more::after {
font-family: blogicon;
content: "\f001";
	color: #da3c41;
}

 .social-buttons::before {
    display: none !important;
}

#blog-title {
    position: sticky;
    top: 0;
    width: 100%;
    height: 240px !important;
    text-align: center;
    letter-spacing: 0.12em;
    }

#form2sp{
position:relative;
max-width:100px;	
margin-bottom:0px;
}

.formblock{
    display: block;
    color:#808080;/*アイコン＆文字の色*/
    padding-top:5px;
    padding-bottom:30px;
    line-height:10px;
    text-decoration:none;
}

#sbox2sp{
margin-left:15px;
padding-bottom:5px;
width:320px;
height:35px;
position:absolute; 
left:0;
top:0; 
border-radius:3px;
outline:0;
background:#eee;
font-size:13px;
}
#sbtn2sp{
height:50px;
position:absolute; 
left:310px;/*アイコン左右の位置調整*/
top:0;
background:none;
color:#666;
border:none;
font-size:14px;/*アイコンサイズ*/
}
#sbtn2sp:hover{
opacity: .5;
cursor: pointer;
}

#form2{
position:relative;
max-width:200px;	
margin-bottom:20px;
}

#sbox2{
height:35px;
padding:0 10px; 
position:absolute; 
left:0;
top:0; 
border-radius:1px;
outline:0;
background:#eee;	
}
#sbtn2{
height:50px;
position:absolute; 
left:200px;/*アイコン左右の位置調整*/
top:0;
background:none;
color:#666;
border:none;
font-size:20px;/*アイコンサイズ*/
}
#sbtn2:hover{
opacity: .5;
cursor: pointer;
}

.search-form{
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    padding: 5px;
    width:10px;
    color: #454545;
    background: none;
    border: none;
    outline: none;
    height: 10px;
}

.search-module-button{
width: 24px;
    height: 20px;
    margin-right: 5px;
    background: transparent url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Esearch%3C/title%3E%3Cpath d='M16.7,15l-3.4-3.3h-.1a5.4,5.4,0,0,0,.9-3.1,5.6,5.6,0,1,0-5.6,5.6,5.4,5.4,0,0,0,3.1-.9.1.1,0,0,0,.1.1L15,16.7a1.1,1.1,0,0,0,.8.3,1.6,1.6,0,0,0,.9-.3,1.4,1.4,0,0,0,0-1.7M8.5,12.3A3.8,3.8,0,0,1,4.8,8.5,3.8,3.8,0,0,1,8.5,4.7a3.9,3.9,0,0,1,3.8,3.8,3.8,3.8,0,0,1-3.8,3.8'/%3E%3Crect class='a' width='20' height='20'/%3E%3C/svg%3E) no-repeat center;
    background-size: 20px 20px;
    border: none;
    outline: none;
    color: transparent;
    overflow: hidden;
    opacity: .5;
    cursor: pointer;
}

/*PC表示の際はボトムメニューは表示しない*/
@media(min-width: 768px){
    .bottom-menu{display:none; }
}

/*****  解像度768px以下ではPC版メニュー非表示 *****/
@media screen and (max-width:768px){
#menu {
		display: none;
	}
}

/*========================
　smartphone　bottom menu
　========================*/


.mini-text{font-size:10px;}/*文字大きさ*/

ul.bottom-menu {
    position: fixed;
    left:0;
    bottom:0;
    width: 100%;
    height:45px;/*高さ*/
    margin:0;
    padding:0;
    background-color:#f5f5f5;/*背景色*/
    border-top:2px solid #808080;/*バーの上の線*/
    border-bottom:2px solid #808080;/*バーの下の線*/
    z-index:30;}

ul.bottom-menu li {
    float:left;
    width:25%;
    background-color:#f5f5f5;/*背景色*/
    list-style-type:none;
    text-align:center;
    font-size:25px;/*アイコンのサイズ*/}

.bottom-menu li a {
    display: block;
    color:#808080;/*アイコン＆文字の色*/
    padding-top:10px;
    padding-bottom:5px;
    line-height:10px;
    text-decoration:none;}

.bottom-menu li a:hover {
    color:#a9a9a9;/*マウスオーバー時の色*/}

/* === 展開メニュー === */

ul.menu-second-level {
    visibility: hidden;
    opacity: 0;
    z-index:1;}

ul.menu-second-level li a{
    border-top:1px dashed #a9a9a9;/*展開の枠点線*/
        font-size:15px;/*展開メニューの文字サイズ*/
        line-height:30px;/*文字の縦幅*/}

.menu-second-level li a:hover {
    height:100%;
    background: lightgrey;/*マウスオーバーの色*/}

li.menu-width-max ul.menu-second-level {
    position: absolute;
    bottom: 47px;/*高さ*/
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding:0;}

li.menu-width-max:hover ul.menu-second-level {
    bottom: 47px;/*高さ*/
    visibility: visible;
    opacity: 1;}

li.menu-width-max ul.menu-second-level li {
    float: left;
    width: 100%;
    border: none;}

/*****グローバルメニュー****/

#menu{
    width: 100%;
    margin: 0px auto;
    background: #444;/*７*/
}

.fixed {
    position: fixed;
    top: 0;
    z-index: 2;
    width: 100%;
    height: auto;
}


#container{
    margin-top: 40px;
}


#menu-inner{
    width: 1000px;/*１*/
    height: 40px;/*２*/
    margin: 0 auto;
    background: #444;/*８*/
}



#menu-btn{display: none;}
#menu-content{
    padding-left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    list-style-type: none;
}
#menu-content > li{
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
    width: 20%;
    }
#menu-content > li > a{
    position: relative;
    display: block;
    height: 100%;
    width: 100%;/*3*/
    line-height: 40px;/*２*/
    background: #444;/*９*/
    color: #fff;/*10*/
    font-size: 70%;
    text-decoration: none;
    z-index: 2;
}

#menu-content > li > a:hover{
    background: #555;/*11*/
    color: #fff;/*12*/
}
#menu-content > li > a > .blogicon-chevron-down{margin-right: 5px;}
/*２階層目*/
#menu-content > li > ul.second-content{
    visibility: hidden;
    position: absolute;
    top: 0;
    margin: 0;
    padding-left: 0;
    list-style-type: none;
    z-index: -1;
}
#menu-content > li:hover > ul.second-content{
    visibility: visible;
    top: 40px;/*2*/
    z-index: 1;
    transition: all .3s;
}
#menu-content > li > ul.second-content > li{
    text-align: center;
    width: 200px;/*４*/
    height: 40px;/*５*/
}
#menu-content > li > ul.second-content > li > a{
    display: block;
    line-height: 40px;/*５*/
    background: #444;/*13*/
    color: #fff;/*14*/
    font-size: 70%;
    text-decoration: none;
}
#menu-content > li > ul.second-content > li > a:hover{
    background: #555;/*15*/
    color: #fff;/*16*/
}
/*******トグルメニュ*********/
@media screen and (max-width:960px){/*19*/
#menu-inner{
    width: 100%;
    height: auto;
}
#btn-content{text-align: right;}/*20*/
#menu-btn{
    display: inline-block;
    padding: 8px 15px;
    margin: 5px;
    cursor: pointer;
    background: #555;/*17*/
    color: #fff;/*18*/
    font-size: 70%;
}
#menu-content{
    display: none;
    width: 100%;
}
#menu-content > li{
    width: 100%;
    height: 40px;/*６*/
    float: none;
}
#menu-content > li > a{
    width: 100%;
    line-height: 40px;/*６*/
    padding: 0;
    text-decoration: none;
}
/*２階層目*/
#menu-content > li:hover > ul.second-content{display: none;}
#menu-content > li > a > .blogicon-chevron-down{display: none;}
}

/*↓----更新日時表示----↓*/

.date::before {
font-family: blogicon;
content: "\f031";
font-weight: bold;
}

.lastmod {
background-color: transparent;
padding: 5px 0px;
text-decoration: none;
font-size: 15px;
display: inline;
margin-left: 0px;
color: #888888;
}
.lastmod::before {
margin-right: 5px;
margin-left: 10px;
padding-left: 3px;
font-family: blogicon;
content: "\f02b";
font-weight: bold;
}
.entry-date a {
background-color: transparent;
padding: 5px 0px 5px 6px;
text-decoration: none;
font-size: 15px;
display: inline;
}
.entry-date a::before {
margin-right: 5px;
padding-left: 3px;
}
/*↑----更新日時表示----↑*/



@media screen and (max-width:480px) {
  .mf {
    display: block;
  }
  .mf_image {
    padding-right: 0;
  }
  .mf_image img {
    width: 180px !important;
    height: auto !important;
    min-height: 160px !important;
    margin: 0 !important;
  }
  .mf_text_name {
    text-align: center;
    margin-top: 6px;
  }
  a.btn_04 img {
    left: 0 !important;
    width: auto !important;
}
}

/*****  斜線 *****/

h3 {
    background-image: repeating-linear-gradient(
-45deg
,transparent,transparent 3px,rgba(0,0,0,.1) 5px,rgba(0,0,0,.1) 4px);
}

h3 {
    font-size: 18px !important;
}

h4 {
    font-size: 16px !important;
    position: relative;
    padding: 4px 0px;
}

h4:after {
content:"";
position:absolute;
left:0;
bottom:0;
width:100%;
height:5px;
   background-image: repeating-linear-gradient(
-45deg
,transparent,transparent 3px,rgba(0,0,0,.1) 5px,rgba(0,0,0,.1) 4px);
}



/*****  注意ボックス *****/

.cautionbox{
  margin: 1em 0;
  background-color: #ffebee;
  padding: 1em;
}

.cautionbox-title{
  color: #ef5350;
  font-size: 18px;
  font-weight: bold;
}

.cautionbox-title:before{
  font-family: blogicon;
  content: "\f041";
  font-size: 17px;
}

.cautionbox p{
  margin: 0;
  padding: 0;
}

/*****  ボタンのデザイン *****/

.btn-square-pop {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF !important;
  background: #fd9535;/*背景色*/
  border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
}

.btn-square-pop a {color: #FFF !important;}

.btn-square-pop:before{
font-family: blogicon;
content: "\f009";
}

.btn-square-pop:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.btn-square-soft {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #fff;
  width: 60%;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  background: linear-gradient(#fed6e3 0%, #ffaaaa 100%);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
}

.btn-square-soft:before{
font-family: blogicon;
content: "\f009";
}

.btn-square-soft:active {
  /*押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*沈むように*/
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(#fed6e3 0%, #ffbcbc 100%);/*グラデーションを明るく*/
}

/*****  いろいろ *****/

span.author.vcard {
display: none;
}

.guest-footer-content{
display: none;
}


/*****  LINE形式のデザイン *****/

/*以下、①背景色など*/
.line-bc {
  padding: 20px 10px;
  max-width: 450px;
  margin: 15px auto;
  text-align: right;
  font-size: 14px;
  background: #7da4cd;

}

/*以下、②左側のコメント*/
.balloon6 {
  width: 100%;
  margin: 10px 0;
  overflow: hidden;
}

.balloon6 .faceicon {
  float: left;
  margin-right: -50px;
  width: 40px;
}

.balloon6 .faceicon img{
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.balloon6 .chatting {
  width: 100%;
  text-align: left;
}
.says {
  display: inline-block;
  position: relative; 
  margin: 0 0 0 50px;
  padding: 10px;
  max-width: 250px;
  border-radius: 12px;
  background: #edf1ee;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px; 
  left: -19px;
  border: 8px solid transparent;
  border-right: 18px solid #edf1ee;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
.says p {
  margin: 0;
  padding: 0;
}

/*以下、③右側の緑コメント*/
.mycomment {
  margin: 10px 0;
}
.mycomment p {
  display: inline-block;
  text-align:left;
  position: relative; 
  margin: 0 10px 0 0;
  padding: 8px;
  max-width: 250px;
  border-radius: 12px;
  background: #30e852;
  font-size: 15px:
}

.mycomment p:after {
  content: "";
  position: absolute;
  top: 3px; 
  right: -19px;
  border: 8px solid transparent;
  border-left: 18px solid #30e852;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

/*****  プロフィールブロック *****/

.profile {
  background-color: #fff; /* 背景色 */
  padding: 20px;
  display: flex;
  border: solid 3px #eaedf2; /* 枠線の種類、太さ、色 */
}
.profile_image {
  text-align: center;
  padding-right: 14px;
}
.profile_image img {
  max-width: 80px;
  border-radius: 100%;
}
.profile_text_name {
  font-weight: bold;
  margin: 6px 0;
}
.profile_text_description {
  font-size: .8em;
  margin: 0;
}
@media screen and (max-width:480px) {
  .profile {
    display: block;
  }
  .profile_image {
    padding-right: 0;
  }
  .profile_image img {
    max-width: 120px;
  }
  .profile_text_name {
    text-align: center;
    margin-top: 6px;
  }
.hatena-fotolife{
text-indent: -1em;
width: 100%;
max-width: none;
}

.balloon6 .faceicon img{
  max-width: 10px;
  height: auto;
  border-radius: 50%;
}


}

/*--------------------------------------
  シェアボタン
--------------------------------------*/

.sns-header, .sns-footer {
  padding: 0px;
}

.sns-area {
  padding: 0;
  overflow: hidden;
  table-layout: fixed;
  display: table;
  width: 100%;
}

.sns-area li {
  list-style-type: none;
  display: table-cell;
  vertical-align: middle;

}

.sns-area li:last-child {
  margin-right: 0
}

.sns-link {
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  outline: none;
  overflow: hidden;
  height: 42px;
  line-height: 42px;
}

.sns-link:hover {
  text-decoration: none;
  opacity: 0.8;
  color:#fff;
}

.sns-twitter {
  background: #55ACEE;
}

.sns-facebook {
  background: #16528e;
}

.sns-bookmark {
  background: #0082c8;
}

.sns-pocket {
  background: #e8846b;
}

/*--------------------------------------
  フォローボタン
--------------------------------------*/

.follow-btn{
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.follow-btn a {
  display: inline-block;
  height: 45px;
  line-height: 22px;
  width: 25%;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}
.follow-btn .hatena {
  color: #3D3F44;
  border: 2px solid #3D3F44;
  background: #ffffff;
}
.follow-btn .twitter {
  color: #00ACEE;
  border: 2px solid #00ACEE;
  background: #ffffff;
}
.follow-btn .feedly {
  color: #70CA3B;
  border: 2px solid #70CA3B;
  background: #ffffff;
}
.follow-btn .hatena:hover {
  color: #ffffff;
  background: #3D3F44;
  transition: all .3s;
}
.follow-btn .twitter:hover {
  color: #ffffff;
  background: #00ACEE;
  transition: all .3s;
}
.follow-btn .feedly:hover {
  color: #ffffff;
  background: #70CA3B;
  transition: all .3s;
}
.text-small{
  font-size: 8px;
}

/*--------------------------------------
  シェアボタン
--------------------------------------*/

.share-3d{
  margin-bottom: 10px;
  text-align: center;
}
.share-3d-inner a {
  position: relative;
  display: inline-block;
  width: 18%;
  height: 40px;
  line-height: 20px;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}
.share-3d .small-text{
  font-size: 10px;
}
.share-3d .hatena-bookmark-button{
  background: #00A4DE;
  box-shadow: 0 3px #43638b;
}
.share-3d .twitter-button{
  background: #55ACEE;
  box-shadow: 0 3px #0092ca;
}
.share-3d .googleplus-button{
  background: #C53727;
  box-shadow: 0 3px #ad3a2d;
}
.share-3d .facebook-button{
  background: #405BA7;
  box-shadow: 0 3px #2c4373;
}
.share-3d .pocket-button{
  background: #EE4256;
  box-shadow: 0 3px 0 #c0392b;
}
.share-3d a:active{
  top: 3px;
  box-shadow: none;
}
.share-3d .hatena-bookmark-button:active{
  background: #43638b;
}
.share-3d .twitter-button:active{
  background: #0092ca;
}
.share-3d .googleplus-button:active{
  background: #ad3a2d;
}
.share-3d .facebook-button:active{
  background: #2c4373;
}
.share-3d .pocket-button:active{
  background: #c0392b;
}

/*  レスポンシブヘッダー調整　 */
#nagesen img{
max-width: 100%;
height: auto;
}

/*目次に太いライン*/
.entry-content .table-of-contents {
    position: relative;
    margin: 0;
    padding: 1em 1.2em 1em;
    background: #fff;
    font-size: 100%;
    border-top: solid 40px #444;
    border-right: solid 3px #444;
    border-bottom: solid 3px #444;
    border-left: solid 3px #444;
    border-radius: 4px;
}
.entry-content .table-of-contents::before {
    content: "目次";
    position: absolute;
    top: -33px;
    left: 20px;
    margin: 0 0 .8rem;
    padding: 0 0 .4rem;
    color: #fff;
    border: none;
    font-size: 120%;
}
.entry-content .table-of-contents li {
    margin: .2em 0 1em 1em;
    list-style-type: decimal;
    line-height: 1.6em;
}
.entry-content .table-of-contents li ul {
    margin: 0 0 1em .5em;
    padding: 0;
}
.entry-content .table-of-contents li ul li {
    margin: .2em 0 0 1em;
    list-style-type: disc;
}
.entry-content .table-of-contents li ul li ul li {
    list-style-type: circle;
}
.table-of-contents li a {
    line-height: 1.6em;
}
.entry-content .table-of-contents a {
    color: #454545;
    text-decoration: underline;
}

/*--------------------------------------
カエレバ（レスポンシブ）
--------------------------------------*/

/*ボタン*/
.shoplinkamazon a{background-color: #ffb36b !important; margin: 0 5px !important;}
.shoplinkrakuten a{background-color: #ea7373 !important; margin: 0 5px !important;}
.shoplinkkindle a{color:#007dcd !important;border: 1px solid #007dcd !important;}
.shoplinkkakakucom a{color:#314995 !important;border: 1px solid #314995;}
.shoplinkyahoo a{background-color: #51a7e8 !important; margin: 0 5px !important;}

.kaerebalink-powered-date,
.kaerebalink-detail {
display: none;
}
.kaerebalink-image {
float: none !important;
}

.kaerebalink-box {
width: 100%;
max-width: 100%;
display: block;
margin: 1.5em 0;
padding: 1em 1em 2em;
font-size: 14px;
line-height: 1.2;

position: relative;
background-color: #fff;
color: #222 !important;
text-decoration: none;
border: 1px solid #ccc !important;
border-radius: 3px;
box-sizing: border-box;
overflow: hidden;
}
@media(min-width: 768px) {
.kaerebalink-box {
padding-bottom: 14px !important;
}
}
.kaerebalink-box .kaerebalink-image {
float: none;
margin-right: 0;
}
.kaerebalink-box .kaerebalink-image img {
margin: 0 auto;
display: block;
width: auto;
height: auto;
max-width: 120px;
max-height: 120px;
}
.kaerebalink-box .kaerebalink-name {
text-align: center;
font-weight: bold;
}
.kaerebalink-box .kaerebalink-name span {
font-size: 14px !important;
}
.kaerebalink-box .kaerebalink-name a {
color: #222;
}
@media(min-width: 768px) {
.kaerebalink-box .kaerebalink-name {
font-size: 18px !important;
}
}
.kaerebalink-box .kaerebalink-link1 {
margin-top: 16px;
display: block;
}
.kaerebalink-box .kaerebalink-link1 > * {
width: 100%;
}
.kaerebalink-box .kaerebalink-link1 > p {
display: none;
}
@media(min-width: 768px) {
.kaerebalink-box .kaerebalink-link1 {
display: flex;
margin-left: -5px;
margin-right: -5px;
}
}
.kaerebalink-box .kaerebalink-link1 a {
height: 40px;
width: 100%;
position: relative;
border-radius: 2px;
display: flex;
justify-content: center;
align-items: center;
font-weight: bold;
font-size: 14px;
margin: 0 !important;
color: #fff;
text-decoration: none;
}

.kaerebalink-box .kaerebalink-link1 a:not(:first-child) {
margin-top: 10px;
}
@media(min-width: 768px) {
.kaerebalink-box .kaerebalink-link1 a:not(:first-child) {
margin-top: 0;
}
.kaerebalink-box .kaerebalink-link1 a {
margin: 0 5px !important;
}
}
.kaerebalink-box .kaerebalink-link1 a:after {
position: absolute;
top: 50%;
right: 6px;
transform: translateY(-50%);
content: "\f009" !important;
font-family: blogicon !important;
font-size: 0.9em !important;
margin: 0 3px 0 2px !important;
}
