/* <system section="theme" selected="26006613682001918"> */
@charset "UTF-8";

/*
  Theme: ruribitaki
  Author: machamochi
  Description:
  Responsive: yes
 */

/*! normalize.css v8.0.1 | 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 iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  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
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  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
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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 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
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  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 in Chrome and Safari on macOS.
 */

[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 Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

html,
body {
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic';
    color: #2f3131;
    background-color: #e3d8c7;
    line-height: 1.4;
}

a {
    color: #2f3131;
}

a:hover {
    color: #426e86;
}

a.keyword {
    text-decoration: none;
    border-bottom: 1px dotted #aaa;
    color: #555;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
}

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

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #426e86;
}

/* ヘッダ（グローバルヘッダ）
  グローバルヘッダの中はiframeですが、
  #globalheader-container に背景色や文字色を指定することでiframeの中にも色が反映されます。
*/
#globalheader-container {
    background-color: #2f3131;
    color: #f9f9ff;
}

/* container */
#container,
#footer {
    padding-left: 5px;
    padding-right: 5px;
}

@media (min-width: 768px) {
    #container,
    #footer {
        width: 720px;
        margin: auto;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    #container,
    #footer {
        width: 940px;
    }
}

/* 2カラムレイアウト */
#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;
    background-color: #f8f1e5;
}

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

@media (min-width: 768px) {
    #wrapper {
        width: 480px;
    }
}

@media (min-width: 992px) {
    #wrapper {
        width: 600px;
    }
}

@media (min-width: 768px) {
    #box2 {
        width: 200px;
    }
}

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

/* ヘッダ */
#blog-title {
    background-color: #426e86;
}

@media (min-width: 768px) {
    #blog-title {
        text-align: left;
        background-color: #426e86;
    }
}

#title {
    font-size: 1.8rem;
    color: #f9f9ff;
    margin: 0 0 0 20px;
    padding: 15px 0 5px 0;
}

@media (min-width: 992px) {
    #title {
        font-size: 1.8rem;
        margin: 0 0 0 20px;
        padding: 15px 0 5px 0;
    }
}

#title a {
    color: #f9f9ff;
}

#blog-description {
    font-weight: normal;
    font-size: .8rem;
    margin: 0;
    margin-right: 10px;
    padding-bottom: 5px;
    text-align: right;
    color: #ddd;
}

/* ヘッダ画像を設定したとき */
.header-image-enable #blog-title {
    margin: 0 0;
}

.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;
}

.header-image-enable #blog-title-content {
    margin-left: 10px;
    margin-right: 10px;
}

.header-image-enable #blog-description {
    color: #eee;
    margin-left: 25px;
}

/* タイトル下HTML */
/*
#top-editarea {
}
*/

/* パンくず（カテゴリー、記事ページで表示されます） */
.breadcrumb {
    font-size: .9rem;
    background-color: #f8f1e5;
}

.breadcrumb-inner {
    padding: 5px 0 5px 10px;
}

.page-entry .breadcrumb {
    margin-bottom: 0px;
}

/* entry */
.entry {
    position: relative;
    margin-bottom: 4em;
}

.entry-header {
    margin: 0 10px 5px 10px;
    border-bottom: 2px solid #426e86;
    position: relative;
}

.date {
    margin-top: 15px;
    margin-bottom: .5em;
    text-align: center;
    font-size: 1rem;
    color: #2f3131;
}

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

.date a:hover {
    text-decoration: underline;
}

.entry-title {
    margin: 0 0 .2em 5px;
    color: #2f3131;
    font-size: 1.3rem;
}

.entry-title a {
    color: #2f3131;
}

@media (min-width: 992px) {
    .entry-title {
        margin: 0 0 .2em 5px;
        color: #2f3131;
        font-size: 1.3rem;
    }
}

.categories {
    margin: 3px 5px 1px 0;
    font-size: .9rem;
    text-align: right;
}

.categories a {
    text-decoration: none;
}

.entry-category-link {
    border: 1px solid #bbb;
    border-radius: 3px;
    padding: 1px 5px;
}

.archive-category-link {
    border: 1px solid #bbb;
    border-radius: 3px;
    padding: 1px 3px;
}

/* 「編集する」ボタン */
.entry-header-menu {
    position: absolute;
    top: 0;
    right: 0;
    font-size: .9rem;
}

/* 記事内の書式 */
.entry-content {
    margin: 0 15px;
}

.entry-content p {
    font-size: .9rem;
}

.entry-content img,
.entry-content video {
    height: auto;
    width: 98%;
}

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

.entry-content h1 {
    font-size: 1.3rem;
}

.entry-content h2 {
    font-size: 1.2rem;
}

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

.entry-content h4 {
    font-size: 1rem;
}

.entry-content h5 {
    font-size: .9rem;
}

.entry-content h6 {
    font-size: .8rem;
}

.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 #2f3131;
    padding: 5px 10px;
}

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

.entry-content blockquote {
    border: 3px double #2f3131;
    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.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: #f5f5f5;
    border-radius: 3px;
}

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

.entry-content .table-of-contents {
    position: relative;
    padding: 3em 1em 1em 2em;
    margin: 2em 1em;
    border: 1px solid #2f3131;
    font-size: .9rem;
    width: 60%;
    list-style-type: decimal;
}

.entry-content .table-of-contents::before {
    content: "もくじ";
    font-size: 1rem;
    font-weight: bold;
    border-bottom: 1px solid #426e86;
    position: absolute;
    top: 10px;
    left: 15px;
}

/* 記事下 */
.entry-footer .social-buttons {
    margin: 1em 1em;
}

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

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

/* コメント */
.comment-box {
    margin: 1em 1em;
}

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

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

.comment-box .entry-comment {
    padding: 10px 0 10px 60px;
    border-bottom: 1px dotted #426e86;
    position: relative;
}

.comment-box .entry-comment:first-child {
    border-top: 1px dotted #426e86;
}

.comment-box .read-more-comments {
    padding: 10px 0;
}

.comment-box .hatena-id-icon {
    position: absolute;
    top: 10px;
    left: 5px;
    width: 50px !important;
    height: 50px !important;
    border: 1px solid #777;
    border-radius: 3px;
}

.comment-user-name {
    margin: 0 0 .2em 5px;
    font-weight: bold;
}

.comment-content {
    margin: 0 0 .4em 5px;
    word-wrap: break-word;
    color: #555;
    font-size: .9rem;
}

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

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

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

.leave-comment-title {
    padding: .5em .8em;
    font-size: .85rem;
    border: 1px dotted #426e86;
    border-radius: 3px;
}

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

/* サイドバーモジュール */
.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-top: 15px;
    margin-bottom: .6em;
    padding-bottom: .2em;
    padding-left: 5px;
    border-bottom: 1px dotted #426e86;
    font-size: 1.2rem;
    font-weight: bold;
}

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

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

.archive-module-calendar {
    margin: 0 10px 0 5px;
}

/* Profile module */
.hatena-module-profile .profile-icon {
    float: left;
    margin: 0 10px 10px 10px;
    border: 1px solid #2f3131;
}

.hatena-module-profile .id {
    display: block;
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: .5em;
}

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

/* urllist module */
.hatena-urllist {
    list-style: none;
    margin: 0 10px 0 5px;
    padding: 0;
    line-height: 1.2;
}

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

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

.hatena-urllist li a {
    text-decoration: none;
}

.hatena-urllist li a:hover {
    text-decoration: underline;
}

.hatena-urllist .urllist-category-link {
    font-size: .7rem;
    padding: .1em .3em;
}

.hatena-urllist .urllist-date-link a {
    color: #999;
}

.hatena-urllist .urllist-entry-body {
    margin-top: .3em;
}

.urllist-title-link {
    font-size: 100%;
}

.hatena-module-archive .hatena-urllist {
    padding-left: 0;
    margin-left: 10px;
}

/* Search module */
.hatena-module-search-box .search-form {
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 95%;
    -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;
    color: #2f3131;
    background: none;
    border: none;
    outline: none;
    height: 20px;
}

.hatena-module-search-box .search-module-button {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Esearch%3C/title%3E%3Cpath d='M16.7,15l-3.4-3.3h-.1a5.4,5.4,0,0,0,.9-3.1,5.6,5.6,0,1,0-5.6,5.6,5.4,5.4,0,0,0,3.1-.9.1.1,0,0,0,.1.1L15,16.7a1.1,1.1,0,0,0,.8.3,1.6,1.6,0,0,0,.9-.3,1.4,1.4,0,0,0,0-1.7M8.5,12.3A3.8,3.8,0,0,1,4.8,8.5,3.8,3.8,0,0,1,8.5,4.7a3.9,3.9,0,0,1,3.8,3.8,3.8,3.8,0,0,1-3.8,3.8'/%3E%3Crect class='a' width='20' height='20'/%3E%3C/svg%3E") 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;
}

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

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

/* Archive */
.archive-header-category {
    text-align: center;
}

.archive-heading {
    text-align: center;
    font-size: 1.3rem;
}

.archive-entry-header {
    margin: 25px 10px 0 10px;
    border-bottom: 2px solid #426e86;
    position: relative;
}

.page-archive .archive-entry {
    margin-top: 15px;
    margin-bottom: 1em;
    line-height: 1.3;
    color: #2f3131;
}

.page-archive .entry-title {
    margin: 0 0 .2em 5px;
    color: #2f3131;
    font-size: 1.3rem;
}

.page-archive .entry-thumb {
    width: 80px;
    height: 80px;
    background-size: cover;
    margin-top: 15px;
    margin-left: 15px;
}

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

.page-archive .entry-description {
    margin-top: 15px;
    margin-right: 15px;
    margin-left: 15px;
    font-size: .9rem;
}

@media (min-width: 768px) {
    .page-archive .entry-description {
        font-size: .9rem;
    }
}

.page-archive .categories {
    margin: 5px 15px 0 0;
    font-size: .9rem;
    text-align: right;
}

.archive-entry-tags-wrapper {
    margin-left: 15px;
}

.page-archive .social-buttons {
    display: block;
    margin-top: .3em;
    margin-left: 15px;
}

/* footer */
#footer {
    padding-top: 20px;
    padding-bottom: 5px;
    text-align: center;
    font-size: .8rem;
    color: #f9f9ff;
    background-color: #426e86;
}

#footer a {
    color: #f9f9ff;
}

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

.footer-address {
    font-size: 1rem;
}

.footer-address a {
    text-decoration: none;
}

.google-afc-image {
    margin-left: 15px;
}

.hatena-star-container {
    margin-left: 15px;
}

.star-navigation-tooltip {
    margin-left: 15px;
}

.hatena-follow-button-box {
    margin-left: 10px;
}

.entry-tags-wrapper {
    margin-left: 15px;
}

/* メインメニュー */

.main-menu-inner {
    background-color: #2f3131;
}

.main-menu-inner ul {
    overflow: hidden;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.main-menu-inner li {
    float: none;
    padding: 3px 0 3px 50px;
    font-size: .9rem;
    color: #cdbea7;
}

@media (min-width: 768px) {
    .main-menu-inner li {
        float: left;
        padding: 3px 0 3px 50px;
        font-size: .9rem;
        color: #cdbea7;
    }
}

.main-menu-inner li a {
    color: #cdbea7;
    text-decoration: none;
}

.main-menu-inner li a:hover {
    color: #fff;
    text-decoration: none;
}
/* </system> */

/* <system section="background" selected="bg21"> */
body{ background-color:#f3f3f3; background-image:url(https://cdn.blog.st-hatena.com/images/theme/backgrounds/theme21.png?version=e188786e2b08cd65ca6269e5823770); background-repeat:repeat; background-attachment:scroll; }
/* </system> */


.profile-icon{
border-radius: 50%;
border:2px solid #009688;
}

.nomadBtn_deco5 a {
  display: inline-block;
  text-align: center;
  background: #5E8B6D;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: .8em 2.5em;
  margin: 15px 0;
  border-radius: 4px;
  border-bottom: 4px solid #426A4F;
}
.nomadBtn_deco5 a:active {
  transform: translateY(4px);
  border-bottom: none;
  background: #426A4F;
}
.nomadBtn_deco5 a:hover {
  color: #FFF;
}

.nomadBtn_deco1 a {
  display: inline-block;
  max-width: 180px;
  text-align: left;
  border: 2px solid #55A8DC;
  color: #55A8DC;
  text-decoration: none;
  font-weight: bold;
  padding: .8em 2.5em;
  margin: 15px 0;
  border-radius: 4px;
  transition: .4s;
}
.nomadBtn_deco1 a:hover {
  background-color: #55A8DC !important;
  border-color: #55A8DC;
  color: #FFF;
  opacity: 1 !important;
}



/* ヘッダー画像をスマホでも正常に表示 */
@media (max-width:480px) {
.header-image-only #blog-title {
height: 70px;
}
.header-image-only #blog-title #blog-title-inner {
background-size: cover;
height: 75px;
}
}
 #blog-title {
    margin: 0 auto;
    padding: 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 #ddd;
  box-shadow: 0 3px 8px -2px rgba(0,0,0,.16);
  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 #ddd;
  border-bottom: 2px solid #ddd;
  background-color: #fff;
  z-index: 2;
}
.entry-content .l-fuki::before {
  right: -7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.entry-content .r-fuki::before {
  left: -7px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.entry-content .l-fuki::after,
.entry-content .r-fuki::after {
  position: absolute;
  content: "";
  width: 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;
  }
}
.chimoto2::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/kuwagatamikke/20220904/20220904112840_120.jpg);}

.entry-content h3 {
  padding: 6px 10px;
  border-left: 8px solid #29b6b7;
  border-bottom: 1px solid #29b6b7;
  color: #333;
  line-height: 1.5;
  background-color: #f5f5f5;
}
.nav>ul {
  padding: 0;
  margin: 0;
  width: 100%;
  margin-bottom: 0px;
  display: block;
  overflow: hidden;
}
.nav>ul>li {
  box-sizing: border-box;
  width: calc(100% / 5);
  height: 30px;
  line-height: 30px;
  background: linear-gradient(#2F4F4F, #4b7373, #2F4F4F);
  border-left: 1px solid white;
  color: white;
  float: left;
  list-style-type: none;
  text-align: center;
  position: relative;
  transition: box-shadow .3s ease-in-out;
}
.nav>ul>li:first-child() {
  border-left: 0;
}
.nav>ul>li:hover {
  box-shadow: 0 0 50px 25px #993300 inset;
}
.nav>ul>li>a {
  color: white;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* -----見出し１------ */
h2 {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #7db4e6;/*左線*/
}
a { text-decoration: none; }
/* サイドバータイトル  */
.hatena-module-title {
    position: relative;
    color: #2F4F4F;/* 文字色 */
    font-size: 120%;/* 文字サイズ */
    font-weight: bold;/* 太字 */
    margin-bottom: 15px;/* 下余白 */
    padding: .25em 0 .25em .5em;
    font-family: 'Lucida Grande', 'segoe UI', Verdana, Arial, sans-serif;/* フォント指定 */
    border-bottom: 4px double #47a89c;/* 下線 */
}

.hatena-module-title::before {
    content:"\f004";
    font-family: blogicon;
}
/* フッター */
#bottom-editarea {
    width: 100%;
    margin: 0 auto;
    background: #7f8c8d;
    padding: 0;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#footer {
    text-align: center;
    color: #fff;
    background: #2F4F4F;
    width: 100%;
    margin: 0;
    padding: 2em 40px 1em 40px;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
    text-align: center;
    font-size: 80%;
}
/* 表 */
.entry-content table {
width:fixed; /* 大きさを自動に */
}
.entry-content table caption{ /* タイトル */
font-size: 5px; /* 文字の大きさ */
padding: 0px; /* 文字周りの余白 */
}
.entry-content table th { /* 見出しセル */
border: 0.1px solid #F8F1E5; /* 線の太さ・種類・色コード */
background: #F8F1E5; /* 背景色 */
text-align: center; /* 中央揃え */
padding: 0em; /* 文字周りの余白 */
width:150px;/* 大きさを自動に */
white-space:nowrap; /* 文字を折り返さない */
}
.entry-content table td { /* 普通のセル */
border: 0.1px solid #F8F1E5; /* 線の太さ・種類・色コード */
padding: 0em; /* 文字周りの余白 */
width:150px;/* 大きさを自動に */
white-space:nowrap; /* 文字を折り返さない */
}

span.author.vcard {
display: none;

}

/* ページトップへ戻るボタン */
#pagetop {
position:fixed;
bottom:60px;
right:22px;
padding:3px 10px;
margin-bottom:env(safe-area-inset-bottom); /*iPhone対策*/
color:rgba(70,130,180,0.8);
background-color:rgba(70,130,180,0.1);
border: 2px solid rgba(70,130,180,0.8);
border-radius: 50%;
text-align:center;
font-size: 17px;
z-index: 10;
}
/* ページトップへ戻るボタン：ホバー時 */
#pagetop:hover{
background-color:rgba(70,130,180,0.3);
}
/*ボタン押下時にスルスル動くように設定*/
html{
scroll-behavior: smooth;
}

/*aboutページ、デフォdl（プロフィール〜読者までを囲うエリア）*/
.page-about dl {
    text-align: center;
    margin: 0;
}
/*aboutページ、デフォdt（プロフィール等のタイトル）*/
.page-about dt {
    text-align: center;
    font-weight: bold;
    font-size: 1.3em;
    color: #676F74;
    margin-bottom: 15px;
}
/*aboutページ、デフォdd→吹き出し風に*/
.page-about dd {
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 0.5em auto 1.5em;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #676F74;
    font-size: 16px;
    background: #FFF;
    border: solid 3px #676F74;
    box-sizing: border-box;
    border-radius: 10px;
}
.page-about dd:before{
	content: "";
	position: absolute;
	top: -23px;
	left: 50%;
 	margin-left: -15px;
	border: 12px solid transparent;
	border-bottom: 12px solid #FFF;
 	z-index: 2;
}
.page-about dd:after{
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
 	margin-left: -17px;
	border: 14px solid transparent;
	border-bottom: 14px solid #676F74;
 	z-index: 1;
}
/*aboutページ、読者数（＼99人／のところ）*/
.about-subscription-count {
 display: table;
 position: relative;
 padding: 0 30px;
 color: #676F74;
 font-size: 1.5em;
 font-weight: bold;
 line-height: 1;
 letter-spacing: 1px;
 margin: 12px auto;
}
.about-subscription-count:before,
.about-subscription-count:after {
 display: inline-block;
 position: absolute;
 top: 50%;
 width: 20px;
 height: 3px;
 border-radius: 3px;
 background-color: #676F74;
 content: "";
}
.about-subscription-count:before {
 left: 0;
 -webkit-transform: rotate(50deg);
   transform: rotate(50deg);
}
.about-subscription-count:after {
 right: 0;
 -webkit-transform: rotate(-50deg);
   transform: rotate(-50deg);
}
/*aboutページ、読者アイコン（拡大＆円形＆ふわっとアニメーション）*/
.page-about .entry-content img.profile-icon {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    margin: 4px 4px;
    transition: .3s;
}
.page-about .entry-content img.profile-icon:hover {
    box-shadow: 0 10px 20px -4px rgba(0,0,0,.25);
    transform: translateY(-3px);
}

.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); /*影の距離　ぼかし幅　色*/
}

.urllist-with-thumbnails li {
    transition: .3s; /*変化するまでの時間*/
}
.urllist-with-thumbnails:hover{	
    transform: translateY(-4px); /*上に4px移動*/
    box-shadow: 0 4px 4px rgba(0,0,0,.2); /*影の距離　ぼかし幅　色*/
}

html {
    scroll-behavior: smooth;
}


.authorb {
    margin: 2em 0;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
    overflow: auto
}
.authorb .author-name {
    font-size: 1.3em;
    padding: 4px;
    text-align: left;
    background: #2f4f4f !important;
    color: #fff;
    font-weight: bold !important;

}
.authorb p {
    padding: 3px 9px;
    margin: 0;
    padding-top:5px !important;
}
.authorb .http-image{
border-radius:15% !important;
padding-top:5px;
}
.authorb .authorimg{
background-size:cover;
padding-top:5px;
}

@media screen and (max-width: 500px) {
.authorb p {
font-size:0.85em !important ;
}
}

@media screen and (min-width: 501px) {
.authorb p {
font-size:1.0em;
}
}

.btn-square-pop {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  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;
}


 /* ----- トップからはてなスター非表示 オカン ----- */

	.page-index .star-container {
	  display: none;
	}
	
/*トップページのタグ非表示*/
.archive-entry-tags-wrapper {
display:none;
}

/* プロフィールの読者数表示を消す */
.subscription-count-box {
display:none!important ;
}

/***  オーソドックスなカード型デザイン  ***/
.page-archive .archive-entries {
    display: flex;
    flex-wrap: wrap;
}

.page-archive .archive-entries .archive-entry {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 0 0 5px;
    margin-bottom: 1.5em;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 0;
    transition: .25s ease-in-out;
}

.page-archive .archive-entries .archive-entry:hover {
    transform: translateY(-4px);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

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

.archive-entry-header {
    display: flex;
    flex-direction: column-reverse;
    order: 2;
    padding: 10px 16px 0;
    width: calc(100% - 32px);
}

.page-archive .archive-entries .entry-title {
    line-height: 1.5;
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.page-archive .entry-title a {
    font-size: 18px;
}

.page-archive .archive-entries .entry-thumb-link {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.page-archive .entry-thumb {
    background-size: cover;
    background-position: 50%;
    border-radius: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.page-archive .archive-entries .categories {
    order: 3;
    margin: 0;
    padding: 0 16px;
}

.page-archive .entry-thumb::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.1);
    opacity: 0;
    transition: .25s ease-in-out;
}

.page-archive .archive-entries .archive-entry:hover .entry-thumb::before {
    opacity: 1;
}

.archive-entry-body {
    display: none;
}