/* <system section="theme" selected="8599973812333959601"> */
@charset "UTF-8";
/*
  Theme: UnderShirt
  Author: rokuzeudon
  Responsive: yes
  Description:
    記事一覧ページでサムネイル画像を大きく表示するはてなブログテーマです。
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,600");
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

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

.entry-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
}

.entry-header .entry-title {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
}

.entry-header .date {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}

.entry-header .categories {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}

.entry-header .customized-header {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
}

.entry-header .social-buttons {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
}

.archive-entries {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.page-archive .archive-entry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
}

.page-archive .archive-entry .entry-thumb-link {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
}

.page-archive .archive-entry .archive-entry-header {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}

.page-archive .archive-entry .archive-entry-body {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}

.page-archive .archive-entry .categories {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
}

.archive-entry-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
}

.archive-entry-header .entry-title {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
}

.archive-entry-header .date {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}

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

html,
body {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, Segoe UI, 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
    color: #454545;
    background-color: #f5f5f5;
    line-height: 1.6;
    letter-spacing: .08em;
}

a {
    color: #454545;
    text-decoration: none;
    -webkit-transition: .1s ease-out;
    transition: .1s ease-out;
}

a:hover {
    color: #1487bd;
    text-decoration: none;
}

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

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 に背景色や文字色を指定することで中にも色が反映されます
*/
#globalheader-container {
    background-color: #454545;
    color: #f5f5f5;
}

#content-inner {
    max-width: 1200px;
    margin: auto;
}

#blog-title {
    margin: auto;
    max-width: 1200px;
    padding: 3em 20px 2em;
    text-align: center;
}

@media (min-width: 992px) {
    #blog-title {
        margin: 0 auto;
        padding: 3em 40px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        text-align: left;
    }
}

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

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

#title a {
    color: #454545;
}

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

.header-image-enable #blog-title {
    margin: 0 auto 2em;
}

@media (min-width: 768px) {
    .header-image-enable #blog-title {
        padding: 0 40px;
    }
}

.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;
    margin: 30px 0 0;
}

@media (min-width: 992px) {
    .header-image-enable #blog-title-inner {
        background-size: cover;
    }
}

.header-image-enable #blog-title-content {
    margin: auto;
    text-align: center;
}

#top-box {
    max-width: 1200px;
    margin: 0 auto 1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

#top-editarea {
    margin-bottom: 1em;
}

.breadcrumb {
    padding: 0 20px;
    font-size: .78rem;
}

@media (min-width: 768px) {
    .breadcrumb {
        padding: 0 40px;
    }
}

@media (min-width: 992px) {
    #wrapper {
        width: calc( 100% - 337px);
    }
}

#main {
    width: 100%;
}

#main-inner {
    max-width: 1140px;
    margin: auto;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

@media (min-width: 992px) {
    #main-inner {
        padding: 0 40px;
    }
}

.entry {
    position: relative;
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
}

@media (min-width: 768px) {
    .entry {
        padding: 30px 40px;
    }
}

.entry-header {
    position: relative;
    margin: 10px 0 30px;
}

.entry-header .social-buttons {
    margin: 1em 0 0;
    padding: 1em 0;
    border-top: 1px solid #ddd;
}

.date {
    font-size: .9rem;
}

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

.date a:hover {
    color: #454545;
}

.entry-title {
    margin: 0 0 .3em;
    font-size: 1.5rem;
}

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

.categories a {
    font-size: .86rem;
    display: inline-block;
    margin: 8px 4px 0 0;
    padding: 4px 8px 2px;
    background: #f5f5f5;
    text-decoration: none;
}

.categories a:hover {
    color: #1487bd;
}

.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 1em;
    padding: 2em 0 1em;
    border-top: 4px solid #ddd;
}

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

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

.entry-comment {
    margin: 0 0 1em;
    padding: 10px 10px 10px 70px;
    background: #f5f5f5;
    border-radius: 6px;
    position: relative;
}

.read-more-comments {
    padding: 10px 0;
    text-decoration: underline;
}

.hatena-id-icon {
    width: 50px !important;
    height: 50px !important;
    border-radius: 3px;
}

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

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

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

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

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

.leave-comment-title {
    padding: .6em 1em;
    font-size: .85rem;
    background: #f5f5f5;
    top: 0;
    -webkit-box-shadow: 1px 3px 10px #ddd;
            box-shadow: 1px 3px 10px #ddd;
}

.leave-comment-title:hover {
    top: 3px;
    -webkit-box-shadow: 0 1px 3px #ddd;
            box-shadow: 0 1px 3px #ddd;
}

@media (min-width: 992px) {
    #box2 {
        width: 377px;
    }
}

#box2-inner {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

@media (min-width: 768px) {
    #box2-inner {
        padding: 0 40px;
    }
}

@media (min-width: 992px) {
    #box2-inner {
        padding-left: 0;
    }
}

.hatena-module {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 3em;
    font-size: .85rem;
}

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

.hatena-module-title {
    margin: 0;
    padding: 2em 0 1em;
    border-top: 4px solid #ddd;
    font-size: 1.2rem;
    font-weight: bold;
}

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

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

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

.hatena-urllist li {
    padding: 0 0 1em;
}

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

.urllist-title-link {
    font-size: .9rem;
}

.urllist-category-link {
    color: #999;
    font-size: .8rem;
    padding: .1em .3em .1em 0;
}

.urllist-date-link a {
    display: block;
    margin: 0 0 .4em;
    color: #999;
}

.urllist-entry-body {
    margin-top: .3em;
    color: #999;
}

.urllist-with-thumbnails li .urllist-image {
    position: relative;
    margin: 0 1em 1em 0;
    -webkit-transition: .1s ease-out;
    transition: .1s ease-out;
    top: 0;
    -webkit-box-shadow: 1px 3px 10px #ddd;
            box-shadow: 1px 3px 10px #ddd;
}

.urllist-with-thumbnails li .urllist-image:hover {
    top: 3px;
    -webkit-box-shadow: 0 1px 3px #ddd;
            box-shadow: 0 1px 3px #ddd;
}

.urllist-categories {
    margin: .4em 0 0;
}

.profile-icon {
    float: left;
    margin: 0 10px 10px 0;
}

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

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

.search-form, .search-result-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 2px solid #ddd;
    border-radius: 3px;
    width: 100%;
    padding: 4px 0 2px 6px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

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

.search-module-button, .search-result-button {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    background: transparent url("https://cdn.blog.st-hatena.com/images/theme/search@2x.png?version=4f1cb770a72175570fc55ef0e22b7c") no-repeat center;
    background-size: 20px 20px;
    border: none;
    outline: none;
    color: transparent;
    overflow: hidden;
    opacity: .5;
    cursor: pointer;
}

.search-module-button:hover, .search-result-button:hover {
    opacity: .85;
}

.archive-module-calendar a {
    display: block;
    margin: 0 .2em;
    padding: .2em 0 0;
    color: #1487bd;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 1em;
}

.archive-module-calendar a:hover {
    color: #0f668f;
    background: white;
}

.hatena-module-category a {
    position: relative;
    padding: 0 0 0 20px;
}

.hatena-module-category a::before {
    content: ">";
    display: inline;
    position: absolute;
    top: 0;
    left: 2px;
    color: #999;
    -webkit-transition: .1s ease-out;
    transition: .1s ease-out;
}

.hatena-module-category a:hover::before {
    color: #1487bd;
    left: 6px;
}

/* 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-header-category {
    margin: 30px;
    text-align: center;
}

.archive-entry {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fff;
}

@media (min-width: 768px) {
    .archive-entry {
        width: calc(50% - 10px);
        padding: 20px;
    }
    .archive-entry:nth-child(odd) {
        margin-right: 19.5px;
    }
}

.page-archive #main-inner {
    padding: 20px;
}

@media (min-width: 768px) {
    .page-archive #main-inner {
        padding: 0 40px;
    }
}

.page-archive .entry-thumb-link {
    width: calc( 100% + 40px);
    margin: -20px 0 20px -20px;
}

@media (min-width: 768px) {
    .page-archive .entry-thumb-link {
        width: calc( 100% + 40px);
        margin: -20px 0 20px -20px;
    }
}

.page-archive .entry-thumb {
    width: 100%;
    height: 48vw;
    background-position: center;
}

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

@media (min-width: 992px) {
    .page-archive .entry-thumb {
        height: 17vw;
        max-height: 202px;
    }
}

.page-archive .categories a {
    font-size: .7em;
}

.archive-date {
    margin-bottom: .2em;
}

.archive-entry-header .entry-title {
    font-size: 1rem;
}

.archive-entry-header .date {
    font-size: .8rem;
}

.archive-entry-body .entry-description {
    margin: 0;
    font-size: .8rem;
}

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

.page-entry #main-inner {
    padding: 0;
}

@media (min-width: 768px) {
    .page-entry #main-inner {
        padding: 0 40px;
    }
}

.page-entry .breadcrumb {
    margin-bottom: 1em;
}

#footer {
    background: #eee;
}

#footer-inner {
    margin-top: 2em;
    padding: 10px 0;
    text-align: center;
    font-size: .8rem;
    color: #999;
}

#footer-inner a {
    color: #999;
}

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

@media (min-width: 768px) {
    #footer-inner {
        max-width: 1200px;
        margin: auto;
        padding: 20px 40px;
    }
}

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

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

.entry-content h3 {
    font-size: 1.5rem;
}

.entry-content h4 {
    margin: 2em 0 1em 0;
    font-size: 1.4rem;
}

.entry-content h5 {
    margin: 1.6em 0 1em 0;
    font-size: 1.2rem;
}

.entry-content h6 {
    margin: 1em 0 1em 0;
    font-size: .9rem;
}

.entry-content a {
    color: #1487bd;
    text-decoration: underline;
}

.entry-content a:hover {
    color: #0f668f;
    text-decoration: none;
}

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

.entry-content .entry-see-more {
    display: inline-block;
    padding: 10px 16px;
    color: #454545;
    text-decoration: none;
    background: #f5f5f5;
    top: 0;
    -webkit-box-shadow: 1px 3px 10px #ddd;
            box-shadow: 1px 3px 10px #ddd;
    -webkit-transition: .1s ease-out;
    transition: .1s ease-out;
}

.entry-content .entry-see-more:hover {
    top: 3px;
    -webkit-box-shadow: 0 1px 3px #ddd;
            box-shadow: 0 1px 3px #ddd;
}

.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: #fff;
}

.entry-content blockquote {
    margin: 2em 0 1.6em;
    padding: 20px;
    background: #f5f5f5;
}

.entry-content blockquote p:first-child {
    margin-top: 0;
}

.entry-content blockquote p:last-child {
    margin-bottom: 0;
}

.entry-content blockquote::before {
    content: "“";
    display: block;
    position: absolute;
    top: -52px;
    left: -12px;
    font-size: 8em;
    opacity: .1;
}

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

.entry-content pre {
    background: #fff;
    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: #fff;
    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 {
    margin: 0;
    padding: 1.2em;
    border: 1px solid #ddd;
    font-size: .9em;
}

.entry-content .table-of-contents::before {
    content: "目次";
    display: block;
    margin: 0 0 .8rem;
    padding: 0 0 .4rem;
    border-bottom: 1px solid #ddd;
    font-size: 1rem;
}

.entry-content .table-of-contents a {
    color: #454545;
}

.entry-content .table-of-contents li {
    margin: 0 0 0 1.4em;
    list-style-type: decimal;
}

.entry-content .table-of-contents li ul {
    margin: 0 0 1em .5em;
}

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

.pager {
    margin: 2em 0;
}

.pager .pager-prev, .pager .pager-next {
    display: block;
    width: 50%;
}

.pager .pager-next {
    text-align: right;
}

.pager .pager-prev a, .pager .pager-next a {
    display: inline-block;
    width: 96%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

div.footnote {
    padding: 1em 0;
    border-top: #ddd 1px solid;
}

#footer .guest-footer {
    margin: 20px;
    padding: 25px 30px 10px;
    max-width: 700px;
    background: #fff;
    border-radius: 6px;
}

@media (min-width: 768px) {
    #footer .guest-footer {
        margin: 30px auto;
    }
}

.page-index .pager, .page-archive .pager {
    margin: 2em 0;
}

.entry-header-menu a {
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px 10px;
    background: #f5f5f5;
    top: 0;
    -webkit-box-shadow: 1px 3px 10px #ddd;
            box-shadow: 1px 3px 10px #ddd;
    -webkit-transition: .1s ease-out;
    transition: .1s ease-out;
}

.entry-header-menu a:hover {
    top: 3px;
    -webkit-box-shadow: 0 1px 3px #ddd;
            box-shadow: 0 1px 3px #ddd;
}

.entry-header-html a, .entry-footer-html a {
    color: #1487bd;
    text-decoration: underline;
}

.entry-header-html a:hover, .entry-footer-html a:hover {
    text-decoration: none;
    color: #0f668f;
}

/*# sourceMappingURL=boilerplate.css.map */
/* </system> */

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

html,
body {
	background-color: #fff;
	color: #333;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Helvetica, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, meiryo, sans-serif;
}


/* 行間 */
.entry-content {
	font-size: 17px;
	line-height: 1.2;
}

.entry-content p {
	font-size: 17px;
	margin: 0.3em 0;
}

/* リンク色 */
.enntry-content a {
	color: #4682b4;
}

@media (min-width: 768px) {
	.page-entry #main-inner {
		padding: 0 40px 40px;
	}
}

@media (min-width: 1200px) {
	#blog-title {
		padding: 0 40px 10px;
	}
}

#blog-title {
	margin: 0 auto;
	background: #fff;
	padding: 1em;
}

#top-box {
	margin: 1em auto;
}

#top-editarea {
	margin-bottom: 0;
}

#content {
	padding-top: 3em;
}





/*ヘッダー画像調整*/
#title a,#blog-description{
  color:#333 !important;
  text-shadow:0px 0px 0px #000 !important;
}

#blog-title{
  padding:0;
}
.header-image-enable #blog-title #blog-title-inner{
  height:224px;
  background-size:cover;
}
/*スマホ画面*/
@media (max-width: 530px){
  .header-image-enable #blog-title #blog-title-inner{
    height:150px;
    background-size:cover;
  }

}




/* ブログタイトルにGoogleフォントを適用 */
#title a,#blog-description {
  font-family: "BIZ UDMincho", serif;
  font-weight: 400 !important;
  font-style: normal;
}



/* 文字色 */

.breadcrumb a,
.breadcrumb,
a,
.leave-comment-title,
.hatena-module-title,
.hatena-module-title a,
.sns-twitter,
.sns-facebook,
.sns-bookmark,
a.sns-bookmark:visited,
.sns-googleplus,
.sns-pocket,
.sns-line,
a.sns-link:hover {
	color: #666;
}


/* 目次 */

.entry-content .table-of-contents {
	color: #666;
	/* 文字色 */
	padding: 50px 25px 15px 35px;
	position: relative;
	background-color: #fcf8f5;
	/* 背景色 */
	border: 4px double #999;
	/* アクセントカラー */
	margin-top: 1em;
	margin-bottom: 1em;
	width: 75% !important;
	box-sizing: border-box;
	border-radius: 8px;
	font-family: ten-mincho, serif;
}

.entry-content .table-of-contents::before {
	display: block;
	font-family: "Font Awesome 5 Brands";
	font-weight: 900;
	content: '\f18c';
	font-weight: bold;
	font-size: 120%;
	padding-left: 3px;
	margin: 0;
	position: absolute;
	top: 15px;
	left: 10px;
	color: #666;
	/* アクセントカラー */
	border-bottom: none;
}

.entry-content .table-of-contents:after {
	display: block;
	content: '目次';
	font-weight: bold;
	font-size: 120%;
	position: absolute;
	top: 15px;
	left: 35px;
	color: #666;
	/* アクセントカラー */
}

.entry-content .table-of-contents li {
	list-style-type: circle;
	margin-left: 0;
	color: #666;
}

/*.entry-content .table-of-contents li::before {
	content: "\f111";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 80%;
	color: #c4b170;
}*/


.entry-content .table-of-contents > li {
	font-weight: normal;
	font-size: 90%;
}

.entry-content .table-of-contents li ul {
	margin: 0 0 0 .5em;
}

.entry-content .table-of-contents > li:first-child {
	border-top: 1px dotted #999;
	padding-top: 10px;
}

.entry-content ul.table-of-contents li a {
	color: #666;
	text-decoration: none;
}

/* 記事余白 */

@media (min-width: 768px) {
	.entry {
		padding: 0 40px 30px;
	}
}

/* 記事タイトル */
.entry-header {
	border-bottom: 1px solid #E4D9C3;
}

.entry-title {
	margin: 0 0 .3em;
	font-size: 1.5em;
}

@media (min-width: 992px) {
	.entry-title {
		font-size: 1.5em;
	}
}

/* 見出し */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: ten-mincho, serif;
}

.entry-content h2 {
	position: relative;
	padding: 0.2em 0.5em;
	border-left: 8px solid #4D4D4D;
}



.entry-content h3::before,
.entry-content h4::before,
.entry-content h5::before{
  font-family: "Font Awesome 5 Brands";
  content: '\f18c';
  font-weight: bold;
  margin-right:5px;
}


/* 大見出し */
.entry-content h3{
  background: #deb887;/*背景色*/
  padding: 0.5em;/*文字まわり（上下左右）の余白*/
  color:#fff;
}

/* 中見出し */
.entry-content h4{
  border-bottom: solid 3px #deb887;
  color:#666;
}

/* 小見出し */
.entry-content h5 {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #666;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #deb887;/*左線*/
}


/* categories */

.categories a::before {
	content: "#";
	margin-left: 3px;
}

.categories a {
	background-color: #faf0e6;
}

.hatena-module-category a {
	position: relative;
	padding: 0 0 0 30px;
}

.hatena-module-category a::before {
	content: url(https://cdn-ak.f.st-hatena.com/images/fotolife/m/minimalgreen/20190822/20190822203121.png);
	display: inline;
	position: absolute;
	top: 0;
	left: 5px;
	color: #666;
	-webkit-transition: .1s ease-out;
	transition: .1s ease-out;
}

/* サイドバータブメニュー */

.tab {
	display: inline-block;
	padding: 8px 15px 5px 15px;
	/*横に入りきらない場合はこの２番目と４番目の数字を小さく*/
	background: #f0f0f0;
	/*反応していないタブの背景色*/
	border-radius: 5px 5px 0 0;
	font-size: 12px;
	/*横に入りきらない場合はここの数字を小さく*/
	cursor: pointer;
}

.active {
	color: white;
	background: #4D4D4D;
	/*反応しているタブの背景色*/
	border-radius: 5px 5px 0 0;
}

.hatena-module-title2 {
	border-bottom: 3px solid #4D4D4D;
	;
	/*タブの下線*/
}


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


/* ===============消しちゃダメ============== */


/* kaereba/yomereba Customize Settings 1.0.0 ver */


/* Created by Cazuki Hoshina */


/* Copyright (c) @cazuki All rights Reserved. */


/* ======================================== */

.kaerebalink-box,
.booklink-box {
	width: 100%;
	margin: 0 0 2rem;
	padding: 1rem;
	background: #ffffff;
	border: 3px double #ddd;
	border-color: #eaeaea #dddddd #d0d0d0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-sizing: border-box;
	/zoom: 1;
}

.kaerebalink-box:after,
.booklink-box:after {
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

.kaerebalink-image,
.booklink-image {
	float: left;
	width: 128px;
	margin: 0;
	text-align: center;
}

.kaerebakink-image img,
.booklink-image img {
	width: 128px;
	height: auto;
}

.kaerebalink-info,
.booklink-info {
	margin: 0 0 0 140px;
	line-height: 1.6rem;
}

.kaerebalink-name,
.booklink-name {
	font-size: 1.0625rem;
	font-weight: bold;
	margin: 0;
}

.kaerebalink-name a,
.booklink-name a {
	color: #2b2b2b;
}

.kaerebalink-name a:hover,
.booklink-name a:hover {
	text-decoration: underline;
}

.kaerebalink-powered-date,
.booklink-powered-date {
	font-size: 0.75rem;
	font-weight: normal;
}

.kaerebalink-detail,
.booklink-detail {
	font-size: 0.9375rem;
	margin: 0 0 0.5em;
}

.kaerebalink-link1,
.booklink-link2 {
	width: 100%;
}

.kaerebalink-link1 div,
.booklink-link2 div {
	float: left;
	width: 49.5%;
	margin-bottom: 1%;
	font-size: 0.875rem;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
}

.kaerebalink-link1 div:nth-child(even),
.booklink-link2 div:nth-child(even) {
	margin-left: 1%;
}

.kaerebalink-link1 div a,
.booklink-link2 div a {
	display: block;
	padding: 3px 0;
	text-decoration: none;
}

.shoplinkamazon a,
.shoplinkrakuten a,
.shoplinkyahoo a,
.shoplinkyahooAuc a,
.shoplinkseven a,
.shoplinkbellemaison a,
.shoplinkcecile a,
.shoplinkkakakucom a,
.shoplinkkindle a,
.shoplinkbk1 a,
.shoplinkehon a,
.shoplinkkino a,
.shoplinkjun a,
.shoplinktoshokan a {
	display: block;
	text-decoration: none;
}

.shoplinkamazon a {
	color: #ffffff;
	background: #ff9900;
}

.shoplinkkindle a {
	color: #ffffff;
	background: #1882c9;
}

.shoplinkrakuten a {
	color: #ffffff;
	background: #bf0000;
}

.shoplinkyahoo a {
	color: #ffffff;
	background: #fc1d2f;
}

.shoplinkyahooAuc a {
	color: #252525;
	background: #ffdb00;
}

.shoplinkseven a {
	color: #ffffff;
	background: #225093;
}

.shoplinkbellemaison a {
	color: #ffffff;
	background: #83be00;
}

.shoplinkcecile a {
	color: #ffffff;
	background: #6b053d;
}

.shoplinkkakakucom a {
	color: #ffffff;
	background: #00138e;
}

.shoplinkbk1 a {
	color: #ffffff;
	background: #0484d2;
}

.shoplinkehon a {
	color: #ffffff;
	background: #00006a;
}

.shoplinkkino a {
	color: #ffffff;
	background: #003e9d;
}

.shoplinkjun a {
	color: #4b5854;
	background: #d8c9b7;
}

.shoplinktoshokan a {
	color: #ffffff;
	background: #29b6e9;
}

.booklink-footer {
	clear: both !important;
}

@media only screen and (min-width:460px) and (max-width:640px) {

	.kaerebalink-link1 div,
	.booklink-link2 div {
		float: none;
		width: 100%;
	}

	.kaerebalink-link1 div:nth-child(even),
	.booklink-link2 div:nth-child(even) {
		margin-left: 0;
	}
}

@media only screen and (max-width:459px) {

	.kaerebalink-image,
	.booklink-image {
		float: none;
		width: 100%;
		margin: 0;
		text-align: center;
	}

	.kaerebalink-image img,
	.booklink-image img {
		width: 180px;
		height: auto;
	}

	.kaerebalink-info,
	.booklink-info {
		margin: 0;
	}

	.kaerebalink-link1 div,
	.booklink-link2 div {
		float: none;
		width: 100%;
	}

	.kaerebalink-link1 div:nth-child(even),
	.booklink-link2 div:nth-child(even) {
		margin-left: 0;
	}
}


/* sidebar */

.hatena-module-title {
	padding-top: 0;
	padding-bottom: .5em;
	margin-bottom: 1em;
	border-top: none;
	font-family: ten-mincho, serif;
	font-weight: 400;
	background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/m/minimalgreen/20190822/20190822214854.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.hatena-module-title::before {
	content: url(https://cdn-ak.f.st-hatena.com/images/fotolife/m/minimalgreen/20190822/20190822214849.png);
	position: relative;
	top: 16px;
	left: 0;
	margin-right: 5px;
}


@media (min-width: 992px) and (max-width: 1117px) {
	#box2-inner {
		margin-top: -25px;
	}

	#slideMenu > .slideMenuInner {
		width: 100%;
	}
}


/* btn */

.btn {
	display: inline-block;
	padding: 0.5em 1em;
	text-decoration: none;
	background: #BBDC85;
	/*ボタン色*/
	color: #fff !important;
	border-bottom: solid 4px #9ccc4e;
	border-radius: 3px;
	text-decoration: none;
}

.entry-content a.btn {
	text-decoration: none;
}

.btn:active {
	/*ボタンを押したとき*/
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	/*下に動く*/
	border-bottom: none;
	/*線を消す*/
}

.btn-contact {
	display: inline-block;
	padding: 0.5em 1em;
	text-decoration: none;
	background: #BBDC85;
	/*ボタン色*/
	color: #fff !important;
	border-bottom: solid 4px #9ccc4e;
	border-radius: 3px;
	text-decoration: none;
}

.entry-content a.btn-contact {
	text-decoration: none;
}

.entry-content a.btn-contact::before {
	content: "\f0e0";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;

}

.btn-contact :active {
	/*ボタンを押したとき*/
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	/*下に動く*/
	border-bottom: none;
	/*線を消す*/
}


/*サイドバーフォローボタン1 */

.sidebar-follow-buttons {
	width: 100%;
	max-width: 300px;
	text-align: center;
	letter-spacing: -.40em;
	margin: 0 auto;
}

.sidebar-follow-buttons a {
	display: inline-block;
	letter-spacing: normal;
	position: relative;
	width: 47%;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	padding: 3% 0;
	margin: 1%;
	overflow: hidden;
	z-index: 2;
	border-radius: 8px;
}

.sidebar-follow-buttons a:hover {
	color: #fff;
}

.sidebar-follow-buttons a:before,
.sidebar-follow-buttons a:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 50%;
	left: 0;
	z-index: -1;
	transition: 0.3s;
}

.sidebar-follow-buttons a:before {
	top: 0;
}

.sidebar-follow-buttons a:after {
	bottom: 0;
}

.sidebar-follow-buttons .inner-text {
	font-size: 16px;
	padding-left: 4px;
}

.sidebar-follow-buttons .hatena {
	color: #ffffff;
	border: 1px solid #5F5E5E;
	background: #5F5E5E;
}

.sidebar-follow-buttons .hatena:hover {
	color: #38393C;
	background: #ffffff;
	transition: all .3s;
}

.sidebar-follow-buttons .hatena:hover:before,
.sidebar-follow-buttons .hatena:hover:after {
	height: 0;
	background: #38393C;
}

.sidebar-follow-buttons .facebook {
	color: #ffffff;
	border: 1px solid #1877F2;
	background: #1877F2;
}

.sidebar-follow-buttons .facebook:hover {
	color: #305097;
	background: #ffffff;
	transition: all .3s;
}

.sidebar-follow-buttons .facebook:hover:before,
.sidebar-follow-buttons .facebook:hover:after {
	height: 0;
	background: #305097;
}

.sidebar-follow-buttons .twitter {
	color: #ffffff;
	border: 1px solid #55acee;
	background: #55acee;
}

.sidebar-follow-buttons .twitter:hover {
	color: #55acee;
	background: #ffffff;
	transition: all .3s;
}

.sidebar-follow-buttons .twitter:hover:before,
.sidebar-follow-buttons .twitter:hover:after {
	height: 0;
	background: #55acee;
}

.sidebar-follow-buttons .blogicon-twitter {
	margin-right: -5px;
}

.sidebar-follow-buttons .instagram {
	color: #ffffff;
	border: 1px solid #CF2E92;
	background: #CF2E92;
}

.sidebar-follow-buttons .instagram:hover {
	color: #CF2E92;
	background: #ffffff;
	transition: all .3s;
}

.sidebar-follow-buttons .instagram:hover:before,
.sidebar-follow-buttons .instagram:hover:after {
	height: 0;
	background: #3f729b;
}

.sidebar-follow-buttons .feedly {
	color: #ffffff;
	border: 1px solid #6CC655;
	background: #6CC655;
}

.sidebar-follow-buttons .feedly:hover {
	color: #6cc655;
	background: #ffffff;
	transition: all .3s;
}

.sidebar-follow-buttons .feedly:hover:before,
.sidebar-follow-buttons .feedly:hover:after {
	height: 0;
	background: #6cc655;
}

.sidebar-follow-buttons .googleplus {
	color: #ffffff;
	border: 1px solid #db4a39;
	background: #db4a39;
}

.sidebar-follow-buttons .googleplus:hover {
	color: #db4a39;
	background: #ffffff;
	transition: all .3s;
}

.sidebar-follow-buttons .googleplus:hover:before,
.sidebar-follow-buttons .googleplus:hover:after {
	height: 0;
	background: #db4a39;
}


/* フッターシェアボタン */
.customized-footer .sidebar-follow-buttons {
	text-align: center;
	width: 100%;
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	box-sizing: border-box;
}

.customized-footer .sidebar-follow-buttons a {
	padding: 10px 0;
	width: 23.25%;
	margin: 1%;
	font-size: 16px;
	box-sizing: border-box;
}

.customized-footer .sidebar-follow-buttons a:last-child {
	margin-right: 0
}

@media only screen and (max-width: 767px) {
	.customized-footer .sidebar-follow-buttons {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.customized-footer .sidebar-follow-buttons a {
		width: 48%;
	}
}

.page-static_page .customized-footer br,
.page-static_page .box br {
	display: none;
}

.entry-content .customized-footer a.sns-link {
	color: #fff;
	text-decoration: none;
}

/* レスポンシブシェアボタン */

/* social */
.sns-share {
	/*	background: repeating-linear-gradient(90deg, #EFE8DC, #EFE8DC 10px, #F7F2E8 0, #F7F2E8 20px);*/
	border: 3px solid #faf0e6;
	text-align: center;
	margin: 10px auto;
	padding: 10px;
	border-radius: 8px;
	box-sizing: border-box;
}

ul.sns-area {
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sns-area li {
	margin: 1%;
	width: 23.25%;
	list-style-type: none;
	vertical-align: middle;
	display: block;
	box-sizing: border-box;
}

.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;
	font-size: 16px;
	padding: 10px 0;
}

.entry-header-html a.sns-link,
.entry-footer-html a.sns-link {
	color: #fff;
	text-decoration: none;
}

a.sns-link:hover {
	color: #fff;
	opacity: 0.7;
}

.sns-twitter {
	color: #fff;
	background: #55acee;
	border-radius: 8px;
}

.sns-facebook {
	color: #fff;
	background: #1877F2;
	border-radius: 8px;
}

.sns-bookmark {
	color: #fff;
	background: #01A4DE;
	border-radius: 8px;
}

.sns-line {
	color: #fff;
	background: #00B900;
	border-radius: 8px;
}

.sns-pocket {
	color: #fff;
	background: #EE4256;
	border-radius: 8px;
}

.sns-link .blogicon-twitter,
.sns-link .blogicon-facebook,
.sns-link .blogicon-bookmark,
.sns-link .fa-line,
.sns-link .blogicon-chevron-down {
	margin-right: 5px;
	font-size: 20px;
}

.share-text {
	padding-left: 4px;
	font-size: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {

	.blogicon-twitter,
	.blogicon-facebook,
	.blogicon-bookmark,
	.fa-google-plus,
	.blogicon-chevron-down {
		margin-right: 0;
	}

	.customized-footer .sidebar-follow-buttons .inner-text,
	.share-text,
	.sns-txt {
		font-size: 14px;
		padding-left: 3px;
	}
}

@media only screen and (max-width: 767px) {

	.share-text,
	.sns-txt {
		display: none;
	}

	.blogicon-twitter,
	.blogicon-facebook,
	.blogicon-bookmark,
	.fa-google-plus,
	.blogicon-chevron-down {
		margin-right: 0;
	}

	.sns-area {
		padding: 0;
	}
}

/* 引用 */

.entry-content blockquote {
	position: relative;
	padding: 10px 15px 10px 60px;
	box-sizing: border-box;
	font-style: italic;
	background: #efefef;
	color: #666;
}

.entry-content blockquote:before {
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-size: 30px;
	line-height: 1;
	content: "\f10d";
	position: absolute;
	top: 10px;
	left: 20px;
	color: #cfcfcf;
	opacity: 1;
}

.entry-content blockquote p {
	padding: 0;
	margin: 10px 0;
	line-height: 1.7;
}

.entry-content blockquote cite {
	display: block;
	text-align: right;
	color: #888888;
	font-size: 0.9em;
}


/* 吹き出しのCSS */

.entry-content .l-fuki,
.entry-content .r-fuki {
	position: relative;
	width: 80%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 20px;
	border-radius: 6px;
	border: 2px solid #ddd;
	box-shadow: 1px 1px 5px #ddd;
	background-color: #fff;
	z-index: 1;
}

.entry-content .l-fuki {
	margin: 20px 20% 40px 0;
}

.entry-content .r-fuki {
	margin: 20px 0 40px 19%;
}

.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: 80px;
	height: 80px;
	top: -10px;
	border-radius: 40px;
	border: 3px solid #fff;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	box-shadow: 1px 1px 5px #ddd;
}

.entry-content .l-fuki::after {
	right: -110px;
}

.entry-content .r-fuki::after {
	left: -110px;
}

@media screen and (max-width: 620px) {

	.entry-content .l-fuki,
	.entry-content .r-fuki {
		width: 70%
	}

	.entry-content .l-fuki {
		margin-right: 30%;
	}

	.entry-content .r-fuki {
		margin-left: 30%;
	}
}

@media screen and (max-width: 478px) {

	.entry-content .l-fuki::after,
	.entry-content .r-fuki::after {
		width: 60px;
		height: 60px;
		border-radius: 30px;
	}

	.entry-content .l-fuki::after {
		right: -84px;
	}

	.entry-content .r-fuki::after {
		left: -84px;
	}
}

.yuko::after {
	background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/m/minimalgreen/20190823/20190823121331.jpg);
}


/* 囲み枠 */

.emphasize-link a {
	color: #1487bd;
}

.emphasize-link a:hover {
	text-decoration: underline;
}

.emphasize-link {
	position: relative;
	margin: 36px 0 16px;
	padding: 16px 10px;
	border: 2px solid #9BA979;
	background-color: #fff;
}

.emphasize-link p:last-child {
	margin-bottom: 0;
}

.emphasize-link::before {
	position: absolute;
	top: -28px;
	left: -2px;
	padding: 3px 6px;
	content: "お知らせ";
	background-color: #9BA979;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px
}

.alert {
	margin: 1em 0;
	background-color: #E9F1E8;
	border-left: 6px solid #8fbc8f;
	position: relative;
	padding: 15px 15px 15px 60px;
	box-sizing: border-box;
}

.alert:before {
	display: inline-block;
	position: absolute;
	top: 15px;
	left: 15px;
	vertical-align: middle;
	content: "\f06a";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	color: #8fbc8f;
	font-size: 30px;
	line-height: 1;
}


/* clearfix */

.entry-content {
	margin-bottom: 1em;
}

.entry-content::after {
	display: block;
	content: "";
	clear: both;
}

/* search box */

.search-form {
	background-color: #fff;
}


/* drawer menu */

.slideButton {
	display: none;
}

#slideMenu {
	position: relative;
	width: 100%;
	height: 40px;
	background-color: #faf0e6;
	/*メニューの背景色*/
	-webkit-box-shadow: 0px 3px 6px -3px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 3px 6px -3px rgba(0, 0, 0, 0.7);
	font-weight: 400;
}

#slideMenu > .slideMenuInner {
	list-style-type: none;
	max-width: 1200px;
	/*メニューの横幅を*/
	height: 100%;
	margin: 0 auto;
	padding-left: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}

#slideMenu > .slideMenuInner li {
	position: relative;
	height: 100%;
	text-align: center;
}

#slideMenu > .slideMenuInner > li a {
	display: block;
	position: relative;
	z-index: 2;
	height: 100%;
	padding-right: 20px;
	/*文字の左の余白*/
	padding-left: 20px;
	/*文字の右の余白*/
	background-color: #faf0e6;
	/*文字の背景色*/
	color: #666;
	/*文字色*/
	font-size: 100%;
	text-decoration: none;
	line-height: 40px;
}

#slideMenu > .slideMenuInner > li:hover a {
	background-color: #DFF2DE;
	/*文字の背景色（マウスホバー時）*/
}

@media screen and (min-width:769px) {
	.pc-hidden {
		display: none;
		text-align: center;
	}

	#slideMenu {
		font-family: ten-mincho, serif;
		font-weight: 400;
	}

	/*２階層目*/
	#slideMenu > .slideMenuInner > li > ul.second-level {
		visibility: hidden;
		list-style-type: none;
		position: absolute;
		z-index: -1;
		top: 0;
		margin: 0;
		padding-left: 0;
	}

	#slideMenu > .slideMenuInner > li:hover > ul.second-level {
		visibility: visible;
		z-index: 1;
		top: 40px;
		transition: all .3s;
	}

	#slideMenu > .slideMenuInner > li:hover > ul.second-level > li {
		width: 300px;
		height: 40px;
		text-align: center;
	}

	#slideMenu > .slideMenuInner > li:hover > ul.second-level > li > a {
		display: block;
		background-color: #faf0e6;
		/*子メニューの文字の背景色*/
		color: #666;
		/*子メニューの文字色*/
		font-size: 100%;
		text-decoration: none;
		line-height: 40px;
	}

	#slideMenu > .slideMenuInner > li:hover > ul.second-level > li > a:hover {
		background-color: #DFF2DE;
		/*子メニューの背景色（マウスホバー時）*/
	}
}

.second-btn {
	color: #666;
	display: none;
}

/*２階層目ここまで*/


/******スライドメニュー*******/

@media screen and (max-width:768px) {

	/*１*/
	#menuButton {
		z-index: 10;
		width: 100%;
		background-color: #faf0e6;
		/*メニューバーの色*/
	}

	#menuButtonInner {
		position: relative;
		width: 100%;
		margin: 0 auto;
		text-align: right;
	}

	.slideButton {
		display: inline-block;
		margin: 5px;
		padding: 8px 15px;
		background-color: #faf0e6;
		/*「MENU」の背景色*/
		color: #666;
		/*「MENU」の文字色*/
		font-size: 100%;
		text-decoration: none;
		cursor: pointer;
	}

	#slideMenu {
		overflow-x: hidden;
		overflow-y: auto;
		z-index: 100;
		position: fixed;
		top: 0;
		right: -260px;
		bottom: 0;
		display: block;
		width: 100%;
		max-width: 260px;
		height: 100%;
		margin: 0;
		padding: 0;
		box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
		background-color: #fff;
	}

	.slideMenuInner li {
		display: block;
	}

	#slideMenu > .slideMenuInner {
		display: block;
		position: relative;
		height: auto;
		width: 100%;
	}

	#slideMenu > .slideMenuInner > li {
		display: block;
		position: relative;
		float: none;
		width: 100%;
		height: auto;
		margin: 0 auto;
		border-top: 1px solid #eee;
		text-align: center;
	}

	#slideMenu > .slideMenuInner > li a {
		display: block;
		position: relative;
		z-index: 1;
		width: 100%;
		height: 40px;
		padding: 0;
		background-color: #fff;
		/*スライドメニューの背景色*/
		color: #333;
		/*スライドメニューの文字色*/
		font-size: 100%;
		font-weight: bold;
		line-height: 40px;
		text-align: left;
		padding-left: 10px;
	}

	#slideMenu > .slideMenuInner > li:hover a {
		background-color: #fff;
		/*スライドメニューの背景色（マウスホバー時）*/
		color: #333;
		/*スライドメニューの文字色（マウスホバー時）*/
	}

	#slideMenu > .slideMenuInner > li > a:active {
		opacity: .8;
	}

	#slideMenu > .slideMenuInner > li:hover > ul.second-level {
		display: block;
	}

	#slideMenu > .slideMenuInner > li > ul.second-level {
		display: none;
		position: static;
		padding: 0;
	}

	#slideMenu > .slideMenuInner > li > ul.second-level > li {
		border-top: 1px solid #eee;
	}

	#slideMenu > .slideMenuInner > li > ul.second-level > li > a {
		padding-left: 2rem;
	}

	#slideMenu > .slideMenuInner > li > ul.second-level > li > a:before {
		content: "\f054";
		font-family: "Font Awesome 5 Free";
		font-weight: bold;
	}

	#slideMenu .fa-angle-down {
		display: none;
	}

	.closeArea {
		height: 100%;
		background-color: #333;
		/*クローズエリア（スライドメニューの下の部分）の色*/
		cursor: pointer;
	}

	#layer {
		display: none;
		position: fixed;
		z-index: 10;
		top: 0;
		width: 100%;
		height: 150%;
		background-color: #222;
		/*レイヤーの色*/
		opacity: .4;
		/*レイヤーの透明度*/
		cursor: pointer;
	}

	.pc-hidden {
		text-align: center;
		background-color: #fff;
		padding: 10px;
	}

	.second-btn {
		color: #333;
		position: absolute;
		top: .25rem;
		right: 2%;
		display: block;
		z-index: 10;
		width: 40px;
		height: 40px;
		text-align: center;
		vertical-align: middle;
	}

	.fa-angle-down {
		display: none;
	}

	.second-btn.blogicon-chevron-down:before {
		vertical-align: middle;
	}
}


/* プロフィール */
.profile-icon {
	text-align: center;
	float: none;
}

.id {
	display: block;
	padding: 0;
	font-weight: bold;
	font-size: 120%;
}

.hatena-module-html .user-name-nickname {
	/* ニックネーム部分 */
	font-size: 160%;
	font-weight: bold;
	display: block;
}

.profile-description {
	text-align: left;
	/* 説明文は左寄せ */
}


/* トップページカード型 */

.page-archive .archive-entry {
	-webkit-box-shadow: 0px 3px 6px -3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 3px 6px -3px rgba(0, 0, 0, 0.3);
}



/* adosenseダブルレクタングル用 */
.ad-entry-bottom {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

@media screen and (max-width: 1116px) {
	.ad2 {
		display: none !important;
	}
}

.ad1,
.ad2 {
	max-width: 336px !important;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 320px) {
	.ad1 {
		max-width: 300px;
		width: 300px !important;
		margin-left: -10px;
	}
}

@media (min-width: 992px) {
	#box2-inner {
		margin-top: -25px;
	}
}

.entry-content {
	font-size: 17px;
	line-height: 1.7;
}

.profile-icon {
	width: 120px;
	height: auto;
	border-radius: 50%;
	/* アイコン画像を丸く */
	border: 4px solid #fff;
	/* アイコン画像に枠 */
	float: none;
}

#copyright {
	padding: 20px;
	text-align: center;
	background: #faf0e6;
	font-size: 12px;
	color: #666;
	/* 文字の色 */
}


#copyright a,
#footer a {
	color: #666;
}

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

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

	その他

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


/* フォローボタン */

ul.social-icon {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	list-style-type: none;
	-webkit-padding-start: 0;
	/* user agent stylesheet の無効化 */
}

.social-icon li a {
	display: block;
	margin: 0 5px 5px 0;
	color: #fff;
	width: 50px;
	/* 丸ボタンの幅 */
	height: 50px;
	/* 丸ボタンの高さ */
	line-height: 50px;
	/* 高さに揃える */
	border-radius: 50%;
	text-align: center;
}

.social-icon .hatena {
	background: #3d3f44;
	color: #fff;
}

.social-icon .hatena .lg {
	font-size: 1.3333333333333333em;
	line-height: .75em;
	vertical-align: -20%;
}

.social-icon .twitter {
	background: #00a1e9;
	color: #fff;
}

.social-icon .facebook {
	background: #3b5998;
	color: #fff;
}

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

.footer-follow-buttons {
	text-align: center;
	margin-top: 0;
	width: 100%;
}

.footer-follow-buttons .follow-title {
	width: 100%;
	color: #666;
	margin-bottom: 5px;
}

.footer-follow-buttons a {
	display: inline-block;
	width: 60px;
	text-align: center;
	text-decoration: none;
	margin: 5px;
}

.footer-follow-buttons .inner-text {
	font-size: 13px;
	display: block;
}

.footer-follow-buttons .lg,
.content-inner-follow-buttons .fa {
	border-radius: 5px;
	margin: 2px auto;
}

.footer-follow-buttons .hatena {
	color: #666;
}

.footer-follow-buttons .blogicon-hatenablog {
	color: #666;
	font-size: 40px;
}

.footer-follow-buttons .blogicon-hatenablog:hover {
	opacity: 0.8;
}

.footer-follow-buttons .facebook {
	color: #666;
}

.footer-follow-buttons .blogicon-facebook {
	color: #666;
	font-size: 40px;
}

.footer-follow-buttons .blogicon-facebook:hover {
	opacity: 0.8;
}

.footer-follow-buttons.twitter {
	color: #666;
}

.footer-follow-buttons .blogicon-twitter {
	color: #666;
	font-size: 40px;
}

.footer-follow-buttons .blogicon-twitter:hover {
	opacity: 0.8;
}

.footer-follow-buttons .instagram {
	color: #666;
}

.footer-follow-buttons .blogicon-instagram {
	color: #666;
	font-size: 40px;
}

.footer-follow-buttons.blogicon-instagram:hover {
	opacity: 0.8;
}

.footer-follow-buttons .feedly {
	color: #666;
}

.footer-follow-buttons .blogicon-rss {
	color: #666;
	font-size: 40px;
}

.footer-follow-buttons .blogicon-rss:hover {
	opacity: 0.8;
}



@media (max-width: 1150px) and (min-width: 920px) {
	.footer-follow-buttons a {
		display: inline-block;
		width: initial;
		text-align: center;
		text-decoration: none;
		margin: 5px;
	}
}


/* Pager */
.pager {
	margin: 20px 0;
	text-align: center;
	font-size: 14px;
}

.pager .pager-next,
.pager .pager-prev {
	display: block;
	margin: 0 2%;
	padding: .4em;
	width: 50%;
	text-align: center;
	background-color: #faf0e6;
	border-radius: 8px;
	box-sizing: border-box;
	position: relative;
}

.page-archive .pager-next {
	width: 50%;
	margin: 0 0 0 auto;
}

@media (max-width: 768px) {
	.page-archive .pager-next {
		margin: 0 auto;
	}
}

.pager .pager-prev a,
.pager .pager-next a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	width: auto;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pager .pager-prev a {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.pager .pager-next a {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.pager a {
	display: block;
	color: #666;
	text-decoration: none;
}

.pager-next a::after,
.pager-prev a::before {
	display: block;
	font-family: "Font Awesome 5 Free";
	background-color: #faf0e6;
	color: #999;
	font-size: 24px;
	font-weight: 900;
	text-align: center;
	padding: .4em;
}

.pager-next a:after {
	content: "\f138";
}

.pager-prev a:before {
	content: "\f137";
}

.pager-arrow {
	display: none;
}

/* pager余白調整 */
.page-archive .pager {
	padding: 0 20px;
}

@media (min-width: 768px) {
	.page-archive .pager {
		padding: 0 40px;
	}
}

.page-index #main-inner .pager {
	padding: 0;
}

/*
 * 読者になるボタン
 */
.customized-header .hatena-module {
	padding: 0;
	margin: 0;
}

.hatena-module-html .hatena-follow-button-box {
	clear: both;
	font-size: 10px !important;
	height: 20px;
	margin: .7em auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	*zoom: 1;
	text-align: center;
	justify-content: center;
}

/*共通の読者ボタンの設定*/
.hatena-follow-button {
	font-size: 18px;
	/*文字の大きさ*/
	border: 0px !important;
	/*枠線なし*/
	width: 150px;
	/*ボタンの横幅*/
	height: 40px !important;
	line-height: 40px !important;
	text-align: center;
	/*文字を左右の中心に*/
	vertical-align: middle;
	text-decoration: none !important;
	margin-bottom: .5rem;
	padding-left: 0;
	padding-right: 0;
}

/*読者の人 通常時*/
.hatena-follow-button.subscribing {
	box-shadow: 0 2px 4px rgba(0, 0, 0, .4);
	/*影をつける*/
	background: none;
	background-color: white;
	/*ボタンの色*/
	border: 1.2px solid #a9a9a9 !important;
	/*薄く枠線を描いてあります*/
}

/*読者の人 マウスを重ねたとき*/
.hatena-follow-button.subscribing.hover {
	width: 150px;
	/*調整のためいれてます*/
	top: 2px;
	/*ボタンを下げる*/
	box-shadow: none;
	/*影をなくす*/
}

/*読者じゃない人 通常時*/
.hatena-follow-button.unsubscribing {
	color: white !important;
	/*文字の色*/
	background: #F8AFA2;
	/*ボタンの色*/
	box-shadow: 0 2px 4px rgba(0, 0, 0, .4);
	/*影をつける*/
}

/*読者じゃない人 マウスを重ねたとき*/
.hatena-follow-button.unsubscribing.hover {
	background:#50c1d3;
	/*ボタンの色*/
	color: white !important;
	/*文字の色*/
	margin-top: 2px;
	/*ボタンを下げる*/
	box-shadow: none;
	/*影をなくす*/
}

.hatena-follow-button-box .subscription-count-box {
	margin: 0 0 0 6px !important;
	top: -2px;
}

/*読者人数の部分*/
.hatena-follow-button-box .subscription-count {
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 1px 10px 1px 10px;
}

@media only screen and (max-width: 767px) {

	/*共通の読者ボタンの設定*/
	.hatena-follow-button {
		width: 25vw;
	}

	.head_share_bookmark {
		padding: .6rem;
		width: 40vw;
		text-align: center;
	}
}


/* 関連記事を記事下よりも下に */
.customized-footer {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.entry-footer-modules {
	-webkit-order: 2;
	order: 2;
	width: 100%;
}

.entry-footer-html {
	-webkit-order: 1;
	order: 1;
	width: 100%;
}

/* 記事下関連記事 */
.hatena-module-related-entries .hatena-module-title {
	margin-bottom: 0;
}

/* 関連記事日付 */
#entry-footer-secondary-modules .related-entries-date-link a,
#entry-footer-secondary-modules .related-entries-date-link a:hover {
	display: inline-block;
	background-color: #faf0e6;
	color: #666;
	border-radius: 6px;
	padding: 3px 6px;
	margin-bottom: 5px;
}

/* 関連記事サムネ */
#entry-footer-secondary-modules .related-entries-image {
	border-radius: 50%;
}

#entry-footer-secondary-modules .related-entries li .urllist-image {
	position: relative;
	margin: 1em;
}

/* 関連記事リスト下部ボーダー */
#entry-footer-secondary-modules .hatena-urllist li.related-entries-item {
	border-bottom: 1px dotted #faf0e6;
	padding: 10px;
}

/* 関連記事モジュール背景色 */
#entry-footer-secondary-modules .hatena-module-related-entries {
	background-color: #fff;
}

.related-entries-date-link {
	padding-top: 1.5em;
}

.related-entries-entry-body {
	margin-top: .1em;
}

.comment-box {
	margin: 0;
	padding: 2em 0 1em;
	border-top: none;
}


/*  side menu */
ul.widget-menu {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}

.widget-menu li {
	width: calc(50% - 10px);
	font-size: 12px;
	vertical-align: middle;
	background: #fff;
	box-sizing: border-box;
	margin: .3em auto;
	list-style-type: none;
}

@media only screen and (min-width: 768px) {
	.widget .widget-menu li {
		margin-bottom: 0;
	}
}

/*.widget-menu li:nth-child(odd) a img {
	margin-right: 0.8em;
}*/
/* SP320px以下対策 */
@media only screen and (max-width: 320px) {
	.widget-menu li a img {
		width: 90%;
	}
}


/* 記事文末定型文 */
/*.entry-footer-midashi {
	border-left: 8px solid #BBDC85;
	padding: .5em;
	margin: 3em 0;
	background-color: #eee;
}*/
.entry-footer-midashi {
	font-size: 120%;
	padding: 0 0 .3em;
	border-bottom: 2px dashed #faf0e6;
	margin: 2em 0;
	color: #666;
	font-weight: bold;
	font-family: ten-mincho, serif;
}

.entry-footer-midashi:before {
	content: "\f18c";
	font-family: "Font Awesome 5 Brands";
	font-weight: bold;
	margin-right: 5px;
	color: #faf0e6;
}

.no-margin {
	margin: 0 0 1em;
}

.box {
	padding: 1.5em;
	background: #fff;
	border: 3px solid #faf0e6;
	border-radius: 8px;
}

.box-label {
	margin: 2em 0;
	border: solid 3px #faf0e6;
	background-color: #fff;
}

.box-label .box-title {
	font-size: 1em;
	background: #faf0e6;
	padding: 4px;
	text-align: left;
	color: #666;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.box-label p {
	padding: .5em;
	margin: 0;
}

.entry-content .box-label p a {
	color: #4682b4;
}

@media only screen and (max-width: 767px) {
	.box-label p {
		padding: .4em .7em;
		margin: 0;
	}
}

/* スマートフォンフッタ固定メニュー */

@media only screen and (min-width: 768px) {
	#footer-menu {
		display: none;
	}
}

#footer-menu {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	z-index: 30;
}

.toggle-content {
	display: none;
	position: fixed;
	bottom: 50px;
	background: white;
	width: 100%;
}

.toggle-content .hatena-module {
	padding: 15px 10px 10px 10px;
	margin-bottom: 0;
}

.toggle-content .hatena-module-body {
	font-size: 80%;
}

.toggle-content .hatena-module-body a {
	color: #666;
	font-weight: bold;
}

.toggle-content .hatena-module-body .urllist-image {
	width: 50px;
	height: 50px;
}

.toggle-content .urllist-item {
	padding: 0;
	margin: 0;
	min-height: 29px;
}

.toggle-content .urllist-item::before {
	display: none;
}

.category-list {
	list-style-type: none;
	margin: 0;
	width: 100%;
	padding-left: 0;
}

.category-list a {
	display: block;
	float: left;
	width: calc(50% - 2px);
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	/*カテゴリの背景色*/
	color: #666;
	/*カテゴリの文字色*/
	font-size: 80%;
	border-top: 1px solid #ddd;
	/*カテゴリのリスト間の線の色*/
	text-decoration: none;
}

.btn-area a,
.btn-area span {
	display: block;
	float: left;
	width: 20%;
	height: 50px;
	line-height: 25px;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
	background: #faf0e6;
	/*メニュー部分の背景色*/
	color: #666;
	/*メニュー部分の文字色*/
	box-sizing: border-box;
	text-decoration: none;
}



@media only screen and (max-width: 767px) {
	#container {
		padding-bottom: 50px;
	}

	#footer-menu [class*=blogicon-].lg {
		vertical-align: middle;
	}
}


/* 日付アイコン付き */
.date a::before {
	font-family: "blogicon";
	content: "\f043";
}

/* はてな公式グローバルヘッダー */
#globalheader-container {
	background-color: #fff;
	color: #666;
}


/* pre */
.entry-content pre {
	background: #333;
	border: none;
	white-space: pre-wrap;
	text-overflow: ellipsis;
	font-size: 100%;
	line-height: 1.3;
	font-size: .8rem;
	padding: 10px;
	color: #fff;
}

pre {
	position: relative
}

#selectPre {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	padding: 2px 3px;
	font-family: consolas
}

/* 人気記事ランキング */
.entries-access-ranking li {
	position: relative;
}

.entries-access-ranking li:before {
	display: block;
	padding: 1px 11px;
	color: #fff;
	background-color: #BBDC85;
	position: absolute;
	opacity: 1;
	z-index: 1000;
	top: 0;
	left: 0;
}

.entries-access-ranking li:first-child:before {
	background-color: #FBCC54;
	content: "1";
}

.entries-access-ranking li:nth-child(2):before {
	background-color: #B7BFC1;
	content: "2";
}

.entries-access-ranking li:nth-child(3):before {
	background-color: #D47B16;
	content: "3";
}

.entries-access-ranking li:nth-child(4):before {
	content: "4";
}

.entries-access-ranking li:nth-child(5):before {
	content: "5";
}




/*申し込みボタン*/
.button a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 250px;
  padding: 10px 25px;
  font-family: "Noto Sans Japanese";
  color: #fff;
  line-height: 1.8;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  background: linear-gradient(to top, #3cb371, #90ee90);
  color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  border-radius: 9999px;
}
.button a:hover {
  color: #fff;
  opacity: 0.5;
}
.button a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 15px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.button a:hover:after {
  border-color: #fff;
}


/*スマホ画面フッターメニューの「プロフィール」が見切れるのを修正*/
@media (max-width: 418px){
  .footer-profile{
    font-size:0.6em !important;
  }
  .footer-profile i{
    font-size:15px;
  }
}


/*記事下の「関連記事」見出しの下の余白*/
.hatena-module-related-entries .hatena-module-title{
  margin-bottom:10px;
}
