@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v5.6.3/css/all.css);
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@100;200;300;400;500;600;700;800;900&display=swap');



/*
  Theme: boilerplate
  Author: Hatena Blog Team
  Responsive: yes
  Description:
      Released under the MIT License.
*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html,
body {
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic';
    color: #5E6C77;
    background-color: #fdfdf7;
    line-height: 1.6;
}

a {
    color: #5E6C77;
}

a:hover {
    color: #0f668f;
}

a.keyword {
    text-decoration: none;
    border-bottom: 1px dotted #ddd;
    color: #5E6C77;
}

h1, h2, h3, h4, h5, h6 {
    color: #5E6C77;
    line-height: 1.3;
}

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

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

/* ヘッダ（グローバルヘッダ）
  グローバルヘッダの中はiframeだが、
  #globalheader-container に背景色や文字色を指定することでiframeの中にも色が反映される */

#globalheader-container {
    display: none;
}

/* container */

#container {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width: 992px) {
    #container,
    #footer {
        width: 100%;
        margin: auto;
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

/* 2カラムレイアウト */

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

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

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

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

@media (min-width: 1200px) {
    #top-box {
        margin: 0 auto;
    }
}

/* ヘッダ */
/* ヘッダ画像を無しにして、ヘッダ画像周りの余白を無くす */

#blog-title {
    margin: 0;
    text-align: center;
    background-color:#a5c9c1;
    background-size: cover;
    vertical-align: middle;
    line-height: 1 !important;
    border:none !important;
    padding: 0.5em  !important;
    font-family: "M PLUS 2","Yu Gothic","Meiryo","ヒラギノ角ゴ","sans-serif";
    font-weight: 400;
}

/* ブログタイトル　#blog-title内　*/

#title {
    margin: 10px;
    font-weight: normal;
    text-align: center;
    font-size: 22px;
}

/* ブログのタイトルの文字部分。#title内 */

#title a {
    color: #fff !important;
}

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

#blog-description {
    font-weight: normal;
    font-size: 16px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}

@media (min-width: 768px) {
    #blog-description {
        font-size: 16px;
    }
}

/* ヘッダ画像を設定したとき */

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

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

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

/* メニューを追加したいときはこちらから */

/* タイトル下HTML */

#top-editarea {
    margin: 0;
    background-color: #a5c9c1;
}

/* パンくず（カテゴリー、記事ページで表示される） */

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

/* entry */

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

.entry-header {
    padding-bottom: 1em;
    margin-bottom: 2em;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.date {
    margin-bottom: .5em;
    font-size: .9rem;
    color: #5E6C77;
}

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

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

.entry-title {
    margin: 0.4rem 1rem;
    font-size: 1.5rem;
}

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

.categories {
    margin: 0.5em 0;
    font-size: .8rem;
    display: block;
}

.categories a {
    color: #5E6C77;
    display: inline;
    padding: 1.5px 10px;
    margin-right: 0;
    text-decoration: none;
    background-color: #ede4e1;
    border-left: 1.5px dotted rgba(255,255,255,0.9);
    border-right: 1.5px dotted rgba(255,255,255,0.9);
}

.categories a:hover {
    text-decoration: underline !important;
}

/* 「編集する」ボタン */

.entry-header-menu {
    position: absolute;
    top: 0;
    right: 0;
}



/* Pager */

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

/* サイドバーのデザイン */
/* 各モジュールの背景を白色に　記事一覧ページと記事内ページそれぞれ */

.hatena-module {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 3em;
    background-color: #fff !important;
    border-radius: 8px;
    margin-bottom: 2em;
    padding: 1rem;
    border: 0px solid rgba(237,228,225,0.5);
}

.hatena-module-title {
    position: relative;
    padding: 0.1em 0.5em;
    color: #627077 !important;
    margin:0 auto !important;
    margin-bottom: 15px !important;
    text-align: center;
    font-family: "M PLUS 2","Yu Gothic","Meiryo","ヒラギノ角ゴ","sans-serif";
padding: 1.8em 0.1em 0em;
    font-weight: 400; 
    font-size: 1.5rem;
    border-bottom:4px dotted rgba(237,228,225,1);
    width: fit-content;
}

.hatena-module-title a {
    text-decoration: none;
    position: relative;
    padding: 0.2em 0.5em;
    color: #5E6C77 !important;
    margin-bottom: 15px;
    pointer-events: none;
}

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

/* Profile module */

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

.hatena-module-profile .id {
    display: block;
    font-weight: normal;
    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;
}

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

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

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

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

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

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

/* Search module */

.hatena-module-search-box .search-form {
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

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

.hatena-module-search-box .search-module-input::placeholder {
    color: #afb6bb;
}

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

.hatena-module-search-box .search-module-button:hover {
    opacity: .85;
}

/* About ページ */

.page-about .entry-content dt {
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    margin-bottom: .5em;
}

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

/* Archive */

.archive-header-category {
    text-align: center;
    margin-bottom: 2em;
}

.page-archive .archive-entry {
    margin-bottom: 3em;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.3;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.page-archive .entry-title {
    margin: .6em auto;
    font-weight: normal;
}

.page-archive .entry-description {
    margin: 0;
    font-size: .85rem;
}

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

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

/* footer 本来のフッターは非表示にし、PC版のフッタ内にHTMLでcopyrightクラスのdivを追記 */

#footer {
    display: none;
    margin-top: 2em;
    padding-bottom: 2rem;
    text-align: center;
    font-size: .8rem;
    color: #999;
    background-color: #a5c9c1;
}

.footer-service-link {
    display: none;
}


#footer-menu .menu {
    display: none;
}

#footer a {
    color: #999;
}

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

.copyright {
    display: block;
    font-size: 9pt;
    color: #fff;
    background-color: #a5c9c1;
    font-weight: normal;
    padding: 0 16px 16px 16px;
}

.copyright .small-text {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
}

.pricont {
    text-decoration: none !important; 
    background: #A5C9C1;
    color: #f3f3f3 !important;
    text-align: center;
    width: 100%;
    padding-top: 12px;
    margin: 0; 
    font-size: 10.5pt;
}

.pricont a {
    text-decoration: none !important; 
    background: #A5C9C1;
    color: #f3f3f3 !important;
    text-align: center;
    vertical-align: bottom;
    margin: 0; 
    padding-bottom: 0;
    line-height: 1.3;
}

/* 背景の白い四角 */

#content {
    background-color: #fdfdf7;
    margin-bottom: 0px;
}

/* ブログタイトルを上にくっつけるため余白を消す */

#blog-title,
#blog-title-inner,
#blog-title-content,
#title {
      margin: 0;
}

#container, #container-inner {
    height: auto !important;
}

/* トップページの白い背景の内側の余白 */

#content-inner {
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

/* トップページ右上の「読者になる」ボタンを消す */

.blog-controlls {
    display:none;
}

/* 記事のタイトルなど、h1の太字を解除 */

h1 {
    font-weight: normal;
}



/* サイドバーの周囲の余白 */

#box2-inner {
    padding: 0;
}



/* ブラウザ幅が広いとき、トップページの記事タイトル（リンクタグ）にマウスを載せたら下線 */

@media screen and (min-width: 768px) {
    .archive-entry-header a:hover {
        text-decoration: underline !important;
    }
}

/* パンくずリスト、画面の幅が1200pxを超えたら記事と同じく右にずれていくように */

#top-box {
    max-width: 1200px;
}




/* 丸いチェック　*/

.balloon7 {
    position: relative;
    padding: 10px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    color: #FBF5A3;
    letter-spacing: 0.2em;
    font-size: 14px;
    background-color: #f0bebe;
    font-weight: bold;
}

.balloon7::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: 2px;
    bottom: 2px;
    border-left: 20px solid #f0bebe;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transform: rotate(45deg);
}



/* カテゴリごとの記事一覧ページのタイトルなど編集　*/

.archive-header-category .archive-heading {
    position: relative;
    margin: 6px 0 10px 0;
    font-size: 1.2rem;
    color: #5E6C77;
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic';
    border: none;
    font-weight: normal;
}

.archive-header-category .archive-heading:before {
    font-family: blogicon;
    content: "\f022";
    font-size: 30px;
    padding-right: 2px;
    color: #ede4e1;
}

.archive-header-category .archive-description {
    padding: 0 24px;
}

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

/* 検索結果ページの編集　*/

.search-result {
    padding: 0 24px;
}

.search-result + p {
    padding-left: 24px;
}

.search-result .archive-heading {
    color: #5E6C77;
    font-weight: 400;
    font-family: "M PLUS 2","Yu Gothic","Meiryo","ヒラギノ角ゴ","sans-serif";
}

/* スマホで表示される記事の左右の余白を無くす */
@media (min-width: 768px) {
    #main-inner, .page-entry #main-inner, .breadcrumb {
        padding: 0 40px;
    }
}

/* ページ下にある「次のページ」ボタンの大きさとデザインを変更 */

.pager {
    font-size: 0.8rem;
    line-height: 1.4;
    text-align: center;
    box-sizing: border-box;
}

.pager .pager-prev,
.pager .pager-next {
    padding-top: 18px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.pager .pager-prev a,
.pager .pager-next a {
    color: #5E6C77;
    display: inline-block;
    width: 96%;
    padding: 20px;
    margin: 2%;
    background-color: #f5f2ef; !important;
    border: solid #bc8f8f 1px;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    box-sizing: border-box;
}

.pager .pager-next::before {
    content: "過去の記事へ";
    display: block;
    width: 100px;
    height: 20px;
    position: absolute;
    color: #5E6C77;
    top: -0.5px;
    right:0;
    padding-right: 1em;
}

.pager .pager-prev::before {
    content: "新しい記事へ";
    display: block;
    width: 100px;
    height: 18px;
    position: absolute;
    color: #5E6C77;
    top: -0.5px;
    left:0;
    padding-left: 1em;
}

.autopagerize_insert_before .pager-next::before,
.autopagerize_insert_before .pager-prev::before {
    display: none;
}

.pager .pager-prev a::before,
.pager .pager-next a::after {
    display: inline-block;
    font-family: 'blogicon';
    color: #bc8f8f;
}

.pager .pager-prev a::before {
    content: "\f005";
    left: -10px;
}

.pager .pager-next a::after {
    content: "\f006";
    margin-left: 0.5em;
    vertical-align: middle;
}

.pager .pager-next a:hover {
    background-color:#e8d3ca !important;
}

.pager .pager-prev a:hover {
    background-color:#e8d3ca !important;
}

.pager-permalink .pager-arrow {
    display: none;
}

.entry-content p {
    color: #5e6c77 !important;
    line-height:2em !important;
    font-size: 17px !important;
    margin-bottom: 60px;
    margin-top: 0;
}

/* ★★★記事一覧ページの各セクションの背景と、記事内ページの記事の背景を白色に */

#main-inner .archive-entries .archive-entry {
    background-color: #fff !important;
    padding: 0;
    margin-bottom: 3em;
    border-radius: 8px;
    border: 0px solid rgba(237,228,225,0.5);
}

#main-inner .entry {
    background-color: #fff !important;
    padding: 1rem 4.5vw;
    margin-bottom: 3em;
    border-radius: 8px;
    border: 0px solid rgba(237,228,225,0.5);
}

@media (min-width: 768px) {
    #main-inner .entry {
        padding: 2rem;
    }
}

.page-entry .breadcrumb {
    background-color: #fdfdf7 !important;
    margin-bottom: 15px !important;
    padding-top: 0 !important;
}

#main {
    width: 100%;
}

/* ヘッダー下の人気記事 */

.recommend {
    width: 100%;
    height: auto;
    margin: 4px auto 24px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center; 
    box-sizing: border-box;
}

.recommend-box {
    width: 105px;
    height: 105px;
    padding: 5px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

@media (max-width: 400px) {
    .recommend-box {
        width: 80px;
        height: 80px;
        padding: 0px;
    }
}

@media (max-width: 280px) {
    .recommend-box {
        width: 50px;
        height: 50px;
        padding: 0px;
    }
}

@media (max-width: 280px) {
    .recommend-image img {
        width: 100vw;
        height: auto;
        padding: 0px;
    }
}

.recommend-image img {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
}

.recommend-box1:hover img:nth-of-type(2) {
    opacity: 0;
}

.recommend-box2:hover img:nth-of-type(2) {
    opacity: 0;
}

.recommend-box3:hover img:nth-of-type(2) {
    opacity: 0;
}

.recommend-box2 {
    margin: 0 20px;
}

#top-editarea {
    background-color: #fdfdf7;
}

/* 記事一覧ページの表示修正:タイトルと日付を右に、写真は左位置のままで画面幅によってサイズを変化させる。
本文冒頭やはてなスターやタグなどは非表示にする。 */

.archive-entry-body .entry-description,
.archive-entry-body .social-buttons,
.archive-entry-tags-wrapper {
    display: none !important;
}

#main-inner .archive-entries .archive-entry {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.3;
    display: -webkit-flex;
    display: flex;
    height: 120px;
}



@media (max-width: 767px) {
    #main-inner .archive-entries .archive-entry {
        margin: 0 20px 1.5em 20px;
    }
}

#main-inner .archive-entries .archive-entry-header {
    width: calc( 100% - 120px);
    order: 2;
    line-height: 1.3;
}

.page-archive .entry-title {
    margin: 0.4rem 0.7rem;
    font-size: 1rem;
    font-weight: bold;
    font-weight: bolder;
}



.archive-entry .categories {
    position: absolute;
    bottom: 0;
    right: 8px;
    margin: 0.7rem;
    font-size: .8rem;
}

.page-archive .entry-thumb-link {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    overflow: hidden;
}

.page-archive .entry-thumb {
    width: 120px;
    height: 120px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background-repeat: no-repeat;
    float: left;
    background-position: center center;
    background-size: cover;
    order: 1;
    margin-right: 0;
    transition: transform .9s;
}

.page-archive .entry-thumb:hover {
    transform: scale(1.1);
    transition: transform .9s;
}





.breadcrumb a {
    padding-left: 0 !important;
    text-decoration: none !important;
}

.breadcrumb-inner {
    padding-left: 12px !important;
}

/* パンくずリストにアイコン、パンくずリストで記事タイトルを非表示に トップという文字を消してホームに変更 */

.breadcrumb-link:before {
    font-family: blogicon;
    content: "\f017";
    font-size: 20px;
    padding-right: 3px;
    color: #ede4e1;
}

.breadcrumb-child-link:before {
    font-family: blogicon;
    content: "\f022";
    font-size: 20px;
    padding-right: 2px;
    color: #ede4e1;
}

.breadcrumb-child:last-of-type {
    display: none;
}

.breadcrumb-link span {
    display: none;
    position: relative;
}

.breadcrumb-link:after {
    color: #5E6C77;
    content: "ホーム";
    font-size: 14px;
    line-height: 20px;
    padding-right: 2px;
}

/* 記事一覧の日付の横にアイコン */

.archive-date,
.page-archive .date {
    margin: 0.5rem 0.7em 0;
    display: block;
    padding: 1px 10px 1px 0;
    background: none;
    color: #5E6C77 !important;
}

.archive-date {
    position: relative;
}

.archive-date a:before {
    font-family: blogicon;
    content: '\f043';
    color: #5E6C77 !important;
    font-size: 0.9rem;
    font-weight: normal;
    position: absolute;
    top: 0.1em;
    left: 0;
}

.archive-date a,
.page-archive .date a {
    color: #5E6C77 !important;
    display: inline;
    pointer-events: none;
    padding-top: 0.2em;
    padding-left: 1em;
}

.entry-date a {
    pointer-events: none;
}

/* サイドバー内の画像の端を丸くする */
#box2 img {
    border-radius: 8px;
}

/* 記事内の「関連記事」の表示を修正 */

.urllist-date-link,
.hatena-urllist .urllist-entry-body {
    display: none;
} 

/* 記事内の、記事タイトルの左右の余白を消す */
.entry-header .entry-title {
    margin: 0.4rem 0;
}

/* 関連記事のタイトルの文字サイズなど調整 */

.related-entries-item-inner {
    display: flex;
}

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

.related-entries-image {
    border-radius: 8px;
}

.hatena-module-related-entries {
    border: none !important;
    border-radius: 0px;
    background: linear-gradient(to bottom, #fff , #fff 15px, #ede4e1 15px, #ede4e1  30px, #fff 30px, #fff 45px, #DFD5CA 45px, #DFD5CA 60px);
    background-repeat: repeat-y;
    background-size: 15px 60px;
    background-position: left bottom;
}

.related-entries-title-link {
    padding-top: 12px;
}

@media (min-width: 992px) { 
    .hatena-module-related-entries { 
        padding-left: calc( 8% - 2px);
        padding-right: calc( 8% - 2px);
    }
}



/* メニューボタンや、記事一覧の記事タイトルや、記事内の記事タイトルをタップ（クリック）したときに、要素が暗くなるのを防ぐ */

.menu-btn,
.entry-header a,
.entry-title-link,
.recommend-image {
    -webkit-tap-highlight-color:transparent;
}

/*注目記事を2列に*/
.entries-access-ranking {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    padding-top: 24px;
} 


.entries-access-ranking li {
    width: calc( 50% - 4px); 
    margin: 0 0 28px 0;
    padding: 0;
}

.entries-access-ranking li .urllist-image {
    border-radius: 0 !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    width: 100%;
    margin: 0 0 0.4em 0 !important;
    transition-duration: .8s;
}

.entries-access-ranking li .urllist-image:hover {
    opacity: .6;
    transition-duration: .6s;
}

.entries-access-ranking-item-inner {
    display: flex;
    flex-flow: column;
}

.entries-access-ranking-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    overflow: hidden;
    background: #fff !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.entries-access-ranking-title-link {
    padding: 0px 6px 6px 12px;
}


@media screen and (max-width: 480px) {
    .entries-access-ranking li a {
        font-size: 15px;
    }
}

@media (max-width: 991px) { 
    .hatena-module-body { 
        padding-left: calc( 8% - 2px);
        padding-right: calc( 8% - 2px);
    }
}


/* タブレット表示時の注目記事の左右の余白の調整 */



@media (max-width: 991px) { 
.hatena-module-entries-access-ranking .hatena-module-body { 
        padding-left: calc( 30% - 2px);
        padding-right: calc( 30% - 2px);
    }
}

@media (max-width: 768px) { 
.hatena-module-entries-access-ranking .hatena-module-body { 
        padding-left: calc( 15% - 2px);
        padding-right: calc( 15% - 2px);
    }
}


/* スマホ表示時は注目記事の左右の余白を狭くする */


@media (max-width: 480px) { 
.hatena-module-entries-access-ranking .hatena-module-body { 
        padding-left: calc( 3% - 2px);
        padding-right: calc( 3% - 2px);
    }
}



@media (max-width: 991px) { 
    .design1-profile-wrap {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/* 最新記事とブログタイトルとの間の余白 */

#content {
    margin-top: 14px;
}

/* カテゴリの左にアイコン */

.hatena-module-category .hatena-urllist li a:before {
    font-family: blogicon;
    content: "\f022";
    font-size: 20px;
    padding-right: 2px;
    color: #ede4e1;
    text-decoration: none;
    display: inline-block;/*　これを指定しておかないと、以下「a:hover:before」が効かない */
}

.hatena-module-category .hatena-urllist li a:hover:before {
    text-decoration: none !important;
}

/* アーカイブの三角ボタンの色を変える */

.hatena-urllist .archive-module-button {
    opacity: 1 !important;
    color: #DFD5CA;
    font-size: 22px;
}

/* 記事内のタグの文字色などを変える */

.entry-tag .entry-tag-link {
    color: #5E6C77 !important;
    border: 1px solid #DFD5CA;
}

/* 記事内の、スターの上の筆者と「何日前の記事か」の箇所を非表示に */

.entry-footer-section {
    display: none;
}


/* 画面の幅が400px以下の場合、記事一覧画面の画像幅を狭めて、カテゴリーを非表示にする */

@media (max-width: 280px) {
    .page-archive .entry-thumb,
    .page-archive .entry-thumb-link {
        width: 50px;
    }
}

@media (max-width: 280px) {
    .archive-entry .categories {
        display: none;
    }
}

@media (max-width: 280px) {
    #main-inner .archive-entries .archive-entry-header {
        width: calc( 100% - 50px);
    }
}

/* アーカイブの記事一覧画面の見出しの調整 */

.archive-heading {
    text-align: center;
    color: #5E6C77;
    font-weight: 400;
    font-family: "M PLUS 2","Yu Gothic","Meiryo","ヒラギノ角ゴ","sans-serif";
}




/* ヘッダーロゴ */
.header-image-only #blog-title #blog-title-inner {
    width: 220px;
    height: 66px;
    background-size: contain;
    margin: 0 auto;
}

.header-image-only #blog-title{
background: #a5c9c1;
}

/* ヘッダー調整 */
#blog-title {
	background-repeat: no-repeat;
	background-size: cover;
	text-align: left;/* 左寄せ */
	margin: 0 auto;
	top: 0;
    padding: 0em 0.5em !important;
}

/* 次のページへの文字の大きさを少し大きく */
.autopagerize_insert_before a{
font-size: 16px;
padding: 15px;
}

/* タブレットとスマホ表示時のサイドバーの背景の色や余白の調整 */
@media (max-width: 991px) {
.page-archive .hfeed,
.page-index .hfeed{
background: #f5f2ef !important;
margin-top:0;
padding-top: 48px !important;
}
#box2{
margin-top: 0px !important;
padding-top: 20px !important;
}
}

@media (max-width: 767px) {
.page-archive .hfeed,
.page-index .hfeed{
padding-top: 24px !important;
}
}

@media (max-width: 991px) {
.hatena-module-title {
font-family: "M PLUS 2","Yu Gothic","Meiryo","ヒラギノ角ゴ","sans-serif";
padding: 1.8em 0.1em 0em;
font-weight: 400; 
font-size: 1.5rem;
}
#box2-inner .follow-btn-list{
padding-bottom: 43px;
}
#box2-inner .hatena-module-search-box{
margin-bottom:0;
padding-bottom: 59px;
}
#box2-inner .hatena-module-archive{
margin-bottom:0;
}
#box2-inner .hatena-module-category{
margin-bottom:0;
padding-bottom: 59px;
background-color: #f4f7fa !important;
}
#box2-inner .hatena-module-entries-access-ranking{
margin-bottom:0;
background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
background-size: 16px 16px;
background-repeat: repeat;
background-position: center center;
}

#box2-inner .hatena-module-html:first-child {
margin-bottom:0;
}
#box2-inner .hatena-module-html:nth-child(2) .hatena-module-body{
padding-bottom: 43px;
}
#box2-inner .hatena-module-html:nth-child(2) {
margin-bottom:0;
background: #f5f2ef !important;
}
#box2-inner .hatena-module {
border-radius: 0px !important;
border: 0px solid rgba(237,228,225,0.5) !important;
}
}


/* PC表示で幅広になるのを避けるために幅に最大値を設定 */


.article-area{
max-width: 810px;
margin: 0 auto;
}

.main-inner{
max-width: 650px;
}


.archive-entries{
max-width: 560px;
margin: 0 auto;
}


/* 記事下の関連記事の写真のサイズが小さくならないように */

.related-entries-image-link img{
max-width: initial !important;
}


/* はてなフォトライフの画像クリック時のポップアップを無効にする */

img.hatena-fotolife {
pointer-events: none;
}


/***  トップページ記事一覧の一部をカード型デザインに★画面幅ごとにmediaで区分けしているので注意 ***/
.page-archive .archive-entries {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 480px) {
/***  スマホ表示時は1列になる  2列にしたければ width: 100%;を45%などにする　※テーマによってはwidthは calc(100% - 0.1em) の方が左右の余白が小さくてすむ***/
.page-archive .archive-entries .archive-entry:first-child {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: calc(100% - 10px);
    height: auto;
    padding: 0 5px 0;
    margin: 0 auto;
    margin-bottom: 1.5em;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    border-radius: 10px;
    border: none;
    transition: .25s ease-in-out;
}
}

@media (min-width: 481px) {
/***  スマホ表示時は1列になるが、2列にしたければ width: 100%;を45%などにする　※wかのテーマではwidthは calc(100% - 0.1em) の方が左右の余白が小さくてすむ***/
.page-archive .archive-entries .archive-entry:first-child,
.page-archive .archive-entries .archive-entry:nth-child(2) {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: calc(50% - 30px);
    height: auto;
    padding: 0 5px 0;
    margin: 0 auto;
    margin-bottom: 1.5em;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    border-radius: 10px;
    border: none;
    transition: .25s ease-in-out;
}
.page-archive .archive-entries .archive-entry:first-child {
    margin-right: 10px !important;
    margin-left: 20px !important;
}
.page-archive .archive-entries .archive-entry:nth-child(2) {
    margin-right: 20px !important;
    margin-left: 10px !important;
    } 
}


@media (min-width: 768px) {
.page-archive .archive-entries .archive-entry:first-child {
    margin-right: 10px !important;
    margin-left: 0 !important;
    width: calc(50% - 10px);
}
.page-archive .archive-entries .archive-entry:nth-child(2) {
    margin-right: 0 !important;
    margin-left: 10px !important;
    width: calc(50% - 10px);
    } 
}


.page-archive .archive-entries .archive-entry {
    transition: .25s ease-in-out;
}

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




@media (max-width: 480px) {
.page-archive .archive-entries .archive-entry:first-child .archive-entry-header {
    display: flex;
    flex-direction: column-reverse;
    order: 2;
    padding: 10px 16px 0;
    width: calc(100% - 32px);
}
.page-archive .archive-entries .archive-entry:first-child .entry-title {
    line-height: 1.5;
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-weight: bold;
    z-index: 3;
    cursor: pointer !important;
}
.page-archive .archive-entries .archive-entry:first-child .entry-thumb-link {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    width: 100%;
    height: auto;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    z-index: 1;
    cursor: pointer !important;
}
.page-archive .archive-entries .archive-entry:first-child .entry-thumb {
    background-size: cover;
    background-position: 50%;
    border-radius: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
.page-archive .archive-entries .archive-entry:first-child .categories {
    order: 3;
    margin: 0;
    padding: 0 16px;
    height: 0px;
}
}



@media (min-width: 481px) {
.page-archive .archive-entries .archive-entry:first-child .archive-entry-header,
.page-archive .archive-entries .archive-entry:nth-child(2) .archive-entry-header {
    display: flex;
    flex-direction: column-reverse;
    order: 2;
    padding: 10px 16px 0;
    width: calc(100% - 32px);
}
.page-archive .archive-entries .archive-entry:first-child .entry-title,
.page-archive .archive-entries .archive-entry:nth-child(2) .entry-title {
    line-height: 1.5;
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-weight: bold;
    z-index: 3;
    cursor: pointer !important;
}
.page-archive .archive-entries .archive-entry:first-child .entry-thumb-link,
.page-archive .archive-entries .archive-entry:nth-child(2) .entry-thumb-link {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    width: 100%;
    height: auto;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    z-index: 1;
    cursor: pointer !important;
}
.page-archive .archive-entries .archive-entry:first-child .entry-thumb,
.page-archive .archive-entries .archive-entry:nth-child(2) .entry-thumb {
    background-size: cover;
    background-position: 50%;
    border-radius: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
.page-archive .archive-entries .archive-entry:first-child .categories,
.page-archive .archive-entries .archive-entry:nth-child(2) .categories {
    order: 3;
    margin: 0;
    padding: 0 16px;
    height: 0px;
}
}


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


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

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

@media (max-width: 480px) {
.page-archive .archive-entries .archive-entry:first-child {
    position: relative;
}
.page-archive .archive-entries .archive-entry:first-child .categories {
    position: absolute;
    top: 1rem;
    left: 0;
    z-index: 2;
}
.page-archive .archive-entries .archive-entry:first-child .categories a {
    display: inline;
    border: solid 1px #F7EEEA;
    color: #5E6C77;
    padding: 1.5px 10px;
    border-left: 1.5px dotted #ffffff;
    border-right: 1.5px dotted #ffffff;
}
.page-archive .archive-entries .archive-entry:first-child .categories a:before {
    content: "";
}
}


@media (min-width: 481px) {
.page-archive .archive-entries .archive-entry:first-child,
.page-archive .archive-entries .archive-entry:nth-child(2) {
    position: relative;
}
.page-archive .archive-entries .archive-entry:first-child .categories,
.page-archive .archive-entries .archive-entry:nth-child(2) .categories {
    position: absolute;
    top: 1rem;
    left: 0;
    z-index: 2;
}

.page-archive .archive-entries .archive-entry:first-child .categories a,
.page-archive .archive-entries .archive-entry:nth-child(2) .categories a {
    display: inline;
    border: solid 1px #F7EEEA;
    color: #5E6C77;
    padding: 1.5px 10px;
    border-left: 1.5px dotted #ffffff;
    border-right: 1.5px dotted #ffffff;
}
.page-archive .archive-entries .archive-entry:first-child .categories a:before,
.page-archive .archive-entries .archive-entry:nth-child(2) .categories a:before {
    content: "";
}
}



/* 最新記事の上に、記事一覧という表記を追加 */

.page-archive .archive-entries {
position: relative;
margin-top: 88px;
padding-top: 68px;
}

.page-archive .archive-entries:before {
position: absolute;
content: "記事一覧";
top: -13px;
left: calc(50% - 40px);
color: #627077 !important;
font-size: 1rem;
}


.page-archive .archive-entries:after {
position: absolute;
content: "ARTICLES";
top: -80px;
left: calc(50% - 86px);
    color: #A3A8A3 !important;
    margin:16px auto 0 !important;
    text-align: center;
    font-weight: 900;
    font-family: "M PLUS 2","sans-serif","Yu Gothic","Meiryo","ヒラギノ角ゴ";
    font-size: 2rem;
    text-shadow: 4px 4px rgba(175,201,199,0.5);
    opacity: 0.7;
}


/* 自分のテーマに合わせた調整 */

#main-inner .archive-entries .archive-entry {
height: auto;
}

.page-archive .archive-entries .archive-entry:nth-child(n+3) {
width: 100%;
}

@media (max-width: 480px) {
.page-archive .archive-entries .archive-entry:nth-child(2) {
width: 100%;
}
}



@media (max-width: 480px) {
.page-archive .archive-entries .archive-entry:first-child .archive-entry-header {
width: 100%;
flex-direction: column;
padding: 6px 16px 10px;
}
.page-archive .archive-entries .archive-entry:first-child .entry-thumb-link {
border-bottom-left-radius: 0px;
}
.page-archive .archive-entries .archive-entry:first-child .archive-date {
margin: 0;
}
.page-archive .archive-entries .archive-entry:first-child .archive-entry-header {
width: calc(100% - 24px) !important;
}
}

@media (min-width: 481px) {
.page-archive .archive-entries .archive-entry:first-child .archive-entry-header,
.page-archive .archive-entries .archive-entry:nth-child(2) .archive-entry-header {
width: 100%;
flex-direction: column;
padding: 6px 16px 10px;
}
.page-archive .archive-entries .archive-entry:first-child .entry-thumb-link,
.page-archive .archive-entries .archive-entry:nth-child(2) .entry-thumb-link {
border-bottom-left-radius: 0px;
}
.page-archive .archive-entries .archive-entry:first-child .archive-date,
.page-archive .archive-entries .archive-entry:nth-child(2) .archive-date {
margin: 0;
}
.page-archive .archive-entries .archive-entry:first-child .archive-entry-header,
.page-archive .archive-entries .archive-entry:nth-child(2) .archive-entry-header {
width: calc(100% - 24px) !important;
}
}




/* サイドバーのはてなモジュールのタイトルデザイン */

.hatena-module-title {
    position: relative !important;
    padding: 4em 0.5em 0.5em !important;
    color: #627077 !important;
    margin: 0 auto !important;
    margin-bottom: 15px !important;
    text-align: center !important;
    font-size: 1rem !important;
    width: fit-content !important;
    border: none !important;
    font-weight: normal !important;
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic' !important;
}





    
.hatena-module-custom-PROFILE .hatena-module-title:before {
position: absolute;
content: "PROFILE";
top: -4px;
left: calc(50% - 76px);
    color: #A3A8A3 !important;
    margin:16px auto 0 !important;
    text-align: center;
    font-weight: 900;
    font-family: "M PLUS 2","sans-serif","Yu Gothic","Meiryo","ヒラギノ角ゴ";
    font-size: 2rem;
    text-shadow: 4px 4px rgba(175,201,199,0.5);
    opacity: 0.7;
}

.hatena-module-custom-AD .hatena-module-title:before {
position: absolute;
content: "AD";
top: -4px;
left: calc(50% - 26px);
    color: #A3A8A3 !important;
    margin:16px auto 0 !important;
    text-align: center;
    font-weight: 900;
    font-family: "M PLUS 2","sans-serif","Yu Gothic","Meiryo","ヒラギノ角ゴ";
    font-size: 2rem;
    text-shadow: 4px 4px rgba(175,201,199,0.5);
    opacity: 0.7;
}

.hatena-module-custom-POPULAR .hatena-module-title:before {
position: absolute;
content: "POPULAR";
top: -4px;
left: calc(50% - 86px);
    color: #A3A8A3 !important;
    margin:16px auto 0 !important;
    text-align: center;
    font-weight: 900;
    font-family: "M PLUS 2","sans-serif","Yu Gothic","Meiryo","ヒラギノ角ゴ";
    font-size: 2rem;
    text-shadow: 4px 4px rgba(175,201,199,0.5);
    opacity: 0.7;
}

.hatena-module-custom-CATEGORY .hatena-module-title:before {
position: absolute;
content: "CATEGORY";
top: -4px;
left: calc(50% - 96px);
    color: #A3A8A3 !important;
    margin:16px auto 0 !important;
    text-align: center;
    font-weight: 900;
    font-family: "M PLUS 2","sans-serif","Yu Gothic","Meiryo","ヒラギノ角ゴ";
    font-size: 2rem;
    text-shadow: 4px 4px rgba(175,201,199,0.5);
    opacity: 0.7;
}

.hatena-module-custom-ARCHIVE .hatena-module-title:before {
position: absolute;
content: "ARCHIVE";
top: -4px;
left: calc(50% - 76px);
   color: #A3A8A3 !important;
    margin:16px auto 0 !important;
    text-align: center;
    font-weight: 900;
    font-family: "M PLUS 2","sans-serif","Yu Gothic","Meiryo","ヒラギノ角ゴ";
    font-size: 2rem;
    text-shadow: 4px 4px rgba(175,201,199,0.5);
    opacity: 0.7;
}

.hatena-module-custom-SEARCH .hatena-module-title:before {
position: absolute;
content: "SEARCH";
top: -4px;
left: calc(50% - 66px);
    color: #A3A8A3 !important;
    margin:16px auto 0 !important;
    text-align: center;
    font-weight: 900;
    font-family: "M PLUS 2","sans-serif","Yu Gothic","Meiryo","ヒラギノ角ゴ";
    font-size: 2rem;
    text-shadow: 4px 4px rgba(175,201,199,0.5);
    opacity: 0.7;
}

@media (min-width: 992px){
#box2-inner .hatena-module{
background-color: #fdfdf7 !important;
}
#box2-inner .hatena-module-custom-PROFILE .hatena-module-body {
padding-top: 28px !important;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 4px;
}
#box2-inner .hatena-module-custom-PROFILE .hatena-module-body .design1-profile-wrap{
padding-top: 20px !important;
padding-bottom: 20px !important;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: solid 6px #f9f9f9;
border-radius: 4px;
}
#box2-inner .hatena-module-custom-AD .hatena-module-body {
background-color: #fefefc !important;
border-radius: 4px;
}
#box2-inner .hatena-module-custom-AD .hatena-module-adspace-top {
height: 6px !important;
}
#box2-inner .hatena-module-custom-AD .hatena-module-adspace-bottom {
height: 1px !important;
}
}

@media (max-width: 991px){
#box2-inner .hatena-module-custom-AD .hatena-module-adspace-top {
margin-bottom: 14px !important;
}
#box2-inner .hatena-module-custom-AD .hatena-module-adspace-bottom {
display: none !important;
}
}

/* 画面幅280pxのとき、記事一覧のサムネイル（2記事目以降）を非表示に */

@media (max-width: 280px){
.page-archive .entry-thumb, .page-archive .entry-thumb-link {
width: 0px;
}
#main-inner .archive-entries .archive-entry:nth-child(n+2) .archive-entry-header {
width: calc( 100% - 6px);
}
}

/* 記事ページのタイトル下の余白を少なくする　カテゴリーはパンくずリストに書いてあるので非表示にする */


.entry-header {
padding-bottom: 0;
margin-bottom: 0;
}

.entry-header .entry-title {
font-weight: bold;
}

.entry-categories {
display: none
}

/* 記事ページの関連記事の表記調整*/

.hatena-module-related-entries .hatena-module-title {
    position: relative !important;
    padding: 0 !important;
    color: #627077 !important;
    margin: 0 auto !important;
    margin-bottom: 15px !important;
    text-align: center !important;
    font-size: 1.3rem !important;
    width: fit-content !important;
    border: none !important;
    font-weight: normal !important;
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic' !important;
}

.hatena-module-related-entries .hatena-module-title:before {
  font-family: "Font Awesome 5 Free";
  content: "\f4d8";
  position: absolute;
  padding: 0em;
  font-weight: 900;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* 容量オーバーに注意　ヘッダ・フッタ・記事上・記事内・記事下のコードは各入力欄に移動　*/