@charset "UTF-8";
/*
  Theme: original
  Author: shiroma
  Responsive: yes
  Description:
    zerokarahazimeru.hatenablog.com専用
  Released under the MIT License.
*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:0;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type="button"]{-webkit-appearance:button}[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}[hidden],template{display:none}
/*
accent color #FBEF37

*/
html,
body {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic', sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: #333;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #1487bd;
    -webkit-transition: all .3s;
    transition: all .3s;
}

a:hover {
    color: #0f668f;
}

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

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: #0f668f;
}

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

/* container */
#container,
#footer {
    width: 100%;
}

/* 2カラムレイアウト */
#content-inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#content {
    width: 1020px;
    margin: 0 auto;
    padding: 20px 0;
    
}
#wrapper {
    width: 700px;
    padding-right: 20px;
    border-right: 1px solid #eee;
}
#box2 {
    margin-left: 20px;
    width: 300px;
}
@media (max-width: 1040px) {
    #content {
        width: 820px;
    }
    #wrapper {
        width: 500px;
    }
}
@media (max-width: 840px) {
    #content {
        width: 100%;
        padding: 20px 14px;
    }
    #wrapper {
        width: 100%;
        padding-right: 0;
        border-right: none;
    }
    #box2 {
        margin-left: 0;
        width: 100%;
    }
}

/* ヘッダ */
#blog-title {
    padding: 40px 0 20px;
    text-align: center;
    background-color: #111;
}

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

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

#title a {
    color: #fff;
}

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

/* ヘッダ画像を設定したとき */
.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-bottom: 1em;
}

/* パンくず（カテゴリー、記事ページで表示されます） */
.breadcrumb {
    font-size: .9rem;
}
.breadcrumb-inner {
    width: 94%;
    max-width: 1020px;
    margin: 0 auto;
    padding: 4px 0;
    border-bottom: 1px solid #eee;
}
/* 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;
}

.date a {
    display: inline-block;
    padding: 0 6px;
    color: #333;
    text-decoration: none;
    background-color: #FBEF37;
}
.date a:before {
    font-family: FontAwesome;
    content: "\f272";
    left: 0;
    top: 0;
    color: #454545;
}

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

.entry-title {
    margin: 0 0 .3em;
    font-size: 1.5rem;
}

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

.categories {
    margin: .5em 0;
    font-size: .9rem;
}

.categories a {
    margin-right: .5em;
}

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

/* 記事内の書式 */
.entry-content img,
.entry-content video {
    max-width: 100%;
    height: auto;
}

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


.entry-content h2 {
    font-size: 1.7rem;
    background-color: #f6f6f6;
    padding: 12px;
}


.entry-content h3 {
    font-size: 1.5rem;
    background-color: #f6f6f6;
    padding: 12px;
}

.entry-content h4 {
    font-size: 1.3rem;
    background-color: #f6f6f6;
    padding: 12px 10px 12px 14px;
    border-left: 6px solid #111;
}

.entry-content h5 {
    font-size: 1.1rem;
    padding: 8px 10px 8px 14px;
    border-left: 6px solid #111;
}

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

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

.entry-content ul li ul, .entry-content ul li ol,
.entry-content ol li ul,
.entry-content ol li ol,
.entry-content dd li ul,
.entry-content dd li ol {
    margin-bottom: 0;
}
.entry-content img {
    border-radius: 3px;
    padding: 4px;
    box-shadow: 0 3px 14px rgba(0,0,0,.2);
}

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

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

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

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

.entry-content blockquote {
    border: 1px solid #ddd;
    margin: 0 0 10px;
    padding: 20px;
}

.entry-content blockquote p:first-child {
    margin-top: 0;
}

.entry-content blockquote p:last-child {
    margin-bottom: 0;
}

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

.entry-content pre {
    background: #f5f5f5;
    border: none;
    white-space: pre-wrap;
    text-overflow: ellipsis;
    font-size: 100%;
    line-height: 1.3;
    font-size: .8rem;
    padding: 10px;
}

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

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

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

.entry-content .table-of-contents {
    padding: 2em 1em 2em 2em;
    margin: 1em 0;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.leave-comment-title {
    padding: .6em 1em;
    font-size: .85rem;
    border: 1px solid #ddd;
}

/* 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;
    font-size: .85rem;
}

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

.hatena-module-title {
    margin-bottom: .6em;
    padding: 6px;
    font-size: 1rem;
    font-weight: bold;
    background-color: #f0f0f0;
    text-align: center;
}

.hatena-module-title a {
    color: #454545;
    text-decoration: 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: bold;
    margin-bottom: .5em;
}

.hatena-module-profile .profile-description p {
    margin-top: 0;
}
#box2-inner .hatena-module:last-child .hatena-module-title {
    display: none;
}

/* urllist module */
.hatena-urllist {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hatena-urllist li {
    padding: 6px 0;
    line-height: 1.4;
}

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

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

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

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

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

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

/* 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: #454545;
    background: none;
    border: none;
    outline: none;
    height: 20px;
}

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

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

/* About ページ */
.page-about .entry-content dt {
    font-weight: bold;
    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;
}

.page-archive .archive-entry {
    margin-bottom: 3em;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.3;
}

.page-archive .entry-title {
    margin: .3em auto;
}

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

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

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

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

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

/* footer */
#footer {
    margin-top: 2em;
    padding-bottom: 2rem;
    text-align: center;
    font-size: .8rem;
    color: #999;
}

#footer a {
    color: #999;
}

#footer p {
    margin: .5em auto;
}
.footer-area {
    background-color: #111;
    color: #fff;
    padding: 26px 8px;
}
.footer-area .copyright {
    font-size: .9rem;
    text-align: center;
}
/* TOPページ一覧 */
.archive-entries {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
}
.page-archive .archive-entry {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 48%;
    margin: 0 4% 32px 0;
    position: relative;

}
.page-archive  .archive-entry:nth-child(even) {
    margin: 0 0 32px 0;
}
.archive-entry .archive-entry-body {
    order: 3;
    width: 100%;
}
.archive-entry-body .entry-description {
    font-size: .8rem;
    color: #999;
    line-height: 1.5;
}
.archive-entry .entry-thumb-link {
    order: 1;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 80%;
}
.archive-entry .entry-thumb {
    width: 100%;
    height: 0;
    padding-bottom: 80%;
    float: none;
    margin: 0;
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.archive-entry .entry-thumb:hover {
    opacity: .8;
}
.archive-entry .entry-thumb::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 4px;
    width: 0;
    background-color: #111;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.archive-entry .entry-thumb:hover::after {
    width: 100%;
    left: 0%;
}
.archive-entry .categories {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    order: 4;
    font-size: 0;
    z-index: 2;
}
.archive-entry .categories a {
    background-color: #FBEF37;
    text-decoration: none;
    color: #333;
    display: none;
    margin: 0;
    font-size: .8rem;
    padding: 2px 6px;
    opacity: .9;
}
.archive-entry .categories a:first-child {
    display: inline-block;
}
.archive-entry-header {
    padding-top: 6px;
    order: 2;
    width: 100%;
}
.archive-entry .entry-title {
    font-size: 1.2rem;
}
.archive-date a {
    background-color: transparent;
}
@media (max-width: 600px) {
    .archive-entry .archive-entry-body {
        display: none;
    }
    .archive-entry .entry-title {
        font-size: 1rem;
    }
    .archive-entry .categories {
        position: static;
    }
    .archive-entry .categories a {
        background-color: transparent;
        padding: 0;
        margin: 0 4px 4px 0;
        text-decoration: underline;
    }
}
/* グローバルナビ */
.global-nav {
  width: 100%;
  background-color: #111;
}
.global-nav__list {
    display: -webkit-flex;
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: center;
}

.global-nav__list ul {
    display: none;
    background-color: #444;
    text-align: center;
    list-style: none;
    padding: 0;
}
.global-nav__list li {
    font-size: .8rem;
    position: relative;
}
.global-nav__list li a {
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
}
.global-nav__list li a:hover {
    background-color: #444;
}
.global-nav__list li a i {
    font-size: 10px;
}
.global-nav__list li:hover ul {
    display: block;
}
.global-nav__list li ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    min-width: 180px;
}
.global-nav__list li ul li a:hover {
    background-color: #111;
}
.global-nav__btn-span {
    color: #fff;
    font-size: 20px;
    display: inline-block;
    margin-right: 10px;
    width: 40px;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
}
.global-nav__btn {
    display: none;
    text-align: right;
}
.global-nav__black-back {
    display: none;
}
@media (max-width: 1000px) {
    #blog-title {
        padding: 40px 0 10px;
    }
    .global-nav__list {
        display: block;
        position: fixed;
        top: 60px;
        left: 10%;
        width: 80%;
        background-color: #fff;
        z-index: 100;
        height: 80%;
        padding: 14px 0;
        overflow-y: auto;
        opacity: 0;
        visibility: hidden;
        webkit-transition: all .6s;
        transition: all .6s;
    }
    .global-nav__list > li > a {
        font-weight: bold;
    }
    .global-nav__list li a {
        text-align: left;
        color: #333;
    }
    .global-nav__list li a:hover {
        color: #fff;
    }
    .global-nav__list li ul {
        display: block;
        position: static;
        padding-left: 6px;
        background-color: #f0f0f0;
    }
    .global-nav__list .second-content a::before {
        font-family: "blogicon";
        content: "\f006";
        font-size: 10px;
        margin-right: 10px;
        color: #ccc;
    }
    .global-nav__list li a i {
        display: none;
    }
    .global-nav__btn {
        display: block;
    }
    .global-nav__black-back {
        display: block;
        opacity: 0;
        background-color: rgba(0,0,0,.8);
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        visibility: hidden;
        z-index: 90;
        -webkit-transition: all .6s;
        transition: all .6s;
        cursor: pointer;
    }
    .global-nav__close-button {
        display: block;
        text-align: center;
        color: #fff;
        font-size: 24px;
            padding: 8px 0;
    }
    .is-nav-open .global-nav__list {
        opacity: 1;
        visibility: visible;
    }
    .is-nav-open .global-nav__black-back {
        opacity: 1;
        visibility: visible;
    }
}
/*share-botton*/
.share-buttons{
    margin-bottom: 10px;
    text-align: center;
}
.share-buttons-inner {
    font-size: 0;
    letter-spacing: 0;
}
.share-buttons-inner a {
    position: relative;
    display: inline-block;
    width: 18%;
    margin-right: 1%;
    height: 40px;
    line-height: 40px;
    font-size: 1rem;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.share-text {
    font-size: 0.8rem;
}
.share-buttons-inner .hatena-bookmark-button{
    background: #008fde;
    box-shadow: 0 4px #5478a5;
}
.share-buttons-inner .facebook-button{
    background: #305097;
    box-shadow: 0 4px #213254;
}
.share-buttons-inner .twitter-button{
    background: #55acee;
    box-shadow: 0 4px #0285b7;
}
.share-buttons-inner .googleplus-button{
    background: #db4a39;
    box-shadow: 0 4px #a23629;
}
.share-buttons-inner .pocket-button{
    background: #ee4256;
    box-shadow: 0 4px 0 #b5392c;
}
.share-buttons-inner a:hover {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0 0 0 #333;
}
/* 関連記事 */
.entry-footer-modules {
    margin-top: 20px;
}
/* 関連記事を記事下よりも下に */
.customized-footer {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.entry-footer-modules {
  -webkit-order:2;
  order:2;
  width: 100%;
}
.entry-footer-html {
  -webkit-order:1;
  order:1;
  width: 100%;
}

/* 目次のカスタマイズ */
.table-of-contents{
  display:none
}

.show-area{
  cursor: pointer;
  color: #47a1e5;
  margin: 2px 0;
}

.entry-content .emphasize-link {
  position: relative;
  margin: 36px 0 16px;
  padding: 16px 10px;
  border: 2px solid #c62824;
  background-color: #fffafa;
}
.entry-content .emphasize-link p:last-child {
  margin-bottom: 0;
}
.entry-content .emphasize-link::before {
  position: absolute;
  top: -12px;
  left: 10px;
  padding: 0 10px 0 26px;
  content: "チェック！";
  background-color: #c62824;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
.entry-content .emphasize-link::after {
  position: absolute;
  top: -16px;
  left: 4px;
  width: 28px;
  height: 28px;
  background-color: #c62824;
  border-radius: 14px;
  line-height: 27px;
  text-align: center;
  content: "\f009";
  font-size: 16px;
  font-family: "blogicon";
  color: #fff;
}

.article-btn a{
 display:block;
 text-decoration:none;
 padding:8px 10px;
 border-radius:4px;
 font-weight:bold;
 color:white;/* ボタンの文字色 */
 background-color:#04B431;/* ボタンの背景色 */
 border:2px solid #04B431;/* ボタン枠の背景色 */
 transition:all 0.5s;
 text-align:center;
}
.article-btn a:hover{
 color:#04B431;
 border:2px solid #04B431;/* マウスオーバー時のボタンの背景色 */
 background-color:white;/* マウスオーバー時のボタンの背景色 */
}
/*---relation---*/
.entry-content .margin-clear{
margin:0px;
}
.entry-content .relation-head{
display: inline-block;
padding:5px 10px 2px 10px;
margin-bottom: 0px ;
font-size: 18px ;
font-weight:bold;
background-color: #ea4747;
color: #fff;
border-radius: 4px 4px 0px 0px;
}
.entry-content .relation-link{
display: block;
height:auto;
color:#1464b3;
text-decoration: underline;
border:solid 2px #ea4747;
background-color: rgba(255, 254, 242,0.5);
border-radius: 0px 4px 4px 4px;
padding: 20px;
margin: 0px auto 20px auto;
font-size: 18px;
}
.entry-content .relation-link:before{
content:"\f0a9";
padding-right:10px;
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
animation: horizontal 3s ease infinite;
-webkit-animation: horizontal 3s ease infinite;
}
/*--------------------------------------
  ヨメレバ・カエレバ（PC）
--------------------------------------*/
.booklink-box, .kaerebalink-box{
    padding:25px;
    margin-bottom: 10px;
    border:double #CCC;
    overflow: hidden;
    font-size:small;
}
.booklink-image, .kaerebalink-image{
    margin:0 15px 0 0;
    float:left;
    min-width: 160px;
    text-align: center;
}
.booklink-image img, .kaerebalink-image img{
    margin:0 auto;
    text-align:center;
}
.booklink-info, .kaerebalink-info{
    margin:0;
    line-height:120%;
    overflow: hidden;
}
.booklink-name, .kaerebalink-name{
    margin-bottom:24px;
    line-height:1.5em;
}
.booklink-powered-date, .kaerebalink-powered-date{
     font-size:8px;
     margin-top:10px;
     font-family:verdana;
     line-height:120%;
}
.booklink-detail, .kaerebalink-detail{font-size: 12px;}
.booklink-powered-date, .kaerebalink-detail{margin-bottom:15px;}
.booklink-link2, .kaerebalink-link1{margin-top:10px;}
.booklink-link2 a,
.kaerebalink-link1 a{
    width:30%;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    display:inline-block;
    margin:5px 2px 0 0;
    padding:10px 1px;
    text-align:center;
    float:left;
    text-decoration:none;
    font-weight:800;
    text-shadow:1px 1px 1px #dcdcdc;
    font-size:12px;
    color: #fff !important;
}
.booklink-link2 a:hover,
.kaerebalink-link1 a:hover{opacity: 0.6;}
.booklink-link2 a:active
.kaerebalink-link1 a:active{
    position:relative;
    top:1px;
}
/*ボタンを変えるときはここから*/
.shoplinkamazon a{color:#FF9901 !important;border: 1px solid #FF9901 !important;}
.shoplinkrakuten a{color:#c20004 !important;border: 1px solid #c20004 !important;}
.shoplinkkindle a{color:#007dcd !important;border: 1px solid #007dcd !important;}
.shoplinkkakakucom a{color:#314995 !important;border: 1px solid #314995;}
.shoplinkyahoo a{color:#7b0099 !important;border: 1px solid #7b0099 !important;}
/*ここまでを変更*/
.shoplinkyahoo img{display:none;}
.shoplinkyahoo a{font-size:10px;}
.booklink-footer{display: none;}
/*
  ここからshiromaカスタマイズ
*/
.entry-content #yes-or-no {
  text-align: center;
  border: 1px solid #fbeeda;
  background-color: #fffbf5;
  padding: 20px 0;
}
.entry-content .q-and-a-area button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.entry-content .q-and-a-area h2,
.entry-content .q-and-a-area h2::before,
.entry-content .q-and-a-area h2::after {
  border: none;
  background-color: transparent;
  border-radius: 0px;
}
.entry-content .q-and-a-area h3,
.entry-content .q-and-a-area h3::before,
.entry-content .q-and-a-area h3::after {
  border: none;
  background-color: transparent;
  border-radius: 0px;
}
.entry-content .q-and-a-area h2 {
  color: #111;
  text-shadow: 1px 1px 1px #999;
}
.entry-content .q-and-a-area h3 {
  font-size: 20px;
  font-weight: bold;
  background-color: #ffa947;
  color: #462502;
  padding: 10px 0;
}
.entry-content .q-and-a-area #question-text {
  font-weight: bold;
}
.entry-content #recommend-site {
  display: none;
}
.entry-content #toggle-button-recommend {
  opacity: .5;
}
.entry-content .button-area button {
  display: inline-block;
  margin-right: 6px;
  padding: 16px 0;
  width: 120px;
  text-decoration: none;
  background: #4370d0;
  color: #FFF;
  font-size: 20px;
  box-shadow: 0px 4px #365391;
  border-radius: 6px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.entry-content .button-area button:active {
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px #365391;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.entry-content .button-area .choice {
  display: none;
}
.entry-content .button-area #button-start {
  width: 240px;
}
.entry-content .button-area #button-yes {
  background-color: #4d8cc7;
  box-shadow: 0px 4px #3d75a9;
}
.entry-content .button-area #button-yes:active {
  box-shadow: 0px 0px #3d75a9;
}
.entry-content .button-area #button-no {
  background-color: #c14972;
  box-shadow: 0px 4px #923a59;
}
.entry-content .button-area #button-no:active {
  box-shadow: 0px 0px #923a59;
}
.entry-content #text-delete,
.entry-content #text-delete-top,
.entry-content #delete-text-bottom {
  color: #fff;
}
.entry-content .micro-copy {
  text-align: center;
  font-size: .9rem;
  margin: 1.6em 0 4px;
  text-align: 1;
}
.entry-content .micro-copy::before {
  content: "＼";
}
.entry-content .micro-copy::after {
  content: "／";
}
.entry-content .micro-copy + p,
.entry-content .micro-copy + div,
.entry-content .micro-copy + a,
.entry-content .micro-copy + button {
  margin-top: 0;
}
.awasete {
  position: relative;
  border: 2px solid #FBEF37;
  border-radius: 6px;
  margin: 40px 0 30px;
  padding: 30px 20px 20px;
}
.awasete::after {
  content: 'こちらも合わせてどうぞ';
  position: absolute;
  left: 8px;
  top: -18px;
  background-color: #FBEF37;
  padding: 4px 16px 4px 32px;
  border-radius: 6px;
  font-size: .9rem;
  z-index: 2;
}
.awasete::before {
  font-family: 'FontAwesome';
  position: absolute;
  left: 18px;
  top: -14px;
  content: '\f0a4';
  z-index: 3;
}
.awasete p {
  margin: 0 0 10px;
  line-height: 1.4;
  font-size: .9rem;
}
.awasete a {
  text-decoration: underline;
}
.awasete p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .awasete {
    padding: 30px 12px 20px;
  }
}
/* 目次に戻る */
.entry-content .back-to-toc-wrap {
  display: block;
  text-align: right;
}
.entry-content .back-to-toc {
  display: inline-block;
  background-color: #eee;
  padding: 2px 10px 3px;
  color: #3a3a3a;
  text-decoration: none;
  margin-top: 16px;
  margin: 16px 0 0 auto;
  font-size: .9rem;
}
.entry-content .back-to-toc:hover {
  opacity: .8;
}
.entry-content .back-to-toc .fa {
  margin-right: 4px;
}
/*
  shiromaカスタマイズここまで
*/
/* 改行修正 */
.entry-content p {margin:0.1em 0;}
/* 行間修正 */
.entry-content {line-height:1.7em ;}
/* 下線（左太さ・中色・右濃さ） */
article u{text-decoration: none;
background: linear-gradient(transparent 50%, #ffff00 50%);}
/* 吹き出しのCSS　*/
.entry-content .l-fuki,
.entry-content .r-fuki {
  position: relative;
  width: calc(100% - 82px);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 20px;
  border-radius: 6px;
  border: 2px solid #ddd;
  box-shadow: 0 3px 8px -2px rgba(0,0,0,.16);
  background-color: #fff;
  z-index: 1;
  box-sizing: border-box;
}
.entry-content .l-fuki {
  margin: 20px auto 36px 0;
}
.entry-content .r-fuki {
  margin: 20px 0 36px auto;
}
.entry-content .l-fuki::before,
.entry-content .r-fuki::before {
  position: absolute;
  content: "";
  top: 16px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  background-color: #fff;
  z-index: 2;
}
.entry-content .l-fuki::before {
  right: -7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.entry-content .r-fuki::before {
  left: -7px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.entry-content .l-fuki::after,
.entry-content .r-fuki::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  top: -6px;
  border-radius: 50%;
  border: 3px solid #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 5px #aaa;
  box-sizing: border-box;
}
.entry-content .l-fuki::after {
  right: -82px;
}
.entry-content .r-fuki::after {
  left: -82px;
}
@media screen and (min-width: 478px) {
  .entry-content .l-fuki::after,
  .entry-content .r-fuki::after {
    width: 80px;
    height: 80px;
  }
  .entry-content .l-fuki,
  .entry-content .r-fuki {
    width: calc(100% - 106px);
  }
  .entry-content .l-fuki::after {
    right: -106px;
  }
  .entry-content .r-fuki::after {
    left: -106px;
  }
}
.WOMEN::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/y/yukkelog/20220410/20220410212419.png);}
.MEN::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/y/yukkelog/20220410/20220410212631.png);}
.WOMEN2::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/y/yukkelog/20220416/20220416070846.png);}
.KANGAERUHITO::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/y/yukkelog/20220421/20220421020342.png);}

/*== 目次外枠 ==*/
.entry-content .table-of-contents{
position:relative;display:inline-block;
border:2px dashed #cd853f;/*上部バーの色*/
background-color:#fff5ee;/*背景色*/
border-radius:10px;padding-right:50px;padding-top:10px;
box-shadow: 0 0 0 8px #fff5ee;/*ステッチの外側*/}
.entry-content .table-of-contents::before{font-size:1rem;
content:"[ 見たい項目をクリック！ ]";/*表示文字*/
color:#cd853f;/*文字色*/
position:relative;}

/*== 目次内部 ==*/
.entry-content .table-of-contents>li:first-child {padding-top: 20px;}
.table-of-contents li::before{
font-family:"blogicon";content:"\f02d";/*はてなブログアイコン*/
color:#cd853f;/*アイコンの色*/
position:relative;left:-10px;}
.table-of-contents li ul li::before{display:none;}/*中見出しの前にアイコン表示しない*/
.table-of-contents li {list-style-type:none;font-size:1.2rem;line-height:1.5;padding-bottom:0.5rem;}
.table-of-contents ul{padding-top:1rem;padding-bottom:0.5rem;}
.table-of-contents li ul li {font-size:1rem;line-height:1.5;padding-top:0px;padding-bottom:0px;
list-style-type:disc;}/*中見出しの前は黒丸*/
.table-of-contents li a,
.table-of-contents li a:visited {color:#454545;text-decoration:none;}/*リンクの色、下線の有無*/
.table-of-contents li a:hover{text-decoration:underline;}/*マウスオーバーで下線を表示*/
.table-of-contents ul ul{display: none;}/*見出し3階層目を表示しない*/

/*↓目次に戻るボタン*/
.hi-mkj {
display: inline-block;
position: fixed;
bottom: 20px;
right: 13px;
height: 60px;
width: 60px;
line-height:60px;
text-align: center;
opacity: 0.7;
border-radius: 50%;
z-index: 5;
text-decoration: none!important;
background: #fff!important;
border: 1px solid #668ad8;
color: #668ad8!important;
}
.hi-mkj:after {
content: "目次へ";
position: absolute;
top: 15px;
left: 14px;
font-size: 10px;
}
.hi-mkj:before {
font-family: fontawesome;
content: "\f0ca";
position: absolute;
top: -2px;
left: 17px;
font-size: 26px; }

/*  レスポンシブヘッダー調整　 */
@media (max-width: 480px){
#blog-title-inner,#title a{
height:83px!important;
width:auto;
}
#blog-title-inner {
background-size: contain!important;
}
/* タイトル画像上下の余白を調整 */
#blog-title {
margin: 0px auto 0px auto;
padding: 0;
}
}
/* テーブルにスクロールをつける */
.scroll table{
width:100%;
}
.scroll{
overflow: auto;　　　　/*tableをスクロールさせる*/
white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
}
.scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}
.scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}