/* <system section="theme" selected="17391345971627985862"> */
@charset "UTF-8";
/*
  Theme: soboku
  Author: sui
  Description:
    素朴に文章を綴るためのテーマです
  Responsive: yes
*/
/* このテーマは、はてなブログ公式のカスタマイズ向けテーマを元に作成しています */
/*
Copyright (c) 2017 Hatena Co., Ltd
Released under the MIT license
github.com/hatena/Hatena-Blog-Theme-Boilerplate
*/
@import url("https://fonts.googleapis.com/css?family=Lato:400,700");
/*! 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;
}

html,
body {
    font-family: 'lato', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic';
    color: #363636;
    background-color: #fff;
    line-height: 1.6;
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    color: #222;
    line-height: 1.3;
    letter-spacing: 0.03em;
    font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #222;
    text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #555;
}

p {
    font-size: 1.5rem;
}

a {
    color: #363636;
    text-decoration: none;
}

a:hover {
    color: #555;
}

#globalheader-container {
    background-color: #F9F9FB;
    color: #222;
}

#blog-title {
    margin: 60px 0 50px;
    text-align: center;
}

@media (min-width: 768px) {
    #blog-title {
        margin: 110px auto 90px;
    }
}

@media (min-width: 1200px) {
    #blog-title {
        width: 990px;
    }
}

#blog-title #title {
    margin: 0;
    letter-spacing: 0.05em;
    font-size: 2.2rem;
}

@media (min-width: 768px) {
    #blog-title #title {
        font-size: 2.6rem;
    }
}

#blog-description {
    margin: 1em 0 0;
    color: #888;
    font-weight: normal;
    font-size: 1.3rem;
    letter-spacing: 0.03em;
}

/* footer */
#footer {
    margin-top: 2em;
    padding-bottom: 2rem;
    text-align: center;
    color: #888;
}

#footer a {
    color: #888;
}

#footer p {
    margin: .5em auto;
}

#footer .services {
    font-size: 1.3rem;
}

.footer-address {
    font-size: 1.3rem;
}

.footer-address-name {
    color: #222;
}

.page-about {
    font-size: 1.5rem;
}

.page-about .entry-content dt {
    font-weight: bold;
    margin-bottom: .3em;
    color: #222;
}

.page-about .entry-content dd {
    margin-left: 0;
    margin-bottom: 2em;
}

.page-about .entry-content dd img {
    width: 20px;
    height: 20px;
    margin-right: 0.3em;
    margin-bottom: -0.3em;
}

.archive-header-category {
    text-align: center;
}

.archive-header-category .archive-heading {
    font-weight: bold;
}

.archive-heading {
    letter-spacing: .05em;
}

.page-archive .archive-entry {
    margin-bottom: 6em;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.3;
}

@media (min-width: 768px) {
    .page-archive .archive-entry {
        margin-bottom: 6em;
    }
}

.page-archive .archive-entry-header {
    margin-bottom: 1.5em;
}

.page-archive .archive-entry .categories {
    margin-bottom: 1.5em;
}

.page-archive .archive-heading {
    font-size: 1.5rem;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.page-archive .entry-title {
    margin: .3em auto;
    font-size: 2rem;
}

.page-archive .entry-thumb {
    width: 80px;
    height: 80px;
    margin-top: 0.5em;
    margin-right: 13px;
    background-size: cover;
}

@media (min-width: 768px) {
    .page-archive .entry-thumb {
        width: 120px;
        height: 120px;
    }
}

.page-archive .entry-description {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.6;
}

@media (min-width: 768px) {
    .page-archive .entry-description {
        line-height: 1.7;
    }
}

.page-archive .social-buttons {
    display: block;
    margin-top: .3em;
}

.page-archive .star-container {
    margin-left: -4px;
}

.search-result {
    margin-bottom: 4em;
}

@media (min-width: 768px) {
    .search-result {
        margin-bottom: 5em;
    }
}

.search-result .archive-heading {
    font-size: 1.8rem;
}

.search-result .search-result-input {
    font-size: 1.3rem;
    padding: 5px 8px;
}

.search-result .archive-heading {
    margin-bottom: 0.7em;
}

.comment-box {
    margin: 1em 0;
}

.comment-box .comment {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1.7;
    font-size: .85rem;
}

@media (min-width: 768px) {
    .comment-box .comment {
        font-size: .9rem;
    }
}

.comment-box .entry-comment {
    padding: 15px 0 15px 60px;
    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: 10px;
    left: 0;
    width: 50px !important;
    height: 50px !important;
    border-radius: 3px;
}

.comment-user-name {
    margin: 0 0 .4em 0;
    font-weight: bold;
}

.comment-user-name img {
    margin-top: 5px;
}

.comment-user-name a {
    color: #222;
    font-weight: normal;
}

.comment-content {
    margin: 0 0 .4em 0;
    word-wrap: break-word;
    color: #363636;
    font-size: .85rem;
}

.comment-content p {
    margin: 0 0 .6em 0;
}

.comment-metadata {
    color: #888;
    margin: 0;
    font-size: .8rem;
}

.comment-metadata a {
    color: #888;
}

.entry {
    position: relative;
    margin-bottom: 8em;
}

.entry-content .section {
    font-size: 1.6rem;
}

.entry-content img,
.entry-content video {
    max-width: 100%;
    height: auto;
}

.entry-content > p > span > img {
    margin-bottom: -0.7em;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin-top: 1.7em;
    margin-bottom: 1.1em;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 0.05em;
}

.entry-content h1 + ul,
.entry-content h2 + ul,
.entry-content h3 + ul,
.entry-content h4 + ul,
.entry-content h5 + ul,
.entry-content h6 + ul {
    margin-top: 1em;
}

.entry-content h1 {
    font-size: 2.2rem;
}

.entry-content h2 {
    position: relative;
    font-size: 2.2rem;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .entry-content h2 {
        margin-top: 2em;
        padding-left: 20px;
    }
}

.entry-content h2::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 1px solid #222;
    left: 0;
}

.entry-content h3 {
    font-size: 2rem;
}

.entry-content h4 {
    font-size: 1.6rem;
    font-weight: bold;
}

.entry-content h5 {
    font-size: 1.6rem;
}

.entry-content h6 {
    font-size: 1.6rem;
}

.entry-content p, .entry-content div {
    line-height: 2.1;
    margin-bottom: 1.2em;
    letter-spacing: 0.03em;
}

@media (min-width: 768px) {
    .entry-content p, .entry-content div {
        font-size: 1.6rem;
    }
}

.entry-content ul,
.entry-content ol,
.entry-content dd {
    margin: 0 0 1em 1.5em;
    padding: 0;
    font-size: 1.5rem;
}

.entry-content ul li,
.entry-content ol li,
.entry-content dd li {
    line-height: 2;
}

.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 a {
    color: #222;
    text-decoration: underline;
}

.entry-content a:hover {
    color: #555;
}

.entry-content a.keyword {
    text-decoration: none;
    border-bottom: 1px dotted #ddd;
    color: #363636;
}

.entry-content table {
    border-collapse: collapse;
    border-spacing: 0;
    border-bottom: 1em;
    margin-bottom: 1em;
    width: 100%;
    overflow: auto;
    display: block;
    font-size: 1.4rem;
}

.entry-content table th,
.entry-content table td {
    border: 1px solid #ddd;
    padding: 5px 10px;
}

.entry-content table th {
    background: #f5f5f5;
}

.entry-content blockquote {
    border: 1px solid #ddd;
    margin: 0 0 10px;
    padding: 20px;
}

.entry-content blockquote p:first-child {
    margin-top: 0;
}

.entry-content blockquote p:last-child {
    margin-bottom: 0;
}

.entry-content pre,
.entry-content code {
    font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}

.entry-content pre {
    background: #f5f5f5;
    border: none;
    white-space: pre-wrap;
    text-overflow: ellipsis;
    font-size: 100%;
    line-height: 1.5;
    font-size: 1.4rem;
    padding: 10px;
}

.entry-content pre > code {
    margin: 0;
    padding: 0;
    white-space: pre;
    border: none;
    background-color: transparent;
    font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}

.entry-content code {
    font-size: 90%;
    margin: 0 2px;
    padding: 0px 5px;
    background-color: #f5f5f5;
    border-radius: 3px;
}

.entry-content hr {
    width: 50%;
    border: 0;
    border: none;
    border-top: 1px solid #ddd;
    margin: 3em auto;
}

.entry-content .table-of-contents {
    padding: 0.7em 1em 0.8em 2.6em;
    margin: 1em 0;
    border: 1px solid #ddd;
}

.entry-content .table-of-contents li {
    line-height: 1.6;
    padding-top: 3px;
    padding-bottom: 3px;
}

.entry .figure-image figcaption {
    font-size: 1.3rem;
}

.hatena-asin-detail {
    padding: 1em;
}

.hatena-asin-detail-info p, .hatena-asin-detail-info ul > li {
    line-height: 1.7;
}

.entry-header {
    padding-bottom: 1em;
    margin-bottom: 2em;
    position: relative;
}

.entry-title {
    margin: 0;
    font-size: 2.2rem;
}

@media (min-width: 768px) {
    .entry-title {
        font-size: 2.4rem;
    }
}

.entry-categories.categories {
    margin-top: 1.3em;
}

.date {
    margin-bottom: .3em;
    font-size: 1.5rem;
    font-weight: 300;
}

.date a {
    color: #888;
    text-decoration: none;
}

.categories {
    margin: .5em 0;
    font-size: 1.2rem;
}

.categories a {
    margin-right: .5em;
    padding: 2px 6px;
    border: 1px solid #ccc;
    border-radius: 2px;
    text-decoration: none;
    color: #222;
}

.categories a:hover {
    opacity: .8;
}

.entry-footer .social-buttons {
    margin-bottom: 1em;
}

.entry-footer-section {
    color: #888;
    font-size: 1.3rem;
}

.entry-footer-section a {
    color: #888;
}

.entry-footer-time {
    margin-left: 0.5em;
}

.entry-footer-modules .hatena-module {
    margin-bottom: 2em;
}

.hatena-module-related-entries .hatena-module-title {
    margin-bottom: 1em;
}

@media (min-width: 768px) {
    .hatena-module-related-entries .hatena-module-title {
        margin-bottom: 1.7em;
    }
}

.related-entries-item {
    margin-bottom: .5em;
}

.related-entries .urllist-date-link {
    font-size: 1.3rem;
    font-weight: 300;
}

@media (min-width: 768px) {
    .related-entries .urllist-date-link {
        font-size: 1.4rem;
    }
}

.related-entries .urllist-title-link.urllist-title-link {
    color: #222;
    line-height: 1.6;
}

@media (min-width: 768px) {
    .related-entries .urllist-title-link.urllist-title-link {
        font-size: 1.6rem;
    }
}

.related-entries .urllist-image-link img {
    margin-top: 5px;
    margin-right: 15px;
}

@media (min-width: 768px) {
    .related-entries .urllist-image-link img {
        margin-top: 0;
    }
}

.related-entries .urllist-entry-body {
    margin-top: .1em !important;
    font-size: 1.3rem;
}

@media (min-width: 768px) {
    .related-entries .urllist-entry-body {
        font-size: 1.4rem;
    }
}

.related-entries .urllist-item {
    margin-bottom: 1.5em;
}

.pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2em 0 2.5em;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 1.5rem;
}

@media (min-width: 768px) {
    .pager {
        margin-bottom: 4em;
    }
}

.pager a {
    color: #222;
}

.pager a:hover {
    opacity: .8;
}

.pager-arrow {
    display: none;
}

.pager-prev + .pager-next, .pager-prev {
    width: 43%;
}

.pager-next a, .pager-prev a {
    position: relative;
}

.pager-next {
    width: 100%;
    padding-right: 15px;
    text-align: center;
}

.pager-next a::after {
    right: -13px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pager-prev + .pager-next {
    text-align: right;
}

.pager-prev {
    padding-left: 15px;
}

.pager-prev a::after {
    left: -13px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.autopagerize_insert_before .pager-next {
    width: 100%;
    padding-right: 0;
    text-align: center;
}

.hatena-module {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 3em;
    font-size: 1.5rem;
}

@media (min-width: 768px) {
    .hatena-module {
        margin-bottom: 3em;
    }
}

.hatena-module-title {
    margin-bottom: .5em;
    padding-bottom: .2em;
    color: #222;
    font-size: 1.7rem;
}

@media (min-width: 768px) {
    .hatena-module-title {
        font-size: 1.5rem;
        margin-bottom: .8em;
    }
}

.hatena-module-title a {
    color: #222;
}

.hatena-module-title:after {
    content: "";
    display: block;
    margin-top: 7px;
    border-bottom: 2px solid #222;
    width: 20px;
}

.hatena-module-profile .profile-icon {
    float: left;
    margin: 0 10px 10px 0;
}

.hatena-module-profile .id {
    display: block;
    font-weight: bold;
    margin-bottom: .5em;
}

.hatena-module-profile .profile-description p {
    margin-top: 0;
    line-height: 1.5;
}

.hatena-module-profile .hatena-id-link {
    color: #222;
    font-size: 1.5rem;
    font-weight: normal;
    text-decoration: underline;
}

.hatena-module-profile .hatena-id-link:hover {
    color: #555;
}

.hatena-urllist {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hatena-urllist li {
    padding: 4px 0;
}

@media (min-width: 768px) {
    .hatena-urllist li {
        padding: 3px 0;
    }
}

.hatena-urllist li:last-child {
    padding-bottom: 0;
}

.hatena-urllist .urllist-category-link {
    font-size: 1.2rem;
    padding: 2px 4px;
    border: 1px solid #ccc;
    border-radius: 2px;
}

.hatena-urllist .urllist-date-link a {
    color: #888;
}

.hatena-urllist .urllist-entry-body {
    margin-top: .3em;
}

.hatena-urllist .urllist-title-link {
    font-size: 1.5rem;
}

.archive-module-year-title {
    padding-left: 3px;
}

.archive-module-month {
    margin-top: 0.3em !important;
}

.archive-module-month:last-child {
    margin-bottom: .5em !important;
}

.archive-module-button {
    display: inline-block !important;
    width: 15px;
    height: 15px;
    opacity: 1 !important;
}

.archive-module-hide-button, .archive-module-show-button {
    position: absolute;
    overflow: hidden;
    width: 15px;
    height: 15px;
    text-indent: -13px;
}

.archive-module-hide-button {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: 1px;
}

.archive-module-show-button {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 2px;
}

.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 8px;
    color: #363636;
    background: none;
    border: none;
    outline: none;
    height: 20px;
    font-size: 1.3rem;
}

.hatena-module-search-box .search-module-button {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    background: transparent url("https://cdn.blog.st-hatena.com/images/theme/search@2x.png?version=ff91aa3f1e8b00d594eed50bf4300b") 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;
}

.entry-header-menu {
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 4px 8px;
    font-size: 1.2rem;
}

a.entry-see-more {
    display: block;
    padding: 10px;
    margin-bottom: 2em;
    border: 1px solid #222;
    border-radius: 2px;
    color: #222;
    font-size: 1.4rem;
    text-align: center;
    text-decoration: none;
}

a.entry-see-more:hover {
    border: 1px solid #555;
    color: #555;
}

@media (min-width: 768px) {
    a.entry-see-more {
        display: block;
        line-height: 1.7em;
        width: 260px;
        margin: 0 auto 1.5em;
    }
}

.leave-comment-title {
    display: inline-block !important;
    margin-bottom: 20px;
    padding: .4em .8em;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #222;
    font-size: 1.3rem;
}

.adx-responsive-mode {
    margin-bottom: 3em;
}

.google-afc-image.test-google-rectangle-ads {
    margin-top: 2em;
    margin-bottom: 2.5em;
}

.footer-ad-rectangle {
    width: 960px;
    margin: 0 auto 5em;
}

.breadcrumb {
    font-size: 1.3rem;
    margin-bottom: 1em;
}

.breadcrumb-link {
    color: #222;
}

.breadcrumb-gt, .breadcrumb-child {
    color: #888;
}

@media (min-width: 1200px) {
    #top-box {
        width: 990px;
        margin: 0 auto;
    }
}

.pager-next a::after, .pager-prev a::after, .archive-module-hide-button::after, .archive-module-show-button::after {
    content: "";
    top: 50%;
    display: inline-block;
    position: absolute;
    width: 7px;
    height: 7px;
    margin-top: -3px;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
}

#container,
#footer {
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 768px) {
    #container,
    #footer {
        max-width: 700px;
        margin: auto;
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media (min-width: 1200px) {
    #container,
    #footer {
        width: auto;
        max-width: none;
        margin-left: 40px;
        margin-right: 40px;
    }
}

#content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

@media (min-width: 1200px) {
    #content-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        width: 960px;
        margin: 0 auto;
    }
}

@media (min-width: 1200px) {
    #wrapper {
        width: 650px;
    }
}

@media (min-width: 1200px) {
    #box2 {
        width: 240px;
    }
}
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImJvaWxlcnBsYXRlLmNzcyIsIi4uL3Njc3MvYm9pbGVycGxhdGUuc2NzcyIsIi4uL25vZGVfbW9kdWxlcy9ub3JtYWxpemUuY3NzL25vcm1hbGl6ZS5jc3MiLCIuLi9zY3NzL2xpYi9fY29yZS5zY3NzIiwiLi4vc2Nzcy9saWIvX3ZhcmlhYmxlLnNjc3MiLCIuLi9zY3NzL2xpYi9faGVhZGVyLnNjc3MiLCIuLi9zY3NzL2xpYi9fZm9vdGVyLnNjc3MiLCIuLi9zY3NzL2xpYi9fYWJvdXQuc2NzcyIsIi4uL3Njc3MvbGliL19hcmNoaXZlLnNjc3MiLCIuLi9zY3NzL2xpYi9fY29tbWVudC5zY3NzIiwiLi4vc2Nzcy9saWIvX2VudHJ5LnNjc3MiLCIuLi9zY3NzL2xpYi9fZW50cnlIZWFkaW5nLnNjc3MiLCIuLi9zY3NzL2xpYi9fZW50cnlGb290ZXIuc2NzcyIsIi4uL3Njc3MvbGliL19wYWdlci5zY3NzIiwiLi4vc2Nzcy9saWIvX3NpZGVuYXYuc2NzcyIsIi4uL3Njc3MvbGliL19idG4uc2NzcyIsIi4uL3Njc3MvbGliL19hZC5zY3NzIiwiLi4vc2Nzcy9saWIvX2JyZWFkY3J1bWIuc2NzcyIsIi4uL3Njc3MvbGliL19pY29uLnNjc3MiLCIuLi9zY3NzL2xpYi9fbGF5b3V0LnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsaUJBQWlCO0FDRWpCOzs7Ozs7RUFNRTtBQUVGLDJDQUFBO0FBRUE7Ozs7RUFJRTtBQUdGLG9FQUFZO0FDbkJaLDRFQUE0RTtBQUU1RTtnRkFDZ0Y7QUFFaEY7Ozs7R0FJRztBQUVIO0lBQ0Usa0JBQWlCO0lBQUcsT0FBTztJQUMzQiwyQkFBMEI7SUFBRyxPQUFPO0lBQ3BDLCtCQUE4QjtJQUFHLE9BQU87Q0FDekM7O0FBRUQ7Z0ZBQ2dGO0FBRWhGOztHQUVHO0FBRUg7SUFDRSxVQUFTO0NBQ1Y7O0FBRUQ7O0dBRUc7QUFFSDs7Ozs7O0lBTUUsZUFBYztDQUNmOztBQUVEOzs7R0FHRztBQUVIO0lBQ0UsZUFBYztJQUNk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O0lBQ2xCLE9BQU07SUFDTixTQUFRO0lBQ1IsdUJYYWU7SVdaZixtQkFBa0I7SUFDbEIsaUJBQWdCO0lBQ2hCLGtCQUFpQjtDQUNwQjs7QUFHRDtJQUNFLGVBQWM7SUFDZCxjQUFhO0lBQ2IsbUJBQWtCO0lBQ2xCLHVCWFZpQjtJV1dqQixtQkFBa0I7SUFDbEIsWVhaaUI7SVdhakIsa0JBQWlCO0lBQ2pCLG1CQUFrQjtJQUNsQixzQkFBcUI7Q0FXdEI7O0FBcEJEO0lBV0ksdUJYVlE7SVdXUixZWFhRO0NXWVQ7O0FBQ0Q7SUFkRjtRQWVJLGVBQWM7UUFDZCxtQkFBa0I7UUFDbEIsYUFBWTtRQUNaLHFCQUFvQjtLQUV2QjtDZjYxQ0E7O0FlMTFDRDtJQUNFLGlDQUFnQztJQUNoQyxvQkFBbUI7SUFDbkIsbUJBQWtCO0lBQ2xCLHVCWHJCaUI7SVdzQmpCLG1CQUFrQjtJQUNsQixZWG5DaUI7SVdvQ2pCLGtCQUFpQjtDQUNsQjs7QUMxQ0Q7SUFDRSxtQkFBa0I7Q0FDbkI7O0FBR0Q7SUFDRSxnQkFBZTtJQUNmLHFCQUFvQjtDQUNyQjs7QUFHRDtJQUNFLGFBQVk7SUFDWixtQkFBa0I7Q0FDbkI7O0FDaEJEO0lBQ0Usa0JBQWlCO0lBQ2pCLG1CQUFrQjtDQVFuQjs7QUFQQztJQUNFLFliR2U7Q2FGaEI7O0FBQ0Q7SUFFRSxZYkFhO0NhQ2Q7O0FBSUQ7SUFERjtRQUVJLGFBQVk7UUFDWixlQUFjO0tBRWpCO0NqQnk1Q0E7O0FhcjVDQztJS25CRSxZQUFXO0lBQ1gsU0FBUTtJQUNSLHNCQUFxQjtJQUNyQixtQkFBa0I7SUFDbEIsV0FBVTtJQUNWLFlBQVc7SUFDWCxpQkFBZ0I7SUFDaEIsMkJkRmU7SWNHZiw2QmRIZTtDY0loQjs7QUNYSDs7SUFFRSxtQkFBa0I7SUFDbEIsb0JBQW1CO0NBYXBCOztBQVpDO0lBSkY7O1FBS0ksaUJBQWdCO1FBQ2hCLGFBQVk7UUFDWixvQkFBbUI7UUFDbkIscUJBQW9CO0tBUXZCO0NuQnM3Q0E7O0FtQjU3Q0M7SUFWRjs7UUFXSSxZQUFXO1FBQ1gsZ0JBQWU7UUFDZixrQkFBaUI7UUFDakIsbUJBQWtCO0tBRXJCO0NuQmc4Q0E7O0FtQjc3Q0Q7SUFDRSxxQkFBYTtJQUFiLHFCQUFhO0lBQWIsY0FBYTtJQUNiLDZCQUFzQjtJQUF0Qiw4QkFBc0I7UUFBdEIsMkJBQXNCO1lBQXRCLHVCQUFzQjtJQUN0QiwwQkFBOEI7UUFBOUIsdUJBQThCO1lBQTlCLCtCQUE4QjtDQU0vQjs7QUFMQztJQUpGO1FBS0ksK0JBQW1CO1FBQW5CLDhCQUFtQjtZQUFuQix3QkFBbUI7Z0JBQW5CLG9CQUFtQjtRQUNuQixhQUFZO1FBQ1osZUFBYztLQUVqQjtDbkJrOENBOztBbUJoOENDO0lBREY7UUFFSSxhQUFZO0tBRWY7Q25CbThDQTs7QW1CajhDQztJQURGO1FBRU0sYUFBWTtLQUVqQjtDbkJvOENBIiwiZmlsZSI6ImJvaWxlcnBsYXRlLmNzcyJ9 */
/* </system> */

/* PCでは非表示 */
.sp-only {
  display: none;
}

/* スマホだけ表示 */
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

/* スマホだけ表示するカテゴリボタン */
.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

/* カテゴリボタンのデザイン */
.category-buttons {
  text-align: center;
  margin: 0.5em 0;
}

.category-buttons a {
  display: inline-block;
  margin: 0.2em 0.3em;
  padding: 0.4em 0.8em;
  background-color: #f0f0f0;
  border-radius: 999px;
  font-size: 14px;
  text-decoration: none;
  color: #333;
  border: 1px solid #ccc;
}

.category-buttons a:hover {
  background-color: #e0e0e0;
  border-color: #999;
}

/* フッターの Hatena Blog 表示を非表示 */
#footer .footer-address {
  display: none;
}

/* フッター全体のはてな表記を非表示 */
.footer-address,
#footer a[href*="hatenablog.com"] {
  display: none;
}

/* Powered by Hatena Blog を非表示 */
#footer,
#footer-inner,
.footer,
.footer-inner,
.footer-address,
.footer-powered,
#footer a {
  display: none !important;
}

/* フッター削除後の余白を詰める */
#footer,
#footer-inner {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* 固定ヘッダー分の余白を確保 */
body {
  padding-top: 64px !important;
  padding-bottom: 0 !important;
}

/* 読者になるボタンを非表示 */
.blog-controlls .subscribe-button {
  display: none;
}

/* 記事下の投稿者情報を非表示 */
.author.vcard {
  display: none !important;
}

.user-name-nickname,
.user-name-hatena-id,
.user-name-paren {
  display: none !important;
}

/* 記事下に自動表示される固定ページリンクを非表示 */
.entry-footer-html {
  display: none !important;
}

/* はてな標準のブログタイトル・説明エリアを非表示 */
#blog-title,
#title,
#blog-description {
  display: none !important;
}

/* =========================
   発達のミカタ ヘッダー
========================= */

.mikata-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #fffdf7;
  border-bottom: 1px solid #e8e1d8;
  box-shadow: 0 2px 8px rgba(90, 81, 70, 0.08);
}

.mikata-header-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.mikata-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #5A5146;
  text-decoration: none;
  flex-shrink: 0;
}

.mikata-brand:hover {
  opacity: 0.85;
}

.mikata-logo {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #7DBA69;
  color: #fffdf7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 21px;
  line-height: 1;
}

.mikata-brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}

.mikata-site-name {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.mikata-site-copy {
  font-size: 12px;
  color: #7a7066;
  margin-top: 2px;
}

.mikata-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 600;
}

.mikata-nav a {
  color: #5A5146;
  text-decoration: none;
  padding: 10px 12px;
  border-radius: 999px;
  transition: background 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}

.mikata-nav a:hover {
  background: #eef7ea;
  color: #4d8f3f;
}

.mikata-menu-toggle {
  display: none;
}

.mikata-menu-button {
  display: none;
}

/* =========================
   スマホ表示
========================= */

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

  body {
    padding-top: 54px !important;
  }

  .mikata-header-inner {
    padding: 9px 14px;
    justify-content: center;
    position: relative;
  }

  .mikata-brand {
    gap: 8px;
  }

  .mikata-logo {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }

  .mikata-site-name {
    font-size: 18px;
  }

  .mikata-site-copy {
    display: none;
  }

  .mikata-menu-button {
    display: flex;
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
  }

  .mikata-menu-button span {
    display: block;
    height: 2px;
    width: 24px;
    background: #5A5146;
    border-radius: 2px;
  }

  .mikata-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 10px;
    right: 10px;
    background: #fffdf7;
    border: 1px solid #e8e1d8;
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(90, 81, 70, 0.14);
    padding: 8px;
    flex-direction: column;
    align-items: stretch;
  }

  .mikata-nav a {
    display: block;
    padding: 13px 14px;
    border-radius: 10px;
    font-size: 15px;
    border-bottom: 1px solid #f1ece5;
  }

  .mikata-nav a:last-child {
    border-bottom: none;
  }

  .mikata-menu-toggle:checked ~ .mikata-nav {
    display: flex;
  }
}


/* =========================
   発達のミカタ カテゴリーメニュー
========================= */

.mikata-category-menu {
  position: relative;
}

.mikata-category-menu summary {
  list-style: none;
  cursor: pointer;
  color: #5A5146;
  text-decoration: none;
  padding: 10px 12px;
  border-radius: 999px;
  transition: background 0.2s ease, color 0.2s ease;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
}

.mikata-category-menu summary::-webkit-details-marker {
  display: none;
}

.mikata-category-menu summary:hover {
  background: #eef7ea;
  color: #4d8f3f;
}

.mikata-category-list {
  position: absolute;
  top: 42px;
  left: 0;
  min-width: 260px;
  background: #fffdf7;
  border: 1px solid #e8e1d8;
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(90, 81, 70, 0.14);
  padding: 8px;
  z-index: 10000;
}

.mikata-category-list a {
  display: block;
  padding: 11px 12px;
  border-radius: 10px;
  color: #5A5146;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.mikata-category-list a:hover {
  background: #eef7ea;
  color: #4d8f3f;
}

/* スマホ用カテゴリーメニュー */
@media screen and (max-width: 768px) {

  .mikata-category-menu {
    width: 100%;
  }

  .mikata-category-menu summary {
    display: block;
    padding: 13px 14px;
    border-radius: 10px;
    font-size: 15px;
    border-bottom: 1px solid #f1ece5;
  }

  .mikata-category-list {
    position: static;
    min-width: auto;
    border: none;
    box-shadow: none;
    background: #f8f4ec;
    border-radius: 10px;
    margin: 4px 0 8px;
    padding: 6px;
  }

  .mikata-category-list a {
    padding: 10px 12px;
    font-size: 14px;
    white-space: normal;
  }
}


/* ヘッダーのロゴ画像 */
.mikata-logo-img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

@media screen and (max-width: 768px) {
  .mikata-logo-img {
    width: 32px;
    height: 32px;
  }
}


/* =========================
   サイドバーおすすめ記事
========================= */

.mikata-sidebar-recommend {
  margin-bottom: 28px;
}

.mikata-rec-section {
  margin-bottom: 26px;
}

.mikata-rec-section h3 {
  font-size: 16px;
  font-weight: 700;
  color: #5A5146;
  margin: 0 0 12px;
  padding-bottom: 7px;
  border-bottom: 2px solid #7DBA69;
}

.mikata-rec-card {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1px solid #eee7dd;
  text-decoration: none;
  color: #5A5146;
}

.mikata-rec-card:hover {
  opacity: 0.82;
}

.mikata-rec-card img {
  width: 78px;
  height: 52px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
  background: #f5f1ea;
}

.mikata-rec-card span {
  font-size: 13px;
  line-height: 1.45;
  font-weight: 600;
}

/* スマホでサイドバーが下に回った時も見やすく */
@media screen and (max-width: 768px) {
  .mikata-rec-section h3 {
    font-size: 17px;
  }

  .mikata-rec-card {
    padding: 10px 0;
  }

  .mikata-rec-card img {
    width: 86px;
    height: 58px;
  }

  .mikata-rec-card span {
    font-size: 14px;
  }
}


/* 記事下の自動関連記事を非表示 */
.related-entries,
.related-entries-section,
.entry-footer .related-entries,
.hatena-module-related-entries {
  display: none !important;
}

/* =========================
   カテゴリーページの記事一覧をシンプル化
   小さいアイキャッチ＋タイトル中心
========================= */

/* 記事ごとの余白と区切り */
.archive-entry {
  padding: 16px 0 !important;
  border-bottom: 1px solid #e8e1d8 !important;
}

/* 説明文・タグ・カテゴリー表示を非表示 */
.archive-entry-body,
.archive-entry-description,
.archive-entry-categories,
.archive-entry-tags,
.entry-tags,
.categories {
  display: none !important;
}

/* 日付は小さく控えめに */
.archive-date {
  font-size: 12px !important;
  color: #9a9188 !important;
  margin-bottom: 4px !important;
}

/* 記事タイトルを目立たせる */
.archive-entry-title {
  margin: 0 !important;
  line-height: 1.45 !important;
}

.archive-entry-title a {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #3f372f !important;
  text-decoration: none !important;
}

.archive-entry-title a:hover {
  color: #4d8f3f !important;
  text-decoration: underline !important;
}

/* アイキャッチ画像が出ている場合、小さく整える */
.archive-entry .entry-thumb,
.archive-entry .archive-entry-thumb,
.archive-entry img {
  width: 92px !important;
  height: 62px !important;
  object-fit: cover !important;
  border-radius: 8px !important;
  margin-right: 12px !important;
}

/* 画像とタイトルが横並びになっているテーマ用 */
.archive-entry {
  overflow: hidden;
}

/* スマホ調整 */
@media screen and (max-width: 768px) {
  .archive-entry {
    padding: 14px 0 !important;
  }

  .archive-entry-title a {
    font-size: 16px !important;
  }

  .archive-entry .entry-thumb,
  .archive-entry .archive-entry-thumb,
  .archive-entry img {
    width: 82px !important;
    height: 56px !important;
  }
}

/* ========================================
   発達のミカタ トップページ導入ブロック
======================================== */

.mikata-top-intro {
  max-width: 1120px;
  margin: 24px auto 34px;
  padding: 0 18px;
  box-sizing: border-box;
}

.mikata-top-visual {
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 18px;
  background: #fffaf0;
  box-shadow: 0 5px 18px rgba(70, 85, 55, 0.08);
}

.mikata-top-visual img {
  display: block;
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  object-position: center;
}

.mikata-top-description {
  max-width: 820px;
  margin: 20px auto 24px;
  text-align: center;
}

.mikata-top-description p {
  margin: 0;
  color: #4d4a43;
  font-size: 15px;
  line-height: 1.9;
}

.mikata-theme-area {
  margin-top: 22px;
}

.mikata-theme-area h2 {
  position: relative;
  margin: 0 0 20px;
  padding: 0;
  border: none;
  background: none;
  color: #4f5941;
  font-size: 23px;
  line-height: 1.5;
  text-align: center;
}

.mikata-theme-area h2::before,
.mikata-theme-area h2::after {
  content: "";
  display: inline-block;
  width: 45px;
  height: 1px;
  margin: 0 14px 7px;
  background: #a5c779;
}

.mikata-theme-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.mikata-theme-card {
  display: flex;
  min-height: 150px;
  padding: 18px 14px;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid #e3e9d9;
  border-radius: 14px;
  background: #fffdf8;
  color: #45483f;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 3px 10px rgba(70, 85, 55, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mikata-theme-card:hover {
  color: #3f6934;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 7px 18px rgba(70, 85, 55, 0.12);
}

.mikata-theme-icon {
  margin-bottom: 9px;
  font-size: 27px;
  line-height: 1;
}

.mikata-theme-card strong {
  display: block;
  margin-bottom: 8px;
  color: #426b35;
  font-size: 15px;
  line-height: 1.5;
}

.mikata-theme-card > span:last-child {
  display: block;
  color: #686a64;
  font-size: 12px;
  line-height: 1.7;
}

.mikata-first-guide {
  margin-top: 19px;
  text-align: center;
}

.mikata-first-guide a {
  display: inline-block;
  padding: 10px 22px;
  border: 1px solid #aacb7d;
  border-radius: 999px;
  background: #f7fbf1;
  color: #476c3a;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.mikata-first-guide a:hover {
  background: #edf6e2;
  color: #365a2d;
  text-decoration: none;
}

/* タブレット */
@media screen and (max-width: 900px) {
  .mikata-theme-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mikata-theme-card:last-child {
    grid-column: 1 / -1;
  }
}

/* スマートフォン */
@media screen and (max-width: 600px) {
  .mikata-top-intro {
    margin: 14px auto 26px;
    padding: 0 10px;
  }

  .mikata-top-visual {
    border-radius: 12px;
  }

  .mikata-top-description {
    margin: 15px auto 20px;
    padding: 0 5px;
    text-align: left;
  }

  .mikata-top-description p {
    font-size: 13px;
    line-height: 1.8;
  }

  .mikata-theme-area h2 {
    font-size: 20px;
  }

  .mikata-theme-area h2::before,
  .mikata-theme-area h2::after {
    width: 24px;
    margin: 0 8px 6px;
  }

  .mikata-theme-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .mikata-theme-card,
  .mikata-theme-card:last-child {
    min-height: auto;
    padding: 14px 15px;
    grid-column: auto;
  }

  .mikata-theme-icon {
    margin-bottom: 6px;
    font-size: 24px;
  }

  .mikata-theme-card strong {
    margin-bottom: 5px;
    font-size: 15px;
  }

  .mikata-theme-card > span:last-child {
    font-size: 12px;
  }
}

@media screen and (max-width: 600px) {
  .mikata-top-visual img {
    max-height: 220px;
    object-fit: cover;
    object-position: center;
  }
}

/* トップ画像：切らずに全体表示 */
.mikata-top-visual {
  width: 100%;
  max-width: 900px;
  height: auto !important;
  max-height: none !important;
  margin: 0 auto;
  overflow: visible !important;
  border-radius: 18px;
  background: #fffaf0;
  box-shadow: 0 5px 18px rgba(70, 85, 55, 0.08);
}

.mikata-top-visual img {
  display: block;
  width: 100%;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center !important;
  border-radius: 18px;
}

/* 年齢別発達目安カテゴリの年齢リンク */
.age-link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 14px 0 24px;
}

.age-link-list a {
  display: inline-flex;
  min-width: 110px;
  min-height: 52px;
  padding: 10px 18px;
  align-items: center;
  justify-content: center;
  border: 1px solid #9fbe73;
  border-radius: 999px;
  background: #f7fbf1;
  color: #3f6b32;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: background 0.2s ease, transform 0.2s ease;
}


.age-link-list a:hover {
  background: #eaf4df;
  color: #2f5728;
  text-decoration: none;
  transform: translateY(-2px);
}

@media screen and (max-width: 600px) {
  .age-link-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .age-link-list a {
    min-width: 0;
    min-height: 50px;
    padding: 10px 8px;
    font-size: 17px;
  }

  .age-link-list a:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 4px);
    justify-self: center;
  }
}


/* T-021: トップページUI・レイアウト・視認性改善 */
:root {
  --mikata-green: #477c3d;
  --mikata-green-deep: #275b37;
  --mikata-green-pale: #edf5e9;
  --mikata-cream: #fffdf7;
  --mikata-ink: #26352a;
  --mikata-muted: #607064;
  --mikata-line: #d4dfcf;
}

/* ヘッダー：ブランドのやさしさを保ちながら、ナビゲーションを明確化 */
.mikata-header {
  background: var(--mikata-cream);
  border-bottom: 3px solid var(--mikata-green);
  box-shadow: 0 2px 10px rgba(36, 69, 38, .08);
}
.mikata-header-inner { max-width: 1200px; }
.mikata-brand { color: var(--mikata-ink); }
.mikata-site-name { color: var(--mikata-green-deep); font-weight: 800; letter-spacing: .03em; }
.mikata-site-copy { color: #506353; font-weight: 600; }
.mikata-nav > a,
.mikata-category-menu > summary {
  color: var(--mikata-ink);
  font-weight: 700;
  border-left: 1px solid #dde6d8;
}
.mikata-nav > a:last-child { border-right: 1px solid #dde6d8; }
.mikata-nav > a:hover,
.mikata-nav > a:focus-visible,
.mikata-category-menu > summary:hover,
.mikata-category-menu > summary:focus-visible {
  color: #fff;
  background: var(--mikata-green);
  outline: none;
}
.mikata-category-list {
  background: #fff;
  border: 1px solid var(--mikata-line);
  box-shadow: 0 10px 24px rgba(32, 60, 35, .14);
}
.mikata-category-list a { color: var(--mikata-ink); font-weight: 700; }
.mikata-category-list a:hover,
.mikata-category-list a:focus-visible { color: #fff; background: var(--mikata-green); }

/* トップページの導入とテーマ一覧 */
.mikata-top-intro {
  max-width: 1084px;
  margin: 28px auto 0;
  color: var(--mikata-ink);
}
.mikata-top-visual {
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #e3ebdf;
  box-shadow: 0 5px 18px rgba(40, 78, 44, .10);
}
.mikata-top-visual img {
  display: block;
  width: 100%;
  max-height: 250px;
  object-fit: cover;
  object-position: center;
}
.mikata-top-description {
  max-width: 820px;
  margin: 16px auto 0;
  padding: 0 12px;
  text-align: center;
  color: #3f5144;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.85;
}
.mikata-top-description p { margin: 0; }
.mikata-theme-area { margin-top: 30px; }
.mikata-section-heading,
.mikata-latest-heading {
  border-top: 3px solid var(--mikata-green);
  padding-top: 11px;
  margin-bottom: 16px;
}
.mikata-section-heading > span,
.mikata-latest-heading > span {
  display: block;
  color: var(--mikata-green);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
}
.mikata-section-heading h2,
.mikata-latest-heading h2 {
  margin: 2px 0 0;
  color: var(--mikata-green-deep);
  font-size: 25px;
  font-weight: 800;
  line-height: 1.35;
}
.mikata-theme-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.mikata-theme-card {
  min-height: 122px;
  padding: 16px 17px;
  background: #fff;
  border: 1px solid var(--mikata-line);
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(33, 67, 38, .05);
  color: var(--mikata-ink);
  text-decoration: none;
}
.mikata-theme-card:hover,
.mikata-theme-card:focus-visible {
  transform: translateY(-2px);
  border-color: var(--mikata-green);
  box-shadow: 0 8px 18px rgba(33, 91, 55, .15);
  outline: none;
}
.mikata-theme-icon { font-size: 24px; margin-bottom: 7px; }
.mikata-theme-card strong {
  color: var(--mikata-green-deep);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.45;
}
.mikata-theme-note {
  margin-top: 5px;
  color: var(--mikata-muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
}

/* 新着記事：画像・日付・カテゴリ・タイトルを一つの比較しやすいカードに */
.mikata-home #content { position: relative; }
.mikata-latest-heading { margin: 34px 0 12px; }
.mikata-latest-heading > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.mikata-latest-heading a {
  color: var(--mikata-green-deep);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}
.mikata-latest-heading a:hover,
.mikata-latest-heading a:focus-visible { text-decoration: underline; }
.mikata-home .archive-entry {
  display: grid;
  grid-template-columns: 152px minmax(0, 1fr);
  grid-template-areas:
    "thumb header"
    "thumb categories"
    "thumb body";
  column-gap: 18px;
  row-gap: 7px;
  margin: 0 0 13px;
  padding: 14px;
  background: #fff;
  border: 1px solid var(--mikata-line);
  border-radius: 10px;
  box-shadow: 0 2px 7px rgba(32, 64, 35, .05);
}
.mikata-home .archive-entry:hover { border-color: #a9c3a2; box-shadow: 0 7px 16px rgba(32, 76, 42, .10); }
.mikata-home .entry-thumb-link {
  grid-area: thumb;
  display: block;
  min-height: 112px;
  overflow: hidden;
  border-radius: 7px;
  background: #eef4ea;
}
.mikata-home .entry-thumb { width: 100%; height: 100%; min-height: 112px; background-position: center; background-size: cover; }
.mikata-home .archive-entry-header { grid-area: header; margin: 0; }
.mikata-home .archive-date {
  margin: 0 0 4px;
  color: var(--mikata-muted);
  font-size: 12px;
  font-weight: 700;
}
.mikata-home .entry-title {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.5;
}
.mikata-home .entry-title a { color: var(--mikata-ink); text-decoration: none; }
.mikata-home .entry-title a:hover,
.mikata-home .entry-title a:focus-visible { color: var(--mikata-green-deep); text-decoration: underline; }
.mikata-home .categories { grid-area: categories; margin: 0; }
.mikata-home .archive-category-link {
  display: inline-block;
  padding: 3px 8px;
  color: var(--mikata-green-deep);
  background: var(--mikata-green-pale);
  border: 1px solid #c9dcc3;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}
.mikata-home .archive-entry-body { grid-area: body; }
.mikata-home .entry-description {
  margin: 1px 0 0;
  color: #58675c;
  font-size: 13px;
  line-height: 1.65;
}
.mikata-home .archive-entry-tags-wrapper { display: none; }
.mikata-first-guide {
  margin: 22px 0 28px;
  padding: 16px 18px;
  background: var(--mikata-green-pale);
  border: 1px solid #c7dbc1;
  border-left: 5px solid var(--mikata-green);
  border-radius: 8px;
}
.mikata-first-guide a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--mikata-green-deep);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}
.mikata-first-guide a:hover,
.mikata-first-guide a:focus-visible { text-decoration: underline; }

/* サイドバー：ブロックの役割を明確に */
#box2 .hatena-module {
  margin-bottom: 30px;
  padding-top: 12px;
  border-top: 3px solid var(--mikata-green);
}
#box2 .hatena-module-title,
.mikata-rec-section h3 {
  margin: 0 0 12px;
  color: var(--mikata-green-deep);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.4;
}
.mikata-rec-section { margin-bottom: 24px; }
.mikata-rec-card {
  border: 1px solid #dce6d8;
  border-radius: 7px;
  background: #fff;
}
.mikata-rec-card:hover,
.mikata-rec-card:focus-visible { border-color: var(--mikata-green); box-shadow: 0 4px 12px rgba(32, 76, 42, .10); }

/* スマホ：導入を圧縮し、テーマは2列、新着記事は短く比較可能に */
@media screen and (max-width: 768px) {
  .mikata-header { border-bottom-width: 2px; }
  .mikata-nav > a,
  .mikata-category-menu > summary { border: 0; }
  .mikata-top-intro { margin: 16px auto 0; }
  .mikata-top-visual { border-radius: 8px; }
  .mikata-top-visual img { height: 132px; max-height: none; object-fit: cover; }
  .mikata-top-description {
    margin-top: 11px;
    padding: 0 4px;
    text-align: left;
    font-size: 13px;
    line-height: 1.7;
  }
  .mikata-theme-area { margin-top: 20px; }
  .mikata-section-heading,
  .mikata-latest-heading { border-top-width: 2px; padding-top: 8px; margin-bottom: 11px; }
  .mikata-section-heading h2,
  .mikata-latest-heading h2 { font-size: 21px; }
  .mikata-theme-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .mikata-theme-card {
    min-height: 98px;
    padding: 12px 8px;
    border-radius: 8px;
    text-align: center;
    justify-content: center;
  }
  .mikata-theme-icon { margin-bottom: 4px; font-size: 21px; }
  .mikata-theme-card strong { font-size: 14px; line-height: 1.4; }
  .mikata-theme-note { display: none; }

  .mikata-latest-heading { margin-top: 25px; }
  .mikata-latest-heading a { font-size: 12px; }
  .mikata-home .archive-entry {
    grid-template-columns: 100px minmax(0, 1fr);
    grid-template-areas:
      "thumb header"
      "thumb categories"
      "body body";
    column-gap: 11px;
    row-gap: 5px;
    margin-bottom: 9px;
    padding: 10px;
    border-radius: 8px;
  }
  .mikata-home .entry-thumb-link,
  .mikata-home .entry-thumb { min-height: 82px; }
  .mikata-home .archive-date { margin-bottom: 2px; font-size: 10px; }
  .mikata-home .entry-title { font-size: 14px; line-height: 1.45; }
  .mikata-home .archive-category-link { padding: 2px 6px; font-size: 10px; }
  .mikata-home .entry-description { display: none; }
  .mikata-first-guide { margin: 18px 0 24px; padding: 13px 14px; }
  .mikata-first-guide a { font-size: 14px; }
  #box2 .hatena-module { margin-bottom: 25px; }
}


/* T-021: メインビジュアルの縦幅を抑制 */
.mikata-top-visual img {
  height: 230px !important;
  max-height: 230px !important;
  object-fit: cover !important;
}
@media screen and (max-width: 768px) {
  .mikata-top-visual img {
    height: 132px !important;
    max-height: 132px !important;
  }
}


/* T-021: スマホのテーマ一覧をコンパクトに保つ */
@media screen and (max-width: 768px) {
  .mikata-theme-card {
    height: 104px !important;
    min-height: 0 !important;
  }
}


/* T-021 公開後修正：画像全体の表示と導入文の折り返しを調整 */
.mikata-top-visual img {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  display: block;
}
.mikata-top-intro p {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  letter-spacing: 0;
}
.mikata-home .entry-thumb-link,
.mikata-home .entry-thumb {
  width: 100% !important;
  height: 100% !important;
}
.mikata-home .entry-thumb {
  background-color: #f7f5ea;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain !important;
}
@media screen and (max-width: 768px) {
  .mikata-top-intro p {
    max-width: none;
    font-size: 14px;
  }
}


/* T-021 公開後修正：PCでは横幅を抑え、画像全体を表示したまま高さを最適化 */
@media screen and (min-width: 769px) {
  .mikata-top-visual img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 320px !important;
    margin-left: auto;
    margin-right: auto;
  }
}


/* T-021 追加調整：トップでは人物画像を見せず、情報探索の導入へ */
.mikata-home .mikata-top-visual {
  display: none !important;
}
.mikata-home .mikata-top-description {
  max-width: 900px;
  margin: 26px auto 22px;
  padding: 19px 24px 18px;
  background: #fffdf6;
  border: 1px solid #d8e5cf;
  border-left: 5px solid var(--mikata-green, #3d8b4b);
  border-radius: 8px;
  box-sizing: border-box;
}
.mikata-home .mikata-top-description::before {
  content: "発達支援のヒントを、毎日の暮らしへ。";
  display: block;
  margin-bottom: 7px;
  color: var(--mikata-green-deep, #226238);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .04em;
}
.mikata-home .mikata-top-description p {
  width: auto;
  max-width: none;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .mikata-home .mikata-top-description {
    margin: 15px auto 17px;
    padding: 15px 16px 14px;
    border-left-width: 4px;
  }
  .mikata-home .mikata-top-description::before {
    margin-bottom: 5px;
    font-size: 15px;
  }
}


/* T-021 追加調整：正式タイトルを主役にしたヘッダーと簡潔な導入 */
.mikata-brand .mikata-site-name {
  font-size: 23px;
  font-weight: 800;
  letter-spacing: .04em;
}
.mikata-home .mikata-top-description {
  max-width: 900px;
  margin: 23px auto 18px;
  padding: 0 4px;
  background: transparent;
  border: 0;
  border-radius: 0;
}
.mikata-home .mikata-top-description::before { content: none; display: none; }
.mikata-home .mikata-top-description h1 {
  margin: 0 0 8px;
  color: var(--mikata-green-deep, #226238);
  font-size: 25px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: .04em;
}
.mikata-home .mikata-top-description p { margin: 0; font-size: 15px; line-height: 1.8; }
@media screen and (max-width: 768px) {
  .mikata-brand .mikata-site-name { font-size: 19px; }
  .mikata-home .mikata-top-description { margin: 16px auto 14px; padding: 0; }
  .mikata-home .mikata-top-description h1 { margin-bottom: 6px; font-size: 20px; }
  .mikata-home .mikata-top-description p { font-size: 14px; line-height: 1.7; }
}


/* T-021 追加調整：緑の役割を絞り、視線の優先順位を明確化 */
.mikata-home .mikata-top-description {
  margin-top: 25px;
  margin-bottom: 22px;
  padding: 0 4px 0 18px;
  border-left: 3px solid #78a96d;
}
.mikata-home .mikata-top-description h1 {
  color: #252b29;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: .02em;
}
.mikata-home .mikata-top-description h1::first-letter { color: #2f7c45; }
.mikata-home .mikata-top-description p { color: #4f5954; font-weight: 400; }
.mikata-section-heading,
.mikata-latest-heading { border-top-color: #d9e2d5; }
.mikata-section-heading > span,
.mikata-latest-heading > span { color: #6c766f; letter-spacing: .12em; }
.mikata-section-heading h2,
.mikata-latest-heading h2 { color: #27302c; }
.mikata-section-heading::before,
.mikata-section-heading::after { background: #d9e2d5; }
@media screen and (max-width: 768px) {
  .mikata-home .mikata-top-description { margin-top: 17px; margin-bottom: 16px; padding-left: 13px; }
  .mikata-home .mikata-top-description h1 { font-size: 22px; letter-spacing: 0; }
  .mikata-home .mikata-top-description p { font-size: 14px; }
}


/* T-021 追加調整：見方／味方のダブルミーニングを控えめに強調 */
.mikata-home .mikata-top-description { border-left: 0; padding-left: 4px; }
.mikata-home .mikata-top-description .mikata-wordplay { color: #2f7c45; font-size: 1.12em; font-weight: 800; }
.mikata-section-heading > span,
.mikata-latest-heading > span { display: none; }
.mikata-section-heading,
.mikata-latest-heading { padding-top: 0; }


/* T-021 最終表示調整 */
.mikata-logo-img { width: 36px; height: 36px; object-fit: contain; border-radius: 50%; }
.mikata-brand { gap: 9px; align-items: center; }
.mikata-theme-area { margin-top: 34px; }
@media screen and (max-width: 768px) {
  .mikata-home .mikata-top-description h1 { max-width: 330px; }
  .mikata-home .mikata-top-description h1::after { content: ""; display: block; }
  .mikata-theme-area { margin-top: 30px; }
  .mikata-theme-card { padding-left: 5px; padding-right: 5px; }
  .mikata-theme-card strong { font-size: 13px; line-height: 1.35; letter-spacing: -.03em; word-break: keep-all; overflow-wrap: normal; }
  .mikata-theme-note { font-size: 11px; line-height: 1.35; word-break: keep-all; overflow-wrap: normal; }
  .mikata-logo-img { width: 31px; height: 31px; }
}

.mikata-logo-img { content: url("https://cdn-ak.f.st-hatena.com/images/fotolife/g/gonanamaru/20260811/20260811143555.jpg") !important; }

/* T-021 追加調整：テーマ見出しの余白とスマホ改行を固定 */
.mikata-mobile-break{display:none;}
.mikata-section-heading{padding-top:22px !important;}
@media screen and (max-width:768px){.mikata-mobile-break{display:block;}.mikata-section-heading{padding-top:26px !important;}}

.author-box{
  margin:32px 0 20px;
  padding:20px;
  background:#f7fbf8;
  border:1px solid #d9e8df;
  border-radius:10px;
  line-height:1.8;
}
.author-box-title{
  margin:0 0 10px;
  font-weight:700;
  font-size:1.05em;
}
.author-box p{
  margin:8px 0;
}
.author-box a{
  font-weight:700;
}
.takushin-author-box {
  margin: 36px 0 20px;
  padding: 20px 22px;
  background: #f7fbf8;
  border: 1px solid #dce9df;
  border-radius: 10px;
  line-height: 1.8;
  font-size: 95%;
}

.takushin-author-title {
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #dce9df;
  font-size: 1.08em;
  font-weight: 700;
  color: #315f3b;
}

.takushin-author-box p {
  margin: 8px 0;
}

.takushin-author-link {
  margin-top: 12px !important;
}

.takushin-author-link a {
  display: inline-block;
  font-weight: 700;
  color: #2f6f42;
  text-decoration: none;
}

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

@media screen and (max-width: 767px) {
  .takushin-author-box {
    margin: 28px 0 16px;
    padding: 16px;
    font-size: 94%;
  }

  .takushin-author-title {
    font-size: 1.05em;
  }
}