/* <system section="theme" selected="17680117126985357123"> */
@charset "utf-8";
/*
 Theme: sneakers
 Author: Tenman
 Responsive: yes
 Description:テーマ sneakers です。 [http://tenman.hatenablog.com/entry/2019/02/19/143529:title=テーマの説明]
*/

/**
 * 目次
 */

/**
*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
 * リンク　アンダーライン
 * 色と背景
 * 背景
 * アクセントカラー
 * カテゴリーリンク
 * アクセントカラー 2
 * コンディショナルなスタイル
 * 強調用配色クラス
 * コンディショナル ヘッダー画像　タイトル
 * ヘッダー画像のみのリンク要素
 * 枠線
 * ボタン
 * 要素
 * 投稿本文内の見出し
 * 続きを読む
 * 脚注
 * ページャー
 * モジュール
 * カテゴリーモジュール
 * Profile module, 執筆者リスト
 * カレンダー
 * 検索
 * 記事はありません
 * 目次
 * フォローボタン
 * フォトライフ
 * ブロックの左右よせ
 * embed card
 * フッター
 * header image
 * ヘッダー画像は、実画像サイズを引き延ばしているので、ぼやけるのが困るときには、以下の例を参考にカスタマイズしてください。
 * ヘッダー下　あり
 * 投稿　上下部
 * パンくず
 * コメント
 * About ページ
 * アーカイブ
 * コンテンツ左右のギャップ
 * テーマ　クラス
 * トップページへ戻る　ボタンの作成
 * サブブロックメニューの作成
 * 斜体（　メニューの i ボタン　）を カッコに変更
 * テーマによる、表示の調整
 * タイトル未入力
 * テーマレイアウトクラス
 * カラム数の変更
 * ダークモード
 */



/**
 * 色
 */

/* mark-blue mark-cool */
/* mark-yellow mark-notice */
/* mark-green mark-info */
/* mark-red mark-alert */

/**
 * リンクスタイル
 * IE11用
 */
a{
    /* ie11 */
    /* mark-blue mark-cool */
    color:rgba(52, 152, 219,1);
    text-decoration:none;
}
a:hover{
    /* ie11 */
    color:#1487bd;/* blue */
}
.pager a,
/*.entry-content a,*/
header a,
a.entry-title-link{
    /* ie11 */
    color:#454545;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    font-size:16px;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    overflow-x:hidden;

}
main {
    display: block;
}
body > div > div > header > div{
    overflow:hidden;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b, strong {
    font-weight: bolder;
}
code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
/* end normalize.css v8.0.1*/

/**
 * リンク　アンダーライン
 */

a.keyword{
    text-decoration: underline;
    text-decoration: underline dashed;
    text-decoration-color:#999;
}

.hatena-module-title a:hover {
    /* 19/3/21 アンダーライン　廃止 */
    /* text-decoration: underline; */
    /* text-decoration: underline solid;*/
}
.hatena-urllist li a:hover {
    text-decoration: underline;
    text-decoration: underline solid;
}

/**
 * 色と背景
 */

a:-webkit-any-link,
a:any-link,
a{
    /* mark-blue mark-cool */
    color:rgba(52, 152, 219,1);
    text-decoration:none;
    text-decoration-skip-ink:none;
}
a:hover{
    color:#1487bd;/* blue */
    text-decoration-color:#1487bd;
}
.pager a,
.entry-header-menu a,
.hatena-module-title a,
header a:-webkit-any-link,
header a:any-link,
a.entry-title-link{
    color:#454545;
    text-decoration:none;
}
body{
    color: #454545;
}
.comment-content,
.entry-footer .urllist-title-link,
.theme-subblock .theme-subblock-content,
.search-form{
    color: #454545;
    background:#fff;
}
.hatena-module-category .hatena-urllist li a{
    color: #454545;
}

/**
 * 背景
 * 他のブロックと区別が必要なブロック
 */

.hatena-urllist.urllist-with-thumbnails .urllist-item-inner:before,
.enable-top-editarea #top-editarea,
.scroll-top,
body > div > div > header > div, /* #blog-title-inner */
.entry-header-menu,
.entry-content pre,
.entry-content code {
    /* mark-blue mark-cool */
    background:rgba(52, 152, 219,.1);
}
.entry-content pre > code {
    background-color: transparent;
}
mark{
    background-color: #ffff8c;
}
.scroll-top{
    /* 例外：半透明は使えない */
    background-color: #f8f8ff;
    /* mark-blue mark-cool */
    border: 1px solid rgba(52, 152, 219,.5);
}

/**
 * アクセントカラー
 * 強調
 * 青系
 */

.hatena-module-category .hatena-urllist li,
.archive-entries .categories a,
.entry-header .categories a,
.hatena-module .urllist-category-link,
.entry-content .entry-see-more,
.leave-comment-title,
article.no-entry .entry-content,
.page-archive .archive-heading,
.entry-content table th {
    color:#454545;
    /* mark-blue mark-cool */
    background:rgba(52, 152, 219,.1);
    transition: all .3s;
}

/**
 * カテゴリーリンク
 * ホバー
 */

.hatena-module .urllist-category-link:hover,
.hatena-module-category .hatena-urllist li:hover,
.archive-entries .categories a:hover,
.entry-header .categories a:hover {
    color:#fff;
    /* mark-blue mark-cool */
    background:rgba(52, 152, 219,1);
}
.hatena-module-category .hatena-urllist li:hover a{
    background:transparent;
    color:#fff;
}

/**
 * アクセントカラー 2
 * メタデータ等、強調の必要がない
 * 明るい　グレー
 */

.breadcrumb-inner .breadcrumb-child:last-of-type,
.page-index .date a,
.page-entry .date a,
.archive-entries .date a,
.comment-metadata a,
.comment-metadata,
.hatena-urllist .urllist-date-link a,
.customized-header .entry-header-html a,
.customized-header .entry-footer-html a,
.footer-address a,
.services a,
.entry-date a,
.entry-footer-section a,
body > footer,
.entry-footer-section {
    color: #999;
}

/**
 * コンディショナルなスタイル
 * ヘッダー下、編集エリア
 * ヘッダー画像の有り無しにより、エリアの配色を変更
 */

.enable-top-editarea #top-editarea{
    /* mark-blue mark-cool */
    background:rgba(52, 152, 219,.3);
}
.header-image-enable.enable-top-editarea #top-editarea{
    background:#000;
    color:#fff;
}
.header-image-enable.enable-top-editarea #top-editarea > * {
    color:#fff;
}

/**
 * 強調用配色クラス
 */

.mark-stripe{
    color:#fff;
    background:repeating-linear-gradient( 45deg, #606dbc, #606dbc 10px, #465298 10px, #465298 20px );
    font-weight:bold;
}
.mark-stripe a{
    color:#fff;
}
.mark-blue,
.mark-cool{
    /* mark-blue mark-cool */
    background:rgba(52, 152, 219,.1);
}
.mark-yellow,
.mark-notice{
    /* mark-yellow mark-notice */
    background:rgba(163, 140, 8,.1);
}
.mark-green,
.mark-info{
    /* mark-green mark-info */
    background:rgba(22, 160, 133,.1);
}
.mark-red,
.mark-alert{
    /* mark-red mark-alert */
    background:rgba(231, 76, 60,.1);
}
p[class|="mark"]{
    padding:1em;
    box-sizing:border-box;
}
blockquote {
    border-left: 3px solid #454545;
}
.entry-content blockquote.mark-blue,
.entry-content blockquote.mark-cool {
    /* mark-blue mark-cool */
    border-left: 3px solid rgba(52, 152, 219,1);
}
.entry-content blockquote.mark-yellow,
.entry-content blockquote.mark-notice {
    /* mark-yellow mark-notice */
    border-left: 3px solid rgba(163, 140, 8,1);
}

.entry-content blockquote.mark-green,
.entry-content blockquote.mark-info {
    /* mark-green mark-info */
    border-left: 3px solid rgba(22, 160, 133,1);
}
.entry-content blockquote.mark-red,
.entry-content blockquote.mark-alert {
    /* mark-red mark-alert */
    border-left: 3px solid rgba(231, 76, 60,1);
}
.u-blue,
.u-cool {
    /* mark-blue mark-cool */
    background: linear-gradient(transparent 75%, rgba(52, 152, 219,.3) 25%);
}
.u-yellow,
.u-notice {
    /* mark-yellow mark-notice */
    background: linear-gradient(transparent 75%, rgba(163, 140, 8,.3) 25%);
}
.u-green,
.u-info {
    /* mark-green mark-info */
    background: linear-gradient(transparent 75%, rgba(22, 160, 133,.3) 25%);
}
.u-red,
.u-alert {
    /* mark-red mark-alert */
    background: linear-gradient(transparent 75%, rgba(231, 76, 60,.3) 25%);
}
.button.mark-blue,
.button.mark-cool{
    /* mark-blue mark-cool */
    color: rgba(52, 152, 219,1)
}
.button.mark-yellow,
.button.mark-notice{
    /* mark-yellow mark-notice */
    color:rgba(163, 140, 8,1);
}
.button.mark-green,
.button.mark-info{
    /* mark-green mark-info */
    color:rgba(22, 160, 133,1);
}
.button.mark-red,
.button.mark-alert{
    /* mark-red mark-alert */
    color:rgba(231, 76, 60,1);
}

/**
 * コンディショナル ヘッダー画像　タイトル
 * ヘッダーに、タイトルを含む場合、画像を薄暗く処理されます。
 *　気に入らないときには、以下の「画像を薄暗く処理 」のスタイルを削除できます。
 */

.page-about.header-image-enable #title a,
.page-entry.header-image-enable #title a,
.page-archive.header-image-enable #title a,
.page-index.header-image-enable #title a{
    color:#fff;
}
#blog-description{
    text-align:left;
    width: -moz-fit-content;
    width:fit-content;
}
.page-about.header-image-enable #blog-description,
.page-entry.header-image-enable #blog-description,
.page-index.header-image-enable #blog-description,
.page-archive.header-image-enable #blog-description{
    color:#fff;
}
@media all and (-ms-high-contrast:none){
    /* ie11 */
    .page-about.header-image-enable #blog-description,
    .page-entry.header-image-enable #blog-description,
    .page-index.header-image-enable #blog-description,
    .page-archive.header-image-enable #blog-description{
        text-align:center;
    }
}
.page-about.header-image-enable #blog-title #blog-title-inner:before,
.page-entry.header-image-enable #blog-title #blog-title-inner:before,
.page-archive.header-image-enable #blog-title #blog-title-inner:before,
.page-index.header-image-enable #blog-title #blog-title-inner:before{
    -webkit-transition: all 1s;
    transition: all 1s;
    background:rgba(0,0,0,.3);
}
.page-about.header-image-enable #blog-title #blog-title-inner:hover:before,
.page-entry.header-image-enable #blog-title #blog-title-inner:hover:before,
.page-archive.header-image-enable #blog-title #blog-title-inner:hover:before,
.page-index.header-image-enable #blog-title #blog-title-inner:hover:before{
    background:rgba(0,0,0,.5);
}

/**
 * ヘッダー画像のみのリンク要素
 * ヘッダー画像だけを表示した場合、タイトルリンク内が空になるため、リンク要素を
 * ヘッダー画像と同じサイズにして、画像をクリックするとトップページを表示できるようにします。
 */

.header-image-only #blog-title-content{
    height:100%;
    width:100vw;
    margin:0;
    padding:0;
}
.header-image-only #blog-title-content h1{
    height:100%;
    width:100vw;
    margin:0;
    padding:0;
}
.header-image-only #blog-title-content h1 a{
    display:block;
    width:100%;
    height:100%;
}

/**
 * 枠線
 */

article .entry-content [class|="theme-col"] > .border{
    outline:1px solid rgba(52, 152, 219,.3);
}
.archive-module-calendar-highlight{
    /* mark-blue mark-cool */
    border-bottom:3px solid rgba(52, 152, 219,.5);
}
mark{
    border: 1px solid rgba(0,0,0,.15);
}
.theme-subblock .theme-subblock-content,
.entry-header-menu, /* 投稿編集ボタン */
.archive-entries .categories a,
.entry-header .categories a,
.entry-content fieldset,
.entry-content table th,
.entry-content table td,
.hatena-module-category .hatena-urllist li,
.entry-content .entry-see-more,
.leave-comment-title,
.pager > span,
.search-form,
.hatena-module-search-box .search-form {
    /* mark-blue mark-cool */
    border: 1px solid rgba(52, 152, 219,.3);
}
.entry-content hr,
.comment-box .entry-comment:first-child {
    /* mark-blue mark-cool */
    border-top: 1px solid rgba(52, 152, 219,.3);
}
.entry-header,
.hatena-module-title,
.comment-box .entry-comment,
.page-about .entry-content dd {
    /* mark-blue mark-cool */
    border-bottom: 1px solid rgba(52, 152, 219,.3);
}
.hatena-module-title:before{
    content: '';
    /* mark-red mark-alert */
    /* 19/3/21 リンクがクリックできない　top:0 を bottom: -1px height:100% を height:1px */
    border-bottom: 1px solid rgba(231, 76, 60,1);
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 33%;
    height: 1px;
    display: block;
}

div.footnote,
.entry-content .table-of-contents {
    /* mark-blue mark-cool */
    border-top: 1px solid rgba(52, 152, 219,.3);
    border-bottom: 1px solid rgba(52, 152, 219,.3);
}

/**
 * ボタン
 */

.button{
    display:inline-block;
    padding: 0.6em 1em;
    font-size: 0.875rem;
    border-radius: 3px;
    font-weight: 700;
    border:1px solid;
    margin-right:1rem;
    vertical-align:middle;
    position:relative;
}
.button.mark-blue,
.button.mark-cool{
    /* mark-blue mark-cool */
    border:1px solid rgba(52, 152, 219,.5);
}
.button.mark-yellow,
.button.mark-notice{
    /* mark-yellow mark-notice */
    border:1px solid rgba(163, 140, 8,.5);
}
.button.mark-green,
.button.mark-info{
    /* mark-green mark-info */
    border:1px solid rgba(22, 160, 133,.5);
}
.button.mark-red,
.button.mark-alert{
    /* mark-red mark-alert */
    border:1px solid rgba(231, 76, 60,.5);
}

/**
 * 要素
 */

html{
    font-size:16px;
}
body{
    font-family: "-apple-system", "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
    line-height: 1.5;
    font-feature-settings: 'palt';
    font-kerning: auto;
}
code,
code,
kbd,
samp,
tt{
    font-family:'Osaka', 'Consolas', 'Courier New', 'Courier', 'MS Gothic', monospace;
    line-height:1.15;
}
h1,h2,h3,h4,h5,h6{
    margin-top:1.5rem;
    margin-bottom:.75rem;
    /* 19/3/21 line-height 設定もれ */
    line-height:1.15;
}
p{
    margin:1.5rem auto;
}
p:empty{
    display:none
}
i, cite, em, var, address, dfn{
    font-style:normal;
    font-weight:700;
}
mark{
    font-weight: normal;
    padding: 0 .2rem;
    font-style: inherit;
    margin: 0 .2rem;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
}
b{
    font-weight:700;
}
b b{
    /* 入れ子の、boldは、アンダーラインを追加します。 */
    text-decoration:underline;
    text-decoration-line: underline;
}
u{
    text-decoration:none;
    text-decoration-line: none;
    /* mark-green mark-info */
    background: linear-gradient(transparent 75%, rgba(22, 160, 133,.3) 25%);
}
u u{
    /* 入れ子の、uは、見かけを追加します */
    border-bottom:1px dashed #454545;
}
li{
    margin-top:.375rem;
    margin-bottom:.375rem;
}
dt{
    display:block;
    margin-top:.375rem;
    margin-bottom:.375rem;
}
dd{
    display:block;
    margin-top:.375rem;
    margin-bottom:.375rem;
}
body > div > div > header > div > div {
    /* #blog-title-content */
    width:720px;
    max-width:100%;
    box-sizing:border-box;
    margin-left:auto;
    margin-right:auto;
    margin-top:3rem;
    margin-bottom:3rem;
}

.page-index .hfeed > div > div > div,
.page-entry .hfeed > div > div > div{
    /* #main */
    margin-top:3rem;
}
.entry{
    width:720px;
    max-width:100%;
    box-sizing:border-box;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:3rem;
    line-height:1.5;
}
.entry-header {
    margin-bottom: 3em;
    position: relative;
}
.page-entry .entry-header .date{
    position:absolute;
    bottom:calc( .875rem * 1.15 * -1);
    left:0;
    right:0;
    width:8rem;
    margin-left:auto;
    margin-right:auto;
    background:#fff;
    text-align:center;
}
.page-entry .entry-header .date a{
    text-align:center;
}
.page-entry .entry-header .categories{
    margin:.375rem;
    margin-bottom:1rem;
}
.entry-title{
    font-size:2rem;
    margin-top:0;
    margin-bottom:0;
    /* 19/3/21 追加 */
    padding-bottom: 8px;
}
.entry-header-menu {
    /* 投稿編集ボタン */
    position: absolute;
    top: 0;
    right: 0;
    padding:0.437rem;
    display:flex;
    justify-content: center;
    align-items: center;
}
@media (min-width: 1125px) {
    .entry-header-menu {
        top: 0;
        left: -62px;
        width:40px;
        bottom:0;
    }
}
.categories {
    margin: 0.375rem 0;
    font-size: 0.875rem;
}
.categories a {
    margin-right: 0.1em;
}
.archive-entries .categories a,
.entry-header .categories a {
    display:inline-block;
    border-radius:3px;
    line-height:1.5rem;
    padding-left:.75rem;
    padding-right:.75rem;
    font-weight:700;
}
.date{
    font-size:.875rem;
    margin-bottom:.375rem;
    margin-top:0;
}
.page-archive:not(.page-archive-category) .date a{
    /* date archives */
    font-size:2rem;
    color:#454545;
    font-weight:700;
}
.page-archive:not(.page-archive-category) .archive-entry-header .entry-title{
    font-size:1.5rem;
}
.table-of-contents > li{
    font-weight:700;

}
.table-of-contents > li ul li{
    font-weight:normal;

}

/**
 * 投稿本文内の見出し
 * 見た目の調整
 */
.entry-content{
    /* 19/3/22 文字列折り返し　追加 */
    word-wrap:break-word;
    overflow-wrap:break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.entry-content h1{
    font-size:3rem;
}
.entry-content h2{
    font-size:2rem;
}
.entry-content h3{
    font-size:1.5rem;
}
.entry-content h4{
    font-size:1.125rem;
}
.entry-content h5{
    font-size:1.125rem;
}
.entry-content h6{
    font-size:1rem;
}
.entry-content div:not([class]),
.entry-content > ol,
.entry-content > ul,
.entry-content dl,
.entry-content aside,
.entry-content section{
    padding:0 1rem;
    margin:1.5rem auto;
}
.entry-content legend{
    padding-left:.75rem;
    padding-right:.75rem;
}
.entry-content blockquote {
    margin:1.5rem auto;
    padding:0 1.5rem;
}
.entry-content blockquote p:first-child {
    margin-top: 0;
}
.entry-content blockquote p:last-child {
    margin-bottom: 0;
}
.entry-content ul li ul,
.entry-content ol li ul,
.entry-content dd li ul,
.entry-content ul li ol,
.entry-content ol li ol,
.entry-content dd li ol {
    margin-bottom: 0;
}
.entry-content table {
    border-collapse: collapse;
    border-spacing: 0;
    margin:3rem auto;
    width: 100%;
    overflow: auto;
    display: table;
    font-size: 0.875rem;
    line-height:1.15;
}
.entry-content table th, .entry-content table td {
    padding: .857rem;
}
.entry-content pre {
    border: none;
    white-space: pre-wrap;
    font-size: 0.875rem;
    padding: 1rem;
}
.entry-content pre > code {
    margin: 0;
    padding: 0;
    white-space: pre;
    border: none;
}
.entry-content code {
    font-size: .875rem;
    margin: 0 .4rem;
    padding: 0px 5px;
    border-radius: 3px;
}
.entry-content hr {
    width: 50%;
    margin: 2em auto;
}
.entry-content img{
    max-width:100%;
}

/**
 * 続きを読む
 */

.entry-content .entry-see-more{
    padding: 0.6em 1em;
    font-size: 0.875rem;
    border-radius:3px;
    font-weight:700;
}
.leave-comment-title {
    padding: 0.6em 1em;
    font-size: 0.875rem;
    border-radius:3px;
    font-weight:700;
}

/**
 * 脚注
 */

a[name^="fn"]{
    vertical-align: super;
    margin-left:.3rem;
    margin-right:.3rem;
    font-size:.75rem;
}
.hatena-star-container{
    float:left;
}
.entry-footer .social-buttons {
    margin-bottom: .75rem;
    display:flex;
    flex-wrap:wrap;
}
.entry-footer .social-button-item{
    flex:0 0 auto;
    margin:0 .5rem 0;
}
.entry-footer-section {
    font-size: 0.875rem;
}
div.footnote{
    margin-top:3rem;
    margin-bottom:3rem;
    padding:1.5rem .75rem;
    font-size:.875rem;
}

/**
 * ページャー
 */

.pager {
    width:720px;
    max-width:100%;
    margin: 3em auto;
    display: flex;
    justify-content: space-between;
}
.pager > span{
    flex:1 0 40%;
    padding:1rem;
    text-align:center;
}
.pager > .pager-prev{
    margin-right:3px;
}
.pager > .pager-next{
    margin-left:3px;
}
.hatena-module {
    box-sizing: border-box;
    margin-bottom: 3em;
    font-size: 0.875rem;
    width:720px;
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
}
@media (min-width: 768px) {
    .hatena-module {
        font-size: 0.875rem;
    }
}

/**
 * モジュール
 */

.hatena-module-title {
    font-size: 1rem;
    font-weight: bold;
    position:relative;
}
.hatena-module-title a {
    text-decoration: none;
}
.hatena-module-body{
    margin-top:1rem;
    margin-bottom:1rem;
}

/**
 * カテゴリーモジュール
 */

.hatena-module-category .hatena-urllist{
    display:flex;
    flex-wrap:wrap;
    width:auto;
}
.hatena-module-category .hatena-urllist li{
    flex: 1 1 auto;
    z-index:2;
    list-style:none;
    display:inline-block;
    text-align:center;
    list-style:none;
    padding:0;
    margin:3px;
    border-radius: 3px;
}
.hatena-module-category .hatena-urllist li a{
    display:inline-block;
    width:auto;
    line-height: 1.5rem;
    padding-left: .75rem;
    padding-right: .75rem;
    font-weight: 700;
    margin:3px;
}

/**
 * Profile module, 執筆者リスト
 */

.hatena-module-authors-list .authors-user-icon,
.hatena-module-profile .profile-icon {
    float: left;
    margin: 0 10px 10px 0;
    border-radius: 50%;
}
.hatena-module-authors-list .authors-user-name,
.hatena-module-profile .id {
    display: block;
    font-weight: bold;
    margin-bottom: 0.5em;
    vertical-align:middle;
    line-height:64px;
}.hatena-module-authors-list .authors-user-name{
    line-height:48px;
}
.hatena-module-profile .profile-description p {
    margin-top: 0;
}
.hatena-urllist {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align:left;
}
.hatena-urllist li {
    padding: 0.5em 0;
}
.hatena-urllist li:last-child {
    padding-bottom: 0;
}
.hatena-urllist li a {
    text-decoration: none;
}
.hatena-urllist .urllist-category-link {
    font-size: 0.7rem;
    padding: 0.1em 0.3em;
}
.hatena-urllist .urllist-entry-body {
    margin-top: 0.3em;
}
.hatena-urllist.urllist-with-thumbnails .urllist-item-inner,
.related-entries-item-inner{
    overflow:hidden;
}
.urllist-image-link{
    float:left;
    margin-left:calc((100px + 1rem) * -1 );
    height:100px
}
.hatena-urllist.urllist-with-thumbnails .urllist-item-inner{
    padding-left:calc(100px + 1rem );
    position:relative;
    height:100px;
}
.hatena-urllist.urllist-with-thumbnails .urllist-item-inner:before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100px;
    height:100px;
}
.urllist-title-link,
.related-entries-item-inner .related-entries-title-link{
    font-weight:bold;
    margin-top:1rem;
    margin-bottom:1rem;
    /* 19/3/21 長いタイトルがオーバーフロー 追加 */
    display:block;
    max-height:calc(1.1rem * 1.5 * 2 - .15rem);/* font-size * line-height * 2lines - 補正　*/
    max-width:100%;
    overflow:hidden;
}

.urllist-entry-body,
.related-entries-item-inner .related-entries-entry-body{
    font-size:.875rem;
}
.entry-footer .urllist-entry-body,
.entry-footer .related-entries-item-inner .related-entries-entry-body{
    font-size:1rem;
}

/**
 * カレンダー
 */

.hatena-module[data-archive-type="calendar"]{
    font-size:.875rem;
}
.archive-module-calendar{
    width:296px;
    width:calc(1rem * 2 * 7 + 2rem);
    margin-left:auto;
    margin-right:auto;
}

.archive-module-calendar .archive-module-calendar-week td{
    max-width:14.28%;
    text-align:center;
    vertical-align:middle;
}
.archive-module-calendar .archive-module-calendar-week td span{
    display:block;
    line-height:3;
}
.archive-module-calendar-highlight{
    font-weight:700;
}

/**
 * 検索
 */

.search-form,
.hatena-module-search-box .search-form {
    border-radius: 3px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width:296px;
    width: -moz-fit-content;
    width:fit-content;
    margin-left:auto;
    margin-right:auto;
}
.search-module-input,
.hatena-module-search-box .search-module-input {
    flex: 1 0;
    padding: 5px;
    background: none;
    border: none;
    outline: none;
    height: 20px;
}
.search-module-button,
.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: 0.5;
    cursor: pointer;
}
.search-module-button:hover,
.hatena-module-search-box .search-module-button:hover {
    opacity: 0.85;
}
.search-result-form{
    margin-left:auto;
    margin-right:auto;
}

/**
 * 記事はありません
 */

.search-result + p{
    text-align:center;
    font-size:2rem;
    margin-top:3rem;
    margin-bottom:3rem;
}

/**
 * 目次
 */

.entry-content .table-of-contents {
    position:relative;
    padding: 3em 1em 1em 2em;
    margin: 3rem auto;

}
.entry-content .table-of-contents:before{
    content:'目次';
    font-size:1.125rem;
    font-weight:bold;
    position:absolute;
    top:.5rem;
    left:0;
    padding:.3rem 1rem;
}

/**
 * フォローボタン
 */

.hatena-follow-button-box{
}
.hatena-follow-button-box .foreground{
    display:inline-block;
    padding:0 1rem;
}
.hatena-follow-button-box .background{
    display:inline-block;
    padding:0 1rem;
}

/**
 * フォトライフ
 */

#main img.hatena-image-right,
#main img.hatena-image-left{
    max-width:calc(50% - 1rem) ! important;
}
.hatena-fotolife{
    float:none;
    clear:both;
    display:block;
    margin-bottom:1.5rem;
    max-width:100%;
}
.hatena-image-left{
    clear:left;
    float:left;
    margin-right:1rem;
}
.hatena-image-right{
    clear:right;
    float:right;
    margin-left:1rem;
}
p [itemtype="http://schema.org/Photograph"]{
    overflow:hidden;
}

/**
 * ブロックの左右よせ
 */

.alignleft{
    float:left;
    width:calc(50% - 1rem);
    clear:left;
    margin-right:1rem;
}
.alignright{
    float:right;
    width:calc(50% - 1rem);
    clear:right;
    margin-left:1rem;
}
.aligncenter{
    clear:both;
    margin-left:auto;
    margin-right:auto;
}

/**
 * embed card
 */

.entry-content .hatena-citation{
    margin-left:auto;
    margin-right:auto;
    display:block;
    width: -moz-fit-content;
    width:fit-content;
}
.entry-content iframe{
    display: block;
    /* 19/3/21 margin-top, 追加 */
    margin-top:3rem;
    margin-left: auto;
    margin-right: auto;
}
.entry-content .cp_embed_iframe,
.entry-content .cp_embed_wrapper{
    /* 19/3/22 code pen, 追加 */
    margin-top:3rem;
    height:60vh;
}
.entry-content .cp_embed_wrapper > iframe{
    margin-top:0;
    height:100%;
}
.entry-content iframe ~ a:not(.keyword){
    margin-left:auto;
    margin-right:auto;
    display:block;
    width: -moz-fit-content;
    width:fit-content;
    font-size:.875rem;
}
.hatena-asin-detail{
    display:block;
    overflow:hidden;
    margin-top:3rem;
    margin-bottom:3rem;
}
.hatena-asin-detail-image{
    float:left;
    margin-right:1.5rem;
}
.hatena-asin-detail-info{
    float:left;
    font-size:.875rem;
    max-width: calc(100% - 175px);
}
.hatena-asin-detail-info ul{
    margin-top:0;
    margin-bottom:0;
}
.hatena-asin-detail-info li{
    margin-top:0;
    margin-bottom:0;
}
.hatena-asin-detail-title{
    margin-top:.1rem;
    margin-bottom:.3rem;
}
.hfeed aside{
    width:720px;
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
}
#main-inner twitter-widget{
    /* 19/3/21 追加 */
    margin-top:3rem ! important;
    margin-left:auto;
    margin-right:auto;
}
#main-inner .instagram-media{
    /* 19/3/21 追加 */
    margin-top:3rem ! important;
    margin-left:auto ! important;
    margin-right:auto ! important;
}

/**
 * フッター
 */

body > footer {
    margin-top: 2em;
    padding-bottom: 2rem;
    text-align: center;
    font-size: 0.875rem;
}
body > footer p {
    margin: 0.5em auto;
}

/**
 * header image
 */

body.page-archive-category-name.header-image-only #container-inner,
body.page-about.header-image-only #container-inner,
body.page-entry.header-image-only #container-inner,
body.page-archive.header-image-only #container-inner,
body.page-index.header-image-only #container-inner,
.page-archive-category-name.header-image-enable #container-inner,
.page-about.header-image-enable #container-inner,
.page-entry.header-image-enable #container-inner,
.page-archive.header-image-enable #container-inner,
.page-index.header-image-enable #container-inner{
    max-width:100%;
    margin-top:0;
}
body.page-archive-category-name.header-image-only #blog-title #blog-title-inner,
body.page-about.header-image-only #blog-title #blog-title-inner,
body.page-entry.header-image-only #blog-title #blog-title-inner,
body.page-archive.header-image-only #blog-title #blog-title-inner,
body.page-index.header-image-only #blog-title #blog-title-inner,
.page-archive-category-name.header-image-enable #blog-title #blog-title-inner,
.page-about.header-image-enable #blog-title #blog-title-inner,
.page-entry.header-image-enable #blog-title #blog-title-inner,
.page-archive.header-image-enable #blog-title #blog-title-inner,
.page-index.header-image-enable #blog-title #blog-title-inner{
    position:relative;
    width:100%;
    height:100%;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center !important;
    height:400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
/**
 * ヘッダー画像は、実画像サイズを引き延ばしているので、ぼやけるのが困るときには、以下の例を参考にカスタマイズしてください。 :)
 */

/*
body.page-archive-category-name.header-image-only #blog-title ,
body.page-about.header-image-only #blog-title ,
body.page-entry.header-image-only #blog-title ,
body.page-archive.header-image-only #blog-title ,
body.page-index.header-image-only #blog-title {
     background:rgba(52, 152, 219,.1);
}

body.page-archive-category-name.header-image-only #blog-title #blog-title-inner,
body.page-about.header-image-only #blog-title #blog-title-inner,
body.page-entry.header-image-only #blog-title #blog-title-inner,
body.page-archive.header-image-only #blog-title #blog-title-inner,
body.page-index.header-image-only #blog-title #blog-title-inner{
    width:1000px;
    margin-left:auto;
    margin-right:auto;
}*/
.page-archive-category-name.header-image-only #blog-title-content #title,
.page-about.header-image-only #blog-title-content #title,
.page-entry.header-image-only #blog-title-content #title,
.page-archive.header-image-only #blog-title-content #title,
.page-index.header-image-only #blog-title-content #title,
.page-archive-category-name.header-image-enable #blog-title-content #title,
.page-about.header-image-enable #blog-title-content #title,
.page-entry.header-image-enable #blog-title-content #title,
.page-archive.header-image-enable #blog-title-content #title,
.page-index.header-image-enable #blog-title-content #title{
    padding-top:0;
    position: relative;
    z-index: auto;
    text-align:center;
}
.page-archive-category-name.header-image-only #blog-description,
.page-about.header-image-only #blog-description,
.page-entry.header-image-only #blog-description,
.page-index.header-image-only #blog-description,
.page-archive.header-image-only #blog-description,
.page-archive-category-name.header-image-enable #blog-description,
.page-about.header-image-enable #blog-description,
.page-entry.header-image-enable #blog-description,
.page-index.header-image-enable #blog-description,
.page-archive.header-image-enable #blog-description{
    position:relative;
    z-index:auto;
    padding-left:24px;
    paddinf-right:24px;
    font-size:1.125rem;
    font-weight:normal;
}
.page-archive-category-name.header-image-only #blog-title #blog-title-inner:before,
.page-about.header-image-only #blog-title #blog-title-inner:before,
.page-entry.header-image-only #blog-title #blog-title-inner:before,
.page-archive.header-image-only #blog-title #blog-title-inner:before,
.page-index.header-image-only #blog-title #blog-title-inner:before,
.page-archive-category-name.header-image-enable #blog-title #blog-title-inner:before,
.page-about.header-image-enable #blog-title #blog-title-inner:before,
.page-entry.header-image-enable #blog-title #blog-title-inner:before,
.page-archive.header-image-enable #blog-title #blog-title-inner:before,
.page-index.header-image-enable #blog-title #blog-title-inner:before{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
}
.page-archive-category-name.header-image-only #blog-title-inner,
.page-about.header-image-only #blog-title-inner,
.page-entry.header-image-only #blog-title-inner,
.page-archive.header-image-only #blog-title-inner,
.page-index.header-image-only #blog-title-inner,
.page-archive-category-name.header-image-enable #blog-title-inner,
.page-about.header-image-enable #blog-title-inner,
.page-entry.header-image-enable #blog-title-inner,
.page-archive.header-image-enable #blog-title-inner,
.page-index.header-image-enable #blog-title-inner{
    margin-left:-50px;
    margin-right:-50px;
    padding-left:50px;
    padding-right:50px;
}

.header-image-enable > div > div > header{
    /*#blog-title*/
    margin: 0 0 2em;
}
.header-image-enable #blog-title-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
}

/**
 * ヘッダー下　あり
 */

.header-image-enable.enable-top-editarea > div > div > header{
    margin-bottom:0;
}
.enable-top-editarea #top-editarea{
    width:calc(100vw - 17px);
    margin-left:auto;
    margin-right:auto;
    padding-top:.25rem;
    padding-bottom:.25rem;
    text-align:center;
    position:relative;
}

.enable-top-editarea #top-editarea > .search-form{
    background:#fff;
    display:inline-flex;
    right:24px;
    top:-2.5rem;
    position:absolute;
}
.header-image-enable.enable-top-editarea #top-editarea > .search-form,
.header-image-only.enable-top-editarea #top-editarea > .search-form{
    top:-3rem;
}
.enable-top-editarea #top-editarea >.search-form > .search-module-input{
    width:calc(100% - 24px);
    -webkit-transition: all 1s;
    transition: all 1s;
}

.enable-top-editarea #top-editarea a{
    padding:.5rem;
    display:inline-block;
}
.enable-bottom-editarea #bottom-editarea{
    width:720px;
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
}
#content{
    /* margin-top:3rem;*/
}
.header-image-enable.enable-top-editarea #content{
    /* margin-top:3rem; */
}
#box2,
#wrapper{
    padding-top:3rem;
}
/**
 * 投稿　上下部
 */

.customized-header .entry-header-html{
    font-size:.875rem;
}
.customized-footer .entry-footer-html{
    font-size:.875rem;
}

/**
 * パンくず
 */

.breadcrumb{
    overflow:hidden;
    /* mark-blue mark-cool */
    background:rgba(52, 152, 219,.1);
}
.breadcrumb-inner{
    margin:.5rem auto;
    width:720px;
    max-width:100%;
    font-size:.875rem;
}

/**
 * コメント
 */

.comment-box {
    margin: 1.5em 0;
    text-align:left;
}
.comment-box .comment {
    list-style: none;
    margin: 1.5rem 0 .75rem 0;
    padding: 0;
    line-height: 1.5;
    font-size: 0.875rem;
}
.comment-box .entry-comment {
    padding: 10px 0 10px 60px;
    position: relative;
}
.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: 25px;
}
.comment-user-name {
    margin: 0 0 0.4rem 0;
    font-weight: 700;
}
.comment-content {
    margin: 0 0 0.4rem 0;
    word-wrap: break-word;
    font-size: 0.875rem;
}
.comment-content p {
    margin: 0 0 0.6rem 0;
}
.comment-metadata {
    margin: 0;
    font-size: 0.75rem;
}

/**
 * About ページ
 */

.page-about .entry-content dt {
    font-weight: bold;
    margin-bottom: 0.5em;
    width:10rem;
    float:left;
    margin-top:-4px;
}
.page-about .entry-content dd {
    margin-left: 10rem;
    margin-bottom: 2em;
}

/**
 * アーカイブ
 */

.archive-header-category {
    text-align: center;
}
.page-archive .archive-entry {
    width:720px;
    max-width:100%;
    margin-bottom: 3rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}
.page-archive .entry-title {
    margin: 0.3em auto;
}
.page-archive .entry-thumb {
    width: 80px;
    height: 80px;
    background-size: cover;
}
@media (min-width: 768px) {
    .page-archive .entry-thumb {
        width: 120px;
        height: 120px;
    }
}
.page-archive .entry-description {
    margin: 0;
    font-size: 0.875rem;
}
@media (min-width: 768px) {
    .page-archive .entry-description {
        font-size: 0.875rem;
    }
}
article.entry.no-entry{
    width:auto;
}
article.no-entry .entry-content{
    margin:24px -24px;
    padding-top:3rem;
    padding-bottom:3rem;
    font-size:2rem;
    text-align:center;
    width:auto;
}
article.no-entry .entry-footer{
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}
.page-archive .social-buttons {
    display: block;
    margin-top: 0.3em;
}
.page-archive:not(.archive-header-category) .archive-heading{
    overflow:hidden;
    margin:24px -24px;
    padding-top:3rem;
    padding-bottom:3rem;
    font-size:2rem;
}
.archive-header-category .archive-heading,
header[class|="archive-header"]{
    overflow:hidden;
    margin:24px -24px;
    font-size:2rem;

}
.archive-heading{
    text-align:center;
}
.archive-heading + p{
    /* 記事はありません */
    font-size:2rem;
    text-align:center;
    margin-top:3rem;
    margin-bottom:3rem;
}

/**
 * コンテンツ左右のギャップ
 * @media 参照してください
 */

#content{
    box-sizing:border-box;
}
.breadcrumb,
.enable-bottom-editarea #bottom-editarea,
.enable-top-editarea #top-editarea{
    padding-left:24px;
    padding-right:24px;
    box-sizing:border-box;
}

/**
 * テーマ　クラス
 */

/**
 * トップページへ戻る　ボタンの作成
    デザイン　/ スパナアイコン　/ フッター
    テキストエリアに、以下のHTMLをペーストすると、トップページに戻るリンクを作成できます。
    <a href="#top" class="scroll-top"><span>TOP</span></a>
*/

.scroll-top{
    position:fixed;
    display:inline-block;
    bottom:1rem;
    right:1rem;
    border-radius:3px;
    line-height:36px;
    font-size:16px;
}
.scroll-top span{
    margin-left:1rem;
    margin-right:1rem;
}
@media (max-width: 768px){
    .scroll-top{
        right:2rem;
    }
}
/**
 * サブブロックメニューの作成
    デザイン　/ スパナアイコン　/ ヘッダー / タイトル下
    テキストエリアに、以下のHTMLをペーストすると、プルダウンメニューを表示します。
　　タイトル要素が、項目名になります。
<div class="theme-subblock" title="my menu" tabindex="0">
    <ul class="theme-subblock-content">
        <li><a href="https://example.com">example.com</a></li>
        <li><a href="https://example.org">example.org</a></li>
    </ul>
</div>
*/

.theme-subblock {
    outline:none;
    display:inline-block;
}
.theme-subblock > br{
    display:none;
}
.theme-subblock:before {
    content:attr(title);
    outline:none;
    display:block;
    padding:.5em;
    box-sizing:border-box;
    width:auto;
    width: -moz-fit-content;
    width:fit-content;
    max-width:100%;
    cursor:pointer;
}

.theme-subblock:active .theme-subblock-content,
.theme-subblock:focus .theme-subblock-content {
    visibility:visible;
    outline:none;
}

.theme-subblock:focus-within .theme-subblock-content{
    /* 子要素のフォーム等の表示維持　ie11　edge サポートなし*/
    visibility:visible;
    outline:none;
}
.theme-subblock .theme-subblock-content {
    z-index:1;
    visibility:hidden;
    position:static;
    margin-top:0;
    position:absolute;
    border-radius:3px;
    list-style:none;
    width:auto;
    width: -moz-fit-content;
    width:fit-content;
    max-width:100%;
    padding-left:1rem;
    padding-right:1rem;
    transition:visibility 1s;
    text-align:left;
}
.theme-subblock .theme-subblock-content:before {
    border:10px solid transparent;
    border-bottom-color:#fff;
    border-top-width:0;
    top:-9px;
    content:"";
    display:block;
    left:30px;
    position:absolute;
    width:0;
    z-index:1;
}
.theme-subblock .theme-subblock-content:after {
    border:10px solid transparent;
    border-bottom-color:#ddd;
    border-top-width:0;
    top:-10px;
    content:"";
    display:block;
    left:30px;
    position:absolute;
    width:0;
}
.theme-subblock .theme-subblock-content li{
    text-align:left;
    list-style:none;
}

/**
 * 斜体（　メニューの i ボタン　）を カッコに変更
 *  以下のコメントアウトを 解除していただくことで,代わりに鍵カッコで囲うことができます。
 */

/*
i, cite, em, var, address, dfn{
    font-style:normal;
}
em:before{ content:'「';}
em:after{ content:'」';}
*/

/**
 * テーマによる、表示の調整
 */

#main-inner span[style="text-decoration: underline;"]{
    /* 蛍光ペンのようなアンダーライン
    　必要がない場合は、以下のスタイルを削除してください　*/
    text-decoration:none ! important;
    text-decoration-line: none !important;
    /* mark-green mark-info */
    background: linear-gradient(transparent 75%, rgba(22, 160, 133,.3) 25%);
}
#main article .embed-card{
    /* 埋め込み目ディアの配置を、左揃えから、中央に変更
       必要がない場合は、以下のスタイルを削除してください　*/
    /* 19/3/21 margin-top, 追加 */
    margin-top:3rem ! important;
    margin-left:auto ! important;
    margin-right:auto ! important;
}

/**
 * タイトル未入力
 * タイトル未入力の場合　■　が表示されますが、はてなアイコンに変更しています。
 * 必要ない場合は、以下のスタイルを削除してください。
 */

.entry-header .entry-title-empty a{
    visibility:hidden;
}
.entry-header .entry-title-empty a:before{
    content:' ';
    width:48px;
    height:48px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300' viewBox='0 0 300 300'%3E%3Cpath fill='%23333' d='M149.999 248.909c-54.537 0-98.906-44.367-98.906-98.909 0-54.537 44.369-98.909 98.906-98.909 54.545 0 98.908 44.372 98.908 98.909 0 54.542-44.363 98.909-98.908 98.909zm0-185.238c-47.601 0-86.33 38.723-86.33 86.329 0 47.605 38.729 86.332 86.33 86.332 47.61 0 86.338-38.727 86.338-86.332 0-47.606-38.728-86.329-86.338-86.329zM161.52 101.16c-4.832-9.785-7.783-19.3-9.273-24.845v70.055c2.447.917 4.197 3.257 4.197 6.021 0 3.559-2.887 6.442-6.443 6.442-3.56 0-6.443-2.885-6.443-6.442 0-2.896 1.925-5.317 4.558-6.131v-70.019c-1.485 5.531-4.438 15.092-9.293 24.919-7.571 15.314-17.009 28.823-17.009 28.823l6.036 82.598s5.736 6.401 22.31 6.41h.023c16.573-.009 22.312-6.41 22.312-6.41l6.035-82.598c-.003 0-9.441-13.508-17.01-28.823z'/%3E%3C/svg%3E");
    background-size:cover;
    background-repeat:no-repeat;
    display:inline-block;
    visibility:visible;
    position:absolute;
}
@media all and (-ms-high-contrast:none){
    /* ie11 */
    .entry-header .entry-title-empty a{
        visibility:visible;
        color:rgba(0,0,0,0);
    }
}
/**
 * フロート下部マージン
 */
[style="clear:both"] + br{
    /* 19/3/21 追加 */
    display:none;
}
/**
 * テーマレイアウトクラス
 *
 * .theme-col-2 2カラム
 * .theme-col-3 3カラム
 *
 * theme-col-2,.theme-col-3 直下でのみ利用できるクラス
 *      .border : ボーダーと　1文字文のディングを追加します。
 *
 * theme-col-3 直下でのみ利用できるクラス
 *      .size2of3 : 三分の二幅で表示できます。
 * HTML要素や、はてな記法で編集している場合、２-３カラムの横並べブロックを作成します。
 * 注意事項:
 * このクラスの子要素には、見出し要素は使用できません。文字の大きさで調整してください。
 * この横並べは、ブラウザ幅が、768px以下になると、通常のブロック表示になります。
 * theme-col-2
 */

article .entry-content [class|="theme-col"]{
    box-sizing:border-box;
    display:flex;
    flex-wrap:wrap;
    margin-top:1.5rem;
    margin-bottom:.75rem;
}
article .entry-content [class|="theme-col"] br{
    display:none ! important;
}
article .entry-content .theme-col-2 > *{
    flex:0 0 auto;
    width:calc(50% - 8px);
    margin:3px;
    padding:0;
    white-space: normal;
    word-break: break-all;
    overflow-wrap: break-word;
}
article .entry-content .theme-col-3 > *{
    flex:0 0 auto;
    width:calc(33.3% - 8px);
    margin:3px;
    padding:0;
    white-space: normal;
    word-break: break-all;
    overflow-wrap: break-word;
}
article .entry-content .theme-col-3 > .size2of3{
    width:calc(66.6% - 6px);
}
article .entry-content [class|="theme-col"] > .border{
    padding:1rem;
    box-sizing:border-box;
}
article .entry-content [class|="theme-col"] > .space-left{
    padding-left:1rem;
    box-sizing:border-box;
}
article .entry-content [class|="theme-col"] > .space-right{
    padding-right:1rem;
    box-sizing:border-box;
}
@media (max-width: 768px) {
    article .entry-content [class|="theme-col"]{
        box-sizing:border-box;
        display:block;
    }
    article .entry-content .theme-col-3 > .size2of3,
    article .entry-content [class|="theme-col"] > *{
        box-sizing:border-box;
        width:auto;
    }
}
article .entry-content [class|="theme-col"] .images-row.mceNonEditable{
    align-items:flex-start;
    flex-wrap:wrap;
    margin-top:0;
    margin-bottom:0;
}
article .entry-content [class|="theme-col"] .images-row .images-row-item, .images-row > span {
    margin: 3px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 calc(50% - 6px);
    text-align: center;
}

/**
 * カラム数の変更
 * 1カラムのレスポンシブ表示を行う場合は、以下のスタイルのコメントアウトしてください。
 */

#content-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left:auto;
    margin-right:auto;
    max-width:100%;
}
.breadcrumb,
.enable-bottom-editarea #bottom-editarea,
.enable-top-editarea #top-editarea{

    text-align:center;
}
#main-inner{
    margin-left:auto;
    margin-right:auto;
}
#wrapper{
    width:calc(100vw - 320px - 17px - 48px);
}
#box2 {
    flex:1 1 auto;
    width:320px;
}
#box2-inner{
    height:100%;
}
#blog-title-content{
    text-align:center;
}
@media (min-width: 1025px){
    #content-inner {
        flex-direction: row;
    }
    #main{
        margin-top:0;
    }
    article.no-entry .entry-content,
    .page-archive .archive-heading,
    .page-archive:not(.archive-header-category) .archive-heading{
        width:100%;
        margin-left:auto;
        margin-right:auto;
        background:transparent;
    }
    #wrapper{
        box-sizing:border-box;
        padding-left:24px;
        padding-right:24px;
    }
    #box2{
        padding-left:24px;
        padding-right:24px;
        box-sizing:border-box;
    }
}
@media (max-width: 1024px){
    .breadcrumb,
    .enable-bottom-editarea #bottom-editarea,
    .enable-top-editarea #top-editarea{
        /* 19/3/21 左右余白が発生　width:960px から 100% max-width:100% 削除 */
        width:100%;
        padding-left:24px;
        padding-right:24px;
    }
    #wrapper {
        width: 100%;
    }
    #box2 {
        width: 100%;
    }
    .enable-top-editarea #top-editarea{
        /* 19/3/19 検索ボックスオーバーフロー
        box-sizing:content-box;*/
    }
    #content{
        padding-left:24px;
        padding-right:24px;
    }
}
@media (max-width: 768px){
    .enable-top-editarea #top-editarea > .search-form:focus-within{
        width:80vw;
    }
    .header-image-enable.enable-top-editarea #top-editarea > .search-form,
    .header-image-only.enable-top-editarea #top-editarea > .search-form{
        /* 19/3/19 検索ボックスオーバーフロー 4rem から　padding + scrollbar　*/
        right:calc( 24px + 17px );
    }
    #blog-description{
        padding-left:24px;
        padding-right:24px;
        box-sizing:border-box;
    }
    body{
        /* 19/3/22 100vw スクロールバー分　補正　*/
        width:calc(100vw - 17px);
        /* 19/3/19 スクロールバーバグ　overflow から overflow-x */
        overflow-x:hidden;
    }
}
@media (min-width: 1025px) {
    .hatena-module:last-of-type {
        position: -webkit-sticky;
        position: sticky;
        top: 50px;
    }
    .hatena-module:last-of-type{
        /* サイドバーモジュールの最後のモジュールは、固定されます。
           ie11では、固定されません。*/
        position:sticky;
        top:30px;
    }
}
/**
 * ダークモード
 * CSSをカスタマイズしている方が多いようなので、コメントアウトしました。
 * 
 */

/*
@media (prefers-color-scheme: dark) {

    a:-webkit-any-link,
    a:any-link,
    a{
        color:rgba(52, 152, 219,1);
        text-decoration:none;
        text-decoration-skip-ink:none;
    }
    a:hover{
        color:#1487bd;
        text-decoration-color:#1487bd;
    }
    .pager a,
    .entry-header-menu a,
    .hatena-module-title a,
    header a:-webkit-any-link,
    header a:any-link,
    a.entry-title-link{
        color:#eeeeee;
        text-decoration:none;
    }
    body{
        background:#222222;
        color:#eeeeee;
    }
    .comment-content,
    .entry-footer .urllist-title-link,
    .theme-subblock .theme-subblock-content,
    .search-form{
        color:#eeeeee;
        background:#222222;
    }
    .hatena-module-category .hatena-urllist li a{
        color:#eeeeee;
    }

    .hatena-urllist.urllist-with-thumbnails .urllist-item-inner:before,
    .enable-top-editarea #top-editarea,
    .scroll-top,
    body > div > div > header > div, 
    .entry-header-menu,
    .entry-content pre,
    .entry-content code {
        background:rgba(52, 152, 219,.1);
    }
    .entry-content pre > code {
        background-color: transparent;
    }
    mark{
        background-color:#ffff8c;
    }
    .scroll-top{
        background-color: #f8f8ff;
        border: 1px solid rgba(52, 152, 219,.5);
    }

    .hatena-module-category .hatena-urllist li,
    .archive-entries .categories a,
    .entry-header .categories a,
    .hatena-module .urllist-category-link,
    .entry-content .entry-see-more,
    .leave-comment-title,
    article.no-entry .entry-content,
    .page-archive .archive-heading,
    .entry-content table th {
        color:#eeeeee;
        background:rgba(52, 152, 219,.1);
        transition: all .3s;
    }

    .hatena-module .urllist-category-link:hover,
    .hatena-module-category .hatena-urllist li:hover,
    .archive-entries .categories a:hover,
    .entry-header .categories a:hover {
        color:#fff;
        background:rgba(52, 152, 219,1);
    }
    .hatena-module-category .hatena-urllist li:hover a{
        background:transparent;
        color:#fff;
    }

    .breadcrumb-inner .breadcrumb-child:last-of-type,
    .page-index .date a,
    .page-entry .date a,
    .archive-entries .date a,
    .comment-metadata a,
    .comment-metadata,
    .hatena-urllist .urllist-date-link a,
    .customized-header .entry-header-html a,
    .customized-header .entry-footer-html a,
    .footer-address a,
    .services a,
    .entry-date a,
    .entry-footer-section a,
    body > footer,
    .entry-footer-section {
        color: #ccc;     
    }

    .enable-top-editarea #top-editarea{
        background:rgba(52, 152, 219,.3);
    }
    .header-image-enable.enable-top-editarea #top-editarea{
        background:#000;
        color:#fff;
    }
    .header-image-enable.enable-top-editarea #top-editarea > * {
        color:#fff;
    }

    .page-entry .entry-header .date{
        background:#555;
        color:#ccc;
    }
    .search-module-input, 
    .hatena-module-search-box .search-module-input{
        background:#ffffff;
        color:#333;
    }
}
*/
/* </system> */


@media (min-width: 1025px){
#box2{
    background:Black;
    color:ghostwhite;
}
/*リンクの色*/
#box2 a{
    color:goldenrod;
    }
}