/* <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=9715537a0b76f32fd4cee91dd270e0") 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,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImJvaWxlcnBsYXRlLmNzcyIsIi4uL3Njc3MvYm9pbGVycGxhdGUuc2NzcyIsIi4uL25vZGVfbW9kdWxlcy9ub3JtYWxpemUuY3NzL25vcm1hbGl6ZS5jc3MiLCIuLi9zY3NzL2xpYi9fY29yZS5zY3NzIiwiLi4vc2Nzcy9saWIvX3ZhcmlhYmxlLnNjc3MiLCIuLi9zY3NzL2xpYi9faGVhZGVyLnNjc3MiLCIuLi9zY3NzL2xpYi9fZm9vdGVyLnNjc3MiLCIuLi9zY3NzL2xpYi9fYWJvdXQuc2NzcyIsIi4uL3Njc3MvbGliL19hcmNoaXZlLnNjc3MiLCIuLi9zY3NzL2xpYi9fY29tbWVudC5zY3NzIiwiLi4vc2Nzcy9saWIvX2VudHJ5LnNjc3MiLCIuLi9zY3NzL2xpYi9fZW50cnlIZWFkaW5nLnNjc3MiLCIuLi9zY3NzL2xpYi9fZW50cnlGb290ZXIuc2NzcyIsIi4uL3Njc3MvbGliL19wYWdlci5zY3NzIiwiLi4vc2Nzcy9saWIvX3NpZGVuYXYuc2NzcyIsIi4uL3Njc3MvbGliL19idG4uc2NzcyIsIi4uL3Njc3MvbGliL19hZC5zY3NzIiwiLi4vc2Nzcy9saWIvX2JyZWFkY3J1bWIuc2NzcyIsIi4uL3Njc3MvbGliL19pY29uLnNjc3MiLCIuLi9zY3NzL2xpYi9fbGF5b3V0LnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsaUJBQWlCO0FDRWpCOzs7Ozs7RUFNRTtBQUVGLDJDQUFBO0FBRUE7Ozs7RUFJRTtBQUdGLG9FQUFZO0FDbkJaLDRFQUE0RTtBQUU1RTtnRkFDZ0Y7QUFFaEY7Ozs7R0FJRztBQUVIO0lBQ0Usa0JBQWlCO0lBQUcsT0FBTztJQUMzQiwyQkFBMEI7SUFBRyxPQUFPO0lBQ3BDLCtCQUE4QjtJQUFHLE9BQU87Q0FDekM7O0FBRUQ7Z0ZBQ2dGO0FBRWhGOztHQUVHO0FBRUg7SUFDRSxVQUFTO0NBQ1Y7O0FBRUQ7O0dBRUc7QUFFSDs7Ozs7O0lBTUUsZUFBYztDQUNmOztBQUVEOzs7R0FHRztBQUVIO0lBQ0UsZUFBYztJQUNkLGlCQUFnQjtDQUNqQjs7QUFFRDtnRkFDZ0Y7QUFFaEY7OztHQUdHO0FBRUg7OztJQUVPLE9BQU87SUFDWixlQUFjO0NBQ2Y7O0FBRUQ7O0dBRUc7QUFFSDtJQUNFLGlCQUFnQjtDQUNqQjs7QUFFRDs7O0dBR0c7QUFFSDtJQUNFLGdDQUF1QjtZQUF2Qix3QkFBdUI7SUFBRyxPQUFPO0lBQ2pDLFVBQVM7SUFBRyxPQUFPO0lBQ25CLGtCQUFpQjtJQUFHLE9BQU87Q0FDNUI7O0FBRUQ7OztHQUdHO0FBRUg7SUFDRSxrQ0FBaUM7SUFBRyxPQUFPO0lBQzNDLGVBQWM7SUFBRyxPQUFPO0NBQ3pCOztBQUVEO2dGQUNnRjtBQUVoRjs7O0dBR0c7QUFFSDtJQUNFLDhCQUE2QjtJQUFHLE9BQU87SUFDdkMsc0NBQXFDO0lBQUcsT0FBTztDQUNoRDs7QUFFRDs7O0dBR0c7QUFFSDtJQUNFLG9CQUFtQjtJQUFHLE9BQU87SUFDN0IsMkJBQTBCO0lBQUcsT0FBTztJQUNwQywwQ0FBaUM7WUFBakMsa0NBQWlDO0lBQUcsT0FBTztDQUM1Qzs7QUFFRDs7R0FFRztBQUVIOztJQUVFLHFCQUFvQjtDQUNyQjs7QUFFRDs7R0FFRztBQUVIOztJQUVFLG9CQUFtQjtDQUNwQjs7QUFFRDs7O0dBR0c7QUFFSDs7O0lBR0Usa0NBQWlDO0lBQUcsT0FBTztJQUMzQyxlQUFjO0lBQUcsT0FBTztDQUN6Qjs7QUFFRDs7R0FFRztBQUVIO0lBQ0UsbUJBQWtCO0NBQ25COztBQUVEOztHQUVHO0FBRUg7SUFDRSx1QkFBc0I7SUFDdEIsWUFBVztDQUNaOztBQUVEOztHQUVHO0FBRUg7SUFDRSxlQUFjO0NBQ2Y7O0FBRUQ7OztHQUdHO0FBRUg7O0lBRUUsZUFBYztJQUNkLGVBQWM7SUFDZCxtQkFBa0I7SUFDbEIseUJBQXdCO0NBQ3pCOztBQUVEO0lBQ0UsZ0JBQWU7Q0FDaEI7O0FBRUQ7SUFDRSxZQUFXO0NBQ1o7O0FBRUQ7Z0ZBQ2dGO0FBRWhGOztHQUVHO0FBRUg7O0lBRUUsc0JBQXFCO0NBQ3RCOztBQUVEOztHQUVHO0FBRUg7SUFDRSxjQUFhO0lBQ2IsVUFBUztDQUNWOztBQUVEOztHQUVHO0FBRUg7SUFDRSxtQkFBa0I7Q0FDbkI7O0FBRUQ7O0dBRUc7QUFFSDtJQUNFLGlCQUFnQjtDQUNqQjs7QUFFRDtnRkFDZ0Y7QUFFaEY7OztHQUdHO0FBRUg7Ozs7O0lBS0Usd0JBQXVCO0lBQUcsT0FBTztJQUNqQyxnQkFBZTtJQUFHLE9BQU87SUFDekIsa0JBQWlCO0lBQUcsT0FBTztJQUMzQixVQUFTO0lBQUcsT0FBTztDQUNwQjs7QUFFRDs7O0dBR0c7QUFFSDs7SUFDUSxPQUFPO0lBQ2Isa0JBQWlCO0NBQ2xCOztBQUVEOzs7R0FHRztBQUVIOztJQUNTLE9BQU87SUFDZCxxQkFBb0I7Q0FDckI7O0FBRUQ7Ozs7R0FJRztBQUVIOzs7O0lBSUUsMkJBQTBCO0lBQUcsT0FBTztDQUNyQzs7QUFFRDs7R0FFRztBQUVIOzs7O0lBSUUsbUJBQWtCO0lBQ2xCLFdBQVU7Q0FDWDs7QUFFRDs7R0FFRztBQUVIOzs7O0lBSUUsK0JBQThCO0NBQy9COztBQUVEOztHQUVHO0FBRUg7SUFDRSwrQkFBOEI7Q0FDL0I7O0FBRUQ7Ozs7O0dBS0c7QUFFSDtJQUNFLCtCQUFzQjtZQUF0Qix1QkFBc0I7SUFBRyxPQUFPO0lBQ2hDLGVBQWM7SUFBRyxPQUFPO0lBQ3hCLGVBQWM7SUFBRyxPQUFPO0lBQ3hCLGdCQUFlO0lBQUcsT0FBTztJQUN6QixXQUFVO0lBQUcsT0FBTztJQUNwQixvQkFBbUI7SUFBRyxPQUFPO0NBQzlCOztBQUVEOzs7R0FHRztBQUVIO0lBQ0Usc0JBQXFCO0lBQUcsT0FBTztJQUMvQix5QkFBd0I7SUFBRyxPQUFPO0NBQ25DOztBQUVEOztHQUVHO0FBRUg7SUFDRSxlQUFjO0NBQ2Y7O0FBRUQ7OztHQUdHO0FGU0g7O0lFTEUsK0JBQXNCO1lBQXRCLHVCQUFzQjtJQUFHLE9BQU87SUFDaEMsV0FBVTtJQUFHLE9BQU87Q0FDckI7O0FBRUQ7O0dBRUc7QUZVSDs7SUVORSxhQUFZO0NBQ2I7O0FBRUQ7OztHQUdHO0FGU0g7SUVORSw4QkFBNkI7SUFBRyxPQUFPO0lBQ3ZDLHFCQUFvQjtJQUFHLE9BQU87Q0FDL0I7O0FBRUQ7O0dBRUc7QUZVSDs7SUVORSx5QkFBd0I7Q0FDekI7O0FBRUQ7OztHQUdHO0FBRUg7SUFDRSwyQkFBMEI7SUFBRyxPQUFPO0lBQ3BDLGNBQWE7SUFBRyxPQUFPO0NBQ3hCOztBQUVEO2dGQUNnRjtBQUVoRjs7O0dBR0c7QUFFSDs7SUFFRSxlQUFjO0NBQ2Y7O0FBRUQ7O0dBRUc7QUFFSDtJQUNFLG1CQUFrQjtDQUNuQjs7QUFFRDtnRkFDZ0Y7QUFFaEY7O0dBRUc7QUFFSDtJQUNFLHNCQUFxQjtDQUN0Qjs7QUFFRDs7R0FFRztBQUVIO0lBQ0UsY0FBYTtDQUNkOztBQUVEO2dGQUNnRjtBQUVoRjs7R0FFRztBRkdIO0lFQUUsY0FBYTtDQUNkOztBQzdiRDs7SUFFRSxnSEFBK0c7SUFDL0csZUNHWTtJREZaLHVCQ0ZlO0lER2YsaUJBQWdCO0lBQ2hCLGlCQUFnQjtJQUNoQixvQ0FBbUM7SUFDbkMsbUNBQWtDO0NBQ25DOztBQUVEO0lBQ0UsWUNMaUI7SURNakIsaUJBQWdCO0lBQ2hCLHVCQUFzQjtJQUN0QixvQkFBbUI7Q0FRcEI7O0FBWkQ7SUFNSSxZQ1ZlO0lEV2Ysc0JBQXFCO0NBSXRCOztBQVhIO0lBU00sWUNOTTtDRE9QOztBQUlMO0lBQ0Usa0JBQWlCO0NBQ2xCOztBQUVEO0lBQ0UsZUN4Qlk7SUR5Qlosc0JBQXFCO0NBSXRCOztBQU5EO0lBSUksWUNuQlE7Q0RvQlQ7O0FBSUg7SUFDRSwwQkFBeUI7SUFDekIsWUNqQ2lCO0NEa0NsQjs7QUV4Q0M7SUFDRSxvQkFBbUI7SUFDbkIsbUJBQWtCO0NBZW5COztBQWRDO0lBSEY7UUFJSSx3QkFBdUI7S0FhMUI7Q0xvZUY7O0FLL2VHO0lBTkY7UUFPSSxhQUFZO0tBVWY7Q0wwZUY7O0FLM2ZDO0lBVUksVUFBUztJQUNULHVCQUFzQjtJQUN0QixrQkFBaUI7Q0FJbEI7O0FBSEM7SUFiSjtRQWNNLGtCQUFpQjtLQUVwQjtDTHVmSjs7QUtyZkM7SUFDRSxnQkFBZTtJQUNmLFlEYmE7SUNjYixvQkFBbUI7SUFDbkIsa0JBQWlCO0lBQ2pCLHVCQUFzQjtDQUN2Qjs7QUMxQkgsWUFBWTtBQUNaO0lBQ0UsZ0JBQWU7SUFDZixxQkFBb0I7SUFDcEIsbUJBQWtCO0lBQ2xCLFlGSWU7Q0VNaEI7O0FBZEQ7SUFNSSxZRkVhO0NFRGQ7O0FBUEg7SUFTSSxrQkFBaUI7Q0FDbEI7O0FBVkg7SUFZSSxrQkFBaUI7Q0FDbEI7O0FBR0g7SUFDRSxrQkFBaUI7Q0FJbEI7O0FBSEM7SUFDRSxZRlplO0NFYWhCOztBQ3BCSDtJQUNFLGtCQUFpQjtDQWtCbEI7O0FBbkJEO0lBSU0sa0JBQWlCO0lBQ2pCLG9CQUFtQjtJQUNuQixZSENhO0NHQWQ7O0FBUEw7SUFTTSxlQUFjO0lBQ2QsbUJBQWtCO0NBT25COztBQWpCTDtJQVlRLFlBQVc7SUFDWCxhQUFZO0lBQ1osb0JBQW1CO0lBQ25CLHNCQUFxQjtDQUN0Qjs7QUNmTDtJQUNFLG1CQUFrQjtDQUluQjs7QUFMRDtJQUdJLGtCQUFpQjtDQUNsQjs7QUFFSDtJQUNFLHNCQUFxQjtDQUN0Qjs7QUFHSDtJQUdNLG1CQUFrQjtJQUNsQixrQkFBaUI7SUFDakIsbUJBQWtCO0lBQ2xCLGlCQUFnQjtDQVVqQjs7QUFUQztJQVBOO1FBUVEsbUJBQWtCO0tBUXJCO0NSK2pCSjs7QVEva0JEO0lBV1EscUJBQW9CO0NBQ3JCOztBQVpQO0lBY1EscUJBQW9CO0NBQ3JCOztBQWZQO0lBa0JNLGtCQUFpQjtJQUNqQixrQkFBaUI7SUFDakIscUJBQW9CO0NBQ3JCOztBQXJCTDtJQXlCTSxrQkFBaUI7SUFDakIsZ0JBQWU7Q0FDaEI7O0FBM0JMO0lBNkJNLFlBQVc7SUFDWCxhQUFZO0lBQ1osa0JBQWlCO0lBQ2pCLG1CQUFrQjtJQUNsQix1QkFBc0I7Q0FLdkI7O0FBSkM7SUFsQ047UUFtQ1EsYUFBWTtRQUNaLGNBQWE7S0FFaEI7Q1Iya0JKOztBUWpuQkQ7SUF3Q00sVUFBUztJQUNULGtCQUFpQjtJQUNqQixpQkFBZ0I7Q0FJakI7O0FBSEM7SUEzQ047UUE0Q1EsaUJBQWdCO0tBRW5CO0NSK2tCSjs7QVE3bkJEO0lBaURJLGVBQWM7SUFDZCxpQkFBZ0I7Q0FDakI7O0FBbkRIO0lBcURJLGtCQUFpQjtDQUNsQjs7QUFJSDtJQUNFLG1CQUFrQjtDQWNuQjs7QUFiQztJQUZGO1FBR0ksbUJBQWtCO0tBWXJCO0NSdWtCQTs7QVF0bEJEO0lBTUksa0JBQWlCO0NBQ2xCOztBQVBIO0lBU0ksa0JBQWlCO0lBQ2pCLGlCQUFnQjtDQUNqQjs7QUFYSDtJQWFJLHFCQUFvQjtDQUNyQjs7QUNwRkg7SUFDRSxjQUFhO0NBOEJkOztBQS9CRDtJQUdJLGlCQUFnQjtJQUNoQixtQkFBa0I7SUFDbEIsV0FBVTtJQUNWLGlCQUFnQjtJQUNoQixrQkFBaUI7Q0FJbEI7O0FBSEM7SUFSSjtRQVNNLGlCQUFnQjtLQUVuQjtDVGdyQkY7O0FTM3JCRDtJQWFJLDBCQUF5QjtJQUN6Qiw4QkxJUztJS0hULG1CQUFrQjtDQUluQjs7QUFuQkg7SUFpQk0sMkJMQ087Q0tBUjs7QUFsQkw7SUFxQkksZ0JBQWU7Q0FDaEI7O0FBdEJIO0lBd0JJLG1CQUFrQjtJQUNsQixVQUFTO0lBQ1QsUUFBTztJQUNQLHVCQUFzQjtJQUN0Qix3QkFBdUI7SUFDdkIsbUJBQWtCO0NBQ25COztBQUdIO0lBQ0UsbUJBQWtCO0lBQ2xCLGtCQUFpQjtDQVFsQjs7QUFWRDtJQUlJLGdCQUFlO0NBQ2hCOztBQUxIO0lBT0ksWUxqQ2U7SUtrQ2Ysb0JBQW1CO0NBQ3BCOztBQUdIO0lBQ0UsbUJBQWtCO0lBQ2xCLHNCQUFxQjtJQUNyQixlTDFDWTtJSzJDWixrQkFBaUI7Q0FJbEI7O0FBUkQ7SUFNSSxtQkFBa0I7Q0FDbkI7O0FBR0g7SUFDRSxZTGhEZTtJS2lEZixVQUFTO0lBQ1QsaUJBQWdCO0NBSWpCOztBQVBEO0lBS0ksWUxwRGE7Q0txRGQ7O0FDN0RIO0lBQ0UsbUJBQWtCO0lBQ2xCLG1CQUFrQjtDQWlMbkI7O0FBaExDO0lBRUksa0JBQWlCO0NBQ2xCOztBQUhIOztJQU1JLGdCQUFlO0lBQ2YsYUFBWTtDQUNiOztBQVJIO0lBVU0sc0JBQXFCO0NBQ3hCOztBQVhIOzs7Ozs7SUFrQkksa0JBQWlCO0lBQ2pCLHFCQUFvQjtJQUNwQixvQkFBbUI7SUFDbkIsaUJBQWdCO0lBQ2hCLHVCQUFzQjtDQUl2Qjs7QUExQkg7Ozs7OztJQXdCTSxnQkFBZTtDQUNoQjs7QUF6Qkw7SUE0Qkksa0JBQWlCO0NBQ2xCOztBQTdCSDtJQStCSSxtQkFBa0I7SUFDbEIsa0JBQWlCO0lBQ2pCLG1CQUFrQjtDQWNuQjs7QUFiQztJQWxDSjtRQW1DTSxnQkFBZTtRQUNmLG1CQUFrQjtLQVdyQjtDVjZ2Qko7O0FVNXlCQztJQXVDTSxZQUFXO0lBQ1gsZUFBYztJQUNkLG1CQUFrQjtJQUNsQixPQUFNO0lBQ04sVUFBUztJQUNULDRCTnhDVztJTXlDWCxRQUFPO0NBQ1I7O0FBOUNMO0lBaURJLGdCQUFlO0NBQ2hCOztBQWxESDtJQW9ESSxrQkFBaUI7SUFDakIsa0JBQWlCO0NBQ2xCOztBQXRESDtJQXdESSxrQkFBaUI7Q0FDbEI7O0FBekRIO0lBMkRJLGtCQUFpQjtDQUNsQjs7QUE1REg7SUE4REksaUJBQWdCO0lBQ2hCLHFCQUFvQjtJQUNwQix1QkFBc0I7Q0FJdkI7O0FBSEM7SUFqRUo7UUFrRU0sa0JBQWlCO0tBRXBCO0NWK3dCSjs7QVVuMUJDOzs7SUF3RUksc0JBQXFCO0lBQ3JCLFdBQVU7SUFDVixrQkFBaUI7Q0FPbEI7O0FBakZIOzs7SUE0RU0sZUFBYztDQUlmOztBQWhGTDs7Ozs7SUE4RVEsaUJBQWdCO0NBQ2pCOztBQS9FUDtJQW1GSSxZTi9FYTtJTWdGYiwyQkFBMEI7Q0FTM0I7O0FBN0ZIO0lBc0ZNLFlOM0VJO0NNNEVMOztBQXZGTDtJQXlGTSxzQkFBcUI7SUFDckIsK0JOM0VLO0lNNEVMLGVOeEZNO0NNeUZQOztBQTVGTDtJQStGSSwwQkFBeUI7SUFDekIsa0JBQWlCO0lBQ2pCLG1CQUFrQjtJQUNsQixtQkFBa0I7SUFDbEIsWUFBVztJQUNYLGVBQWM7SUFDZCxlQUFjO0lBQ2Qsa0JBQWlCO0NBQ2xCOztBQXZHSDs7SUEwR0ksdUJOM0ZPO0lNNEZQLGtCQUFpQjtDQUNsQjs7QUE1R0g7SUE4R0ksb0JOOUdZO0NNK0diOztBQS9HSDtJQWlISSx1Qk5sR087SU1tR1AsaUJBQWdCO0lBQ2hCLGNBQWE7Q0FPZDs7QUExSEg7SUFxSE0sY0FBYTtDQUNkOztBQXRITDtJQXdITSxpQkFBZ0I7Q0FDakI7O0FBekhMOztJQTZISSxpRkFBZ0Y7Q0FDakY7O0FBOUhIO0lBZ0lJLG9CTmhJWTtJTWlJWixhQUFZO0lBQ1osc0JBQXFCO0lBQ3JCLHdCQUF1QjtJQUN2QixnQkFBZTtJQUNmLGlCQUFnQjtJQUNoQixrQkFBaUI7SUFDakIsY0FBYTtDQVNkOztBQWhKSDtJQXlJTSxVQUFTO0lBQ1QsV0FBVTtJQUNWLGlCQUFnQjtJQUNoQixhQUFZO0lBQ1osOEJBQTZCO0lBQzdCLGlGQUFnRjtDQUNqRjs7QUEvSUw7SUFrSkksZUFBYztJQUNkLGNBQWE7SUFDYixpQkFBZ0I7SUFDaEIsMEJOckpZO0lNc0paLG1CQUFrQjtDQUNuQjs7QUF2Skg7SUF5SkksV0FBVTtJQUNWLFVBQVM7SUFDVCxhQUFZO0lBQ1osMkJON0lPO0lNOElQLGlCQUFnQjtDQUNqQjs7QUE5Skg7SUFnS0ksK0JBQThCO0lBQzlCLGNBQWE7SUFDYix1Qk5uSk87Q015SlI7O0FBeEtIO0lBb0tNLGlCQUFnQjtJQUNoQixpQkFBZ0I7SUFDaEIsb0JBQW1CO0NBQ3BCOztBQTFLUDtJQWdMTSxrQkFBaUI7Q0FDakI7O0FBS047SUFDRSxhQUFZO0NBTWI7O0FBTEM7SUFFSSxpQkFBZ0I7Q0FDakI7O0FDMUxIO0lBQ0Usb0JBQW1CO0lBQ25CLG1CQUFrQjtJQUNsQixtQkFBa0I7Q0FDbkI7O0FBQ0Q7SUFDRSxVQUFTO0lBQ1Qsa0JBQWlCO0NBSWxCOztBQUhDO0lBSEY7UUFJSSxrQkFBaUI7S0FFcEI7Q1hvK0JGOztBV24rQkM7SUFDRSxrQkFBaUI7Q0FDbEI7O0FBR0g7SUFDRSxvQkFBbUI7SUFDbkIsa0JBQWlCO0lBQ2pCLGlCQUFnQjtDQUtqQjs7QUFSRDtJQUtJLFlQZmE7SU9nQmIsc0JBQXFCO0NBQ3RCOztBQUdIO0lBQ0UsZUFBYztJQUNkLGtCQUFpQjtDQVlsQjs7QUFkRDtJQUlJLG1CQUFrQjtJQUNsQixpQkFBZ0I7SUFDaEIsdUJQZmU7SU9nQmYsbUJBQWtCO0lBQ2xCLHNCQUFxQjtJQUNyQixZUDlCZTtDT2tDaEI7O0FBYkg7SUFXTSxZQUFXO0NBQ1o7O0FDeENMO0lBRUksbUJBQWtCO0NBQ25COztBQUNEO0lBQ0UsWVJHYTtJUUZiLGtCQUFpQjtDQUlsQjs7QUFORDtJQUlJLFlSQVc7Q1FDWjs7QUFFSDtJQUNFLG1CQUFrQjtDQUNuQjs7QUFDRDtJQUVJLG1CQUFrQjtDQUNuQjs7QUFLTDtJQUVJLG1CQUFrQjtDQUluQjs7QUFIQztJQUhKO1FBSU0scUJBQW9CO0tBRXZCO0Nab2hDRjs7QVloaENDO0lBQ0Usb0JBQW1CO0NBQ3BCOztBQUhIO0lBTU0sa0JBQWlCO0lBQ2pCLGlCQUFnQjtDQUlqQjs7QUFIQztJQVJOO1FBU1Esa0JBQWlCO0tBRXBCO0NacWhDSjs7QVloaUNEO0lBYU0sWVJyQ2E7SVFzQ2IsaUJBQWdCO0NBSWpCOztBQUhDO0lBZk47UUFnQlEsa0JBQWtCO0tBRXJCO0NaeWhDSjs7QVkzaUNEO0lBb0JNLGdCQUFlO0lBQ2YsbUJBQWtCO0NBSW5COztBQUhDO0lBdEJOO1FBdUJRLGNBQWE7S0FFaEI7Q1o2aENKOztBWXRqQ0Q7SUEyQk0sNEJBQTJCO0lBQzNCLGtCQUFpQjtDQUlsQjs7QUFIQztJQTdCTjtRQThCUSxrQkFBaUI7S0FFcEI7Q1ppaUNKOztBWWprQ0Q7SUFrQ00scUJBQW9CO0NBQ3JCOztBQ2xFTDtJQUNFLHFCQUFhO0lBQWIscUJBQWE7SUFBYixjQUFhO0lBQ2Isb0JBQW1CO0lBQ25CLDBCQUE4QjtRQUE5Qix1QkFBOEI7WUFBOUIsK0JBQThCO0lBQzlCLGtCQUFpQjtDQTZDbEI7O0FBNUNDO0lBTEY7UUFNSSxtQkFBa0I7S0EyQ3JCO0NiZ2tDQTs7QWFqbkNEO0lBU0ksWVRGZTtDU01oQjs7QUFiSDtJQVdNLFlBQVc7Q0FDWjs7QUFFSDtJQUNFLGNBQWE7Q0FDZDs7QUFDRDtJQUVFLFdBQVU7Q0FDWDs7QUFDRDtJQUdJLG1CQUFrQjtDQUVuQjs7QUFFSDtJQUNFLFlBQVc7SUFDWCxvQkFBbUI7SUFDbkIsbUJBQWtCO0NBTW5COztBQVREO0lBS0ksYUFBWTtJQUNaLGlDQUFnQztJQUNoQyx5QkFBd0I7Q0FDekI7O0FBRUg7SUFDRSxrQkFBaUI7Q0FDbEI7O0FBQ0Q7SUFDRSxtQkFBa0I7Q0FNbkI7O0FBUEQ7SUFHSSxZQUFXO0lBQ1gsbUNBQWtDO0lBQ2xDLDJCQUEwQjtDQUMzQjs7QUFJTDtJQUVJLFlBQVc7SUFDWCxpQkFBZ0I7SUFDaEIsbUJBQWtCO0NBQ25COztBQ3hESDtJQUNFLCtCQUFzQjtZQUF0Qix1QkFBc0I7SUFDdEIsbUJBQWtCO0lBQ2xCLGtCQUFpQjtDQXdCbEI7O0FBdkJDO0lBSkY7UUFLSSxtQkFBa0I7S0FzQnJCO0Nkc3BDQTs7QWMxcUNDO0lBQ0Usb0JBQW1CO0lBQ25CLHFCQUFvQjtJQUNwQixZVkhlO0lVSWYsa0JBQWlCO0NBZWxCOztBQWRDO0lBTEY7UUFNSSxrQkFBaUI7UUFDakIsb0JBQW1CO0tBWXRCO0NkcXFDRjs7QWN4ckNDO0lBVUUsWVZWZTtDVVdkOztBQVhIO0lBYUksWUFBVztJQUNYLGVBQWM7SUFDZCxnQkFBZTtJQUNmLDhCVmhCYTtJVWlCYixZQUFXO0NBQ1o7O0FBS0w7SUFFSSxZQUFXO0lBQ1gsc0JBQXFCO0NBQ3RCOztBQUpIO0lBTUksZUFBYztJQUNkLGtCQUFpQjtJQUNqQixvQkFBbUI7Q0FDcEI7O0FBVEg7SUFZTSxjQUFhO0lBQ2IsaUJBQWdCO0NBQ2pCOztBQWRMO0lBaUJJLFlWeENlO0lVeUNmLGtCQUFpQjtJQUNqQixvQkFBbUI7SUFDbkIsMkJBQTBCO0NBSTNCOztBQXhCSDtJQXNCTSxZVnRDTTtDVXVDUDs7QUFLTDtJQUNFLGlCQUFnQjtJQUNoQixVQUFTO0lBQ1QsV0FBVTtDQTJCWDs7QUE5QkQ7SUFLSSxlQUFjO0NBT2Y7O0FBTkM7SUFOSjtRQU9NLGVBQWM7S0FLakI7Q2RnckNGOztBYzVyQ0Q7SUFVTSxrQkFBaUI7Q0FDbEI7O0FBWEw7SUFlTSxrQkFBaUI7SUFDakIsaUJBQWdCO0lBQ2hCLHVCVnhEYTtJVXlEYixtQkFBa0I7Q0FDbkI7O0FBbkJMO0lBcUJNLFlWdkVXO0NVd0VaOztBQXRCTDtJQXdCTSxpQkFBZ0I7Q0FDakI7O0FBekJMO0lBMkJNLGtCQUFpQjtDQUNsQjs7QUFNSDtJQUNFLGtCQUFpQjtDQUNsQjs7QUFDRDtJQUNFLDZCQUE0QjtDQUk3Qjs7QUFMRDtJQUdJLCtCQUE4QjtDQUMvQjs7QUFFSDtJQUNFLGlDQUFnQztJQUNoQyxZQUFXO0lBQ1gsYUFBWTtJQUNaLHNCQUFxQjtDQUN0Qjs7QUFDRDtJQUdFLG1CQUFrQjtJQUNsQixpQkFBZ0I7SUFDaEIsWUFBVztJQUNYLGFBQVk7SUFDWixtQkFBa0I7Q0FDbkI7O0FBQ0Q7SUFDRSxrQ0FBaUM7SUFDakMsMEJBQXlCO0lBQ3pCLGdCQUFlO0NBQ2hCOztBQUNEO0lBQ0UsaUNBQWdDO0lBQ2hDLHlCQUF3QjtJQUN4QixnQkFBZTtDQUNoQjs7QUFJSDtJQUVJLHVCVmpIUztJVWtIVCxtQkFBa0I7SUFDbEIsWUFBVztJQUNYLCtCQUFzQjtZQUF0Qix1QkFBc0I7SUFDdEIscUJBQWE7SUFBYixxQkFBYTtJQUFiLGNBQWE7SUFDYiwwQkFBbUI7UUFBbkIsdUJBQW1CO1lBQW5CLG9CQUFtQjtDQUNwQjs7QUFSSDtJQVdNLG9CQUFTO1FBQVQsY0FBUztZQUFULFVBQVM7SUFDVCxpQkFBZ0I7SUFDaEIsZVZ4SVE7SVV5SVIsaUJBQWdCO0lBQ2hCLGFBQVk7SUFDWixjQUFhO0lBQ2IsYUFBWTtJQUNaLGtCQUFpQjtDQUNsQjs7QUFuQkw7SUFxQk0sWUFBVztJQUNYLGFBQVk7SUFDWixrQkFBaUI7SUFDakIsK0ZBQThGO0lBQzlGLDJCQUEwQjtJQUMxQixhQUFZO0lBQ1osY0FBYTtJQUNiLG1CQUFrQjtJQUNsQixpQkFBZ0I7SUFDaEIsWUFBVztJQUNYLGdCQUFlO0NBSWhCOztBQW5DTDtJQWlDUSxhQUFZO0NBQ2I7O0FDaktQO0lBQ0ksbUJBQWtCO0lBQ2xCLE9BQU07SUFDTixTQUFRO0lBQ1IsdUJYYWU7SVdaZixtQkFBa0I7SUFDbEIsaUJBQWdCO0lBQ2hCLGtCQUFpQjtDQUNwQjs7QUFHRDtJQUNFLGVBQWM7SUFDZCxjQUFhO0lBQ2IsbUJBQWtCO0lBQ2xCLHVCWFZpQjtJV1dqQixtQkFBa0I7SUFDbEIsWVhaaUI7SVdhakIsa0JBQWlCO0lBQ2pCLG1CQUFrQjtJQUNsQixzQkFBcUI7Q0FXdEI7O0FBcEJEO0lBV0ksdUJYVlE7SVdXUixZWFhRO0NXWVQ7O0FBQ0Q7SUFkRjtRQWVJLGVBQWM7UUFDZCxtQkFBa0I7UUFDbEIsYUFBWTtRQUNaLHFCQUFvQjtLQUV2QjtDZjYxQ0E7O0FlMTFDRDtJQUNFLGlDQUFnQztJQUNoQyxvQkFBbUI7SUFDbkIsbUJBQWtCO0lBQ2xCLHVCWHJCaUI7SVdzQmpCLG1CQUFrQjtJQUNsQixZWG5DaUI7SVdvQ2pCLGtCQUFpQjtDQUNsQjs7QUMxQ0Q7SUFDRSxtQkFBa0I7Q0FDbkI7O0FBR0Q7SUFDRSxnQkFBZTtJQUNmLHFCQUFvQjtDQUNyQjs7QUFHRDtJQUNFLGFBQVk7SUFDWixtQkFBa0I7Q0FDbkI7O0FDaEJEO0lBQ0Usa0JBQWlCO0lBQ2pCLG1CQUFrQjtDQVFuQjs7QUFQQztJQUNFLFliR2U7Q2FGaEI7O0FBQ0Q7SUFFRSxZYkFhO0NhQ2Q7O0FBSUQ7SUFERjtRQUVJLGFBQVk7UUFDWixlQUFjO0tBRWpCO0NqQnk1Q0E7O0FhcjVDQztJS25CRSxZQUFXO0lBQ1gsU0FBUTtJQUNSLHNCQUFxQjtJQUNyQixtQkFBa0I7SUFDbEIsV0FBVTtJQUNWLFlBQVc7SUFDWCxpQkFBZ0I7SUFDaEIsMkJkRmU7SWNHZiw2QmRIZTtDY0loQjs7QUNYSDs7SUFFRSxtQkFBa0I7SUFDbEIsb0JBQW1CO0NBYXBCOztBQVpDO0lBSkY7O1FBS0ksaUJBQWdCO1FBQ2hCLGFBQVk7UUFDWixvQkFBbUI7UUFDbkIscUJBQW9CO0tBUXZCO0NuQnM3Q0E7O0FtQjU3Q0M7SUFWRjs7UUFXSSxZQUFXO1FBQ1gsZ0JBQWU7UUFDZixrQkFBaUI7UUFDakIsbUJBQWtCO0tBRXJCO0NuQmc4Q0E7O0FtQjc3Q0Q7SUFDRSxxQkFBYTtJQUFiLHFCQUFhO0lBQWIsY0FBYTtJQUNiLDZCQUFzQjtJQUF0Qiw4QkFBc0I7UUFBdEIsMkJBQXNCO1lBQXRCLHVCQUFzQjtJQUN0QiwwQkFBOEI7UUFBOUIsdUJBQThCO1lBQTlCLCtCQUE4QjtDQU0vQjs7QUFMQztJQUpGO1FBS0ksK0JBQW1CO1FBQW5CLDhCQUFtQjtZQUFuQix3QkFBbUI7Z0JBQW5CLG9CQUFtQjtRQUNuQixhQUFZO1FBQ1osZUFBYztLQUVqQjtDbkJrOENBOztBbUJoOENDO0lBREY7UUFFSSxhQUFZO0tBRWY7Q25CbThDQTs7QW1CajhDQztJQURGO1FBRU0sYUFBWTtLQUVqQjtDbkJvOENBIiwiZmlsZSI6ImJvaWxlcnBsYXRlLmNzcyJ9 */
/* </system> */

/* <system section="background" selected="fff"> */
body{background:#fff;}
/* </system> */

* {
	font-family: “Lucida Grande”, “segoe UI”, “ヒラギノ丸ゴ ProN W4”, “Hiragino Maru Gothic ProN”, “メイリオ”, Meiryo, Verdana, Arial, sans-serif;
}

.entry-content h3 {
  position: relative;
  padding: 10px 12px;
  color: #fff;
  line-height: 1.5;
  background-color: #63A8A4;
  border-radius: 4px;
}
.entry-content h3::before{
  content: '';
  position: absolute;
  top: 100%;
  left: 28px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #63A8A4;
}

mark {
	background: linear-gradient(transparent 60%,#fff9c4 60%);
	font-weight: bold;
}

.mini {
	font-size: 16px;
	margin-top: 20px;
	font-weight: bold;
	color: #999;
}

.rank1 img {
 vertical-align:middle;
}

/*記事内リンク*/
.link_box1 {
	color: #000000;
	background: #dfdfdf;
	padding: 15px 10px;
	margin: 0 0 10px;
	border-radius: 10px;
	font-weight: bold;
}

.entry-content a:link {color: #1111cc;}
.entry-content a:visited {color: #80008b;}
.entry-content a:hover {color: #cc0033;}
.entry-content a:active {color: #1111cc;}

.entry-content .emphasize-link {
  position: relative;
  margin: 36px 0 16px;
  padding: 16px 10px;
  border: 2px solid #df8182;
  background-color: #fffbf5;
}
.entry-content .emphasize-link p:last-child {
  margin-bottom: 0;
}
.entry-content .emphasize-link::before {
  position: absolute;
  top: -12px;
  left: 10px;
  padding: 0 10px 0 26px;
  content: "こちらの記事もどうぞ！";
  background-color: #df8182;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
.entry-content .emphasize-link::after {
  position: absolute;
  top: -16px;
  left: 4px;
  width: 28px;
  height: 28px;
  background-color: #df8182;
  border-radius: 14px;
  line-height: 25px;
  text-align: center;
  content: "\f010";
  font-size: 18px;
  font-family: "blogicon";
  color: #fff;
}

.entry-content .emphasize-link2 {
  position: relative;
  margin: 40px 0 16px;
  padding: 16px 10px;
  border: 2px solid #ee7917;
  background-color: #fffbf5;
  font-size: 1.6rem;
}
.entry-content .emphasize-link2 p:last-child {
  margin-bottom: 0;
}
.entry-content .emphasize-link2::before {
  position: absolute;
  bottom: 100%;
  left: -2px;
  padding: 2px 6px;
  content: "公式サイト";
  background-color: #ee7917;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}

/* 関連記事を記事下よりも下に */
.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%;
}

/* ボタンリンクカスタム */
.btn-1 {
    background-color: #fb7d79; /* ボタン背景色 */
    color: #fff; /* ボタン文字色 */
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    font-weight: bold;
    font-size: 1.6rem;
    border-radius: 4px;
    max-width: 80%;
    margin: 0.5em auto;
    padding: 0;
    text-align: center;
    line-height: 1.4;
    transition: all .2s ease;
    opacity: 0.8;
}

.btn-1:hover {
    box-shadow: none;
    transform: translateY(2px);
}

.btn-1 a {
    text-decoration: none !important;
    color: #fff !important;
    display: block;
    margin: 0;
    padding: 0.5em;
}

.btn-1 > img { float: left; }
.btn-1::after{ content: ''; clear: left; }

/* PCのみトップページカード型 */
@media (min-width: 768px){
.page-index .archive-entries {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
  /*カード*/
.page-index .archive-entry{
  background :#ffffff;   /*カードの背景色*/
  width: 46%;   /*横幅（２カラム）*/
  padding-top:210px;   /* 上間隔（アイキャッチ画像分空ける） */
  padding-left:7px;    /* 左間隔 */
  padding-right:7px;   /* 右間隔 */
  padding-bottom:10px; /* 下間隔 */
  position: relative;
  box-shadow: 1px 1px 4px #cccccc;
  transition: .3s;
  border-radius: 4px;
}
/* アイキャッチのサムネイル */
.page-index .entry-thumb {
  width: 100%;   /* アイキャッチサムネイル横幅 */
  height: 200px;   /* アイキャッチサムネイル縦幅 */
  background-position: center center;
}
.entry-thumb-link:hover {
  opacity:0.7;
}
/* アイキャッチ */
.page-index .entry-thumb-link{
  display: block;
  width: 100%;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px 4px 0 0;
}
/* 記事タイトル */
.page-index .entry-title{
  padding : 5px 0px 0px 5px;  /* タイトル上下に間隔 */
}
/* 記事の概要 */
.page-index .entry-description{
  display : none;
}
/* 日付 */
.page-index .date{
  padding-top:2px;  /*上間隔 */
  padding-left:7px; /* 左間隔 */
}
/* カテゴリ */
.page-index .archive-entries .categories {
  position :absolute;
  top:4px;      /* 上間隔 */
  left:4px;     /* 左間隔 */
  z-index:1;  /* アイキャッチの上に配置 */
}
/* カテゴリラベル色(記事) */
.categories a {
    background: #ffc0cb;
    color: #000;
    border-radius: 0.2em;
}
/* カテゴリラベル色(archive) */
.page-archive .categories a {
    background: #ffc0cb;
    color: #000;
    border-radius: 0.2em;
}
/* はてなスター */
.star-container {
  display : none;
}
}
/* PCのみトップページカード型完 */

.archive-heading {
  position: relative;
  padding: 10px 12px;
  color: #fff;
  line-height: 1.5;
  background-color: #63A8A4;
  border-radius: 4px;
}