/* <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=88f0d71bc91b94c236b17b954c468c") no-repeat center;
    background-size: 20px 20px;
    border: none;
    outline: none;
    color: transparent;
    overflow: hidden;
    opacity: .5;
    cursor: pointer;
}

.hatena-module-search-box .search-module-button:hover {
    opacity: .85;
}

.entry-header-menu {
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 4px 8px;
    font-size: 1.2rem;
}

a.entry-see-more {
    display: block;
    padding: 10px;
    margin-bottom: 2em;
    border: 1px solid #222;
    border-radius: 2px;
    color: #222;
    font-size: 1.4rem;
    text-align: center;
    text-decoration: none;
}

a.entry-see-more:hover {
    border: 1px solid #555;
    color: #555;
}

@media (min-width: 768px) {
    a.entry-see-more {
        display: block;
        line-height: 1.7em;
        width: 260px;
        margin: 0 auto 1.5em;
    }
}

.leave-comment-title {
    display: inline-block !important;
    margin-bottom: 20px;
    padding: .4em .8em;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #222;
    font-size: 1.3rem;
}

.adx-responsive-mode {
    margin-bottom: 3em;
}

.google-afc-image.test-google-rectangle-ads {
    margin-top: 2em;
    margin-bottom: 2.5em;
}

.footer-ad-rectangle {
    width: 960px;
    margin: 0 auto 5em;
}

.breadcrumb {
    font-size: 1.3rem;
    margin-bottom: 1em;
}

.breadcrumb-link {
    color: #222;
}

.breadcrumb-gt, .breadcrumb-child {
    color: #888;
}

@media (min-width: 1200px) {
    #top-box {
        width: 990px;
        margin: 0 auto;
    }
}

.pager-next a::after, .pager-prev a::after, .archive-module-hide-button::after, .archive-module-show-button::after {
    content: "";
    top: 50%;
    display: inline-block;
    position: absolute;
    width: 7px;
    height: 7px;
    margin-top: -3px;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
}

#container,
#footer {
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 768px) {
    #container,
    #footer {
        max-width: 700px;
        margin: auto;
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media (min-width: 1200px) {
    #container,
    #footer {
        width: auto;
        max-width: none;
        margin-left: 40px;
        margin-right: 40px;
    }
}

#content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

@media (min-width: 1200px) {
    #content-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        width: 960px;
        margin: 0 auto;
    }
}

@media (min-width: 1200px) {
    #wrapper {
        width: 650px;
    }
}

@media (min-width: 1200px) {
    #box2 {
        width: 240px;
    }
}
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImJvaWxlcnBsYXRlLmNzcyIsIi4uL3Njc3MvYm9pbGVycGxhdGUuc2NzcyIsIi4uL25vZGVfbW9kdWxlcy9ub3JtYWxpemUuY3NzL25vcm1hbGl6ZS5jc3MiLCIuLi9zY3NzL2xpYi9fY29yZS5zY3NzIiwiLi4vc2Nzcy9saWIvX3ZhcmlhYmxlLnNjc3MiLCIuLi9zY3NzL2xpYi9faGVhZGVyLnNjc3MiLCIuLi9zY3NzL2xpYi9fZm9vdGVyLnNjc3MiLCIuLi9zY3NzL2xpYi9fYWJvdXQuc2NzcyIsIi4uL3Njc3MvbGliL19hcmNoaXZlLnNjc3MiLCIuLi9zY3NzL2xpYi9fY29tbWVudC5zY3NzIiwiLi4vc2Nzcy9saWIvX2VudHJ5LnNjc3MiLCIuLi9zY3NzL2xpYi9fZW50cnlIZWFkaW5nLnNjc3MiLCIuLi9zY3NzL2xpYi9fZW50cnlGb290ZXIuc2NzcyIsIi4uL3Njc3MvbGliL19wYWdlci5zY3NzIiwiLi4vc2Nzcy9saWIvX3NpZGVuYXYuc2NzcyIsIi4uL3Njc3MvbGliL19idG4uc2NzcyIsIi4uL3Njc3MvbGliL19hZC5zY3NzIiwiLi4vc2Nzcy9saWIvX2JyZWFkY3J1bWIuc2NzcyIsIi4uL3Njc3MvbGliL19pY29uLnNjc3MiLCIuLi9zY3NzL2xpYi9fbGF5b3V0LnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsaUJBQWlCO0FDRWpCOzs7Ozs7RUFNRTtBQUVGLDJDQUFBO0FBRUE7Ozs7RUFJRTtBQUdGLG9FQUFZO0FDbkJaLDRFQUE0RTtBQUU1RTtnRkFDZ0Y7QUFFaEY7Ozs7R0FJRztBQUVIO0lBQ0Usa0JBQWlCO0lBQUcsT0FBTztJQUMzQiwyQkFBMEI7SUFBRyxPQUFPO0lBQ3BDLCtCQUE4QjtJQUFHLE9BQU87Q0FDekM7O0FBRUQ7Z0ZBQ2dGO0FBRWhGOztHQUVHO0FBRUg7SUFDRSxVQUFTO0NBQ1Y7O0FBRUQ7O0dBRUc7QUFFSDs7Ozs7O0lBTUUsZUFBYztDQUNmOztBQUVEOzs7R0FHRztBQUVIO0lBQ0UsZUFBYztJQUNk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O0lBQ2xCLE9BQU07SUFDTixTQUFRO0lBQ1IsdUJYYWU7SVdaZixtQkFBa0I7SUFDbEIsaUJBQWdCO0lBQ2hCLGtCQUFpQjtDQUNwQjs7QUFHRDtJQUNFLGVBQWM7SUFDZCxjQUFhO0lBQ2IsbUJBQWtCO0lBQ2xCLHVCWFZpQjtJV1dqQixtQkFBa0I7SUFDbEIsWVhaaUI7SVdhakIsa0JBQWlCO0lBQ2pCLG1CQUFrQjtJQUNsQixzQkFBcUI7Q0FXdEI7O0FBcEJEO0lBV0ksdUJYVlE7SVdXUixZWFhRO0NXWVQ7O0FBQ0Q7SUFkRjtRQWVJLGVBQWM7UUFDZCxtQkFBa0I7UUFDbEIsYUFBWTtRQUNaLHFCQUFvQjtLQUV2QjtDZjYxQ0E7O0FlMTFDRDtJQUNFLGlDQUFnQztJQUNoQyxvQkFBbUI7SUFDbkIsbUJBQWtCO0lBQ2xCLHVCWHJCaUI7SVdzQmpCLG1CQUFrQjtJQUNsQixZWG5DaUI7SVdvQ2pCLGtCQUFpQjtDQUNsQjs7QUMxQ0Q7SUFDRSxtQkFBa0I7Q0FDbkI7O0FBR0Q7SUFDRSxnQkFBZTtJQUNmLHFCQUFvQjtDQUNyQjs7QUFHRDtJQUNFLGFBQVk7SUFDWixtQkFBa0I7Q0FDbkI7O0FDaEJEO0lBQ0Usa0JBQWlCO0lBQ2pCLG1CQUFrQjtDQVFuQjs7QUFQQztJQUNFLFliR2U7Q2FGaEI7O0FBQ0Q7SUFFRSxZYkFhO0NhQ2Q7O0FBSUQ7SUFERjtRQUVJLGFBQVk7UUFDWixlQUFjO0tBRWpCO0NqQnk1Q0E7O0FhcjVDQztJS25CRSxZQUFXO0lBQ1gsU0FBUTtJQUNSLHNCQUFxQjtJQUNyQixtQkFBa0I7SUFDbEIsV0FBVTtJQUNWLFlBQVc7SUFDWCxpQkFBZ0I7SUFDaEIsMkJkRmU7SWNHZiw2QmRIZTtDY0loQjs7QUNYSDs7SUFFRSxtQkFBa0I7SUFDbEIsb0JBQW1CO0NBYXBCOztBQVpDO0lBSkY7O1FBS0ksaUJBQWdCO1FBQ2hCLGFBQVk7UUFDWixvQkFBbUI7UUFDbkIscUJBQW9CO0tBUXZCO0NuQnM3Q0E7O0FtQjU3Q0M7SUFWRjs7UUFXSSxZQUFXO1FBQ1gsZ0JBQWU7UUFDZixrQkFBaUI7UUFDakIsbUJBQWtCO0tBRXJCO0NuQmc4Q0E7O0FtQjc3Q0Q7SUFDRSxxQkFBYTtJQUFiLHFCQUFhO0lBQWIsY0FBYTtJQUNiLDZCQUFzQjtJQUF0Qiw4QkFBc0I7UUFBdEIsMkJBQXNCO1lBQXRCLHVCQUFzQjtJQUN0QiwwQkFBOEI7UUFBOUIsdUJBQThCO1lBQTlCLCtCQUE4QjtDQU0vQjs7QUFMQztJQUpGO1FBS0ksK0JBQW1CO1FBQW5CLDhCQUFtQjtZQUFuQix3QkFBbUI7Z0JBQW5CLG9CQUFtQjtRQUNuQixhQUFZO1FBQ1osZUFBYztLQUVqQjtDbkJrOENBOztBbUJoOENDO0lBREY7UUFFSSxhQUFZO0tBRWY7Q25CbThDQTs7QW1CajhDQztJQURGO1FBRU0sYUFBWTtLQUVqQjtDbkJvOENBIiwiZmlsZSI6ImJvaWxlcnBsYXRlLmNzcyJ9 */
/* </system> */

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


/* </system> */

h3 a {
    color: #293030 !important;
    text-decoration: none !important;
}
h3 a:hover {
    text-decoration: none;
}

#main h2 {
    padding: 0.5em 1em;
    font-weight: bold;
    color: #586767;
    background-color: #d2eeec;
    border-radius: 5px;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 33%);
}

#main h3 {
    padding: 0.5em 1em;
    margin: 1em 0;
    background: #f4f4f4;
    border-left: solid 6px #5bb7ae;
    border-radius: 5px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
}

#main h4 {
    border-bottom: solid 3px #5bb7ae;
}

#main strong {
    background: linear-gradient(transparent 70%, #fdfdb7 70%);
}

.entry-content h2::before {
    border-left: none;
}

.embed-card.embed-blogcard{
    max-width: 100% !important;
}

.youtube-wrap {
  padding: 30px 0;
  text-align: center;
  background-color: #000;
  margin-bottom: 6px;
}
.youtube {
  vertical-align: bottom;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  height: 270px;
  overflow: hidden;
}
.youtube:before, .youtube:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
}
.youtube:before {
  width: 64px;
  height: 44px;
  background-color: #cc181e;
  margin: -22px 0 0 -32px;
  border-radius: 12px;
  z-index: 2;
  opacity: .9;
  transition: all .3s;
}
.youtube:after {
  margin: -10px 0 0 -8px;
  border: solid 10px transparent;
  border-right: solid 18px transparent;
  border-left: solid 18px #fff;
  z-index: 3;
}
.youtube img {
  position: relative;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  vertical-align: bottom;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  cursor: pointer;
}

.embed-html-box{box-sizing:border-box;display:block;width:100%;font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;background-color:#fff}.embed-html-box>p{display:table-cell!important}.embed-html-box p{margin:0;padding:0}.embed-html-box a{position:relative;width:100%;display:table;vertical-align:middle;padding:20px;border:1px solid #ddd}.embed-html-box a:after{content:'';clear:both}.embed-html-box_image{width:150px;display:table-cell}.embed-html-box_image img{width:100%;-webkit-background-size:cover;-o-background-size:cover;background-size:cover;background-position:center center}.embed-html-box_meta{display:table-cell;vertical-align:top;padding:0 0 0 20px;line-height:1.25}.embed-html-box_meta.no-image{padding:0}.embed-html-box_title q{color:#363636;font-size:16px;font-weight:700;line-height:1.6;letter-spacing:0;text-shadow:none;z-index:15;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.embed-html-box_description q{margin-top:8px;color:#363636;font-size:12px;line-height:1.5;letter-spacing:0;text-shadow:none;z-index:15;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.embed-html-box_description q:after,.embed-html-box_description q:before,.embed-html-box_title q:after,.embed-html-box_title q:before{display:none}@media screen and (max-width:480px){.embed-html-box a{padding:10px}.embed-html-box_image{width:80px}.embed-html-box_meta{padding:0 0 0 10px}.embed-html-box_title q{font-size:14px}.embed-html-box_description q{margin-top:4px}}

.box28 {
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px;
    border: solid 2px #78b7e4;
}
.box28 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #78b7e4;
    color: #ffffff;
    font-weight: bold;
}
.box28 p {
    margin: 0; 
    padding: 0;
}


.box28-gold {
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px;
    border: solid 2px #CBA267;
}
.box28-gold .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #CBA267;
    color: #ffffff;
    font-weight: bold;
}
.box28-gold p {
    margin: 0; 
    padding: 0;
}

.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #5bb7ae;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #5bb7ae;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}

.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #f0f1f1;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}

.appreach{
  border:3px solid #eee;
}
.appreach{
  text-align: left;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 25px;
  border-radius:20px;
  overflow: hidden;
  background: #f1f1f1;
  box-shadow: 0 2px 4px rgb(0 0 0 / 22%);
}
.appreach:after {
  content: "";
  display: block;
  clear: both;
}
.appreach img,
.appreach p {
  margin: 0;
  padding:0;
}
.appreach a:after {
  display: none;
}
.appreach__icon {
  float: left;
  border-radius: 10%;
  overflow: hidden;
  margin: 0 3% 0 0 !important;
  width: 25% !important;
  height: auto !important;
  max-width: 120px !important;
}
.appreach__detail {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  width: 72%;
  max-width: 72%;
}
.appreach__detail:after {
  content: "";
  display: block;
  clear: both;
}
p.appreach__name {
  font-size: 16px;
  color:#555;
  padding-bottom:10px;
  font-weight:bold;
  line-height: 1.5em !important;
  max-height: 3em;
  overflow: hidden;
}
.appreach__info {
  font-size: 12px !important;
  color:#888;
}
.appreach__info a{
  color:#aaa;
}
.appreach__developper, .appreach__price {
  margin-right: 0.5em;
}
.appreach__posted a {
  margin-left: 0.5em;
}
.appreach__links {
  float: left;
  height: 40px;
  margin-top: 15px;
  white-space: nowrap;
}
.appreach__aslink img {
  margin-right: 10px;
  height: 40px;
  width: 135px;
}
.appreach__gplink img {
  height: 40px;
  width: 134.5px;
}
@media only screen and (max-width: 786px){
.appreach{
  margin:20px 0;}
.appreach__info {
  font-size: 11px !important;}
p.appreach__name {
  font-size: 15px;}}

.hulu-btn-square-shadow {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #6a3;
  color: hsla(0,0%,100%,.88) !important;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
  width: 90%;
}
.hulu-btn-square-shadow:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}

.amazonmusic-btn-square-shadow {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #232f3e;
  color: hsla(0,0%,100%,.88) !important;
  border-bottom: solid 4px #232f3e;
  border-radius: 3px;
  width: 90%;
}
.amazonmusic-btn-square-shadow:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}

.sticky{
  margin-bottom: -10000px;
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  }

.images-row {
  margin: 20px;
}

.balloon2 {
  position: relative;
  display: inline-block;
  margin: 0.5em 20px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #78b7e4;
  box-sizing: border-box;
  border-radius: 10px;
}

.balloon2:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.balloon2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #78b7e4;
  z-index: 1;
}

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

.entry-content .table-of-contents {
border-top:2px solid silver; /* 目次枠線太さと色 */
border-left:2px solid silver;
border-right:2px solid silver;
border-bottom:2px solid silver;
background:#fff; /* 目次内背景色 */
}

.entry-content .table-of-contents::before {
display:block;
content:”C o n t e n t s”;
font-size: 20px;/* 文字サイズ */
color:silver; /*文字の色 */
font-weight: bold; /* 太字 */
text-align:center; /* 中央寄せ */
border-bottom: 2px dashed silver; /* 目次内境界線の太さと色下線 */
}

.entry-content .table-of-contents li {
    margin: .2em 0 1em 1em;
    list-style-type: decimal;
    line-height: 1.6em;
    font-weight: bold;
    color: #119e4d;
    font-size: 110%;
}
.entry-content .table-of-contents li ul {
    margin: 0 0 1em .5em;
    padding: 0;
}
.entry-content .table-of-contents li ul li {
    margin: .2em 0 0 1em;
    list-style-type: disc;
    font-weight: normal;
    font-size: 100%;
}
.entry-content .table-of-contents li ul li ul li {
    font-size: 90%;
}

ul.table-of-contents a{ 
text-decoration: none; /* リンク下線なし */
}

.hi-mkj {
display: inline-block;
position: fixed;
bottom: 20px;
right: 13px;
height: 60px;
width: 60px;
line-height:60px;
text-align: center;
opacity: 0.7;
border-radius: 50%;
z-index: 5;
text-decoration: none!important;
background: #fff!important;
border: 1px solid #5bb7ae;
color: #5bb7ae!important;
}
.hi-mkj:after {
content: "目次へ";
position: absolute;
top: 15px;
left: 14px;
font-size: 10px;
font-weight: bold;
}
.hi-mkj:before {
font-family: "Font Awesome 5 Free";
content: "\f0ca";
position: absolute;
top: -2px;
left: 17px;
font-size: 26px;
margin-top: -3px;
font-weight: bold;
}

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

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

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

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


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


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

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

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

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

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

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

.checklist01 ul {
  border: solid 2px #ffb03f;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

.checklist01 ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;/*ポチ消す*/
}

.checklist01 ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #ffb03f; /*アイコン色*/
  font-weight: bold;
}

.checklist02 ul {
  border: solid 2px #ff938b;
  padding: 0 0.5em;
  position: relative;
}

.checklist02 ul li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.4em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
}

.checklist02 ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";/*アイコン種類*/
  position: absolute;
  left : 0.5em; /*左端からのアイコンまで*/
  color: #ff938b; /*アイコン色*/
  font-weight: bold;
}

.checklist02 ul li:last-of-type {
  border-bottom: none;
}

.checklist03 ul {
  border: solid 2px #668ad8;
  padding: 0 0.5em;
  position: relative;
}

.checklist03 ul li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.4em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
}

.checklist03 ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";/*アイコン種類*/
  position: absolute;
  left : 0.5em; /*左端からのアイコンまで*/
  color: #668ad8; /*アイコン色*/
  font-weight: bold;
}

.checklist03 ul li:last-of-type {
  border-bottom: none;
}

.checklist04 ul {
  border: solid 2px skyblue;/*線の設定*/
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

.checklist04 ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}

.checklist04 ul li:before {
  
  font-family: "Font Awesome 5 Free";
  content: "\f075";/*アイコンの種類*/
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: skyblue; /*アイコン色*/
  font-weight: bold;
}

.checklist05 ul {
  box-shadow :0px 0px 3px silver;
  border: solid 1px whitesmoke;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
  background: #fafafa;
  margin: 0 0 1em 0;
}

.checklist05 ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}

.checklist05 ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: gray; /*アイコン色*/
  font-weight: bold;
}

.sub-head {
    font-weight: bold;
    border-bottom: dashed 2px #5bb7ae;
    /*font-size: 110%;*/
}

.sub-head-solid {
    font-weight: bold;
    border-bottom: solid 3px #5bb7ae;
    /*font-size: 110%;*/
}

@media(max-width: 786px) {
    .qr {
        display: none !important;
    }
}

.onkure-table {
    display: inline-table !important;
    table-layout: fixed !important;
    width: 100% !important;
}

.onkure-table tbody {
    text-align: center;
    vertical-align: middle;
}

.onkure-table caption {
    text-align: center;
}

.onkure-table img {
    border-radius: 10%;
}

.onkure-table  th {
    background: #ff938b !important;
    color: #ffffff !important;
}

.onkure-table  td {
    padding: 15px !important;
}

.onkure-table  th, .onkure-table  td {
    border: 1px solid silver !important;
}

.chevronlist01 ul {
  border: solid 2px skyblue;
  border-radius: 5px;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

.chevronlist01 ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}

.chevronlist01 ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";/*アイコンの種類*/
  position: absolute;
  left : 1em;/*左端からのアイコンまでの距離*/
  color: skyblue;/*アイコン色*/
  font-weight: bold;
}

.scroll table{
width:100%;
}
.scroll{
overflow: auto;　　　　/*tableをスクロールさせる*/
white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
}
.scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}
.scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}

.pr-attention {
    background-color: #f7f7f7;
    border-radius: 4px;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 12px;
    padding-right: 12px;
    color: #6b7377;
}

.pr-attention .pr-icon:before {
    content: "\f06a";
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
}

.pr-attention .pr-text {
margin-left: 5px;
}

.rate {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 20px;
  font-size: 20px;
}
.rate:before, .rate:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '★★★★★';
  display: inline-block;
  height: 20px;
  line-height: 20px;
}
.rate:before {
  color: #ddd; /*星色*/
}
.rate:after {
  color: #ffa500;
  overflow: hidden;
  white-space: nowrap; /*重要*/
}

.rate00:after{width: 0;}
.rate05:after{width: 10px;}
.rate10:after{width: 20px;}
.rate15:after{width: 30px;}
.rate20:after{width: 40px;}
.rate25:after{width: 50px;}
.rate30:after{width: 60px;}
.rate35:after{width: 70px;}
.rate40:after{width: 80px;}
.rate45:after{width: 90px;}
.rate50:after{width: 100px;}
.rate-text {font-size: 17px;}

/*--------------------------------------
  カード型_01
--------------------------------------*/
.l-wrapper_dmmtv {
  margin: 1rem auto;
  width: 95%;
}

.l-wrapper_dmmtv:hover {
  transform: translateY(-3px);
  box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
  transition: all .5s;
}

.card_dmmtv {
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, .16);
  color: #212121;
  text-decoration: none;
  border: solid;
  border-color: #F5CD00;
}

.card__header_dmmtv {
  display: flex;
  flex-wrap: wrap;
}

.card__title_dmmtv {
  padding: 1rem 1.5rem 0;
  font-size: 1.6rem;
  order: 1;
  margin-bottom: 0.6rem;
  font-weight: bold;
  text-decoration: none;
}

.card__thumbnail_dmmtv {
  margin: 0;
  order: 0;
  width: 100%;
}

.card__image_dmmtv {
  width: 100%;
}

.card__body_dmmtv {
  padding: 0 1.5rem;
}

.card__text_dmmtv {
  font-size: .8rem;
  text-align:center;
  text-decoration: none;
	padding-bottom: 0;
}

.card__text2_dmmtv {
  font-size: .8rem;
  margin-top: 0;
  margin-bottom: 2rem;
}

.card__text_dmmtv + .card__text_dmmtv {
  margin-top: .5rem;
}

.card__footer_dmmtv {
  padding: 1rem;
  border-top: 1px solid #ddd;
}

.button_dmmtv {
  display: inline-block;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
  text-align: center;
}

.button_dmmtv a {
  text-decoration: none;
}

.button_dmmtv.-compact {
  width:90%;
  padding: .5rem 1rem;
  border-radius: .25rem;
  background-color: #F5CD00;
  color: #0C0A00;
  font-weight: bold;
	text-decoration: none;
}

.microcopy_dmmtv {
    text-align: center;
    font-size: 80%;
    font-weight: bold;
}

.button_dmmtv.-compact:hover,
.button_dmmtv.-compact:focus {
  background-color: #f5cd00c4;
  color: #0C0A00;
  width:90%;
}

#stoc-module {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#stoc-module.tracking {
  margin-bottom: 0;
}
#stoc-module.fixed {
  position: fixed;
}
#stoc-module.absolute {
  position: absolute;
}
#stoc-module.sticky {
  position: -webkit-sticky;
  position: sticky;
}
#stoc-module.fade-in {
  animation: fadeIn 300ms;
}
@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}

#stoc {
  overflow-y: auto;
}
#stoc.shadow {
  /* Shadows */
  background:
    radial-gradient(farthest-side at top, rgba(0,0,0,.17), transparent) top / 100% 11px,
    radial-gradient(farthest-side at bottom, rgba(0,0,0,.17), transparent) bottom / 100% 11px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
#stoc ol {
  margin: 0;
  padding: 0 0 0 1em;
  list-style-type: none;
}
#stoc > ol {
  padding-left: 0;
}
#stoc.shadow > ol {
  /* Shadow covers */
  background:
    linear-gradient(#fff 30%, transparent) top / 100% 40px,
    linear-gradient(transparent, #fff 70%) bottom / 100% 40px;
  background-repeat: no-repeat;
  background-attachment: local;
  overflow-y: hidden;
}
#stoc li {
  /* margin: 3px 0; */
}
#stoc a {
  padding: 2px 2px 2px 6px;
  display: block;
  text-decoration: none;
  /* color: #777; */
}
#stoc:not(.touch) a:hover {
  background-color: rgba(0,0,0,.05);
  /* text-decoration: underline; */
  /* color: #222; */
}
#stoc .active {
  background-color: rgba(0,0,0,.05);
  /* color: #222; */
}

#stoc::-webkit-scrollbar {
  width: 8px;
  background: #ececec;
}
#stoc::-webkit-scrollbar-button {
  display: none;
}
#stoc::-webkit-scrollbar-thumb {
  background: #b1b1b1;
}

[tabindex="-1"]:focus {
  outline: 0;
}