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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #0f668f;
}

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

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

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

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

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

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

#title a {
    color: #454545;
}

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

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

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

.header-image-enable #blog-title-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 30px 0 0;
}

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

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

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

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

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

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

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

#main {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.entry-footer .social-buttons {
    margin-bottom: 1em;
}

.entry-footer-section {
    color: #999;
    font-size: .9rem;
}

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

.comment-box {
    margin: 2em 0 1em;
    padding: 2em 0 1em;
    border-top: 4px solid #ddd;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.archive-header-category {
    margin: 30px;
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#footer {
    background: #eee;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pager {
    margin: 2em 0;
}

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

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

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

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

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

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

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

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

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

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

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

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


/*フォントの設定 */
/*
body {
font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}

body {
font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic'  
}
*/

body {
font-family: Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    line-height: 1.8;
}

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

.entry-title {
    font-size: 1.4rem;
}

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

/* タイトル画像上下の余白 */
#blog-title {
margin: 0 auto;
padding: 0;
}

/* ヘッダー対策 */
@media (max-width:480px) {
.header-image-only #blog-title {
height: 100px;
}
.header-image-only #blog-title #blog-title-inner {
background-size: cover;
height: 100px;
}
}

/* アイコン消す */
.hatena-id-icon {
    display: none;
}

/*==============================================
　global navigation bar (top)
================================================*/
#menu {
 position: relative;
 width: 100%;
 padding-left: 0px;
 height: 40px;
 background: #343838;/*グローバルメニュー背景色*/
}
.menu-inner{
 width: 968px;
 margin: 0 auto;
 height: 40px;
}
#menu li {
 list-style-type: none;
 float: left;
 height: 40px;
 text-align: left;
}
#menu li a {
 padding-left: 15px;
 padding-right: 15px;
 display: block;
 color: #ffffff;/*グローバルメニュー文字色*/
 font-size: 80%;
 font-weight: bold;
 line-height: 40px;
}
#menu li:hover a {
 color: #00DFFC;
 background: #ffffff;
 transition: all .5s;
}

.menu-toggle{
 display: none;
} 

/*パソコン１カラム*/
@media screen and (max-width:968px){
    .menu-inner{
        width: 768px;
    }
}

/*タブレット*/
@media screen and (max-width:768px){
 #top-editarea{
  height: initial;
  background: #343838;/*MENU背景色*/
  text-align: right;/*MENUの文字の位置*/
  width: 100%;
 }
 .menu-toggle{
  color: #ffffff;/*MENUの文字色*/
  display: inline-block;
  padding: 5px;
  margin: 3px;
 }
 #menu {
  width: 100%;
  display: none;
  height: initial;
  padding: 0;
  margin: 0;
  
 }
 .menu-inner{
  width: 100%;
  height: initial;
  position: static;
  margin: 0;
 }
 #menu li{
  float: none;
  height: 35px;
  width: 100%;
  list-style-type: none;
  background: #00DFFC;/*リスト文字の背景色*/
  margin: 0 auto;
  text-align: left;/*リストの文字の位置*/
 }
 #menu li a {
  height: initial;
  color: #343838;/*リスト文字色*/
  display: block;
 }
 #menu li:hover a{
  color: initial;
  background: initial;
 }
}

/*=== article window ===*/
.article-area{
    background-color:lavender;/*背景色*/
}
.article-container{
    width: 90%;/*画像表示の幅*/
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    box-sizing: border-box;
    margin: 0px auto;
    padding:0px;
    text-align:center;}
.article-box{
    box-sizing:border-box;
    border:5px solid #fff7e6;/*画像の枠色*/
    width:25%;
    padding:0px;
    margin:30px 15px;/*画像周りの空白*/
    overflow:hidden;}
.article-img img{
    width:100%;
    display:block;
    object-fit:cover; 
    transition-duration: 0.5s;/*ゆっくり戻る*/}
.article-img:hover img{/*マウスオーバーで拡大表示*/
    transform: scale(1.1);/*1.1倍に表示*/
    transition-duration: 0.5s;/*ゆっくり拡大*/}

/*=== smartphone ２列表示 ===*/
@media(max-width: 767px){
.article-container {
    width:100%;
    flex-wrap: wrap;/*折り返し表示（２列）*/
    justify-content:space-between;
    padding:8px;}
.article-box {
    width:45%;
    padding:0px;
    margin:8px;}
.article-img img{
    width:100%;
    padding:0;
    object-fit:cover;}}
.page-entry .article-area{display:none;}
/*=== end of article window ===*/

/* ふわっとさせる */
.page-archive .archive-entry {
    transition: .3s; /*変化するまでの時間*/
}
.page-archive .archive-entry:hover {
    transform: translateY(-4px); /*上に4px移動*/
    box-shadow: 0 6px 10px rgba(0,0,0,.2); /*影の距離　ぼかし幅　色*/
}

/* ブログ記事説明文を表示しない */
.archive-entry-body .entry-description {
display: none;
}

/* はてなスターを表示しない */
.page-index .hatena-star-add-button {
 display: none;
}
.page-index .hatena-star-user {
 display: none;
}
.page-index .hatena-star-star {
 display: none;
}
.page-index .hatena-star-inner-count {
 display: none;
}
.page-index .hatena-star-star-container {
 display: none;
}

/*（1）カテゴリの位置変更*/

.page-archive .archive-entry .categories {
position: absolute;
top:0px;
left:10px;
}
/*（2）左端にピッタリつける*/
.page-archive .archive-entry .categories {
position: absolute;
top:-8px;
left:0px;
}

/*（3）背景とテキストの色変更する場合*/
.categories a {
background: #eeb4a2;
color:#fff;
}

/* UnderShirtスマホで記事を２列表示 UnderShirt - 一覧（スマホ）での記事の余白を狭くする */
@media (max-width: 767px){
  .archive-entry {
    padding: 10px;
  }
  .page-archive .entry-thumb-link {
    width: calc( 100% + 20px);
    margin: -10px 0 10px -10px;
  }
}

@media (max-width: 767px){
  .page-archive .entry-description {
    display: none;
  }
}

/*------------------------------
UnderShirtスマホで記事を２列表示
--------------------------------*/
@media (max-width: 767px){
.archive-entry {
    width: calc( 50% - 3px);
  }
.archive-entry:nth-child(2n) {
    margin-left: 6px;
  }
.page-archive .entry-thumb {
    height: 28vw;
    border-bottom: solid 1px #FFFFFF;/*アイキャッチ下枠線*/
  }
.page-archive .entry-thumb-link {
    width: calc( 100% + 10px);
    margin: -10px 0 5px -5px;
}
.page-archive .archive-entry {
    position: relative;
    border: #FFFFFF solid 1px;/*記事の外枠線*/
    border-radius: 0 2px 3px 3px;/*記事の外枠の丸み*/
    padding: 10px 5px 10px 5px;
}
.page-archive #main-inner {
    padding: 20px 6px;
}
.archive-entry-header .entry-title {
    font-size: .9rem;
}
.archive-entry-header .date {
    position: absolute;
    bottom: -2px;/*日付の位置下から*/
    right: 8px;/*日付の位置右から*/
    margin: 0;
    font-size: 0.8em;/*日付文字サイズ*/
}
.page-archive .archive-entry .archive-entry-body {
    display: none;/*記事説明文、スター、ブックマークまとめて消す*/
}
/*タブ風なカテゴリタグ*/
.page-archive .archive-entry {
    margin-bottom: 25px; /*記事間の余白調整*/
}
.page-archive .archive-entry .categories {
    position: absolute;
    bottom: 100%;
    left: -1px;
}
.page-archive .archive-entry .categories a {
    margin: 0;
    background: #eeb4a2;/*背景色*/
    color: #FFFFFF;/*文字色*/
    font-weight: bold;/*文字太さ*/
    border: #65644e solid 0px;/*枠線*/
    border-bottom: none;/*記事との境目の枠線を消す*/
    border-radius: 4px 4px 0 0;/*外枠角丸*/
    padding: 2px 4px 0 3px;/*カテゴリタグ内余白*/
    letter-spacing: -1px;/*文字間の調整　文字数によっては調整してください*/
    vertical-align: bottom;/*文字下寄せ*/
}
}

/*最初のカテゴリのみ表示*/
.page-archive .categories a:nth-child(n+2) {
    display: none;/*最初のカテゴリのみ表示*/
}


/*--------------------------------------
  copyright
--------------------------------------*/
#copyright {
    padding: 20px;
    text-align: center;
    background: #fff;/* 背景色 */
    font-size: 12px;
    color:#6b7377;/* 文字の色 */
}
#copyright a {
    color:#195CAA;/* 文字の色 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

 
 /* アドセンスの読み込み時黄色背景を消す */
ins[style]{
background-color:transparent;
}

/*--------------------------------------
 引用
--------------------------------------*/
.entry-content blockquote {
  border: 1px solid #ddd;
  border-radius: 20px;
  margin: 0 0 10px;
  padding: 20px 20px 20px 60px;
  background:#fafafa;
  position:relative;
  box-shadow: 3px 3px 5px #909090;
}
.entry-content blockquote:before {
	display:inline-block;
	content:"“";
	position:absolute;
	top:10px;
	left:10px;
	font-family:sans-serif;
	font-size:72px;
	color:#444;
  line-height:1.0;
}
.entry-content blockquote p {
  margin: 15px 0;
}
.entry-content p, .entry-content blockquote {
    margin-bottom: 1.0em !important;
}


/*--------------------------------------
  上に戻る
--------------------------------------*/
#page-top {
  display:none;
  position:fixed;
  right:10px;
  bottom:20px;
  margin: 0;
  padding: 0;
  text-align:center;
}
#move-page-top{
  color:rgba(0,0,0,0.4);
  text-decoration:none;
  display:block;
  cursor:pointer;
}
#move-page-top:hover{
  color:rgba(0,0,0,0.6);
}
@media only screen and (min-width: 400px){
  #page-top{
    right:50%;
    margin-right: -450px;
  }
}

/*--------------------------------------
  ボタン
--------------------------------------*/
.red-bc {
    background: #f88080;
}

.red-bc:hover {
    background-color: #f88080;
    color: #fff;
    opacity: 0.6;}

.orange-bc {
    background: #ff9938;
}

.orange-bc:hover {
    background-color: #ff9938;
    color: #fff;
    opacity: 0.6;}
    
.blue-bc {
    background: #51a7e8;
}

.blue-bc:hover {
    background-color: #51a7e8;
    color: #fff;
    opacity: 0.6;}
    
.green-bc {
    background: #13b2aa;
}

.green-bc:hover {
    background-color: #13b2aa;
    color: #fff;
    opacity: 0.6;}
    
.pink-bc {
    background: #f1a2b4;
}

.pink-bc:hover {
    background-color: #f1a2b4;
    color: #fff;
    opacity: 0.6;}


.btn {
    margin: 0.5em 0.5em 0.5em 0;
    text-decoration: none;
}
.btn a {
    color: white;
    text-decoration: none;
}

.raised {
    display: inline-block;
    background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    margin: 0.5em 0;
    padding: 1.0em 2.4em;
    border-radius: 33px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2), 0 2px 3px -2px rgba(0, 0, 0, 0.15);
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
    transition: 0.3s ease-in-out;
    text-decoration: none !important;
}

.raised:hover {
  background-image: linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
}

b, strong, .strong {
    font-weight: bold;
}


/** 箇条書き **/
.entry-content ul {
/*    margin-bottom: 1.5em;
    margin-right: 0.1em; */
    padding: 0.5em 0em 0.5em 1.5em;
    border: solid 2px #e8e8e8;
    border-radius: 3px;
    margin: 1em 0em 1em 0em;
}
.entry-content ol {
/*    margin-bottom: 1.5em;
    margin-right: 0.1em; */
    padding: 0.5em 0em 0.5em 0.5em;
    border: solid 2px #e8e8e8;
    border-radius: 3px;
    margin: 1em 0em 1em 0em;
}
.li-orange ul, .li-orange ol {
    border-color: #ffb36b;
}
.li-blue ul, .li-blue ol {
    border-color: #5c9ee7;
}

/*--------------------------------------
  ボックス
--------------------------------------*/
.sng-box p {
  margin: 0;
  padding: 0;
}
.sng-box .say {
  margin-bottom: 0;
}
.sng-box .faceicon {
  padding-right: 20px;
}
#inner-content .sng-box > *:first-child {
  margin-top: 0;
}
.box1 {
  margin: 2em 0;
  padding: 1.5em 1em;
  border: solid 2px #000;
  font-weight: bold;
}
.box2 {
  margin: 2em 0;
  padding: 1.5em 1em;
/*  border: solid 2px #d1d1d1; */
  border: solid 2px #76D3ED;
  border-radius: 5px;
  background: #fff;
}
.box3 {
  margin: 2em 0;
  padding: 1.5em 1em;
  background: #edf6ff;
  color: #2c2c2f;
}
.box4 {
  margin: 2em 0;
  padding: 1.5em 1em;
  border-top: solid 3px #6bb6ff;
  border-bottom: solid 3px #6bb6ff;
  background: #eef7ff;
  color: #2c2c2f;
}
.box5 {
  margin: 2em 0;
  padding: 1.5em 1em;
  border: double 5px #4ec4d3;
  color: #474747;
}
.box6 {
  margin: 2em 0;
  padding: 1.5em 1em;
  border: dashed 2px #6bb6ff;
  background: #edf6ff;
}
.box7 {
  margin: 2em 0;
  padding: 1.5em 1em;
  border-right: double 7px #4ec4d3;
  border-left: double 7px #4ec4d3;
  background: whitesmoke;
  color: #474747;
}
.box8 {
  margin: 2em 0;
  padding: 1.5em 1em;
  border-left: solid 6px #ffc06e;
  background: #fff8e8;
  color: #232323;
}
.box9 {
  margin: 2em 0;
  padding: 1.5em 1em;
  border-top: solid 6px #f47d7d;
  background: #fceded;
  color: #f47d7d;
  font-weight: bold;
}
.box10 {
  margin: 2em 0;
  padding: 1.5em 1em;
  border-top: solid 6px #1dc1d6;
  background: #e4fcff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.22);
  color: #00bcd4;
}
.box11 {
  margin: 2em 0;
  padding: 1.5em 1em;
  border-top: solid 5px #5d627b;
  background: white;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.22);
  color: #5d627b;
}
.box12 {
  margin: 2em 0;
  padding: 1.5em 1em;
  border-bottom: solid 6px #aac5de;
  border-radius: 9px;
  background: #c6e4ff;
  color: #5989cf;
  font-weight: bold;
}
.box13 {
  margin: 2em 0;
  padding: 1.5em 1em;
  border-bottom: solid 6px #3f87ce;
  border-radius: 9px;
  background: #6eb7ff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.22);
  color: #fff;
  font-weight: bold;
}
.box14 {
  margin: 2em 10px;
  padding: 1.5em 1em;
  border: dashed 2px white;
  background: #d6ebff;
  box-shadow: 0 0 0 10px #d6ebff;
}
.box15 {
  margin: 2em 10px;
  padding: 1.5em 1em;
  border: dashed 2px #ffa658;
  border-radius: 8px;
  background: #fffbf1;
  box-shadow: 0 0 0 10px #fffbf1;
  color: #565656;
}
.box16 {
  margin: 2em 0;
  padding: 1.5em 1em;
  background: repeating-linear-gradient(
    -45deg,
    #f0f8ff,
    #f0f8ff 3px,
    #e9f4ff 3px,
    #e9f4ff 7px
  );
}
.box17 {
  position: relative;
  margin: 2em 0;
  padding: 1em 2em;
  border-top: solid 2px black;
  border-bottom: solid 2px black;
}
.box17:before,
.box17:after {
  position: absolute;
  top: -10px;
  width: 2px;
  height: -webkit-calc(100% + 20px);
  height: calc(100% + 20px);
  background-color: black;
  content: "";
}
.box17:before {
  left: 10px;
}
.box17:after {
  right: 10px;
}
.box18 {
  position: relative;
  margin: 2em 0;
  padding: 1.5em 1em;
  border: solid 2px #ffcb8a;
  border-radius: 3px 0 3px 0;
}
.box18:before,
.box18:after {
  position: absolute;
  width: 10px;
  height: 10px;
  border: solid 2px #ffcb8a;
  border-radius: 50%;
  content: "";
}
.box18:after {
  top: -12px;
  left: -12px;
}
.box18:before {
  right: -12px;
  bottom: -12px;
}
.box19 {
  position: relative;
  padding: 1.5em 1em;
}
.box19:before,
.box19:after {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 30px;
  content: "";
}
.box19:before {
  top: 0;
  left: 0;
  border-top: solid 1px #5767bf;
  border-left: solid 1px #5767bf;
}
.box19:after {
  right: 0;
  bottom: 0;
  border-right: solid 1px #5767bf;
  border-bottom: solid 1px #5767bf;
}
.box20 {
  position: relative;
  top: 0;
  margin: 2em 0;
  padding: 1.5em 1em;
  background: #efefef;
}
.box20:before,
.box20:after {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  width: 15px;
  height: 100%;
  content: "";
}
.box20:before {
  left: 0;
  border-top: dotted 2px #15adc1;
  border-bottom: dotted 2px #15adc1;
  border-left: dotted 2px #15adc1;
}
.box20:after {
  right: 0;
  border-top: dotted 2px #15adc1;
  border-right: dotted 2px #15adc1;
  border-bottom: dotted 2px #15adc1;
}
.box21 {
  margin: 2em 0;
  padding: 1.3em;
  background: linear-gradient(to left, #92d2f8, #c4baff);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.13);
  color: #fff;
  font-weight: bold;
}
.box22 {
  margin: 1em 0;
  padding: 1.5em 1em;
  border-left: solid 6px #6bb6ff;
  background: #f6f6f6;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.33);
}
.box23 {
  position: relative;
  max-width: 400px;
  margin: 2em 0 2em 40px;
  padding: 20px;
  border-radius: 30px;
  background: #fff0c6;
}
.box23:before {
  position: absolute;
  bottom: 0;
  left: -40px;
  color: #fff0c6;
  font-family: FontAwesome;
  font-size: 15px;
  content: "\f111";
}
.box23:after {
  position: absolute;
  bottom: 0;
  left: -23px;
  color: #fff0c6;
  font-family: FontAwesome;
  font-size: 23px;
  content: "\f111";
}
.box24 {
  position: relative;
  margin: 2em 0;
  padding: 0.8em 1em;
  background: #e6f4ff;
  color: #5c98d4;
  font-weight: bold;
}
.box24:after {
  position: absolute;
  top: 100%;
  left: 30px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top: 15px solid #e6f4ff;
  content: "";
}
.box25 {
  position: relative;
  margin: 2em 5px;
  padding: 1.5em 1em;
  border: dashed 2px white;
  background: #fff0cd;
  box-shadow: 0 0 0 5px #fff0cd;
  color: #454545;
}
.box25:after {
  position: absolute;
  top: -7px;
  right: -7px;
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: #ffdb88 #fff #ffdb88;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
  content: "";
}
.box-title {
  font-weight: bold;
}
.box26,
.box27 {
  margin: 2em 0;
  border: solid 3px #95ccff;
  border-radius: 8px;
}
.box26 .box-title,
.box27 .box-title {
  display: inline-block;
  position: relative;
  top: -14px;
  left: 10px;
  padding: 0 9px;
  margin: 0 7px;
  background: #fff;
  color: #95ccff;
  font-size: 19px;
  line-height: 1.4;
}
.box26 .box-content,
.box27 .box-content {
  padding: 0 1.5em 24px;
}
.box26 .box-title:before,
.box27 .box-title:before {
  padding-right: 4px;
  font-family: FontAwesome;
  content: "\f02e";
}
.box27 {
  border: solid 3px #ed8583;
}
.box27 .box-title {
  color: #ed8583;
}
.box27 .box-title:before {
  content: "\f071";
}
.box28 {
  margin: 2em 0;
}
.box28 .box-title {
  display: inline-block;
  line-height: 1.5;
  padding: 5px 9px 3px;
  border-radius: 5px 5px 0 0;
  background: #ffa658;
  color: #fff;
  font-size: 17px;
}
.box28 .box-content {
  padding: 1.3em 1em;
  border: solid 3px #ffa658;
}
.box29 {
  margin: 2em 0;
  border: solid 2px #ffc107;
}
.box29 .box-title {
  display: inline-block;
  position: relative;
  top: -2px;
  padding: 2px 9px;
  background: #ffc107;
  color: #fff;
  font-size: 17px;
  line-height: 1.5;
}
.box29 .box-title:before {
  padding-right: 4px;
  font-family: FontAwesome;
  content: "\f0eb";
}
.box29 .box-content {
  padding: 15px;
}

.box30 {
  margin: 2em 0;
  padding: 15px 15px 10px;
  background: #dcefff;
}
.box30 .box-title:before {
  padding-right: 4px;
  font-family: FontAwesome;
  content: "\f00c";
}
.box30 p,
.box31 p {
  margin: 0 0 5px;
}
.box30,
.box31,
.box32,
.box33 {
  margin: 2em 0;
  padding: 0 15px 10px;
  background: #edf6ff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}
.box30 .box-title,
.box31 .box-title,
.box32 .box-title,
.box33 .box-title {
  margin: 0 -15px 15px;
  padding: 8px 4px;
  background: #5fc2f5;
  color: #fff;
  font-size: 1.2em;
  text-align: center;
  line-height: 1.5;
}
.box32,
.box33 {
  background: #fff9eb;
}
.box32 .box-title {
  background: #f5a15f;
}
.box33 .box-title {
  background: #f46b6b;
}

.box34 {
  margin: 2em 0;
  padding: 1.5em 1em;
  border: solid 2px #76D3ED;
  border-radius: 5px;
  background: #fff;
}

/** 目次 **/
article .entry-content .sectionList ol {
    border: none;
}

/*補足説明[memo]*/
.memo {
  margin-bottom: 1.5em;
  padding: 1em;
  background: #fff9e5;
  color: #545454;
}
.memo_ttl {
  margin-bottom: 5px;
  color: #ffb36b;
  font-size: 1.2em;
  font-weight: bold;
}
.memo_ttl:before {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 3px 0 0;
  border-radius: 50%;
  background: #ffb36b;
  color: #fff;
  font-family: FontAwesome;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  content: "\f040";
}
.fa5 .memo_ttl:before {
  content: "\f303";
  font-size: 17px;
}
.memo p {
  margin: 0 0 5px;
}

/*注意説明 [alert]*/
.memo.alert {
  background: #ffebeb;
}
.memo.alert .memo_ttl {
  color: #ff8376;
}
.memo.alert .memo_ttl:before {
  background: #ff8376;
  content: "\f12a";
}

/*その他*/
.acc-bc-before li:before {
    background: #ffb36b;
}
.rc-bc-before li:before {
    background: #f88080;
}
.labeltext {
    display: inline-block;
    margin-right: 5px;
    padding: 5px;
    color: #fff;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 1;
}
.big {
    font-size: 1.3em;
}
.ac-bc {
    background-color: #ffb36b;
}
.gc-bc {
    background-color: #13b2aa;
}
.rc-bc {
    background-color: #f88080;
}
.sc ul, .sc ol, .list-raw ul, .list-raw ol, .sng-box ul, .sng-box ol, .memo ul, .memo ol {
    margin: 5px 0;
    padding: 0 0 0 1.4em;
    border: none;
    box-shadow: none;
    background: transparent;
}

/*=================================================================================
カッテネ2
=================================================================================*/
div.kattene2 {
    margin: 1.5em 0;
    padding-right: 0.5em;
    padding-bottom: 0.4em;
    border: solid 1px #dbdbdb;
    background-color: #fff;
    box-shadow: 2px 3px 8px -5px rgba(0,0,0,.25);
}
div.kattene2 a {
    border: none;
}
div.kattene2 div.kattene2-box{
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    box-sizing: border-box;
    padding: 12px;
}
div.kattene2 div.kattene2__imgpart {
    padding: 0;
    display: flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}

/* for IE widthに合わせる*/
div.kattene2 div.kattene2__infopart{
    width: calc(100% - 175px);
}
div.kattene2 div.kattene2__title a {
    color: #333;
    text-decoration: none;
}
div.kattene2 div.kattene2__title p{
    margin: 5px;
}
div.kattene2 div.kattene2__description {
    font-size: 0.8em;
    color: #999;
    padding-left: 15px;
}
div.kattene2 div.kattene2__description a {
   text-decoration: underline;
}
div.kattene2 div.kattene2__description .price-box {
    color: #aaa;
}
div.kattene2 div.kattene2__description .free-text {
    color: #aaa;
}
div.kattene2 ul.kattene2__btns {
    border: none;
    list-style-type: none;
    display: inline-flex;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px auto;
    padding: 0;
    width: 100%;
}
div.kattene2 ul.kattene2__btns li {
    content: '';
    position: static;
    margin: 2px 5px;
    padding: 0;
    border-radius: 2px;
    border: none;
    box-shadow: 0 6px 12px -5px rgba(0, 0, 0, .30);
    -ms-flex: 0 0 auto;
}
div.kattene2 ul.kattene2__btns li:before {
    content: '';
    position: static;
}
div.kattene2 ul.kattene2__btns li:hover {
    box-shadow: 0 5px 8px -5px rgba(0, 0, 0, .30);
}
div.kattene2 ul.kattene2__btns li.kattene2__btn.__orange {
    background: #ff9938;
}
div.kattene2 ul.kattene2__btns li a {
    position: relative;
    display: block;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 0.9em;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 18px;
}
div.kattene2 ul.kattene2__btns li a:hover {
    border: none;
    opacity: 0.7;
}
div.kattene2 ul.kattene2__btns li a:before {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: white;
    text-align: center;
    border: none;
}
div.kattene2 ul.kattene2__btns li.kattene2__btn.__orange a:before{
    content: '';
}

div.kattene2 ul.kattene2__btns li.kattene2__btn.__red {
    background: #ea7373;
}

div.kattene2 ul.kattene2__btns li.kattene2__btn.__red a:before{
    content: '';
}

div.kattene2 ul.kattene2__btns li.kattene2__btn.__blue {
    background: #51a7e8;
}

div.kattene2 ul.kattene2__btns li.kattene2__btn.__blue a:before{
    content: '';
}

div.kattene2 ul.kattene2__btns li.kattene2__btn.__green {
    background: #13b2aa;
}

div.kattene2 ul.kattene2__btns li.kattene2__btn.__green a:before{
    content: '';
}

div.kattene2 ul.kattene2__btns li.kattene2__btn.__pink {
    background: #f1a2b4;
}

div.kattene2 ul.kattene2__btns li.kattene2__btn.__#f1a2b4 a:before{
    content: '';
}

div.kattene2 ul.kattene2__btns li.kattene2__btn.__yahooauc {
    background: #ffda45;
    color: #454545;
}

div.kattene2 ul.kattene2__btns li.kattene2__btn.__yahooauc a {
    color: #454545;
}

div.kattene2 ul.kattene2__btns li.kattene2__btn.__yahooauc a:before{
    content: '';
}

div.kattene2 ul.kattene2__btns li.kattene2__btn.__lego {
    background: #EB001B;
}

div.kattene2 ul.kattene2__btns li.kattene2__btn.__lego a:before{
    content: '';
}


div.kattene2 ul.kattene2__btns img,
div.kattene2 div.kattene2__title img,
div.kattene2 div.kattene2__imgpart a + img{
    display: none;
}

 div.kattene2__description .credit {
    font-size: 75%;
}

ul.kattene2__btns li::before {
    background-color: transparent;
}

@media all and (max-width: 420px) and (min-width: 321px) {
    body div.kattene2 ul.kattene2__btns li a {
        padding: 0 0 0 15px;
    }

    div.kattene2 ul.kattene2__btns {
        -webkit-flex-flow: column;
        flex-direction: column;
    }

    div.kattene2 div.kattene2__infopart {
        width: calc(100% - 125px);
    }
}

@media all and (max-width: 320px) {
    div.kattene2 ul.kattene2__btns li a {
        padding: 0 0 0 7px;
    }

    div.kattene2 ul.kattene2__btns {
        -webkit-flex-flow: column;
        flex-direction: column;
    }

    div.kattene2 div.kattene2__infopart {
        width: calc(100% - 100px);
    }
}
body div.kattene2 ul.kattene2__btns li {
    list-style: none;
}
body div.kattene2 ul.kattene2__btns li:before {
    position: absolute;
}
div.kattene2 p{
    padding: 0;
}
div.kattene2 img{
    margin-bottom: 0;
}

/*--------------------------------------
  プラグインRINKER用CSS➡kattene2
--------------------------------------*/
div.kattene2 {
border: 1px solid rgba(0, 0, 0, 0.1);
/*    border: double 4px #dbdbdb; */
}

div.kattene2 ul.kattene2__btns li{
    position:relative;  
}
div.kattene2 ul.kattene2__btns li:before {
    position:absolute;
     right: 10px;
    font-family: FontAwesome;
    content: "\f0da";
     color:#fff;
    }
.fa5 div.kattene2 ul.kattene2__btns li:before {
   font-family: "Font Awesome 5 free";
    font-weight:900;
   content: "\f105";
    }
div.kattene2 ul.kattene2__btns li a:hover{
    box-shadow: 0 12px 15px -5px rgba(0,0,0,.25);
}
div.kattene2 ul.kattene2__btns li a {
    height: 37px;
    line-height: 37px;
    font-size: 0.95em;
    padding-left: 0px;
    padding-right: 0;
    border-radius: 3px;
}
div.kattene2 ul.kattene2__btns li {
    display: inline-block;
    height: 37px;
    margin: 5px 10px 5px 0;
    padding: 0 25px 0 10px;
    border-radius: 3px;
    background: #73c1ea;
    box-shadow: 0 8px 15px -5px rgba(0,0,0,.25);
    font-size: .95em;
    font-weight: bold;
    vertical-align: middle;
    line-height: 37px;
    transition: .3s ease-in-out;
}
div.kattene2 div.kattene2__imgpart {
    width: 100px;
    min-width: 100px;
    padding:0;
}
.kattene2__title {
    font-size: 1.05em;
}
div.kattene2 div.kattene2__title a {
    font-weight: bold;
    color: #555;
}
div.kattene2 ul.kattene2__btns {
    margin: 0;
 }
div.kattene2__infopart {
    padding-left: 15px;
}
div.kattene2 div.kattene2-box div.kattene2__infopart {
    width: calc(100% - 100px);
}

@media screen and (max-width:500px){/*スマホ表示用*/
/*-----全体-----*/
div.kattene2 div.kattene2-box {
    display: block;/*縦表示になるように*/
}
/*-----商品名やボタンなど-----*/
div.kattene2__infopart {/*全体*/
    padding: 0;/*余白削除*/
    margin: auto;/*中央揃え*/ 
    width: 87%;/*横幅*/
    text-align: center;/*商品名やボタンを中央表示*/
}
div.yyi-kattene2 div.kattene2__description .price-box .price {/*価格*/
    display: block;/*価格を縦並びにする*/
}
div.kattene2 ul.kattene2__btns li {/*ボタン*/
    width: 100%;/*横幅いっぱい*/
    margin: .5em 0;/*上下の余白　左右の余白削除*/
    line-height:44px;
    height: 44px;
    font-size: 0.95em;
    padding: 0 14px 0 10px;
}
body div.kattene2 ul.kattene2__btns li a {/*ボタンの文字*/
    padding: 0;/*文字の余計な余白を削除*/
    height:44px;
    line-height:44px;
    font-size: 0.95em;
}
/* kattene2 商品詳細幅を広げる */
div.kattene2 div.kattene2-box div.kattene2__infopart {
    width: calc(100% - 20px);
    display:block;
}
/* kattene2 サムネイル幅を230pxに */
div.kattene2 div.kattene2__imgpart {
    width: 230px;
    min-width: 140px;
    padding: 0;
    margin-left:auto;
    margin-right:auto
}
}

/*
 * sns-btn__title2
 */
.sns-btn__title2 {
  display: inline-block;
  position: relative;
  padding: 0 25px;
  color: #169cd5;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
}
.sns-btn__title2:before,
.sns-btn__title2:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 3px;
  border-radius: 3px;
  background-color: #8e9096;
  content: "";
}
.sns-btn__title2:before {
  left: 0;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
}
.sns-btn__title2:after {
  right: 0;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
}

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

  jin

============================================================*/
.jin-photo-title .jin-fusen2:before, .jin-photo-title .jin-fusen3:before, .jin-photo-title .jin-fusen4:before  {
    position: absolute;
    content: "";
    bottom: -9px;
    margin-left: -15px;
    border-top: 10px solid;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 0;
}
.jin-photo-title .jin-fusen2 {
    background-color: #f88080;
}
.jin-photo-title .jin-fusen1-down, .jin-photo-title .jin-fusen1-even, .jin-photo-title .jin-fusen1-up, .jin-photo-title .jin-fusen2, .jin-photo-title .jin-fusen3, .jin-photo-title .jin-fusen4 {
    font-size: .95rem;
    line-height: 1.25rem;
    letter-spacing: 0;
}
.jin-photo-title .jin-fusen2, .jin-photo-title .jin-fusen3, .jin-photo-title .jin-fusen4 {
    border-radius: 0.5px;
}
.jin-photo-title .jin-fusen2 {
    position: relative;
    display: inline-block;
    margin: 1em 0 0;
    color: #fff;
    background: #f88080;
    border-radius: 3px;
    padding: 10px 20px;
    z-index: 20;
}
.jin-photo-title .jin-fusen2:before {
    border-top-color: #f88080;
}
.jin-photo-title .jin-fusen2:before, .jin-photo-title .jin-fusen3:before, .jin-photo-title .jin-fusen4:before {
    left: 40px;
}
.jin-photo-title .jin-fusen3 {
    background-color: #5c9ee7;
}
.jin-photo-title .jin-fusen3 {
    position: relative;
    display: inline-block;
    margin: 1em 0 0;
    color: #fff;
    background: #5c9ee7;
    border-radius: 3px;
    padding: 10px 20px;
    z-index: 20;
}
.jin-photo-title .jin-fusen3:before {
    border-top-color: #5c9ee7;
}
.jin-photo-title .jin-fusen4 {
    background-color: #ffb36b;
}

.jin-photo-title .jin-fusen4 {
    position: relative;
    display: inline-block;
    margin: 1em 0 0;
    color: #fff;
    background: #ffb36b;
    border-radius: 3px;
    padding: 10px 20px;
    z-index: 20;
}
.jin-photo-title .jin-fusen4:before {
    border-top-color: #ffb36b;
}
/*--------------------------------------
  スタイリッシュな表
--------------------------------------*/
.entry-content table th, .entry-content table td {
    border: 2px solid  #ccc ;
    color: #686357;/*文字の色*/
    padding: 5px 10px;
}

.entry-content table th {/*ヘッダーセル*/
/*    font-size:1em;/*文字のサイズ*/　*/
    background: #fad4d4;/*背景色*/
    border-bottom: none;/*下線はなし*/
    letter-spacing: 0.15em;/*文字間隔*/
}


/* 表 */
.entry-content table {
width:auto; /* 大きさを自動に */
}
.entry-content table caption{ /* タイトル */
font-size: 17px; /* 文字の大きさ */
padding: 0.5px; /* 文字周りの余白 */
}
.entry-content table th { /* 見出しセル */
border: 1px solid #414141; /* 線の太さ・種類・色コード */
background: #fad4d4 ; /* #B0DFFF */ /* 背景色 */
text-align: center; /* 中央揃え */
padding: 0.5em; /* 文字周りの余白 */
width:auto;/* 大きさを自動に */
white-space:nowrap; /* 文字を折り返さない */
}
.entry-content table td { /* 普通のセル */
border: 1px solid #414141; /* 線の太さ・種類・色コード */
padding: 0.5em; /* 文字周りの余白 */
width:auto;/* 大きさを自動に */
white-space:nowrap; /* 文字を折り返さない */
}

.entry-content table {
    font-size: 0.95rem;
}

/************************************
** 表
************************************/
table.tabley th {
    background: #fffaf0;
}

table.tabley th {
    border: 2px solid #ccc;
    color: #686357;
}


/* スクロール */
#table-scroll01 {
box-sizing: border-box; /* スクロール用の箱*/
overflow-x: scroll; /* 横スクロール */
 -webkit-overflow-scrolling: touch;
border-right:3px solid #E0E0E0; /* 右端の線の太さ・種類・色コード */
}

/************************************
** 検索窓
************************************/
.search_container{
  box-sizing: border-box;
  position: relative;
  border: 1px solid #000;
  display: block;
  padding: 5px 10px 5px 3.0em;
  border-radius: 20px;
  height: 2.3em;
  width: 290px;
  overflow: hidden;
}
.search_container input[type="text"]{
  border: none;
  height: 2.0em;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input[type="submit"]{
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.3em;
  border: none;
  background: none;
  color: #3879D9;
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  left: 0;
  top: -10px;
  outline : none;
}

/************************************
** 目次のデザイン変更
************************************/
.table-of-contents {
    padding: 15px 10px 15px 35px;  /* 枠内の余白(上右下左) */
    font-size: 100%;  /* 文字サイズ */
    border:dotted 1px #777;  /* 線の種類と色 */
    background:#f7f7f7;  /* 背景 */
}
.table-of-contents:before {
    content: "目次";
    font-size: 110%;
    font-weight:bold;   /* 文字の太さ　通常はnormal */    
    color:#000;  /* 文字の色 */
}

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

.table-of-contents li,
.table-of-contents ul{
/* list-style-type: decimal; */
}

.entry-content .table-of-contents li ul li {
    list-style-type: disc;
}

.entry-content ul {
    border: none;
}

ul.table-of-contents {
font-size: 90%;
background: #f0f0f0; /*背景色はここを変更*/
border-radius: 3px;
padding: 10px 10px 10px 35px;
margin: 0;
}

.table-of-contents a:link{
color:#195CAA; /*リンク色はここを変更#454545 */
text-decoration: none;
}

.table-of-contents a:visited{
color: #195CAA; /*訪問済みリンク色はここを変更#8c6a6a */
}

.table-of-contents a:hover{
text-decoration:underline; /*下線をつける*/
}


/** リストデザイン **/
.li-dashed ul,
.li-dashed ol {
  border-width: 2px;
  border-style: dashed;
  position: relative;
  padding: 1em 0.5em 1em 2.5em;
}
.li-double ul,
.li-double ol {
  border-width: 5px;
  border-style: double;
}
.li-tandb ul,
.li-tandb ol {
  padding: 1em 0 1em 1.3em;
  border-width: 2px;
  border-color: #373737;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.li-beige ul,
.li-beige ol {
  border: 0;
  background: #fff9e7;
}
.nobdr ul,
.nobdr ol {
  border: 0;
}

.stitch-blue ul,
.stitch-blue ol,
.stitch-orange ul,
.stitch-orange ol,
.stitch-red ul,
.stitch-red ol {
/*  margin: 2em 10px;　*/
  border: dashed 2px #668ad8;
  border-radius: 10px;
/*  background: #f1f8ff;
  box-shadow: 0 0 0 10px #f1f8ff;*/
}
.stitch-orange ul,
.stitch-orange ol {
  position: relative;
  margin: 2.0em 0px;
  padding: 1em 0.5em 1em 2.5em;
  border: solid 0px  #BDBDBD; 
　border: none;
  background: #fffbf1;
}
.stitch-orange ul li,
.stitch-orange ol li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 0.1em;
/*  border-bottom: dashed 1px silver;*/
  list-style-type: none!important;
}
.stitch-orange ul li:before,
.stitch-orange ol li:before {
    color: #ffb03f;
    font-family: FontAwesome;
    content: "\f058";
    font-size: 1.3em;
    position: relative;
/*    top: -2px; */
    left: -25px;
    display: inline-block;
    width: 10px;
    height: 10px;
}
.stitch-orange ul li:last-of-type,
.stitch-orange ol li:last-of-type {
  border-bottom: none;
}

.stitch-yellow ul, 
.stitch-yellow ol {
/*    margin: 2em 10px; */
    border: dashed 2px #ffa658;
    border-radius: 10px;
/*    background: #fffbf1;
    box-shadow: 0 0 0 10px #fffbf1;*/
    margin-bottom: 1.5em;
    padding: 1em 1em 1em 2.5em;
}
.stitch-yellow ul li,
.stitch-yellow ol li {
  line-height: 1.5;
/*  border-bottom: dashed 1px silver;*/
  list-style-type: none!important;
}
.stitch-yellow ul li:last-of-type,
.stitch-yellow ol li:last-of-type {
  border-bottom: none;
}
.stitch-blue ul, 
.stitch-blue ol {
/*    margin: 2em 10px;*/
    border: dashed 2px #6bb6ff;
    border-radius: 10px;
/*    background: #edf6ff;
    box-shadow: 0 0 0 10px #edf6ff;*/
    margin-bottom: 1.5em;
    padding: 1em 1em 1em 2.5em;
}
.stitch-blue ul li,
.stitch-blue ol li {
  line-height: 1.5;
/*  border-bottom: dashed 1px silver;*/
  list-style-type: none!important;
}
.stitch-blue ul li:last-of-type,
.stitch-blue ol li:last-of-type {
  border-bottom: none;
}
.stitch-red ul,
.stitch-red ol {
  border-color: #f67c7c;
/*  background: #fff3f3;
  box-shadow: 0 0 0 10px #fff3f3;*/
}
.li-chevron ul {
  position: relative;
  margin: 2.0em 0px;
  padding: 1em 0.5em 1em 2.5em;
  border: solid 2px #ffa658;
  border-radius: 5px;
}
.li-chevron ul  li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 0.4em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
}
.li-chevron ul  li:last-of-type {
  border-bottom: none;
}
.li-sankaku li,
.li-chevron li,
.li-check li,
.li-check2 li,
.li-yubi li,
.li-niku2 li,
.li-niku li {
  list-style-type: none !important;
  line-height: 1.5;
/*  padding: 0.5em 0 0.5em 0.4em;*/
  padding: 0.5em 0em 0em 0.4em;
/*  border-bottom: dashed 1px silver; */
}
.li-sankaku li:last-of-type,
.li-chevron li:last-of-type,
.li-check li:last-of-type,
.li-check2 li:last-of-type,
.li-yubi li:last-of-type,
.li-niku2 li:last-of-type,
.li-niku li:last-of-type {
  border-bottom: none;
}
.li-chevron li:before {
  position: absolute;
  left: 1.5em;
  color: #999999;
  font-family: FontAwesome;
  content: "\f0da";
}

.li-yubi ul {
  position: relative;
  padding: 1em 0.5em 1em 2.5em;
  border: double 4px #21b384;
}
.li-yubi li:before {
  position: absolute;
  left: 1em;
  color: #21b384;
  font-family: FontAwesome;
  content: "\f0a4";
}
.li-niku ul {
  position: relative;
  padding: 1em 0.5em 1em 2.5em;
  border: solid 2px #ff938b;
  background: #fffaf1;
}
.li-niku li:before {
  position: absolute;
  left: 0.7em;
  color: #ff938b;
  font-family: FontAwesome;
  content: "\f1b0";
}
.li-niku2 ul {
  position: relative;
  padding: 1em 0.5em 1em 2.5em;
  border: solid 2px #6bb6ff;
  background: #fffaf1;
}
.li-niku2 li:before {
  position: absolute;
  left: 0.7em;
  color: #6bb6ff;
  font-family: FontAwesome;
  content: "\f1b0";
}
.ol-circle ol {
  list-style-type: none !important;
  padding: 1em 0.7em;
  counter-reset: number;
}
.ol-circle li {
  position: relative;
  padding: 0.5em 0 0.5em 34px;
  line-height: 1.5em;
}
.ol-circle li:before {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #5c9ee7;
  color: white;
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  line-height: 25px;
  content: counter(number);
  counter-increment: number;
}


/************************************
** 箇条書き
************************************/

.stitch-disc ul, 
.stitch-disc ol {
/*  background: #F7F4F4; */
/*    background: #f4f4f4;
       background:  #F9F9DE;*/
       background: #ffffe0;
/*    margin: 2em 10px;
    border: dashed 2px #ffa658;
    border-radius: 3px; */
/*  background: #fffbf1;
    box-shadow: 0 0 0 10px #fffbf1;*/
    margin-bottom: 1.5em;
    padding: 1em 1em 1em 2.5em;

}
.stitch-disc ul li,
.stitch-disc ol li {
  line-height: 1.5;
/*  padding: 0.5em 0.25em 0.5em 0.1em; */
  padding: 0.5em 0em 0.1em 0.1em;
/*  border-bottom: dashed 1px silver; */
  list-style-type: none!important;
}

.stitch-disc ul li:last-of-type,
.stitch-disc ol li:last-of-type {
  border-bottom: none;
}
.stitch-disc ul li:before,
.stitch-disc ol li:before {
  position: relative;
  top: -2px;
  left: -25px;
  display: inline-block;
  width: 9px;
  height: 9px;
  content: '';
  border-radius: 100%;
  background: #ffb03f;
  
  position: relative;
  top: -2px;
  left: -20px;
  display: inline-block;
  width: 9px;
  height: 9px;
  content: '';
  border-radius: 100%;
  background: #ef5350;  
}

.stitch-discb ul, 
.stitch-discb ol {
/* background: #e6f3ff;*/
  background: #f4f4f4;
     margin-bottom: 1.5em;
    padding: 1em 1em 1em 2.5em;
}
.stitch-discb ul li,
.stitch-discb ol li {
  line-height: 1.5;
/*  padding: 0.5em 0.25em 0.5em 0.1em; */
  padding: 0.5em 0em 0.1em 0.1em;
  list-style-type: none!important;
}
.stitch-discb ul li:last-of-type,
.stitch-discb ol li:last-of-type {
  border-bottom: none;
}
.stitch-discb ul li:before,
.stitch-discb ol li:before {
  position: relative;
  top: -2px;
  left: -20px;
  display: inline-block;
  width: 9px;
  height: 9px;
  content: '';
  border-radius: 100%;
  background: #6bb6ff;  
}

.acc-bc-before li:before {
    background: #ffb36b;
}

.discb ul, 
.discb ol {
    margin: 1.5em 0;
    padding: 1em 1em 1.5em 2.5em;
    border: solid 2px #76D3ED;
    border-radius: 3px;
}
.discb ul li,
.discb ol li {
  line-height: 1.5;
/*  padding: 0.5em 0.25em 0.5em 0.1em; */
  padding: 0.5em 0em 0.1em 0.1em;  
  list-style-type: none!important;
}
.discb ul li:before,
.discb ol li:before {
  position: relative;
  top: -2px;
  left: -20px;
  display: inline-block;
  width: 9px;
  height: 9px;
  content: '';
  border-radius: 100%;
  background: #ef5350;
}

.discbd ul, 
.discbd ol {
    margin: 1.5em 0;
    padding: 1em 1em 1.5em 2.5em;
    border: dashed 2px #76D3ED;
    border-radius: 3px;
}
.discbd ul li,
.discbd ol li {
  line-height: 1.5;
/*  padding: 0.5em 0.25em 0.5em 0.1em; */
  padding: 0.5em 0em 0.1em 0.1em;  
  list-style-type: none!important;
}
.discbd ul li:before,
.discbd ol li:before {
  position: relative;
  top: -2px;
  left: -20px;
  display: inline-block;
  width: 9px;
  height: 9px;
  content: '';
  border-radius: 100%;
  background: #ef5350;
}

.li-check ul {
  position: relative;
  margin: 2.0em 0px;
  padding: 1em 0.5em 1em 2.5em;
/*  border: solid 2px  #BDBDBD; */
/*  background: #F7F4F4; */
/*    background: #f4f4f4;
       background:  #F9F9DE; */
       background: #ffffe0;
}
/*
.li-check li:before {
  position: absolute;
  left:0.7em;
  color: #ffb03f;
  font-family: FontAwesome;
  content: "\f00c";
}
*/
.li-check li:before {
/*    position: absolute;
    left: 0.7em; */
    color: #ef5350;
    font-family: FontAwesome;
    content: "\f058";
    font-size: 1.3em;
    position: relative;
/*  top: -2px; */
    left: -30px;
    display: inline-block;
    width: 10px;
    height: 10px;
}

.li-check2 ul {
  margin: 2em 0px;
  position: relative;
  padding: 1em 0.5em 1em 2.5em;
/*  border: solid 2px  #BDBDBD; */
/* background: #e6f3ff;*/
  background: #f4f4f4;
}
.li-check2 li:before {
    color: #6bb6ff;
    font-family: FontAwesome;
    content: "\f058";
    font-size: 1.3em;
    position: relative;
/*  top: -2px; */
    left: -30px;
    display: inline-block;
    width: 10px;
    height: 10px;
}

.li-sankaku li:before {
color: #999999;
    font-family: FontAwesome;
    content: "\f138";
    position: relative;
    top: -2px;
    left: -35px;
    display: inline-block;
    width: 0px;
    height: 10px;
}

.li-sankaku2 ul, 
.li-sankaku2 ol {
    margin: 1.5em 0;
    padding: 1em 1em 1.5em 2.5em;
    border: solid 2px #76D3ED;
    border-radius: 3px;
}

.li-sankaku2 li {
  list-style-type: none !important;
  line-height: 1.5;
/*  padding: 0.5em 0 0.5em 0.1em;*/
  padding: 0.5em 0em 0em 0.1em;
}
.li-sankaku2 li:before {
/*  position: absolute;
  left: 2.0em;*/
  color: #f96e5b;
  font-family: FontAwesome;
  content: "\f138";
  font-size: 1.3em;
  position: relative;
  top: 2px;
  left: -28px;
  display: inline-block;
  width: 0px;
  height: 10px;
}

.list-raw ul,
.list-raw ol{
margin:5px 0;
padding:0 0 0 1.4em;
border:none;
box-shadow:none;
background:0 0
}


/* 吹き出しのCSS　*/
.entry-content .l-fuki,
.entry-content .r-fuki {
  position: relative;
  width: calc(100% - 82px);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 20px;
  border-radius: 6px;
  border: 2px solid #999;
  box-shadow: 1px 1px 5px #aaa;
  background-color: #fff;
  z-index: 1;
  box-sizing: border-box;
}
.entry-content .l-fuki {
  margin: 20px auto 36px 0;
}
.entry-content .r-fuki {
  margin: 20px 0 36px auto;
}
.entry-content .l-fuki::before,
.entry-content .r-fuki::before {
  position: absolute;
  content: "";
  top: 16px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  background-color: #fff;
  z-index: 2;
}
.entry-content .l-fuki::before {
  right: -7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.entry-content .r-fuki::before {
  left: -7px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.entry-content .l-fuki::after,
.entry-content .r-fuki::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  top: -6px;
  border-radius: 50%;
  border: 3px solid #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 5px #aaa;
  box-sizing: border-box;
}
.entry-content .l-fuki::after {
  right: -82px;
}
.entry-content .r-fuki::after {
  left: -82px;
}
@media screen and (min-width: 478px) {
  .entry-content .l-fuki::after,
  .entry-content .r-fuki::after {
    width: 80px;
    height: 80px;
  }
  .entry-content .l-fuki,
  .entry-content .r-fuki {
    width: calc(100% - 106px);
  }
  .entry-content .l-fuki::after {
    right: -106px;
  }
  .entry-content .r-fuki::after {
    left: -106px;
  }
}
.fuki1::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/b/bokipapa/20200302/20200302143718.jpg);}
.fuki2::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/b/bokipapa/20201204/20201204143151.png);}
.fuki3::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/b/bokipapa/20200303/20200303010247.png);}
.fuki4::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/b/bokipapa/20200303/20200303010243.png);}
.fuki5::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/b/bokipapa/20210208/20210208121425.png);}
.fuki6::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/b/bokipapa/20210223/20210223073707.jpg);}

a {
    color: #195CAA;
}
.entry-content h3 {
    background: #f7f7f7;
    border-left: solid #F96E5B 5px;
    padding: 14px 12px;
    margin: 3.5em 0.2em 1.5em 0em;
    border-bottom: solid 3px #dadada;
    clear: both;
    font-size: 115%;
}
.entry-content h4 {
  position: relative;
  padding: 0.25em 0;
  margin: 1.8em 0.2em 1.2em 0.05em;
  font-size: 108%;
}
.entry-content h4:after {
  content: "";
  display: block;
  height: 3px;
  background: -webkit-linear-gradient(to right, rgb(249,110,91), #ffb36b);
  background: linear-gradient(to right, rgb(249,110,91), #ffb36b);
}

/* ボタンのCSS　*/
.btn-gradient-radius {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  transition: .4s;
}

.btn-gradient-radius:hover {
  background-image: linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
}


/* 斜体表示を蛍光ペン（黄）風に */
article em{
font-weight:bold;
font-style: normal;
margin:0 0.1em;
padding:0.1em 0.2em;
background:#fcfc60 !important;
background:linear-gradient(to bottom, transparent 60%, rgba(252,252,84,0.8) 60%) !important;
}
/* iタグは斜体*/
article i{
font-style:oblique !important;
}


.blogicon-help:before{
font-family: blogicon;
content: "\f01c";
color: #FF0000;
}


p {
   margin: 2.0em 0px;   /* 上下に1em・左右に0px */
}

.nomadBtn3 {
  background: #EB001B;
  color:#FFF !important;
  border-radius: 5px;
  padding: .7em 2em;
  display: inline-block;
  text-decoration: none !important;
  margin: 15px 0;
}

.nomadBtna {
  background: #ff9938;
  color:#FFF !important;
  border-radius: 5px;
  padding: .7em 2em;
  display: inline-block;
  text-decoration: none !important;
  margin: 15px 0;
}

.nomadBtnt {
  background: #ffda45;
  color:#454545 !important;
  border-radius: 5px;
  padding: .7em 2em;
  display: inline-block;
  text-decoration: none !important;
  margin: 15px 0;
}

.nomadBtn9 {
  background: #13b2aa;
  color:#FFF !important;
  border-radius: 5px;
  padding: .7em 2em;
  display: inline-block;
  text-decoration: none !important;
  margin: 15px 0;
}

.nomadBtnb {
  background: #51a7e8;
  color:#FFF !important;
  border-radius: 5px;
  padding: .7em 2em;
  display: inline-block;
  text-decoration: none !important;
  margin: 15px 0;
}

.nomadBtnr {
  background: #ea7373;
  color:#FFF !important;
  border-radius: 5px;
  padding: .7em 2em;
  display: inline-block;
  text-decoration: none !important;
  margin: 15px 0;
}

/*smallボタン*/

.snomadBtn3 {
  background: #EB001B;
  color:#FFF !important;
  border-radius: 5px;
  padding: 0 3px 0 3px;
  display: inline-block;
  text-decoration: none !important;
  margin: .5em 0;/*上下の余白　左右の余白削除*/
}

.snomadBtna {
  background: #ff9938;
  color:#FFF !important;
  border-radius: 5px;
  padding: 0 3px 0 3px;
  display: inline-block;
  text-decoration: none !important;
  margin: .5em 0;/*上下の余白　左右の余白削除*/
}

.snomadBtnt {
  background: #ffda45;
  color:#454545 !important;
  border-radius: 5px;
  padding: 0 3px 0 3px;
  display: inline-block;
  text-decoration: none !important;
  margin: .5em 0;/*上下の余白　左右の余白削除*/
}

.snomadBtn9 {
  background: #13b2aa;
  color:#FFF !important;
  border-radius: 5px;
  padding: 0 3px 0 3px;
  display: inline-block;
  text-decoration: none !important;
  margin: .5em 0;/*上下の余白　左右の余白削除*/
}

.snomadBtnb {
  background: #51a7e8;
  color:#FFF !important;
  border-radius: 5px;
  padding: 0 3px 0 3px;
  display: inline-block;
  text-decoration: none !important;
  margin: .5em 0;/*上下の余白　左右の余白削除*/
}



/* Pager */
.pager {
    position: relative;
    margin: 2em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.pager a {
    color: RGB(68, 153, 187);
}

.pager a:hover {
    color: RGB(68, 153, 187);
}

.pager.autopagerize_insert_before .pager-prev {
    padding: .5em 0;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.pager.autopagerize_insert_before .pager-prev a {
    padding: .5em 1em .5em 2em;
}

.pager.autopagerize_insert_before .pager-prev:before {
    content: "<<";
    font-weight: 900;
    position: absolute;
    left: .5em;
    top: 1em;
    color: RGB(68, 153, 187);
}

.pager.autopagerize_insert_before .pager-next {
    padding: .5em 0;
    border: 1px solid #ddd;
    margin-left: auto;
    border-radius: 3px;
}

.pager.autopagerize_insert_before .pager-next a {
    padding: .5em 2em .5em 1em;
}

.pager.autopagerize_insert_before .pager-next:after {
    content: ">>";
    font-weight: 900;
    position: absolute;
    right: .5em;
    top: 1em;
    color: RGB(68, 153, 187);
}

.pager.pager-permalink .pager-prev {
    margin-right: .25em;
    padding: .5em;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.pager.pager-permalink .pager-next {
    margin-left: auto;
    padding: .5em;
    border: 1px solid #ddd;
    border-radius: 3px;
}
