@charset "UTF-8";
/*
  Theme: dashboard
  Author: fujiguchi
  Responsive: yes
  Description: dashboardをイメージしています。
*/

@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam:wght@400;700&display=swap');
:root {
    --main-color: #6fbcbf;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

*, ::after, ::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

article, aside, footer, header, nav, section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figcaption, figure, main {
    display: block;
}

hr {
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

svg:not(:root) {
    overflow: hidden;
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

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

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

textarea {
    overflow: auto;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

@media (min-width: 768px) {
    #content-inner {
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        max-width: 1200px;
        padding: 0 28px;
    }
}

@media (min-width: 992px) {
    #content-inner {
        flex-direction: row;
    }
}

.archive-entries {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.page-archive .archive-entry {
    display: flex;
    flex-flow: column;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 4px;
    transition: .2s ease-out;
    background: #fff;
    border-radius: 10px;
}

.archive-entry:hover {
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    transform: translateY(-5px) scale(1.02);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.archive-entry-header {
    order: 1;
}

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

.page-archive .archive-entry .categories {
    order: 0;
    /* position: absolute; */
}

.archive-entry-header {
    display: flex;
    flex-flow: column;
    border-radius: 10px 0 0 0;
}

.pager {
    display: flex;
}

body {
    font-family: 'Be Vietnam', sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #454545;
    background: #f5f5f5;
    font-family: 'Be Vietnam',YuGothic,'Yu Gothic', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    line-height: 1.8;
    letter-spacing: 0.02em;
    font-weight: 500;
    font-size: 1.7rem;
    word-wrap: break-word;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: var(--main-color);
    text-decoration: none;
}

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

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

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: var(--main-color);
}

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

#globalheader-container {
    background-color: #454545;
    color: #f5f5f5;
}

#blog-title {
    max-width: 1200px;
    padding: 1.5em 20px 2em;
    text-align: center;
}

@media (min-width: 768px) {
    #blog-title {
        padding: 20px 0 0 32px;
        box-sizing: border-box;
        text-align: left;
    }
}

#title {
    margin: 0;
    font-size: 1.5rem;
}

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

#title a {
    color: #555;
}

#blog-description {
    font-weight: normal;
    font-size: .8rem;
    margin: 1em 0 0;
}

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

@media (min-width: 768px) {
    #container {
        padding-left: 78px;
    }
    .page-entry #container, .page-about #container {
        padding-left: 78px;
    }
}

@media (min-width: 992px) {
    #container {
        padding-left: 178px;
    }
    .header-image-enable #blog-title {
        padding: 0 40px;
    }
}

.header-image-enable #blog-title-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 30px 0 0;
}

@media (min-width: 992px) {
    .header-image-enable #blog-title-inner {
        background-size: cover;
    }
}

.header-image-enable #blog-title-content {
    margin: auto;
    text-align: center;
}

#top-box {
    max-width: 1400px;
    margin: 0 auto 1em;
    box-sizing: border-box;
}

@media (min-width:768px) {
    #top-editarea {
        margin-bottom: 28px;
        max-width: 1200px;
    }
}

.breadcrumb {
    padding: 0 20px;
    font-size: 1.4rem;
}

@media (min-width: 768px) {
    .breadcrumb {
        padding: 0 32px;
    }
}

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

#main {
    width: 100%;
}

#main-inner {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

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

@media (min-width: 768px) {
    .page-archive #main-inner {
        padding: 0;
    }
}

.entry {
    position: relative;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
}

@media (min-width: 768px) {
    .entry {
        padding: 30px 40px;
        box-shadow: rgba(99, 99, 99, .2) 0px 4px 8px 0px;
    }
}

.entry-header {
    position: relative;
}

.entry-header .social-buttons {
    margin: 1em 0 0;
    padding: 1em 0;
    border-top: 1px solid #ddd;
}

.date {
    font-size: 1.5rem;
}

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

.archive-entry .date a {
    /* color: #fff; */
    display: block;
}

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

.categories a {
    font-size: 1.6rem;
    display: inline-block;
    margin: 10px 4px 10px 0;
    padding: .2em 1em;
    background: var(--main-color);
    text-decoration: none;
    font-weight: bold;
    border-radius: 8px;
    color: #fff;
}

.entry-footer .social-buttons {
    margin-bottom: 1em;
}

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

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

.comment-box {
    margin: 3em 0 1em;
    padding: 1em 0;
    position: relative;
    border-top: 1px solid #454545;
}

.comment-box::before {
    content: "COMMENT";
    padding: 0 10px;
    color: #454545;
    background: #fff;
    line-height: 1;
    font-size: 2.2rem;
    font-weight: bold;
    position: absolute;
    top: -14px;
    left: 24px;
}

.comment {
    list-style: none;
    margin: 2em 0 15px 0;
    padding: 0;
    line-height: 1.7;
    font-size: 1.5rem;
}

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

.entry-comment {
    margin: 0 0 1.2em 0;
    /* padding: 0 1.2em; */
    border-bottom: solid #eee 1px;
}

.read-more-comments a {
    display: inline-block;
    padding: 8px 16px;
    margin-bottom: 1em;
    border: solid #bdbdbd 1px;
    border-radius: 20px;
    transition: .2s ease-out;
}

.read-more-comments a:hover {
    background: var(--main-color);
    color: #fff;
    border: solid 1px var(--main-color);
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.entry-comment .hatena-id-icon {
    margin-right: 12px;
    border-radius: 50%;
    vertical-align: middle;
    width: 50px !important;
    height: 50px !important;
}

.comment-user-name {
    position: relative;
    display: flex;
    max-width: 300px;
    width: fit-content;
    font-weight: bold;
    padding: .5em;
    border: solid 1px #bdbdbd;
    border-radius: 50px;
}

.comment-user-name::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 7px;
    height: 25px;
    bottom: -16px;
    right: 50px;
    background: #bdbdbd;
    border-radius: 10px;
    border: solid #fff 3px;
    transform: rotate(45deg);
}

.comment-user-name::after {
    width: calc(100% - 25px);
    right: 0;
    border-left: solid 1px #d8d8d8;
    border-radius: 10px 0 0;
}

.comment-nickname {
    display: flex;
    flex-wrap: wrap;
    width: fit-content;
}

.user-name-nickname {
    flex-basis: 100%;
    width: min-content;
}

.comment-nickname[data-user-name="utoutosara"] .user-name-nickname {
    width: auto;
}

.comment-nickname[data-user-name="utoutosara"] .user-name-nickname::after {
    content: "(id:fujiguchi)";
    position: absolute;
    left: 70px;
    top: 31px;
    color: #454545;
    font-size: 1.5rem;
    background: #fff;
    z-index: 10;
}

.comment-nickname[data-user-name="utoutosara"]:hover::after, .comment-nickname[data-user-name="utoutosara"] .user-name-nickname:hover::after {
    color: var(--main-color);
}

.comment-content {
    margin: 1em 0 1em;
    word-wrap: break-word;
    color: #555;
    font-size: 1.4rem;
}

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

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

.leave-comment-title {
    background: var(--main-color);
    color: #fff;
    padding: .6em 1em .8em;
    font-size: 1.6rem;
    border-radius: 20px;
    transition: .2s ease-out;
}

.leave-comment-title:hover {
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

@media (min-width: 992px) {
    #box2 {
        width: 300px;
        border-radius: 10px;
        display: flex;
    }
    .hatena-module:last-of-type {
        position: -webkit-sticky;
        position: sticky;
        top: 8px;
    }
}

@media (min-width: 768px) {
    #box2-inner {
        padding: 0;
    }
}

@media (min-width: 992px) {
    #box2-inner {
        padding-left: 0;
    }
}

.hatena-module {
    box-sizing: border-box;
    margin-bottom: 2em;
    font-size: 1.4rem;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}

.entry .hatena-module {
    padding: 0;
}

@media (min-width: 768px) {
    .hatena-module {
        width: calc(50% - 10px);
        padding: 20px;
    }
    .hatena-module:nth-child(odd) {
        margin-right: 20px;
    }
}

.hatena-module-title {
    margin: 0 0 1em;
    padding: 0;
    font-size: 2.2rem;
    font-weight: bold;
    position: relative;
    display: flex;
    width: 100%;
    white-space: nowrap;
}

.hatena-module-title::before, .hatena-module-title::after {
    content: "";
    display: block;
    height: 1px;
    background: #454545;
    justify-content: center;
    align-self: center;
}

.hatena-module-title::before{
    width: 2em;
    margin-right: 10px; 
}

.hatena-module-title::after {
    width: 100%;
    margin-left: 10px;

}

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

.hatena-urllist {
    list-style: none;
    line-height: 1.4;
}

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

.urllist-category-link {
    display: inline-block;
    margin: .2em .2em .2em 0;
    padding: .2em 1em;
    color: #555;
    font-size: .7em;
    font-weight: bold;
    letter-spacing: 0;
    border-radius: 20px;
}

.urllist-date-link a {
    display: block;
    margin: 0 0 .4em;
    color: #555;
}

.urllist-entry-body {
    margin-top: .3em;
    color: #555;
}

.urllist-with-thumbnails li .urllist-image {
    margin: 0 1em 0 0;
    border-radius: 6px;
}

.urllist-categories {
    margin: .4em 0 0;
}

.hatena-module-profile .profile-icon {
    display: block;
    margin: 0 auto 1em;
    padding: .5em;
    border-radius: 50%;
    transition: .15s;
}

.id {
    display: block;
    font-weight: bold;
    margin-bottom: .5em;
    text-align: center;
}

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

.search-form, .search-result-form {
    display: flex;
    align-items: center;
    border: 2px solid #ddd;
    border-radius: 3px;
    width: 100%;
    padding: 4px 0 2px 6px;
    box-sizing: border-box;
}

.search-module-input, .search-result-input {
    flex: 1 0;
    padding: 5px;
    color: #333;
    background: none;
    border: none;
    outline: none;
    height: 20px;
}

.search-module-button, .search-result-button {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    background: transparent url("https://cdn.blog.st-hatena.com/images/theme/search@2x.png?version=4d776f2b7a248fe0227f52f5e9d786") no-repeat center;
    background-size: 20px 20px;
    border: none;
    outline: none;
    color: transparent;
    overflow: hidden;
    opacity: .5;
    cursor: pointer;
}

.search-module-button:hover, .search-result-button:hover {
    opacity: .85;
}

.archive-module-month {
    transition: .2s;
}

.archive-module-month:hover {
    transform: translateX(4px);
    text-decoration: none;
}

.archive-module-month-title::before {
    content: "\f006";
    font-family: blogicon;
    font-size: .8em;
    color: #555;
    margin-right: .2em;
    vertical-align: middle;
}

.archive-module-month-title:hover::before {
    color: #4ab7ea;
}

.archive-module-calendar .archive-module-calendar-selector {
    border: none;
    border-radius: 15px;
    padding: 0 1em;
    cursor: pointer;
}

.archive-module-calendar a {
    display: block;
    margin: .2em;
    padding: .2em 0 0;
    color: #79b4c5;
    font-weight: bold;
    border-radius: 1em;
}

.hatena-module-category li {
    display: inline-block;
}

.hatena-module-category a {
    display: inline-block;
    margin: .4em;
    font-size: .8rem;
    border-radius: 20px;
}

.archive-heading {
    margin-bottom: 20px;
}

/* About ページ */

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

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

.archive-header-category {
    margin: 30px;
    text-align: center;
}

.archive-entry {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    box-sizing: border-box;
}

.page-archive .entry-thumb {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    margin: 0;
    background-position: center;
    background-size: cover;
    border-radius: 0 0 10px 10px;
    transition: .4s;
}

.page-archive .categories a {
    margin: 0;
    padding: 2px 16px;
    font-size: 1.2rem;
    letter-spacing: 0;
    border-radius: 16px 16px 16px 0;
    display: block;
    position: absolute;
    left: -8px;
    top: 4px;
    box-shadow: rgba(0,0,0,.5) 1px 3px 4px -2px;
}

.page-archive .categories a::before {
    content: "";
    display: block;
    width: 8px;
    height: 16px;
    background: #397678;
    position: absolute;
    top: 25.2px;
    left: 0;
    border-radius: 8px 0 0 8px;
    z-index: 2;
}

.page-archive .categories a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #6fbcbf;
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 1;
}

.categories .category-カスタマイズ {
    background: #ffcd70;
}

.page-archive .categories .category-カスタマイズ::before {
    background: #bd8d32;
}

.page-archive .categories .category-カスタマイズ::after {
    background: #ffcd70;
}

.categories .category-便利ツール {
    background: #838edc;
}

.page-archive .categories .category-便利ツール::after {
    background: #838edc;
}

.page-archive .categories .category-便利ツール::before {
    background: #5660a9;
}

.page-archive .categories a:hover, .page-archive .date a:hover {
    text-decoration: underline;
}

.archive-entry .entry-title {
    font-size: 1.6rem;
}

.date a::before {
    content: "";
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="rgb(85, 85, 85)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-calendar"%3E%3Crect x="3" y="4" width="18" height="18" rx="2" ry="2"%3E%3C/rect%3E%3Cline x1="16" y1="2" x2="16" y2="6"%3E%3C/line%3E%3Cline x1="8" y1="2" x2="8" y2="6"%3E%3C/line%3E%3Cline x1="3" y1="10" x2="21" y2="10"%3E%3C/line%3E%3C/svg%3E');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    display: inline-block;
    position: relative;
    top: 1px;
}

.archive-entry-header .date {
    font-size: 1.2rem;
    text-align: right;
    padding: 2px 10px;
    background: #eaeaea;
    border-radius: 10px 10px 0 0;
    background: linear-gradient(
-45deg, transparent 25%, rgba(200, 200, 200, .25) 25%, rgba(200, 200, 200, .25) 50%, transparent 50%, transparent 75%, rgba(200, 200, 200, .25) 75%, rgba(200, 200, 200, .25));
    background-size: 6px 6px;
    border-bottom: solid 1px #dfdfdf;
}

.hyphen {
    display: none;
}

.date-month::before, .date-month::after {
    content: "/";
}

.archive-entry-body .entry-description {
    font-size: .7em;
    display: none;
}

.archive-entry-body .social-buttons {
    display: block;
    margin: .5em 0;
}

.page-entry #main-inner, .page-about #main-inner  {
    padding: 0;
}

.page-entry .breadcrumb {
    margin-bottom: 2rem;
}

.breadcrumb-gt::before, .breadcrumb-gt::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #afafaf;
    margin: 0 8px;
    position: absolute;
    left: 2px;
}

.breadcrumb-gt {
    position: relative;
    font-size: 0;
    display: inline-block;
    padding: 0 10px;
}

.breadcrumb-gt::before {
    top: -7px;
    transform: rotate(40deg);
}

.breadcrumb-gt::after {
    bottom: 4px;
    transform: rotate(-40deg);
}

#footer-inner {
    margin-top: 2em;
    padding: 10px 0;
    text-align: center;
    font-size: .8rem;
    color: #555;
}

#footer-inner a {
    color: #555;
}

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

@media (min-width: 768px) {
    #footer-inner {
        max-width: 1200px;
        margin: auto;
        padding: 20px 40px;
    }
}

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

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

.entry-content h2 {
    font-size: 2.6rem;
    background: #faf9ff;
    padding: .5em;
    border-left: solid 8px var(--main-color);
    position: relative;
    margin: 3em 0 1.5em;
}

.entry-content h3 {
    font-size: 2.1rem;
    margin: 3em 0 1.5em;
    padding: .5em 1em .5em 36px;
    border-bottom: solid 1px #aaa;
    position: relative;
}

.entry-content h3::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -4px;
    left: 6px;
    width: 24px;
    height: calc(100% + 12px);
    background: rgba(105,75,30,.2);
    border-radius: 4px;
}

.entry-content h4 {
    margin: 2em 0 1em 0;
    font-size: 1.9rem;
    padding: .5em;
    background: rgb(250 249 255);
    border: solid 1px #aaa;
    border-radius: 6px;
}

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

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

.entry-content a {
    color: #1487bd;
    text-decoration: underline;
}

.entry-content a:hover {
    color: var(--main-color);
    text-decoration: none;
}

.entry-content a.keyword {
    text-decoration: none;
    border-bottom: 1px dotted #ddd;
    color: #333;
}

.entry-content .entry-see-more {
    display: inline-block;
    padding: .5em 1em;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    transition: .1s ease-out;
}

.entry-content table {
    border-collapse: collapse;
    border-spacing: 0;
    border-bottom: 1em;
    margin-bottom: 1em;
    width: 100%;
    overflow: auto;
    font-size: 1.4rem;
}

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

article em {
    font-weight: bold!important;
    font-style: normal;
    margin: 0 .1em;
    padding: .1em .2em;
    background: #fcfc60;
    background: linear-gradient(to bottom,transparent 60%,#fcff71a3 60%);
}

p {
    margin-bottom: 1.8em;
}

.entry-content ul:not(.table-of-contents), .entry-content ol {
    margin: 1em 1em 1em 2em;
}

.entry-content table th, .entry-content table td {
    border: 1px solid #ddd;
    padding: 5px 10px;
}

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

.entry-content blockquote {
    margin: 2em 0 1.5em 1.5em;
    padding: 1em 1em .3em 2em;
    background: #f5f5f5;
}

.entry-content blockquote::before {
    content: "\f704";
    font-family: 'blogicon';
    position: absolute;
    top: -10px;
    left: -10px;
    color: #aaa;
    font-size: 4rem;
    line-height: 1.4;
}

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

.entry-content pre {
    background: #000;
    white-space: pre;
    text-overflow: ellipsis;
    line-height: 1.3;
    font-size: .8rem;
    position: relative;
    padding: 1.5em 1em .5em;
    margin-bottom: 3em;
    font-size: 1.4rem;
    text-overflow: unset;
    border-radius: 4px;
    background: #f5f5f5;
}

.entry-content pre.lang-html::before {
    content: " html ";
    position: absolute;
    top: 0;
    left: 0;
    background: #5e6bff;
    color: #fff;
}

.entry-content pre.lang-css::before {
    content: " CSS ";
    position: absolute;
    top: 0;
    left: 0;
    background: #fff75e;
    border-radius: 4px 0 0 0;
}

.entry-content pre>code {
    margin: 0;
    padding: 0;
    white-space: pre;
    border: none;
    background-color: transparent;
    font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}

.entry-content code {
    font-size: 90%;
    margin: 0 2px;
    padding: 0px 5px;
    background-color: #f5f5f5;
    border-radius: 3px;
}

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



.pager {
    margin: 2em 0;
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: center;
}

.pager-arrow {
    display: none;
}

.pager .pager-prev, .pager .pager-next {
    display: block;
    width: 100%;
}

.pager .pager-prev a, .pager .pager-next a {
    display: inline-block;
    width: 96%;
    padding: 20px;
    margin: 2%;
    background: var(--main-color);
    background: linear-gradient(-45deg, transparent 25%, rgba(200, 200, 200, .25) 25%, rgba(200, 200, 200, .25) 50%, transparent 50%, transparent 75%, rgba(200, 200, 200, .25) 75%, rgba(200, 200, 200, .25));
    background-size: 6px 6px;
    border: solid #d2d2d2 1px;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

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

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

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

.pager .pager-prev a:hover::before, .pager .pager-next a:hover::after {
    color: #4ab7ea;
}

.pager .pager-prev a::after, .pager .pager-next a::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: #fff;
    position: absolute;
    border-radius: 50%;
    transition: .15s ease-in;
    z-index: -1;
}

.pager .pager-next a::before, .pager .pager-prev a::after {
    bottom: 0;
}
.pager .pager-prev a::after {
    left: 0;
}

.pager .pager-next a::before {
    right: 0;
}

.pager .pager-next a:hover::before, .pager .pager-prev a:hover::after {
    transform: translateY(20px) scale(15);
}

div.footnote {
    padding: 1em 0;
    border-top: #ddd 1px solid;
}

#footer .guest-footer {
    margin: 20px;
    padding: 25px 30px 10px;
    max-width: 700px;
    background: #fff;
    border-radius: 6px;
}

@media (min-width: 768px) {
    #footer .guest-footer {
        margin: 30px auto;
    }
}

.page-index .pager, .page-archive .pager {
    margin: 2em 0;
}

.entry-header-menu a {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    padding: 6px 20px;
    background: var(--main-color);
    border-radius: 10px;
    top: 0;
    box-shadow: 1px 3px 10px #ddd;
    transition: .1s ease-out;
}

.entry-header-menu a:hover {
    top: 3px;
    box-shadow: 0 1px 3px #ddd;
    color: #fff;
}

.entry-header-html a, .entry-footer-html a {
    color: #1487bd;
    text-decoration: underline;
}

.entry-header-html a:hover, .entry-footer-html a:hover {
    text-decoration: none;
    color: #0f668f;
}

@media (min-width: 768px) and (max-width: 991px) {
    .archive-entry {
        width: 31.33%;
    }
    .archive-entry:not(:nth-child(3n)) {
        margin-right: 3%;
    }
    #box2-inner {
        display: flex;
        flex-wrap: wrap;
        border-radius: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .archive-entry {
        width: 48%;
    }
    .archive-entry:nth-child(odd) {
        margin-right: 4%;
    }
}

@media (min-width: 1200px) {
    .archive-entry {
        width: 31%;
    }
    .archive-entry:not(:nth-child(3n)) {
        margin-right: 3.5%;
    }
}

.archive-entry-tag .archive-entry-tag-link {
    background: none;
    margin: 0;
}

.archive-entry-tag .archive-entry-tag-link:hover {
    background: none;
}

.page-archive .entry-thumb-link {
    padding: 0;
    position: relative;
    order: 2;
}

.page-archive .entry-thumb-link::before {
    content: "\f006";
    font-family: 'blogicon';
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: -15px;
    right: 10px;
    z-index: 5;
    transition: .3s ease-in-out;
    box-shadow: rgba(0, 0, 0, .1) 0px 1px 4px;
}

.page-archive .archive-entry:hover .entry-thumb-link::before {
    transform: translateX(9px);
    background: #595e63;
    color: #fff;
}

.page-archive .entry-thumb-link::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgba(0, 0, 0, 0.1) 30%, transparent 31%), radial-gradient(rgba(0, 0, 0, 0.1) 30%, transparent 31%);
    background-size: 4px 4px;
    background-position: 0 0, 2px 2px;
    background-color: rgba(77, 147, 160, .1);
    border-radius: 0 0 10px 10px;
    opacity: 0;
    transition: .3s ease-in-out;
    z-index: 2;
}

.page-archive .entry-thumb-link:hover::after {
    opacity: 1;
}

.archive-entry {
    padding: 0;
    margin-bottom: 25px;
    border-radius: 16px;
}

.entry-title {
    margin: 0;
    font-size: 2.8rem;
}

.entry .date a::before {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="rgb(85,85,85)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-calendar"%3E%3Crect x="3" y="4" width="18" height="18" rx="2" ry="2"%3E%3C/rect%3E%3Cline x1="16" y1="2" x2="16" y2="6"%3E%3C/line%3E%3Cline x1="8" y1="2" x2="8" y2="6"%3E%3C/line%3E%3Cline x1="3" y1="10" x2="21" y2="10"%3E%3C/line%3E%3C/svg%3E');
}

span.social-buttons {
    margin-top: .8em;
}

archive-category-link {
    background: #f7f8f8;
    border-radius: 10px;
    display: block;
}

@media (min-width: 992px) {
    .hatena-module {
        width: 100%;
    }
}

.star-container {
    padding-right: .5em;
}

.entry-title-link:hover, .pager .pager-prev a:hover, .pager .pager-next a:hover, .pager .pager-prev a:hover::before, .pager .pager-next a:hover::after {
    color: var(--main-color);
}

.entry-title-link {
    color: rgb(85 85 85);
    display: block;
    padding: 16px 0;
}

.archive-entry .entry-title-link {
    padding: 16px;
}

.archive-entry-tag .archive-entry-tag-link {
    margin-bottom: .5em;
    padding: .2em 1em;
    color: #555;
    font-size: .75em;
    border-radius: 20px;
}

.page-archive .categories a:nth-child(n+2) {
    display: none;
}

/***シェアボタン***/

.sharebtn {
    margin: 0 0 1em 0;
}

.sharebtn a {
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    transition: .15s ease-out;
    box-shadow: rgb(50 50 93 / 25%) 0px 2px 5px -1px, rgb(0 0 0 / 30%) 0px 1px 3px -1px;
}

.sharebtn a:hover {
    color: #fff;
    transform: scale(1.1) translateY(-2px);
    box-shadow: rgb(0 0 0 / 16%) 0px 5px 10px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
}

.sharebtn a i {
    margin: 0;
    font-size: 25px;
    line-height: 48px;
}

.sharebtn .btn_fb {
    background: #1877f2;
}

.sharebtn .btn_tw {
    background: #1da1f2;
}

.sharebtn .btn_po {
    background: #ee4056;
}

.sharebtn .btn_hb {
    background: #00a4de;
}

.sharebtn .btn_li {
    background: #06c755;
}

.sharebtn .blogicon-bookmark {
    font-size: 33px;
    line-height: 1.3em;
    vertical-align: -11%;
}

.sharebtn_list {
    padding: 0;
    list-style: none;
    display: flex;
    margin: 1em 0 2em;
    justify-content: center;
}

.sharebtn_item:not(:last-child) {
    margin-right: 8px;
}

.entry-tag .entry-tag-icon {
    display: none;
}
.entry-tag-link::before {
    content: "\f02b";
    font-family: 'Font Awesome 5 free';
    line-height: 1;
    color: #5a5858;
    font-weight: 900;
}

/***おすすめ記事***/

.c_recommend-container {
    padding: 28px;
}

@media (min-width: 992px) {
    .c_recommend-container {
        padding: 28px;
    }
}

.c_recommend {
    display: flex;
    width: 100%;
    padding-left: 28px;
    list-style: none;
}

.c_recommend-item {
    border-radius: 10px;
}

.c_recommend-thumb {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 21.25%;
    margin: 0 10px 0 -10px;
    border-radius: 10px;
    flex-basis: 50%;
}

.c_recommend-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: contain;
    transition: .5s;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}

.c_recommend-item:hover .c_recommend-img {
    transform: scale(1.06);
    opacity: .8;
}

.entry .c_recommend-link {
    text-decoration: none;
}

.c_recommend-item-title {
    display: block;
    color: #555;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    padding: .5em 0 0;
}

@media (min-width: 600px) {
    .c_recommend-item-title {
        font-size: 1rem;
        font-size: 1.4rem;
    }
}

@media (min-width: 768px) {
    .g-nav {
        margin: 0 auto;
        padding: 60px 0 0 8px;
    }
    .entry .c_recommend-item {
        width: 33.3%;
        padding: .7em;
    }
}

.entry .c_recommend-container {
    padding: 0;
    margin: 1em -.5em 0;
}

.hatena-module-html .c_recommend-container {
    padding: 0;
}

.hatena-module-html .c_recommend-item {
    width: 50%;
    padding-bottom: 1em;
}

.hatena-module-html .c_recommend-item-title {
    font-size: 14px;
}

.hatena-module-html .c_recommend-item:nth-child(odd) {
    padding-left: 0;
}

.hatena-module-html .c_recommend-item:nth-child(even) {
    padding-right: 0;
}

/***おすすめ記事カード型***/

.c_recommend-thumb.card, .c_recommend-thumb .c_recommend-img {
    border-radius: 10px 10px 0 0;
    box-shadow: none;
}

.c_recommend-item-body.card {
    padding: 0 .5em .5em;
}

.c_recommend-item.card, .entry .c_recommend-item.card {
    padding: 0;
    width: 47%;
    margin: 0 1.5% 1.5em;
}

@media (min-width:768px) {
    .c_recommend-item.card {
        margin: 0 1% 2em;
        width: 23%;
    }
    .entry .c_recommend-item.card {
        width: 30%;
        margin: 0 1.66% 2em;
    }
    #top-editarea .c_recommend-item {
        padding: 8px 8px 8px 0;
        border-radius: 4px 8px 8px 4px;
        box-shadow: 0 0 9px #dedede;
        background: #fff;
    }
}

.hatena-module-html .c_recommend {
    justify-content: space-between;
}

.hatena-module-html .c_recommend-item.card {
    width: 46%;
    margin-bottom: 1.5em;
}

.urllist-item.recent-entries-item, .urllist-item.entries-access-ranking-item, .urllist-item.related-entries-item {
    position: relative;
    margin-bottom: 1em;
    transition: .15s;
    border-bottom: solid 1px #f5f5f5;
}

.urllist-see-more-link {
    display: inline-block;
    margin: .5em 0;
    padding: .3em 1em;
    border-radius: 20px;
}

.search-form {
    padding: 0 1em;
    border: none;
    border-radius: 20px;
    position: top;
}

.search-module-input {
    padding: .5em;
}

.hatena-module-profile .hatena-module-body {
    padding: 2em;
    border-radius: 6px;
}

.hatena-module-profile .profile-icon {
    display: none;
}

.hatena-module-body .id {
    display: none;
}

.id_kari {
    display: block;
    font-weight: bold;
    margin: -72px 0 .5em;
    text-align: center;
}

.hatena-module-profile .profile-icon_kari {
    display: block;
    margin: -18px auto 1em;
    width: 60px;
    height: 60px;
    padding: .5em;
    border-radius: 50%;
    transition: .15s;
}

.kari_description {
    margin-top: -36px;
}

.theme-link {
    text-decoration: underline;
    color: #4ab7ea;
}

.text-center {
    text-align: center;
}

.main-site {
    display: inline-block;
    margin: 1em;
    padding: .3em 1em;
    font-weight: bold;
    border-radius: 20px;
}

.share_label {
    font-weight: bold;
    font-size: 1.1em;
    text-align: center;
    margin: 2em 0 .5em;
}


#container {
    max-width: 1400px;
    margin: 0 auto;
}

@media (min-width: 1200px) {
    #container {
        padding-left: 178px;
    }
}

.c_recommend-container {
    display: flex;
}

.recommend-main {
    flex-basis: 60%;
}

img.recommend-img {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.recommend-thumb {
    position: relative;
    padding-top: 66.66%;
}

.c_recommend-item-body {
    width: 100%;
}

.header-image-only #blog-title #blog-title-inner {
    width: 200px;
    height: 40px;
    background-size: contain;
    z-index: 9998;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .header-image-only #blog-title #blog-title-inner {
        margin: 0;
    }
}

/***グローバルナビゲーション***/

.fixed-nav {
    margin-right: 8px;
    font-size: 2rem;
    line-height: 1;
    vertical-align: middle;
}

.g-nav {
    list-style: none;
    text-align: center;
    width: 100%;
    z-index: 9998;
}

.g-nav li a {
    display: block;
    padding: 12px 10px 12px 0;
    color: #333;
    font-weight: bold;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.g-nav li {
    width: 100%;
    height: 60px;
    position: relative;
    border-radius: 30px 0 0 30px;
}

.g-nav li a:hover, .g-nav li a:hover .nav-icon {
    color: var(--main-color);
    fill: var(--main-color);
}

.nav-icon, .nav-icon-s {
    width: 24px;
    height: 24px;
    margin-right: 6px;
}

@media (min-width: 768px) {
    #nav-open {
        display: none;
    }
    .g-nav {
        position: fixed;
        top: 8px;
        left: 8px;
        background: var(--main-color);
        border-radius: 20px;
        height: calc(100vh - 16px);
        width: 75px;
    }

    .g-nav li a {
        height: 60.4px;
        line-height: 2;
        color: #fff;
        font-size: 1.6rem;
        position: relative;
        z-index: 3;
    }
    #bottom-nav-input, .nav-close, .bottom-nav-item {
        display: none;
    }
    #bottom-nav-sidebar {
        display: block;
    }
    .bottom-nav-content {
        margin: 0;
        padding: 0;
    }
    .g-nav li a:hover::before {
    width: 100%;
    border-radius: 30px 0 0 30px;
    transition: .15s ease-out;
    }

    .g-nav li::before {
        content: "";
        display: block;
        width: 0;
        height: 30px;
        position: absolute;
        bottom: 100%;
        right: 0;
        background: #f5f5f5;
        box-shadow: 0 90px 0 #f5f5f5;
        z-index: 2;
    }
    .g-nav li a::before {
        content: "";
        display: block;
        width: 0;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background: #f5f5f5;
        /* border-radius: 30px 0 0 30px; */
        z-index: -1;
    }
    .g-nav li:hover::before {
        width: 30px;
        transition: .05s ease-out;
    }
    .g-nav li:hover::after {
        content: "";
        display: block;
        width: 60px;
        height: 60px;
        position: absolute;
        bottom: 100%;
        right: 0;
        background: var(--main-color);
        border-radius: 50%;
        box-shadow: 0 120px 0 var(--main-color);
        z-index: 2;
    }
    #top-editarea form.search-form {
        width: 300px;
        padding: 8px 16px;
        border: solid 1px #bbb;
        margin: -40px 28px 0 auto;
        background: #fff;
    }
}

@media (min-width: 992px) {
    .g-nav {
        width: 170px;
        border-radius: 30px;
    }
    .page-archive .nav-icon, .page-archive .nav-icon-s {
        margin: 0 6px 0 0;
    }
}

@media (min-width: 1400px) {
    .g-nav {
        left: calc(50% - 692px);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .g-nav {
        padding: 40px 0 40px 6px;
    }
    .g-nav li {
        height: 75px;
        border-radius: 20px 0 0 20px;
    }
    .g-nav li a {
        display: flex;
        flex-direction: column;
        font-size: 1rem;
        padding: 20px 6px 20px 0;
        line-height: 1;
        height: 75.4px;
        letter-spacing: 0;
    }
    .g-nav li:hover::before {
        box-shadow: 0 95px 0 #f5f5f5;
        width: 20px;
        height: 20px;
    }
    .g-nav li:hover::after {
        box-shadow: 0 115px 0 var(--main-color);
        width: 40px;
        height: 40px;
    }
    .fixed-nav {
        display: block;
        font-size: 2.5rem;
        margin: 0;
    }
}

@media (min-width: 768px) {
    .page-entry .fixed-nav {
        margin: 0;
    }
    .page-entry .g-nav, .page-about .g-nav {
        width: 75px;
        height: auto;
        padding: 40px 0 40px 6px;
        border-radius: 20px;
    }
    .page-entry .g-nav li, .page-about .g-nav li {
        height: 75px;
        border-radius: 20px 0 0 20px;
    }
    .page-entry .g-nav li a, .page-about .g-nav li a {
        font-size: 1rem;
        line-height: 1;
        letter-spacing: 0;
        padding: 16px 6px 20px 0;
        width: 100%;
        height: 75.4px;
        flex-direction: column;
    }
    .page-entry .g-nav li:hover::before, .page-about .g-nav li:hover::before {
        box-shadow: 0 95px 0 #f5f5f5;
        width: 20px;
        height: 20px;
    }
    .page-entry .g-nav li:hover::after, .page-about .g-nav li:hover::after {
        width: 40px;
        height: 40px;
        box-shadow: 0 115px 0 var(--main-color);
    }
    .page-entry .fixed-nav, .page-about .fixed-nav {
        display: block;
        font-size: 2.5rem;
    }
    .nav-icon {
        fill: #fff;
        margin: 0;
    }
    .nav-icon-s, .nav-icon {
        margin: 0 0 4px 0;
    }
}

@media (max-width: 767px) {
    #bottom-nav-input:checked~#nav-close {
        display: block;
        opacity: .5;
    }
    #bottom-nav-input:checked~#nav-content {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
    }
    ul.bottom-nav-content {
        list-style: none;
        display: flex;
        justify-content: space-between;
    }
    .bottom-nav {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 50px;
        padding-top: 5px;
        z-index: 9999;
        background: var(--main-color);
        box-shadow: 0 -1px 0 #d4d4d4;
    }
    .bottom-nav-item {
        width: calc(50% - 40px);
    }
    #nav-open {
        background: none;
        color: #fff;
        display: flex;
        flex-direction: column;
        text-align: center;
        line-height: 1;
        cursor: pointer;
        border-radius: 6px;
        color: #2a2922;
        font-weight: bold;
    }
    #nav-open::before {
        content: "";
        display: block;
        width: 100px;
        height: 50px;
        position: absolute;
        bottom: -8px;
        z-index: 1;
    } 
    .nav-close {
        text-align: center;
        display: flex;
        flex-direction: column;
        padding: 1em;
        font-size: 1.2rem;
        font-weight: bold;
        letter-spacing: .05em;
        line-height: 1;
    }
    .nav-unshown {
        display: none;
    }
    .mini-text {
        font-size: 1rem;
    }
    .nav-menu-icon {
        font-size: 3rem;
        color: #fff;
    }
    .bottom-nav-item a, #nav-open {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 2;
    }
    .nav-close i {
        font-size: 3.5rem;
    }
    a.home, #nav-open {
        display: flex;
        flex-direction: column;
        line-height: 1.5;
        font-size: 1rem;
        color: #fff;
    }
    #nav-content {
        overflow: auto;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        width: 85%;
        max-width: 500px;
        height: 100%;
        background: #fff;
        transition: .3s ease-out;
        -webkit-transform: translateX(-130%);
        transform: translateX(-130%);
    }
    #nav-close {
        display: none;
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: black;
        opacity: 0;
        transition: .3s ease-in-out;
    }
    #top-editarea form.search-form {
        display: none;
    }
    .fixed-nav {
        display: none;
    }
    div#bottom-nav-sidebar {
        position: relative;
        bottom: 10px;
        width: 60px;
        height: 60px;
        padding: 10px;
        background: #fff;
        border-radius: 50%;
        box-shadow: 0 0 1px 1px #ddd;
        transform: translateX(-50%);
        left: 50%;
        z-index: 9999;
    }
    .g-nav-icon, .mini-text {
        color: #fff;
    }
}

html::-webkit-scrollbar, #copy-element::-webkit-scrollbar {
    width: 18px;
    height: 20px;
}

html::-webkit-scrollbar-thumb, #copy-element::-webkit-scrollbar-thumb {
    background: var(--main-color);
    border-radius: 10px;
}

html::-webkit-scrollbar-track, #copy-element::-webkit-scrollbar-track {
    background: #54615f;
}

.follow-btn-list {
  margin-bottom: 2em;
}
.follow-btn-item p {
  margin-top: .5em;
}
.entry-content .form {
  display: block;
  width: 95%;
  height: 32px;
}
.hidden_box label {
    padding: 10px 20px;
    display: inline-block;
    font-weight: bold;
    color: #fff;
    background: #6ab5a5;
    border-radius: 25px;
    cursor: pointer;
    box-shadow: 0 5px 8px -4px #aed2ff;
    transition: .3s;
}
.hidden_box label:hover {
    box-shadow: none;
    transform: translateY(4px);
    opacity: .7;
}
.hidden_box {
    margin: 2em 0;
    padding: 0;
}
.hidden_box input {
    display: none;
}
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: .8s;
}
.hidden_box input:checked ~ .hidden_show{padding:10px 0;height:auto;margin-top:.5em;opacity:1}
.entry {
    word-break: break-all;
}

.c_recommend-container {
  margin: 0;
  padding: 1em 0;
  background: #fff;
}

.c_recommend {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0!important;
  list-style: none;
}
.c_recommend-item {
  width: 50%;
  margin-bottom: 1.5em;
  padding: 0 .5em;
  box-sizing: border-box;
  border-radius: 4px;
}
.c_recommend-thumb {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding-top: 63%;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.c_recommend-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
    transition: .5s;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}
.c_recommend-item:hover .c_recommend-img {
    transform: scale(1.06);
    opacity: .8;
}

.c_recommend-item-title {
    text-align: center;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    padding: .5em 0 0;
    color: #7c9fed;
    text-decoration: underline;
}


@media (min-width: 992px) {
#box2 {
  display: flex;
}
.hatena-module:last-of-type {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
}
.entry h2.recommend {
    background: none;
    margin: 0 0 1em;
    border: none;
    color: #555;
    border-bottom: solid 1px;
    font-size: 1.2em;
}

.entry h2.recommend::before {
    content: none;
}

.entry .recommend-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.entry .recommend-item {
    display: block;
    width: calc(100% / 2 - 1%);
    margin-bottom: 1.5em;
    color: #555;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    overflow: hidden;
    transition: .3s;
}

.entry .recommend-item: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;
}

.entry .recommend-img {
    max-width: 100%;
    height: auto;
    box-shadow: none;
}

.entry .recommend-description {
    padding: .5em;
    line-height: 1.4;
    font-size: .9em;
}

.relation, .entry-relation {
    display: flex;
    align-items: center;
    position: relative;
    padding: 1em;
    margin: 3em 0;
    border: solid 2px #3a2e21;
    border-radius: 0 4px 4px;
}

.entry-relation {
    border: solid 2px var(--main-color);
    margin: 5em 0 1em;
    align-items: flex-start;
}

.relation-link, .entry-relation-link {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 3;
}
.relation-caption, .entry-relation-caption {
    position: absolute;
    bottom: 100%;
    left: -2px;
    padding: .2em .8em;
    font-size: .85em;
    font-weight: bold;
    color: #fff;
    background: #3a2e21;
    border-radius: 4px 4px 0 0;
}

.entry-relation-caption {
    background: var(--main-color);    
}

.relation-thumb, .entry-relation-thumb {
    width: 100%;
    margin: 0 1em 0 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    padding-top: 30%;
}
h3.relation-title {
    border: none;
    font-size: .9em;
    margin: 0;
    padding: .3em;
    color: inherit;
}
.relation-title {
    margin: 0;
    padding: 0;
    font-weight: bold;
    width: 100%;
}
.relation-thumb img {
    box-shadow: none;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.relation-link:hover ~ .relation-title, .entry-relation-link:hover ~ .entry-relation-title {
    color: var(--main-color);
}

.entry-relation-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    transition: .2s ease-in-out;
}

.entry-relation-thumb {
    flex-basis: 60%;
    padding-top: 22.5%;
    object-fit: contain;
}

.entry-relation:hover .entry-relation-thumb img {
    transform: scale(1.05);
}

h4.entry-relation-title {
    border: none;
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
    flex-basis: 100%;
    background: none;
}

h4.entry-relation-title::before {
    content: none;
}

@media (min-width: 480px) {
h4.entry-relation-title {
    font-size: 1.9rem;
}
}
@media (min-width: 768px) {
.entry .recommend-item {
    width: calc(100% / 3 - 1%);
}
.relation-container {
    display: flex;
}

.relation:nth-child(2) {
    margin: 3em 1em;
}
.relation {
    padding: 0;
    flex-direction:column;
    width: 100%;
    transition: .3s;
}

.relation:hover {
    transform: translateY(-2px);
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.relation-thumb {
    padding-top: 60%;
    margin: 0;
}
.relation-thumb img {
    box-shadow: none;
    border-radius: 0;
}
.relation-title {
    padding: .3em;
    font-size: .9em;
    width: 92%;
    line-height: 1.5;
}
}



img.follow-icon {
    box-shadow: none;
    max-width: 200px;
    display: block;
    margin: 2em auto -5px;
}

.table-of-contents li ul li {
    list-style: none;
    margin: 4px 0 0;
    position: relative;
    font-size: 1.4rem;
    font-weight: normal;
}
.table-of-contents li > ul li a::before {
    counter-increment: subcount;
    content: counter(count) "-" counter(subcount) ".";
    display: inline-block;
    white-space: nowrap;
    padding-right: .5em;
    letter-spacing: 0;
    position: relative;
}

.table-of-contents li ul li a::after {
    /* content: ""; */
    display: block;
    width: 1px;
    height: 1em;
    background: #a7a7a7;
    position: absolute;
    left: 2.5em;
    top: .5em;
}

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

.recommend-title::before {
    content: "";
    display: block;
    background: #fff;
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 8px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: solid 3px #666;
    border-right: solid 3px #666;
}

.recommend {
    text-align: center;
}

.recommend-title {
    display: inline-block;
    background: #fff;
    font-weight: bold;
    margin-bottom: -1.5em;
    padding: .5em;
    border: solid 3px #666;
    border-radius: 6px;
    position: relative;
    z-index: 2;
}
.swiper-container {
    padding: 2rem 0 !important;
    margin-bottom: 1em;
    background: #f3f3f3;
}
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0!important;
}

a.swiper-slide {
    color: #454545;
    background: #fff;
    display: block;
    text-align: left;
    text-decoration: none;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 4px 15px -10px rgba(0,0,0,.4);
}

.swiper-description {
    padding: .2em .8em .5em;
    line-height: 1.5;
    font-size: 1.4rem;
}
.swiper-button-prev::after, .swiper-button-next::after {
    font-family: blogicon!important;
    font-size: 25px!important;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(0,0,0,.4);
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px!important;
    text-align: center;
}
.swiper-button-prev::after {
    content: "\f005"!important;
    left: 0;
}
.swiper-button-next::after {
    content: "\f006"!important;
    right: 0;
}

@media (max-width: 767px) {
.swiper-container {
    margin-left: -20px!important;
    margin-right: -20px!important;
}
div#bottom-editarea {
    margin-bottom: 0!important;
    padding-bottom: 60px;
}
.relation {
    padding: .5em .8em .5em .5em;
}
.relation-title {
    font-size: 85%;
    line-height: 1.4;
}
}
@media (min-width: 768px) {
.swiper-container {
    margin-left: -40px!important;
    margin-right: -40px!important;
}
}

.box ul {
    list-style: none;
}
.box ul li {
    margin: .5em 0;
    position: relative;
}
.box ul li::before  {
    content: "\f029";
    font-family: blogicon;
    position: absolute;
    left: -1.2em;
}
.box {
    position: relative;
    padding: .5em 1em;
    margin: 2em 0;
    border-radius: 10px;
    background: #fff;
}

.box p {
    margin: .8em;
}

.box .midashi {
    position: absolute;
    top: -20px;
    left: 20px;
    background: #fff;
    padding: 0 4px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: .1em;
}
.caution {
    border: solid 3px #ffdd05;
}
.caution .midashi {
    color: #ffdd05;
}
.caution .midashi::before {
    content: "\f041";
    font-family: blogicon;
    font-weight: normal;
}
.memo {
    border: solid 3px #83c7ee;
}
.memo .midashi::before {
    content: "\f024";
    font-family: blogicon;
    font-weight: normal;
}
.memo .midashi {
    color: #83c7ee;
}
.warning .midashi {
    width: 100%;
    padding: 0;
    top: 0;
    text-align: center;
    left: 0;
    color: #fff;
    background: #fa7878;
}
.warning {
    border: solid 5px #fa7878;
    background: #fff4f4;
    padding: 3em 1em 1em;
}
.breadcrumb-child:last-of-type {
    color: var(--main-color);
    font-weight: bold;
}
.entry-icon {
    font-size: 30px;
    position: absolute;
    top: -15px;
    left: 15px;
    color: #ffdd05;
    background: #fff;
}

.follow-btn {
    width: 100%;
    text-align: center;
    margin-bottom: 10px
}

.follow-btn a {
    display: inline-block;
    width: 25%;
    min-width: 120px;
    text-align: center;
    text-decoration: none;
    border-radius: 6px
}

.follow-btn .hatena {
    color: #3d3f44;
    border: 2px solid #3d3f44;
    background: #fff;
    margin-right: 10px
}

.follow-btn .twitter {
    color: #00acee;
    border: 2px solid #00acee;
    background: #fff
}

.follow-btn .hatena:hover {
    color: #fff;
    background: #3d3f44;
    transition: all .3s
}

.follow-btn .twitter:hover {
    color: #fff;
    background: #00acee;
    transition: all .3s
}

.follow-btn p {
    margin: 30px 0 0;
    position: relative
}

.hatena p::before, .twitter p::before {
    font-family: blogicon;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    font-size: 30px
}

.hatena p::before {
    content: "\f000"
}

.twitter p::before {
    content: "\f035"
}
.table-of-contents {
    counter-reset: count;
    position: relative;
    padding: 10px 30px 20px 10px;
    border: solid 1px #ccc;
    border-radius: 4px;
    font-size: 85%;
    display: inline-block;
    margin: 4rem 0 0;
    background: linear-gradient(
-45deg
, transparent 25%, rgba(200, 200, 200, 0.1) 25%, rgba(200, 200, 200, .1) 50%, transparent 50%, transparent 75%, rgba(200, 200, 200, .1) 75%, rgba(200, 200, 200, .1));
    background-size: 6px 6px;
    overflow: hidden;
    line-height: 1.5;
}
.table-of-contents::before {
    content: "Contents";
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    display: block;
    color: #655d50;
    margin-bottom: 20px;
}

.table-of-contents ul li a {
    color: #454545;
    border-bottom: dashed 1px #a7a7a7;
}

.table-of-contents li .active {
    background: #555;
    color: #fff!important;
}

.table-of-contents > li a:hover {
    transform: translateX(4px);
}

.table-of-contents::after {
    content: "";
    display: block;
    width: 70px;
    height: 1px;
    background: #555;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.table-of-contents li a {
    color: var(--main-color);
    display: block;
    text-decoration: none;
    transition: .15s ease-in-out;
    padding: 0.2em .3em;
}

.table-of-contents > li > a::before {
    counter-increment: count;
    content: counter(count) ".";
    padding-right: .3em;
}

.table-of-contents > li {
    list-style-type: none;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 0 .5em 1em;
    position: relative;
}
.table-of-contents li ul {
    counter-reset: subcount;
}

.hukidashi {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    display: table
}

.hkds-icon {
    text-align: center;
    display: table-cell;
    width: 80px;
    vertical-align: middle
}

.hkds-icon-img {
    border-radius: 50%;
    border: 1px solid #ccc;
    margin-bottom: 5px
}

.hkds-icon-name {
    color: #616161;
    font-size: 70%;
    line-height: 1.5;
    max-width: 80px
}

.hkds-talk-l-wrap {
    display: table-cell;
    margin: 0;
    vertical-align: middle;
    text-align: left
}

.hkds-talk-r-wrap {
    display: table-cell;
    margin: 0;
    vertical-align: middle;
    text-align: right
}

.hkds-talk-l, .hkds-talk-r {
    font-size: 15px;
    line-height: 26px;
    display: inline-block;
    padding: 15px 20px;
    border-radius: 7px;
    position: relative;
    text-align: left
}

.hkds-talk-l {
    background-color: #e6fcff;
    margin-left: 20px
}

.hkds-talk-r {
    background-color: #fffcc2;
    margin-right: 20px
}

.hkds-talk-l::before, .hkds-talk-r::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -10px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid
}

.hkds-talk-l::before {
    left: -10px;
    border-width: 10px 10px 10px 0;
    border-color: transparent #e6fcff transparent transparent
}

.hkds-talk-r::before {
    right: -10px;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #fffcc2
}

.comment-nickname[data-user-name="utoutosara"] {
    color: #ffffff;
    font-size: 1.1rem;
}

.comment-nickname[data-user-name="utoutosara"] .user-name-hatena-id, .comment-nickname[data-user-name="utoutosara"] .user-name-paren:last-child {
    display: none;
}

.comment-nickname[data-user-name="utoutosara"]::before {
    content: "";
    background-image: url(https://cdn-ak.f.st-hatena.com/images/fotolife/u/utoutosara/20200517/20200517232343.png);
    width: 50px;
    height: 50px;
    background-size: cover;
    position: absolute;
    left: 8px;
    border-radius: 50%;
}

.comment-nickname[data-user-name="utoutosara"]::after {
    content: "フジグチ";
    position: absolute;
    left: 70px;
    top: 7px;
    color: #454545;
    font-size: 1.5rem;
    background: #fff;
}

.hidden {
    display: none;
}

.block, show {
    display: block!important;
}

.copy-value::before {
    content: "\f0c5";
    font-family: 'Font Awesome 5 Free';
    margin-right: 6px;
}

input[type=checkbox] {
    width: 20px;
    height: 20px;
}

input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer; 
  outline: none; 
  height: 10px; 
  width: 200px; 
  background: #8acdff; 
  border-radius: 10px;
  border: solid 3px #dff1ff;
}
/* WebKit向けのつまみ */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #53aeff; 
  width: 20px;
  height: 20px; 
  border-radius: 50%; 
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
}
/* Moz向けのつまみ */
input[type="range"]::-moz-range-thumb {
  background: #53aeff; 
  width: 20px; 
  height: 20px; 
  border-radius: 50%;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15); 
  border: none;
}
/* Firefox*/
input[type="range"]::-moz-focus-outer {
  border: 0;
}
/* つまみをドラッグしているときのスタイル */
input[type="range"]:active::-webkit-slider-thumb {
  box-shadow: 0px 5px 10px -2px rgba(0, 0, 0, 0.3);
}
body:not(.page-entry) .hatena-module:last-of-type {
    display: none;
}

.urllist-item-inner {
    display: flex;
    align-items: center;
}

.urllist-image-link {
    width: 160px;
}

.urllist-title-link {
    font-size: 1.4rem;
    font-weight: bold;
    width: 100%;
    margin-left: 1em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

body:not(.page-archive) .top-recommend-container {
    display: none;
}