/* <system section="theme" selected="17680117127217464048"> */
@import url(https://fonts.googleapis.com/css?family=M+PLUS+1p);

/*
  Theme: riseup
  Author: syttg(https://www.iiie.nagoya/)
  Responsive: yes
  Description: モーションが各所に追加されたスマートなデザインを目指したテーマです。
  Released under the MIT License.
*/

html,
body {
    font-family: 'M PLUS 1p' , 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic';
    font-size: 17px;
    color: #454545;
    line-height: 1.6;
    background-color: #fdfdfd;
}

a {
    color: #1487bd;
    text-decoration: none;
}

a:hover {
    color: #6fb7ff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

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: #6fb7ff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

/* container */
#blog-title-inner,
#content-inner,
.breadcrumb {
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 768px) {
    #blog-title-inner{
    width: 740px;
    margin: 0 auto;
    padding: 0;
    }
    #content-inner,
    .breadcrumb {
    width: 700px;
    margin: 0 auto;
    padding: 0;
    }
}

#content-inner {
    flex-direction: column;
    align-items: center;
}
#wrapper {
    @media (min-width: 768px) {
        max-width: 720px;
    }
}
#box2 {
    width: 100%;
    margin-bottom: 2em;
    @media (min-width: 768px) {
        width: 100%;
    }
}

#box2-inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    @media (min-width: 768px) {
        margin-left: -30px;
    }
}
.hatena-module {
    width: 100%;
    @media (min-width: 768px) {
        padding-left: 30px;
    }
}

/* ヘッダ */
#blog-title {
    text-align: center;
    padding: .2em 1em;
    margin-bottom: 2.5em;
    background: #fff;
    box-shadow: 0 1px 10px rgba(120,120,120,0.1);
}

@media (min-width: 768px) {
    #blog-title {
        padding: .1em 0;
        text-align: left;
    }
}

#title {
    font-size: 1.5rem;
    line-height: 0;
    padding: .4em 0;
}

#title a {
    color: #454545;
    font-family: 'M PLUS 1p', cursive;
    font-weight: lighter;
}

#blog-description {
    display:none;
}

/* タイトル下HTML */
#top-editarea {
    margin-bottom: 1em;
}

/* パンくず（カテゴリー、記事ページで表示されます） */
.breadcrumb {
    font-size: .9rem;
}

/* entry */
.entry {
    position: relative;
    margin-bottom: 2em;
}

.entry-header {
    padding-bottom: 1em;
    margin-bottom: 2em;
    position: relative;
}

.entry-header:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 7px;
    background: -webkit-repeating-linear-gradient(-45deg, #ddd, #ddd 2px, #fff 2px, #fff 4px);
    background: repeating-linear-gradient(-45deg, #ddd, #ddd 2px, #fff 2px, #fff 4px);
}

.date {
    margin-bottom: .5em;
    font-size: .9rem;
}

.date a {
    color: #454545;
    text-decoration: none;
}

.entry-title {
    margin: 0 0 .3em;
    font-size: 1.5rem;
}

@media (min-width: 768px) {
    .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 img{
    border-radius: 5px;
}

.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 h1 {
    font-size: 1.5rem;
}

@media (min-width: 768px) {
    .entry-content h1 {
        font-size: 1.7rem;
    }
}

.entry-content h2 {
    font-size: 1.4rem;
}

@media (min-width: 768px) {
    .entry-content h2 {
        font-size: 1.5rem;
    }
}

.entry-content h3 {
    font-size: 1rem;
    border-bottom: solid 3px #454545;
    position: relative;
}

.entry-content h3:first-letter {
    font-size: 1.4em;
    color:  #4682b4;
}

.entry-content h4 {
    font-size: 1rem;
    line-height: 1.5em;
    padding: 0.25em 0.5em;
    color: #494949;
    background: transparent;
    border-left: solid 5px #4682b4;
}


.entry-content h5 {
    font-size: 1rem;
}

.entry-content h5:before {
  content: "■";
  font-size: 1.3rem;
  margin-right: 0.2rem;
  color: #4682b4;
}

.entry-content h6 {
    font-size: .9rem;
}

.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 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: 768px) {
    .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: 1em 1em 1em 2em;
    margin: 1em 0;
    border: 1px solid #ddd;
}

/* 記事下 */
.entry-footer .social-buttons {
    margin-bottom: 1em;
}

.entry-footer-section {
    color: #999;
    font-size: .9rem;
}

.entry-footer-section a {
    color: #999;
}

/* コメント */
.comment-box {
    margin: 0 0 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: 1.5em 0 2em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: center;
}

.pager-prev,
.pager-next {
    margin: 1em;
}

.pager a {
    font-size: .7em;
    padding: .7em;
    border-radius: 3px;
    background-color: #e8e8e8;
    white-space: nowrap;
}

@media (min-width: 992px) {
   .pager a {
        font-size: 1em;
   }
}

/* サイドバーモジュール */
.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-bottom: .2em;
    font-size: 1rem;
    font-weight: bold;
}

.hatena-module-title a {
    color: #454545;
    text-decoration: none;
}

.hatena-module-title a:hover {
    text-decoration: underline;
}
.hatena-module-entries-access-ranking .hatena-module-title:before {
    font-family: blogicon;
    content: '\f050'; /*注目記事*/
}
.hatena-module-category .hatena-module-title:before {
    font-family: blogicon;
    content: '\f04a'; /*カテゴリー*/
}
.hatena-module-profile .hatena-module-title:before {
    font-family: blogicon;
    content: '\f016'; /*プロフィール*/
}
.hatena-module-search-box .hatena-module-title:before {
    font-family: blogicon;
    content: '\f01a'; /*検索*/
} 
.hatena-module-recent-entries .hatena-module-title:before {
    font-family: blogicon;
    content: '\f030'; /*最新記事*/
}
.hatena-module-related-entries .hatena-module-title:before {
    font-family: blogicon;
    content: '\f030'; /*関連記事*/
}
.hatena-module-archive .hatena-module-title:before {
    font-family: blogicon;
    content: '\f03a'; /*月別アーカイブ*/
} 
.hatena-module-related-entries .hatena-module-title {
    padding-top: 2em;
}

/* 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;
}

/* urllist module */
.hatena-urllist {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hatena-urllist li {
    padding: .5em 0;
}

.hatena-urllist li:last-child {
    padding-bottom: 0;
}

.hatena-urllist li a {
    text-decoration: none;
}

.hatena-urllist li a:hover {
    text-decoration: underline;
}

.hatena-urllist .urllist-category-link {
    font-size: .7rem;
    padding: .1em .3em;
}

.hatena-urllist .urllist-date-link a {
    color: #999;
}

.hatena-urllist .urllist-entry-body {
    margin-top: .3em;
}

.hatena-module-category a:hover {
    padding: .5em .1em .5em .9em !important;
}

.hatena-module-category .hatena-module-body ul.hatena-urllist li {
    float: left;
}

.hatena-module-category .hatena-module-body ul.hatena-urllist li a{
    margin: 0 .4em -.6em 0;
    padding: .5em;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-decoration: none;
    display: block;
    -webkit-transition: .3s;
       -moz-transition: .3s;
        -ms-transition: .3s;
         -o-transition: .3s;
            transition: .3s;
}

/* 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: 2em;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.3;
    opacity : 0;
    transform: translateY(20px);
    transition: all 1s;
}

@media (min-width: 992px) {
   .page-archive .archive-entry {
        margin-bottom: 3em;
    }
}

.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;
}

.page-archive .entry-thumb {
    float:none;
    display: block;
    width: 100%;
    height: 250px;
    background-position: center center;
    background-size: cover;
    opacity:0.4;
    border-radius: 5px;
}
.entry-thumb-link:hover {
    opacity:1;
}
.page-archive .archive-entry {
    position: relative;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}
.page-archive .entry-thumb-link {
    order: 1;
    height: 250px;
    background-color: #000;
    border-radius: 5px;
}
.page-archive .archive-entry-header {
    order:2;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    z-index: 3;
    text-align: center;
    word-wrap: break-word;
    overflow: hidden;
}
.page-archive .archive-entry-header a{
    color: #fff;
}
.page-archive .archive-entry-header a:hover{
    color: #6fb7ff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.page-archive .archive-entry-body {
    display:none;
}
.page-index .entry-description{
    display:none;
}
.page-archive .categories {
    display:none;
}
.page-archive .archive-entry-header {
    padding: 0 1em;
}
.page-archive .archive-entry-body {
    padding: 0 1em;
}
.page-index .archive-entries > section:first-child:before{
    color:#fff;
    font-family: blogicon;
    content: "\f030";
    position: absolute;
    z-index: 5;
    top: 0;
    left: 1em;
    background-color:#EE4256;
    padding: .4em 1em .5em 1em;
}

/* full screen */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.cp_fullscreenmenu {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
}
.hamburger {
    position: absolute;
    z-index: 10;
    top: .9em;
    right: .5em;
    margin: .5em;
    width: 25px;
    height: 25px;
    display: inline-block;
    border-top: 2px solid #000;
}
.hamburger:hover { color: #999 }
.hamburger:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 100%;
    height: 7px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

@media (min-width: 768px) {
    .hamburger {
       top: .1em;
       right: 2.5em;
       border-top: none;
    }
    .hamburger:before {
       color: #444;
       content: "MENU";
       border-top: none;
       border-bottom: none;
    }
}

/*menuコンテンツ*/
#cp_fullscreenmenu {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding-left: 0;
    list-style-type: none;
    transition: all 0.3s ease;
    transform: scale(0);
    opacity: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 999;
    align-items: center;
    justify-content: center;
}
#cp_fullscreenmenu:target {
    transform: scale(1);
    opacity: 1;
}
#cp_fullscreenmenu:target > li {
    transition: all 0.5s ease-out;
    transform: translateX(0);
    opacity: 1;
}
#cp_fullscreenmenu > li {
    transition: all 0.3s ease-out;
    transform: translateX(-100%);
    opacity: 0;
    height: 80px;
}
#cp_fullscreenmenu > li:nth-of-type(1) {
    transition-delay: 0.2s;
}
#cp_fullscreenmenu > li:nth-of-type(2) {
    transition-delay: 0.4s;
}
#cp_fullscreenmenu > li:nth-of-type(3) {
    transition-delay: 0.6s;
}
#cp_fullscreenmenu > li:nth-of-type(4) {
    transition-delay: 0.8s;
}
#cp_fullscreenmenu > li:nth-of-type(5) {
    transition-delay: 1s;
}
#cp_fullscreenmenu > li > a {
    font-size: 180%;
    color: #fff;
    transition: all 0.3s ease-out;
}
#cp_fullscreenmenu > li > a:hover {
    color: #6fb7ff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;

}
[id^=cp_fmcontent] {
    display: none;
}
[id^=cp_fmcontent]:target {
    display: block;
}

.star-container {
     display: none;
}

hatena-bookmark-button {
     display: none;
}

/* footer */
#footer a {
    color: #999;
}

#footer p {
    margin: .5em auto;
}
#footer {
    padding: 1rem;
    text-align: center;
    font-size: .9rem;
    color: #fff;
    background: #27313D;
    width: 100%;
}
@media (min-width: 768px){
    #footer {
        padding: 1rem 150px;
    }
}
.footer-box {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}
.footer-box-in {
    margin-bottom: 1em;
    padding: 0 1em 1em 1em;
    box-sizing: border-box;
    width: 100%;
}
@media (min-width: 768px){
    .footer-box-in {
        width: 50%;
    }
}

.footer-box-inner {
    padding-bottom: 1rem;
}
.footer-box-inner a{
    color: #fff !important;
}
.footer-box-inner a:hover{
    color: #6fb7ff !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.footer-box-inner-mini {
    font-size: .7em;
}

.footer-box-inner-follow-box:before{
    position: relative;
    top: -1em;
    padding: 0 1em;
    background: #27313D;
    color: #fff;
    content:"Follow Me!!";
}

.footer-box-inner-follow-box{
    padding: 0 1em 1em 1em;
    margin: 1em 1em;
    border: solid 2px #fff;
    border-radius: 3px;
}

.footer-box-inner-follow a{
    font-size: 3em;
    color: #fff !important;
}
.footer-box-inner-follow a:hover{
    color: #6fb7ff !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.footer-profile img{
    border-radius: 50%;
    border: solid 3px #fff;
    width:  100px;
    height: 100px;
    margin: 1em;
}
.btn-flat-border {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #fff !important;
  border: solid 2px #fff;
  border-radius: 3px;
  transition: .4s;
  margin: 1em;
}

.btn-flat-border:hover {
  background: #fff;
  color: #27313D !important;
}

.scroll_button {
    position: relative;
    border-radius: 2.5em;
    border: solid 4px #fff;
    background: #27313D;
    width:  5em;
    height: 5em;
    margin: 0 auto;
    top: -3.7em;
}
.scroll_button a{
    font-size: 3em;
    line-height: 1.4em;
    color:#fff !important;

    display: inline-block;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.scroll_button:hover{
    background: #DE4830;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    animation: key1 .3s ease infinite alternate;
}

@keyframes key1{
  0% {transform: translateY(0px);}
  100% {transform: translateY(-10px);}
}

.iiie-profile img{
    border-radius: 50%;
    border: solid 3px #fff;
    width:  50%;
    margin: 1em;
}

/*関連記事カスタマイズ*/

.related-entries{
  margin-top: 3em;
  margin-bottom: -2em;
  padding: 1em;
  border-radius: 3px;
  border: solid 3px #777;
}

.related-entries-entry-body{
  display: none;
}
.related-entries-image-link{
  display: none;
}
.related-entries-date-link{
  color: #aaa !importnat;
}
.related-entries-date-link:before{
  color: #aaa;
  font-family: blogicon;
  content: "\f043";
}

.hatena-module-related-entries .hatena-module-title{
    position: absolute;
    margin: -3em 0 0 2em;
    font-size:0;
}
.hatena-module-related-entries .hatena-module-title::before{
    content:'あわせて読みたい';
    position: absolute;
    width: 10em;
    text-align: center;
    margin: -.9em 0 0 2em;
    padding: .2em;
    font-size:1rem;
    background: #fdfdfd;
}

li.urllist-item.related-entries-item {
    border-bottom: dotted 2px #e2e2e2;
    padding: 10px 0;
    margin: 0;
}

/* </system> */

/* <system section="background" selected="default"> */
/* default */
/* </system> */


h3{
  background: linear-gradient(transparent 70%, #a7d6ff 70%);
}


h5 {
  position: relative;
  border-top: solid 2px #80c8d1;
  border-bottom: solid 2px #80c8d1;
  background: #f4f4f4;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 2em 0 0.5em;
}

h5:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  content: '\f0a7\ POINT';
  background: #80c8d1;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}
ul{
display: table;
margin: 0 auto;
padding: 0;
width: 80%;
text-align: center;
}
ul li{
display: table-cell;
min-width: 50px;
}
ul li a{
display: block;
width: 100%;
padding: 10px 0;
text-decoration: none;
color: #ccc;
font-weight: bold;
}
ul li.current{
border: 3px solid #555;
}
ul li.current a{
color: #555;
}
ul li a:hover{
color: #E71B1F;
}

blockquote {
    position: relative;
    padding: 5px 12px 5px 56px;
    box-sizing: border-box;
    font-style: italic;
    color: #464646;
    background: #fff4db;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 10px;
    width: 36px;
    height: 36px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    content: "\f10d";
    font-family: FontAwesome;
    color: #FFF;
    font-size: 20px;
    line-height: 36px;
    background: #ffd596;
    border-radius: 50%;
    font-weight: 900;
}

blockquote p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

/* 吹き出しのCSS　*/
.entry-content .l-fuki,
.entry-content .r-fuki {
position: relative;
width: 80%;
box-sizing: border-box;
-webkit-box-sizing: border-box;
padding: 20px;
border-radius: 6px;
border: 2px solid #999;
box-shadow: 1px 1px 5px #aaa;
background-color: #fff;
z-index: 1;
}
.entry-content .l-fuki {
margin: 20px 20% 40px 0;
}
.entry-content .r-fuki {
margin: 20px 0 40px 19%;
}
.entry-content .l-fuki::before,
.entry-content .r-fuki::before {
position: absolute;
content: "";
top: 16px;
width: 10px;
height: 10px;
border-right: 2px solid #999;
border-bottom: 2px solid #999;
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: 80px;
height: 80px;
top: -10px;
border-radius: 40px;
border: 3px solid #fff;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
box-shadow: 1px 1px 5px #aaa;
}
.entry-content .l-fuki::after {
right: -110px;
}
.entry-content .r-fuki::after {
left: -110px;
}
@media screen and (max-width: 620px) {
.entry-content .l-fuki,
.entry-content .r-fuki {
width: 70%
}
.entry-content .l-fuki {
margin-right: 30%;
}
.entry-content .r-fuki {
margin-left: 30%;
}
}
@media screen and (max-width: 478px) {
.entry-content .l-fuki::after,
.entry-content .r-fuki::after {
width: 60px;
height: 60px;
border-radius: 30px;
}
.entry-content .l-fuki::after {
right: -84px;
}
.entry-content .r-fuki::after {
left: -84px;
}
}
.wakustaff::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/w/waku1staff/20191005/20191005231359.png);}
.josei::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/w/waku1staff/20191005/20191005232435.jpg);}
.mcnori::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/w/waku1staff/20191010/20191010150207.jpg);}
.booknori::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/w/waku1staff/20191016/20191016224036.jpg?changed=1571233239);}
.taidannori::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/w/waku1staff/20191023/20191023084205.jpg);}
.taidanshiraki::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/w/waku1staff/20191022/20191022225343.jpg);}
.ayari::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/w/waku1staff/20191108/20191108010109.jpg);}
.musume::after {background-image:url( https://cdn-ak.f.st-hatena.com/images/fotolife/w/waku1staff/20191207/20191207112136.jpg);}
.part::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/w/waku1staff/20200106/20200106220611.png);}
.boke::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/w/waku1staff/20200119/20200119194828.jpg);}
.tsukkomi::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/w/waku1staff/20200119/20200119194859.jpg);}