/* <system section="theme" selected="26006613692932163"> */
@charset "UTF-8";
/*
  Theme: パステルノートver2
  Author: micche
  Responsive: yes
  Description:
    パステル調のふんわりしたしたテンプレートです。
    マスキングテープっぽいデザインで透け感が特徴です。
    目次と見出しのマークが同じになるよう改良したverです。
    */
/*! 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;
}

/*
プロフィール	.hatena-module-profile
検索	.hatena-module-search-box
リンク	.hatena-module-links
最新記事	.hatena-module-recent-entries
関連記事	.hatena-module-related-entries
注目記事	.hatena-module-entries-access-ranking
月別アーカイブ	.hatena-module-archive
カテゴリー	.hatena-module-category
最近のコメント	.hatena-module-recent-comments
HTML	.hatena-module-html
参加グループ	.hatena-module-circles
執筆者リスト	.hatena-module-authors-list
*/
html,
body {
    scroll-behavior: smooth;
    scroll-padding-top: 37px;
    /* 固定ヘッダの高さ分 */
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    color: #454545;
    background-color: white;
    line-height: 1.6;
    letter-spacing: 0.06em;
}

a {
    color: #7cb7b3;
}

a:hover {
    color: #498480;
}

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

h1, h2, h3, h4, h5, h6 {
    color: #454545;
}

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

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

/* ヘッダ（グローバルヘッダ）
  グローバルヘッダの中はiframeですが、
  #globalheader-container に背景色や文字色を指定することでiframeの中にも色が反映されます。
*/
#globalheader-container {
    background-color: rgba(248, 210, 207, 0.8);
    color: #454545;
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
}

.page-index #globalheader-container {
    -webkit-box-shadow: none;
            box-shadow: none;
}

/* container */
#container,
#footer {
    width: 100vw;
    /*@media (min-width: 768px) {
        width: 100vw;
        margin: auto;
    }
    @media (min-width: 992px) {
        width: 100vw;
    }*/
}

/* 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;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    /* margin-top:2rem; //タイトルスペースとの間隔*/
}

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

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

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

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

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

/* 下記のスタイルを適用するとテーマを1カラムレイアウトにできます。
利用するにはコメントアウトを解除してください。
（2カラムレイアウトの場合はコメントアウト全体が不要です）*/
.page-archive #content-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.page-archive #wrapper {
    width: 100vw;
    margin-bottom: 1rem;
}

.page-archive #box2 {
    width: 100vw;
}

.page-archive #box2-inner {
    margin: 1rem .5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

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

.page-archive .hatena-module {
    width: calc(100% - 1rem);
    margin: 0 .5rem;
}

@media (min-width: 992px) {
    .page-archive .hatena-module {
        width: calc((100% / 3) -  1rem);
    }
}

/*---- END 1カラム */
/* ヘッダ */
#blog-title #blog-title-content {
    text-align: center;
    padding-top: 5px;
}

@media (min-width: 992px) {
    #blog-title #blog-title-content {
        padding-top: 50px;
    }
}

#blog-title #blog-title-content #title a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: .5rem;
    display: block;
    font-size: 1.5rem;
    text-shadow: none;
    color: #454545;
    background: rgba(214, 236, 203, 0.7);
}

@media (min-width: 992px) {
    #blog-title #blog-title-content #title a {
        font-size: 2rem;
        padding: 1.5rem;
    }
}

#blog-title #blog-title-content #blog-description {
    padding: .2rem;
    display: inline;
    font-size: 1rem;
    font-weight: normal;
    text-shadow: none;
    color: #454545;
    background: rgba(190, 219, 217, 0.7);
}

@media (min-width: 992px) {
    #blog-title #blog-title-content #blog-description {
        font-size: 1.2rem;
    }
}

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

.header-image-only #blog-title #blog-title-inner #blog-title-content #title, .header-image-enable #blog-title #blog-title-inner #blog-title-content #title {
    margin: 0;
}

.header-image-only #blog-title #blog-title-inner #blog-title-content #blog-description, .header-image-enable #blog-title #blog-title-inner #blog-title-content #blog-description {
    margin: 0;
}

/* タイトル下HTML */
#top-editarea {
    margin-bottom: 1rem;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 50;
    /*-- メニュー固定 --*/
}

#top-editarea .sticky {
    background-color: rgba(248, 210, 207, 0.8);
    width: 100vw;
    height: 37px;
    /*ドロップダウンメニュー*/
}

#top-editarea .sticky ul.menu {
    width: 100%;
    list-style-type: none;
    display: table;
    table-layout: fixed;
    text-align: center;
    border-collapse: collapse;
    /*ドロップダウン部分*/
}

#top-editarea .sticky ul.menu li {
    display: table-cell;
}

#top-editarea .sticky ul.menu li a {
    text-decoration: none;
    color: #454545;
    font-weight: bold;
    display: block;
    line-height: 37px;
    height: 37px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#top-editarea .sticky ul.menu li a:hover {
    background: #f5bdb9;
}

#top-editarea .sticky ul.menu li a i {
    font-size: .9rem;
    padding: 0 .3rem;
}

#top-editarea .sticky ul.menu li ul {
    padding: 0;
}

#top-editarea .sticky ul.menu li li {
    display: block;
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#top-editarea .sticky ul.menu li:hover > ul > li {
    height: 37px;
    visibility: visible;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-left: 1px solid lightgray;
}

#top-editarea .sticky ul.menu li:hover > ul > li:first-child {
    border-top: 1px solid lightgray;
}

#top-editarea .sticky ul.menu li:hover > ul > li a {
    color: #454545;
    font-weight: normal;
}

#top-editarea .sticky ul.menu li:hover > ul > li a:hover {
    background: whitesmoke;
    font-weight: bold;
}

/*pagetopボタン*/
#pagetop {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    -webkit-filter: drop-shadow(2px 2px 1px rgba(153, 153, 153, 0.5));
            filter: drop-shadow(2px 2px 1px rgba(153, 153, 153, 0.5));
}

#pagetop a {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    text-decoration: none;
    background: #F8D2CF;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#pagetop a:hover {
    background: #f5bdb9;
}

#pagetop a:before {
    display: inline-block;
    color: #454545;
    font-size: 1.2rem;
    position: absolute;
    top: 50%;
    right: 40%;
    content: "\f006";
    font-family: blogicon;
    -webkit-transform: translate(-40%, -50%) rotate(-95deg);
            transform: translate(-40%, -50%) rotate(-95deg);
}

#pagetop a:hover:before {
    color: white;
}

/*スマホでは非表示*/
@media (max-width: 767px) {
    .sticky, #pagetop {
        display: none;
    }
}

/*スマホ用下部固定メニュー*/
.bottom_menu ul {
    margin: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(30px + 3vmax);
    list-style-type: none;
    display: table;
    table-layout: fixed;
    text-align: center;
    border-collapse: collapse;
    background: rgba(248, 210, 207, 0.8);
    z-index: 50;
    /*クリックで表示のメニュー文字部分*/
    /*一旦非表示*/
    /*クリックで表示*/
    /*.check_open{@include transition;}*/
}

.bottom_menu ul input {
    display: none;
}

.bottom_menu ul li {
    display: table-cell;
}

.bottom_menu ul li a {
    text-decoration: none;
    color: #454545;
    font-weight: bold;
    display: block;
    line-height: calc(30px + 3vmax);
    height: calc(30px + 3vmax);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bottom_menu ul li a:hover {
    background: #f5bdb9;
}

.bottom_menu ul label {
    line-height: calc(30px + 3vmax);
    height: calc(30px + 3vmax);
    display: block;
    color: #454545;
    font-weight: bold;
}

.bottom_menu ul label:hover {
    background: #f5bdb9;
    cursor: pointer;
}

.bottom_menu ul ul.bottom_open {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    height: 0;
    bottom: calc(30px + 3vmax);
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
}

.bottom_menu ul ul.bottom_open li {
    display: block;
    height: calc(30px + 3vmax);
    border-top: 1px solid lightgray;
}

.bottom_menu ul ul.bottom_open li a:hover {
    background: whitesmoke;
}

.bottom_menu ul .check_open:checked + .bottom_open {
    visibility: visible;
    height: calc((30px + 3vmax) * 5);
    width: 100%;
    opacity: 1;
}

/*スマホ以外では非表示*/
@media (min-width: 768px) {
    .bottom_menu {
        display: none;
    }
}

/* パンくず（カテゴリー、記事ページで表示されます） */
.breadcrumb {
    position: relative;
    font-size: .9rem;
    background: #F8F5D9;
    margin: 2rem 0 2rem;
    padding: .5rem 1rem;
    font-weight: bold;
    z-index: 2;
}

.breadcrumb a {
    font-weight: normal;
    text-decoration: none;
    color: #7cb7b3;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.breadcrumb a:hover {
    color: #eb7f76;
}

/*パンくず記事ページ以外では非表示*/
.page-archive .breadcrumb {
    display: none;
}

/* entry */
.entry {
    position: relative;
    background: white;
    margin: 2rem 0;
    padding-bottom: 2rem;
    -webkit-box-shadow: 0 0 5px 1px rgba(153, 153, 153, 0.3);
            box-shadow: 0 0 5px 1px rgba(153, 153, 153, 0.3);
    z-index: 1;
}

.entry-header {
    position: relative;
    margin-bottom: 1rem;
}

/*記事の日付縦向き付箋風*/
.date {
    position: relative;
}

.date a {
    position: absolute;
    top: 20px;
    right: 0;
    display: block;
    padding: .2rem .1rem .4rem;
    font-size: .9rem;
    text-align: center;
    background: rgba(214, 236, 203, 0.8);
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 130px;
    height: 20px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 0;
}

.date a:hover {
    background: #D6ECCB;
    z-index: 2;
    margin-top: -10px;
}

.date a:before {
    content: "\f043";
    font-family: blogicon;
}

@media (max-width: 480px) {
    .date a {
        padding: .2rem;
        display: inline;
        position: relative;
        top: -10px;
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        font-size: .8rem;
        z-index: 2;
    }
    .date a:hover {
        margin-top: 0px;
    }
}

.entry-title {
    position: relative;
    margin: 0;
    padding: .5em;
    font-size: 1rem;
    z-index: 1;
    background: white;
}

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

.categories {
    position: relative;
    font-size: .9rem;
    margin: 0;
    padding: .5rem 1rem;
    background: whitesmoke;
    z-index: 1;
}

.categories a {
    margin: .2rem;
    border: none;
    text-decoration: none;
    color: #7cb7b3;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.categories a:hover {
    color: #eb7f76;
}

.categories a:before {
    content: "\f022";
    font-family: blogicon;
    padding-right: .2rem;
}

/* 「編集する」ボタン */
.entry-header-menu a {
    display: block;
    position: absolute;
    top: 1rem;
    right: -2rem;
    width: 3rem;
    padding: .3rem;
    background: rgba(190, 219, 217, 0.8);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.entry-header-menu a:hover {
    background: #BEDBD9;
    z-index: 2;
}

.entry-header-menu a:before {
    content: "\f010";
    font-family: blogicon;
}

@media (max-width: 480px) {
    .entry-header-menu a {
        padding: .2rem;
        top: -10px;
        right: 0;
        font-size: .8rem;
        text-align: center;
    }
}

/*-- 記事内の書式 --*/
/*目次と見出しのデザインを揃える*/
.entry-content {
    counter-reset: section;
}

.entry-content h2 {
    position: relative;
    padding-left: 3.3rem;
}

.entry-content h2:before {
    display: inline-block;
    counter-increment: section;
    content: counter(section) "";
    width: 30px;
    height: 30px;
    font-size: 1.3rem;
    -webkit-box-shadow: 1px 1px 2px 1px rgba(69, 69, 69, 0.2);
            box-shadow: 1px 1px 2px 1px rgba(69, 69, 69, 0.2);
    color: #454545;
    background: #F8D2CF;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: 0.1em;
    left: 10px;
}

@media (min-width: 992px) {
    .entry-content h2:before {
        top: .2em;
    }
}

.entry-content h3 {
    position: relative;
    padding-left: 3.5rem;
}

.entry-content h3:before {
    display: inline-block;
    content: "\f006";
    font-family: blogicon;
    width: 25px;
    height: 25px;
    -webkit-box-shadow: 1px 1px 2px 1px rgba(69, 69, 69, 0.2);
            box-shadow: 1px 1px 2px 1px rgba(69, 69, 69, 0.2);
    color: #454545;
    background: #BEDBD9;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    font-size: .8rem;
    position: absolute;
    top: 0.2em;
    left: 20px;
}

@media (min-width: 992px) {
    .entry-content h3:before {
        top: .3em;
    }
}

.entry-content h4, .entry-content h5, .entry-content h6 {
    position: relative;
    padding-left: 3.7rem;
}

.entry-content h4:before, .entry-content h5:before, .entry-content h6:before {
    display: inline-block;
    content: '';
    -webkit-filter: drop-shadow(1px 1px 1px rgba(69, 69, 69, 0.5));
            filter: drop-shadow(1px 1px 1px rgba(69, 69, 69, 0.5));
    width: 0;
    height: 0;
    border: 7px solid;
    text-align: center;
    position: absolute;
    top: 0.3em;
    left: 40px;
    border-color: transparent transparent transparent #F8D2CF;
}

/*-- ここまで --*/
.entry-content {
    /*h2 {
        background: $smoke;
        padding: .3rem .5rem;
        border-left: $double;
    }
    */
    /*h3 {
        position: relative;
        padding: .5rem;
        &:first-letter{
            font-size:1.45rem;
            color:$li-pk;
            @media (min-width: 992px) {font-size:1.65rem;}
        }
        &:after{
            content: '';
            @include absolute($left:0, $bottom:0);
            width:100%;
            height: .5rem;
            background: repeating-linear-gradient(135deg, $sky, $sky 3px, $white 3px, $white 6px);
        }
    }
    */
    /*h4 {
        background:$bg-point;
        margin: .5rem 1rem 1rem;
        padding: .25rem .8rem;
        border-left: 10px solid darken($sky,20%);
    }
    */
    /* h5{
        position:relative;
        margin:0 .65rem 1rem;
        padding: 0;
        background: linear-gradient(transparent 65%,$bg-sub 65%);
        border-radius:0 0 3px 3px;
        &:before{
            display:inline-block;
            @include icon($check);
            margin: 0 .35rem 0 0;
            text-align: center;
            line-height: 1.7rem;
            width: 1.7rem;
            height:1.7rem;
            font-size: 1rem;
            background: $bg-sub;
            border-bottom:none;
            border-radius: 3px;
            }
    }
    */
    /*h6 {
        position: relative;
        background:$smoke;
        padding: .5rem 2.8rem;
        margin: 0 1rem;
        border-radius:0 1.5rem 1.5rem 0;
        &:before{
            @include icon($pin);
            margin-left: .3rem;
            padding: 0;
            display: inline-block;
            line-height: 2.7rem;
            text-align: center;
            font-weight: bold;
            width: 2.7rem;
            height: 2.7rem;
            color: $li-pk;
            background:$cream;
            /*@include absolute($left:-1rem, $top:50%);
            transform: translateY(-50%);
            border-radius:50%;
            box-shadow:1px 1px 2px rgba(darken($pink, 80%), .3);
        }
    }
    */
    /*--list--*/
    /*-- 引用 --*/
    /*-- code --*/
    /*区切り線*/
    /*-- 目次 --*/
    /*--続きを読む--*/
    /*entry-content終わり*/
}

.entry-content p {
    padding: 1rem;
}

.entry-content a[target="_blank"]:after {
    content: "\f009";
    font-family: blogicon;
}

.entry-content s {
    color: lightgray;
}

.entry-content u {
    text-decoration: none;
    border-bottom: 2px solid #F8D2CF;
}

.entry-content em {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), color-stop(30%, #FDF4C4));
    background: linear-gradient(transparent 30%, #FDF4C4 30%);
    font-style: normal;
    font-weight: bold;
}

.entry-content strong {
    color: #2C687A;
    border-bottom: 6px double #F8D2CF;
}

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

.entry-content h1 {
    font-size: 1.5rem;
    margin: 1em 0 0.8em 0;
}

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

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

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

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

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

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

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

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

.entry-content h1 {
    border-left: 6px solid #F8D2CF;
    padding: .3rem .5rem;
}

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

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

.entry-content dl {
    margin: 0 auto;
    padding: 0 2rem 0;
    width: calc(100% - 4rem);
}

.entry-content dl dt, .entry-content dl dd {
    margin: 0;
    padding: .3rem;
}

.entry-content dl dt {
    float: left;
    -webkit-box-flex: left;
        -ms-flex: left;
            flex: left;
    font-weight: bold;
    display: inline-block;
}

.entry-content dl dt:after {
    content: "\f710";
    font-family: blogicon;
    font-size: .8rem;
    padding-left: .5rem;
}

.entry-content dl dd {
    display: block;
}

.entry-content dl.QandA {
    width: 90%;
    /*border:1px solid $border;
        border-radius:5px;*/
    padding: 0;
}

.entry-content dl.QandA dt {
    float: none;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: inline-block;
    background: whitesmoke;
    border-radius: 10px;
}

.entry-content dl.QandA dt:before {
    display: inline-block;
    content: 'Q';
    background: #F8D2CF;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    text-align: center;
    line-height: 1.2em;
    vertical-align: bottom;
    padding: .3rem;
    margin-right: .5rem;
    -webkit-box-shadow: 1px 1px 2px 1px rgba(69, 69, 69, 0.3);
            box-shadow: 1px 1px 2px 1px rgba(69, 69, 69, 0.3);
}

.entry-content dl.QandA dt:after {
    content: none;
}

.entry-content dl.QandA dd {
    margin-bottom: 2rem;
    margin-top: 1rem;
    background: whitesmoke;
    border-radius: 10px;
}

.entry-content dl.QandA dd:before {
    display: inline-block;
    content: 'A';
    font-weight: bold;
    background: #BEDBD9;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    text-align: center;
    line-height: 1.2em;
    vertical-align: bottom;
    padding: .3rem;
    margin-right: .5rem;
    -webkit-box-shadow: 1px 1px 2px 1px rgba(69, 69, 69, 0.3);
            box-shadow: 1px 1px 2px 1px rgba(69, 69, 69, 0.3);
}

.entry-content table {
    margin: 0 auto;
    border-collapse: collapse;
    border-spacing: 0;
    width: 90%;
    overflow: auto;
    font-size: .9rem;
}

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

.entry-content table th,
.entry-content table td {
    text-align: center;
    border: 1px solid lightgray;
    padding: 5px 10px;
}

.entry-content table th {
    background: whitesmoke;
}

.entry-content blockquote {
    position: relative;
    border: 1px solid lightgray;
    margin: 1.5rem;
    padding: 1rem;
}

.entry-content blockquote:before {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -28px;
    content: "\f704";
    font-family: blogicon;
    background: rgba(214, 236, 203, 0.7);
    width: 100px;
    height: 1.5rem;
    text-align: center;
    line-height: 1.5rem;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.entry-content blockquote:after {
    content: '';
    display: inline-block;
    position: absolute;
    right: -28px;
    bottom: 10px;
    background: rgba(214, 236, 203, 0.7);
    width: 100px;
    height: 1.5rem;
    text-align: center;
    line-height: 1.5rem;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.entry-content blockquote a {
    font-size: .85rem;
}

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

.entry-content pre {
    margin: 1rem;
    padding: 3.5rem 1rem 1rem;
    background: whitesmoke;
    border: none;
    white-space: pre-wrap;
    text-overflow: ellipsis;
    line-height: 1.3;
    font-size: .9rem;
}

.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: .8rem;
    margin: 0 2px;
    padding: 0px 5px;
    background-color: whitesmoke;
    border-radius: 3px;
    color: #999;
    font-weight: bold;
}

.entry-content pre.code {
    position: relative;
}

.entry-content pre.code:before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    content: '\f038  code';
    font-family: blogicon;
    font-size: .9rem;
    color: white;
    background: #BEDBD9;
    padding: .5rem;
    font-weight: bold;
}

.entry-content pre.lang-sass:before {
    content: '\f038  SCSS';
    background: #F8D2CF;
}

.entry-content pre.lang-css:before {
    content: '\f038  CSS';
    background: #4da5bf;
}

.entry-content pre.lang-html:before {
    content: '\f038  HTML';
    background: #e8de83;
}

.entry-content pre.lang-hatena:before {
    content: '\f038  Hatena';
    background: lightgray;
}

.entry-content pre.lang-markdown:before {
    content: '\f038  Markdown';
    background: #b9dea6;
}

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

.entry-content ul {
    counter-reset: num;
}

.entry-content ul.table-of-contents {
    list-style: none inside;
    padding: 2.5rem 0 1rem 1rem;
    margin: 2.5rem 0;
    background: whitesmoke;
    position: relative;
    /*目次のラベルを作る*/
    /*丸で囲った数字を作る*/
    /*>liで大見出しだけの指定*/
    /*中見出し*/
}

.entry-content ul.table-of-contents:before {
    content: '\f039  目次';
    font-family: blogicon;
    font-weight: bold;
    background: rgba(214, 236, 203, 0.7);
    position: absolute;
    top: -20px;
    left: -15px;
    padding: .3rem 1rem;
}

@media (max-width: 480px) {
    .entry-content ul.table-of-contents:before {
        left: 0;
    }
}

.entry-content ul.table-of-contents a {
    text-decoration: none;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.entry-content ul.table-of-contents a:hover {
    font-weight: bold;
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
}

.entry-content ul.table-of-contents a.keyword {
    display: inline;
}

.entry-content ul.table-of-contents > li {
    position: relative;
    margin-bottom: .3rem;
    padding: 0 2rem .2rem;
    font-weight: bold;
}

.entry-content ul.table-of-contents > li:before {
    counter-increment: num;
    content: counter(num);
    background-color: #F8D2CF;
    -webkit-box-shadow: 1px 1px 2px 1px rgba(69, 69, 69, 0.2);
            box-shadow: 1px 1px 2px 1px rgba(69, 69, 69, 0.2);
    border-radius: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 1.5rem;
    width: 1.5rem;
    color: #454545;
    font-size: .8rem;
    line-height: 1.5rem;
    position: absolute;
    top: 0;
    left: 0;
}

.entry-content ul.table-of-contents ul li {
    list-style-type: none;
    font-weight: normal;
    position: relative;
    margin: .3rem 0;
    /*小見出し*/
}

.entry-content ul.table-of-contents ul li:before {
    position: absolute;
    left: -1.8rem;
    content: "\f006";
    font-family: blogicon;
    color: #454545;
    font-size: .6rem;
    background: #BEDBD9;
    border-radius: 50%;
    width: 1.2rem;
    height: 1.2rem;
    padding: .1rem;
    text-align: center;
    line-height: 1.2rem;
    -webkit-box-shadow: 1px 1px 2px 1px rgba(69, 69, 69, 0.3);
            box-shadow: 1px 1px 2px 1px rgba(69, 69, 69, 0.3);
}

.entry-content ul.table-of-contents ul li ul li:before {
    display: none;
}

.entry-content ul.table-of-contents ul li ul li a:before {
    display: inline-block;
    content: '';
    -webkit-filter: drop-shadow(1px 1px 1px rgba(69, 69, 69, 0.5));
            filter: drop-shadow(1px 1px 1px rgba(69, 69, 69, 0.5));
    width: 0;
    height: 0;
    border: 7px solid;
    border-color: transparent transparent transparent #F8D2CF;
}

.entry-content a.entry-see-more {
    display: block;
    text-align: center;
    text-decoration: none;
    margin: 0 2rem;
    padding: .5rem;
    background: #D6ECCB;
    border-radius: 5px;
    -webkit-box-shadow: -1px -1px 1px 1px rgba(0, 0, 0, 0.2) inset;
            box-shadow: -1px -1px 1px 1px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.entry-content a.entry-see-more:hover {
    -webkit-transform: translate(1px, 1px);
            transform: translate(1px, 1px);
    -webkit-box-shadow: none;
            box-shadow: none;
}

@media (min-width: 992px) {
    .entry-content a.entry-see-more {
        margin: 0 auto;
        width: 50%;
        padding: .5rem;
    }
}

.entry-content a.entry-see-more:after {
    content: "\f710";
    font-family: blogicon;
}

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

.entry-footer .entry-tags {
    padding: 1.5rem 1rem 0;
}

@media (min-width: 992px) {
    .entry-footer .hatena-module-body {
        margin-right: -1rem;
    }
}

.entry-footer .hatena-module-related-entries {
    margin: 0 auto;
    width: 100%;
}

@media (min-width: 992px) {
    .entry-footer .hatena-module-related-entries {
        height: auto;
    }
}

.entry-footer .hatena-module-related-entries .related-entries-item {
    border-bottom: 0;
    position: relative;
    height: 120px;
    background: whitesmoke;
    margin-bottom: 1rem;
    padding: 0;
}

@media (min-width: 992px) {
    .entry-footer .hatena-module-related-entries .related-entries-item {
        overflow: hidden;
        width: calc(33.3333% - 1rem);
        height: 360px;
        float: left;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin-right: 1rem;
        padding: 0 .3rem 0;
    }
    .entry-footer .hatena-module-related-entries .related-entries-item:nth-child(3n+1) {
        clear: left;
    }
    .entry-footer .hatena-module-related-entries .related-entries-item .related-entries-image {
        display: block;
        width: 100%;
        height: 170px;
        border-radius: 5px;
        -o-object-fit: cover;
           object-fit: cover;
    }
}

.entry-footer .hatena-module-related-entries .related-entries-item img {
    position: relative;
    width: 120px;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 3;
}

.entry-footer .hatena-module-related-entries .related-entries-item img:hover {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.entry-footer .hatena-module-related-entries .related-entries-item .related-entries-item-inner {
    padding: 0;
    margin: 0;
    background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/m/marumimusicofficial/20210215/20210215154650.jpg);
    background-size: cover;
    width: 120px;
    height: 120px;
}

@media (min-width: 992px) {
    .entry-footer .hatena-module-related-entries .related-entries-item .related-entries-item-inner {
        background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/m/marumimusicofficial/20210215/20210215154650.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        width: 100%;
        height: 170px;
    }
}

.entry-footer .hatena-module-related-entries .related-entries-item .related-entries-item-inner .related-entries-date-link {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 120px;
    text-align: center;
    background: rgba(44, 104, 122, 0.5);
    padding: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 4;
}

.entry-footer .hatena-module-related-entries .related-entries-item .related-entries-item-inner .related-entries-date-link:hover {
    background: rgba(115, 184, 204, 0.5);
}

.entry-footer .hatena-module-related-entries .related-entries-item .related-entries-item-inner .related-entries-date-link a {
    color: white;
}

@media (min-width: 992px) {
    .entry-footer .hatena-module-related-entries .related-entries-item .related-entries-item-inner .related-entries-date-link {
        padding: .5rem .2rem;
    }
}

.entry-footer .hatena-module-related-entries .related-entries-item .related-entries-item-inner .related-entries-title {
    display: block;
    padding: .35rem 0 0 120px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% - .35rem);
    width: calc(100% - 120px);
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.entry-footer .hatena-module-related-entries .related-entries-item .related-entries-item-inner .related-entries-title:hover {
    background: rgba(44, 104, 122, 0.3);
}

@media (min-width: 992px) {
    .entry-footer .hatena-module-related-entries .related-entries-item .related-entries-item-inner .related-entries-title {
        clear: both;
        padding: 180px 0 0 0;
        width: 100%;
        height: calc(100% - 180px);
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

@media (max-width: 480px) {
    .entry-footer .hatena-module-related-entries .related-entries-item .related-entries-item-inner .related-entries-title {
        font-size: 1rem;
    }
}

.entry-footer .hatena-module-related-entries .related-entries-item .related-entries-item-inner .urllist-entry-body.related-entries-entry-body {
    padding: 3rem 1rem;
    display: none;
    color: #999;
    height: 120px;
    width: calc(100% - 1rem);
}

@media (min-width: 992px) {
    .entry-footer .hatena-module-related-entries .related-entries-item .related-entries-item-inner .urllist-entry-body.related-entries-entry-body {
        display: block;
        padding: 15rem 0;
        width: 100%;
        height: auto;
    }
}

@media (max-width: 480px) {
    .entry-footer .hatena-module-related-entries .related-entries-item .related-entries-item-inner .urllist-entry-body.related-entries-entry-body {
        display: none;
    }
}

.entry-footer .entry-footer-section {
    padding: .5rem;
    color: lightgray;
    font-size: .9rem;
    text-align: right;
}

.entry-footer .entry-footer-section a {
    color: lightgray;
}

/*--- コメント ---*/
.comment-box {
    clear: both;
}

.comment-box .leave-comment-title {
    display: block;
    text-align: center;
    text-decoration: none;
    margin: 0 2rem;
    padding: .5rem;
    background: #D6ECCB;
    border-radius: 5px;
    -webkit-box-shadow: -1px -1px 1px 1px rgba(0, 0, 0, 0.2) inset;
            box-shadow: -1px -1px 1px 1px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.comment-box .leave-comment-title:hover {
    -webkit-transform: translate(1px, 1px);
            transform: translate(1px, 1px);
    -webkit-box-shadow: none;
            box-shadow: none;
}

@media (min-width: 992px) {
    .comment-box .leave-comment-title {
        margin: 0 auto;
        width: 50%;
        padding: .5rem;
    }
}

.comment-box .leave-comment-title:after {
    content: "\f024";
    font-family: blogicon;
}

.comment-box .comment {
    list-style: none;
    margin: 0 0 15px 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: 10px 0 10px 60px;
    border-bottom: 1px solid lightgray;
    position: relative;
}

.comment-box .entry-comment:first-child {
    border-top: 1px solid lightgray;
}

.comment-box .read-more-comments {
    margin-top: 1rem;
}

.comment-box .read-more-comments a {
    display: block;
    color: #eb7f76;
    font-weight: bold;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.comment-box .read-more-comments a:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}

.comment-box .read-more-comments a:after {
    content: "\f710";
    font-family: blogicon;
}

.comment-box .hatena-id-icon {
    display: inline;
    width: 50px !important;
    height: 50px !important;
    border-radius: 3px;
    vertical-align: top;
}

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

.comment-user-id {
    vertical-align: middle;
    line-height: 50px;
}

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

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

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

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

/* Pager */
.pager {
    margin: 0 0 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: -1px -1px 1px 1px rgba(0, 0, 0, 0.2) inset;
            box-shadow: -1px -1px 1px 1px rgba(0, 0, 0, 0.2) inset;
    border-radius: 5px;
    background: #F8F5D9;
}

.pager a {
    display: block;
    padding: .5rem;
    text-decoration: none;
    color: #7cb7b3;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.pager a:hover {
    color: #eb7f76;
}

.pager a:hover {
    font-weight: bold;
}

.pager .pager-prev, .pager .pager-next {
    width: 50%;
    -webkit-transition: all 0.2 ease;
    transition: all 0.2 ease;
}

.pager .pager-prev a:hover {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
}

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

.pager .pager-next a:hover {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
}

.page-index .pager-next {
    width: 100%;
}

.page-index .pager-next a:after {
    content: "\f006";
    font-family: blogicon;
    padding-left: .5rem;
    font-size: .75rem;
}

/* サイドバーモジュール */
#box2-inner .hatena-module {
    -webkit-box-shadow: 0 0 5px 1px rgba(153, 153, 153, 0.3);
            box-shadow: 0 0 5px 1px rgba(153, 153, 153, 0.3);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: .85rem;
    background: white;
    margin-bottom: 1rem;
}

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

.hatena-module-title {
    margin: 0;
    padding: .2rem;
    background: #D6ECCB;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
}

.hatena-module-title a {
    text-decoration: none;
    color: #7cb7b3;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.hatena-module-title a:hover {
    color: #eb7f76;
}

/*======================================
 こっからモジュールタイトルのアイコン一括設定
 =======================================*/
.hatena-module-profile .hatena-module-title:after {
    content: "\f016";
    font-family: blogicon;
}

.hatena-module-search-box .hatena-module-title:after {
    content: "\f01a";
    font-family: blogicon;
}

.hatena-module-links .hatena-module-title:after {
    content: "\f042";
    font-family: blogicon;
}

.hatena-module-recent-entries .hatena-module-title:after {
    content: "\f031";
    font-family: blogicon;
}

.hatena-module-related-entries .hatena-module-title:after {
    content: "\f013";
    font-family: blogicon;
}

.hatena-module-entries-access-ranking .hatena-module-title:after {
    content: "\f02d";
    font-family: blogicon;
}

.hatena-module-archive .hatena-module-title:after {
    content: "\f03a";
    font-family: blogicon;
}

.hatena-module-category .hatena-module-title:after {
    content: "\f022";
    font-family: blogicon;
}

.hatena-module-recent-comments .hatena-module-title:after {
    content: "\f01d";
    font-family: blogicon;
}

.hatena-module-html .hatena-module-title:after {
    content: "\f038";
    font-family: blogicon;
}

.hatena-module-circles .hatena-module-title:after {
    content: "\f021";
    font-family: blogicon;
}

.hatena-module-authors-list .hatena-module-title:after {
    content: "\f00b ";
    font-family: blogicon;
}

/*=======================================
                ここまで
=========================================*/
.hatena-module-body {
    padding: .5rem 1rem;
    /*画像のデザイン*/
    /*もっと見るのデザイン*/
}

.hatena-module-body img {
    border-radius: 5px;
}

.hatena-module-body a.recent-entries-see-more-link {
    display: block;
    text-align: center;
    text-decoration: none;
    margin: 0 2rem;
    padding: .5rem;
    background: #D6ECCB;
    border-radius: 5px;
    -webkit-box-shadow: -1px -1px 1px 1px rgba(0, 0, 0, 0.2) inset;
            box-shadow: -1px -1px 1px 1px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0 auto;
    padding: .5rem;
    border-radius: 3px;
}

.hatena-module-body a.recent-entries-see-more-link:hover {
    -webkit-transform: translate(1px, 1px);
            transform: translate(1px, 1px);
    -webkit-box-shadow: none;
            box-shadow: none;
}

@media (min-width: 992px) {
    .hatena-module-body a.recent-entries-see-more-link {
        margin: 0 auto;
        width: 50%;
        padding: .5rem;
    }
}

.hatena-module-body a.recent-entries-see-more-link:after {
    content: "\f710";
    font-family: blogicon;
}

@media (min-width: 992px) {
    .hatena-module-body a.recent-entries-see-more-link {
        margin: 0 auto;
        padding: .5rem;
        border-radius: 3px;
    }
}

/*カレンダーモジュール*/
.archive-module-calendar {
    color: #999;
}

.archive-module-calendar a {
    text-decoration: none;
    color: #7cb7b3;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-weight: bold;
}

.archive-module-calendar a:hover {
    color: #eb7f76;
}

.archive-module-calendar .calendar-day:first-child {
    color: #F8D2CF;
}

.archive-module-calendar .calendar-day:nth-child(7n) {
    color: #BEDBD9;
}

.archive-module-calendar .calendar-weekday {
    color: #454545;
}

.archive-module-calendar .calendar-sunday, .archive-module-calendar .calendar-saturday {
    color: white;
}

.archive-module-calendar .calendar-sunday {
    background: #F8D2CF;
}

.archive-module-calendar .calendar-saturday {
    background: #BEDBD9;
}

/* Profile module */
.hatena-module-profile a {
    text-decoration: none;
    color: #7cb7b3;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.hatena-module-profile a:hover {
    color: #eb7f76;
}

.hatena-module-profile .profile-icon {
    /*float: left;*/
    display: block;
    margin: 0 auto;
}

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

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

/* urllist module(最新記事・関連記事・注目記事・リンク・カテゴリー・コメント等) */
.hatena-urllist {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hatena-urllist li {
    padding: .5em 0;
    border-bottom: 1px dashed lightgray;
}

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

.hatena-urllist li a {
    text-decoration: none;
    color: #7cb7b3;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.hatena-urllist li a:hover {
    color: #eb7f76;
}

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

.hatena-urllist .urllist-category-link:not(:first-child) {
    display: none;
}

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

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

/* Search module */
.hatena-module-search-box .search-form {
    border: 1px solid lightgray;
    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;
    color: #454545;
    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 {
    margin-top: 1rem;
    padding-top: 2rem;
}

.page-about .entry-content dt {
    font-weight: bold;
    margin-bottom: .5em;
}

.page-about .entry-content dd {
    margin-left: 0;
    margin-bottom: 2em;
    border-bottom: solid 1px lightgray;
}

/* Archive */
.archive-heading {
    display: inline-block;
    padding: .3rem 1rem;
    font-size: 1rem;
    background: #F8F5D9;
    border-left: 12px double #f5bdb9;
    border-radius: 0 10px 10px 0;
    -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
}

.archive-heading:after {
    content: "\f013";
    font-family: blogicon;
}

@media (min-width: 992px) {
    .archive-heading {
        font-size: 1.2rem;
    }
}

.archive-header-category .archive-heading {
    font-size: 1rem;
}

@media (min-width: 992px) {
    .archive-header-category .archive-heading {
        font-size: 1.2rem;
    }
}

.archive-header-category .archive-heading:before {
    content: "\f022";
    font-family: blogicon;
    padding-right: .5rem;
}

.archive-header-category .archive-heading:after {
    content: '';
}

.page-archive #main-inner {
    margin: 2rem 1rem 0;
}

.page-archive #main-inner .archive-entries {
    margin-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

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

.page-archive #main-inner .archive-entries .archive-entry {
    position: relative;
    width: 100%;
    height: auto;
    background: white;
    border: 1px solid lightgray;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 2rem 0 3rem;
    padding: 0;
    line-height: 1.3;
}

.page-archive #main-inner .archive-entries .archive-entry .archive-entry-tags {
    margin: 0 1rem 2rem;
    padding: .5rem 0 0;
    border-top: 1px dashed lightgray;
    position: relative;
    z-index: 6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.page-archive #main-inner .archive-entries .archive-entry .archive-entry-tag-link {
    display: inline;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: none;
}

.page-archive #main-inner .archive-entries .archive-entry .archive-entry-tag-label {
    margin: 0;
    color: #999;
    font-size: .8rem;
    text-decoration: none;
    color: #7cb7b3;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.page-archive #main-inner .archive-entries .archive-entry .archive-entry-tag-label:hover {
    color: #eb7f76;
}

.page-archive #main-inner .archive-entries .archive-entry .archive-entry-tag-icon {
    width: 10px;
    height: 10px;
    text-decoration: none;
    color: #7cb7b3;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    stroke: #7cb7b3;
}

.page-archive #main-inner .archive-entries .archive-entry .archive-entry-tag-icon:hover {
    color: #eb7f76;
}

@media (min-width: 992px) {
    .page-archive #main-inner .archive-entries .archive-entry {
        width: calc((100% / 3) - 2rem);
        height: 550px;
        margin: 3rem 1rem 3rem;
    }
    .page-archive #main-inner .archive-entries .archive-entry .archive-entry-header {
        height: 400px;
    }
    .page-archive #main-inner .archive-entries .archive-entry .archive-entry-tags {
        position: absolute;
        bottom: 0;
        left: 0;
    }
}

@media (max-width: 480px) {
    .page-archive #main-inner .archive-entries .date.archive-date a {
        font-size: .8rem;
        display: inline-block;
        position: absolute;
        top: -30px;
        right: 0;
        -webkit-transform: none;
                transform: none;
        border-radius: 3px 3px 0 0;
        padding: .3rem 0;
        border: 1px solid lightgray;
        border-bottom: none;
    }
}

@media (min-width: 992px) {
    .page-archive #main-inner .archive-entries .date.archive-date a {
        right: -30px;
        z-index: 10;
    }
}

.page-archive #main-inner .archive-entries .categories {
    margin: 0;
    padding: .35rem;
    border: 1px solid lightgray;
    border-bottom: none;
    display: inline-block;
    position: absolute;
    top: -30px;
    left: 0;
    z-index: 1;
    font-size: .8rem;
    border-radius: 3px 3px 0 0;
}

.page-archive #main-inner .archive-entries .categories a:not(:first-child) {
    display: none;
}

.page-archive #main-inner .archive-entries .entry-title {
    background: none;
    display: inline-block;
    position: absolute;
    margin: 0;
    line-height: 2em;
    width: 100%;
    height: 100%;
    font-size: 1.2rem;
    overflow: hidden;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.page-archive #main-inner .archive-entries .entry-title a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.page-archive #main-inner .archive-entries .entry-title a:hover {
    background: rgba(0, 0, 0, 0.5);
}

@media (min-width: 992px) {
    .page-archive #main-inner .archive-entries .entry-title {
        background: none;
        display: inline-block;
        margin: 0;
        padding: 0 1rem;
        position: relative;
        width: 100%;
        height: 550px;
        line-height: 1;
        font-size: 1.3rem;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    .page-archive #main-inner .archive-entries .entry-title a {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 4;
        padding-top: calc(300px + 1rem);
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    .page-archive #main-inner .archive-entries .entry-title a:hover {
        background: rgba(0, 0, 0, 0.5);
    }
    .page-archive #main-inner .archive-entries .entry-title a:hover:before {
        position: absolute;
        top: 250px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        content: '記事を見る';
        font-size: 2rem;
        color: white;
        text-align: center;
        z-index: 10;
    }
}

.page-archive #main-inner .archive-entries .entry-thumb {
    display: block;
    width: 150px;
    height: 150px;
    background-size: cover;
    margin: 2rem .5rem 1.5rem;
    border-radius: 5px;
}

@media (min-width: 992px) {
    .page-archive #main-inner .archive-entries .entry-thumb {
        width: calc(100% - 1rem);
        height: 300px;
        margin: 0 .5rem;
        display: inline-block;
        position: absolute;
        top: 0.5rem;
        left: 0;
    }
}

.page-archive #main-inner .archive-entries .entry-description {
    font-size: .8rem;
    word-break: break-all;
    color: #999;
    margin: 0;
    padding: 2.5rem 1rem .5rem;
    position: relative;
    z-index: 0;
    display: block;
}

@media (min-width: 992px) {
    .page-archive #main-inner .archive-entries .entry-description {
        margin: 0;
        padding: 0 1rem;
        display: block;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 100%;
        height: 150px;
        font-size: .9rem;
        position: absolute;
        top: 350px;
        left: 0;
    }
}

.page-archive #main-inner .archive-entries .social-buttons {
    display: inline-block;
    z-index: 5;
    position: absolute;
    bottom: 10px;
    left: 0;
}

/* footer */
#footer {
    margin-top: 2em;
    padding: 1rem 0;
    text-align: center;
    font-size: .8rem;
    color: white;
    background: #F8D2CF;
    -webkit-box-shadow: 0 0 5px 1px rgba(153, 153, 153, 0.3);
            box-shadow: 0 0 5px 1px rgba(153, 153, 153, 0.3);
}

#footer a {
    text-decoration: none;
}

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

@media (max-width: 767px) {
    #footer {
        padding-bottom: calc(30px + 3vh);
    }
}

/*--広告欄の上にラベルつける--*/
.google-afc-image, .test-google-rectangle-ads {
    border-top: 1px solid lightgray;
    padding: 1rem;
}

.google-afc-image:before, .test-google-rectangle-ads:before {
    display: inline-block;
    content: '広告  \f727';
    font-family: blogicon;
    font-weight: bold;
    font-size: .8rem;
    margin: auto;
    border: 1px solid lightgray;
    border-bottom: 0px;
    padding: .5rem 1rem;
}
/* </system> */

article u {
text-decoration: none;
background: linear-gradient(transparent 50%,yellow 50%);
}

 {
  position: relative;
  z-index: 1;
}
