﻿
.bottom-block-small {
    margin-top: 30px;
    display: inline-block;
    width: 320px;
    max-width: 100%;
}

.share-buttons {
    margin-top: 30px;
}
.share-button {
    margin-right: 2px;
    padding: 8px 12px;
    background-color: #fff;
    color: #444;
    border-radius: 4px;
    border: solid 1px #eee;
}
.share-button img {
    width: 14px;
    width: 14px;
    object-fit: contain;
}
.share-button:hover {
    background-color: #eee;
    color: #444;
}







.post-header-wrap, .post-bottom-wrap {
    border-bottom: solid 1px #ddd;
}

.post-header, .post-bottom {
    display: inline-block;
    padding: 5px 15px;
    width: 1074px;
    max-width: 100%;
    text-align: left;
}
@media screen and (max-width:1074px) {
    .post-header, .post-bottom {
        width: 670px;
        max-width: 100%;
    }
}

.post-header-menu {
    float: right;
}

.post-header-menu a {
    font-size: 13px;
}

.post-header-logo {
    width: 100px;
    height: auto;
}


.post-blog-title {
    margin-top: 40px;
    padding: 0 15px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;

    word-wrap: break-word;
    white-space: normal;
    word-break: break-word;
}
.post-blog-title a {
    color: #444;
    text-decoration: none;
}

.post-content {
    padding: 40px 15px;
    text-align: center;
}

.post-content-main {
    margin-bottom: 30px;
    display: inline-block;
    width: 640px;
    max-width: 100%;
    text-align: left;
    vertical-align: top;
}

.post-content-side {
    margin-bottom: 30px;
    margin-left: 40px;
    display: inline-block;
    width: 360px;
    max-width: 100%;
    text-align: left;
    vertical-align: top;
}
@media screen and (max-width:1074px) {
    .post-content-side {
        margin-left: 0;
        width: 640px;
        max-width: 100%;
    }
}
.post-content-side-sep {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 1px;
    border-top: solid 1px #eee;
}
.post-content-side-section {
    margin-top: 20px;
}
.post-content-side-section strong {
    font-size: 14px;
}




.post-catch-image {
    margin-top: 40px;
    width: 100%;
    height: 380px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media screen and (max-width:640px) {
    .post-catch-image {
        height: 240px;
    }
}

.post-title {
    font-size: 32px;
    line-height: 1.5;
    font-weight: 700;

    word-wrap: break-word;
    white-space: normal;
    word-break: break-word;
}
.post-times {
    margin-top: 10px;
    font-size: 13px;
    line-height: 22px;
    color: #aaa;
}
.post-times-label {
    display: inline-block;
    width: 60px;
}

.post-body {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 36px;

    word-wrap: break-word;
    white-space: normal;
    word-break: break-word;
}
@media screen and (max-width:640px) {
    .post-title {
        font-size: 24px;
    }
    .post-body {
        font-size: 16px;
        line-height: 30px;
    }
}


/* 本文内で変換された要素 */
.post-body .index-links {
    max-width: 480px;
    margin: 40px 0 60px 0;
    padding: 12px 20px;
    font-size: 14px;
    line-height: 20px;
    background-color: #f6f6f6;
    border-radius: 4px;
    border: solid 1px #ddd;
}
.post-body .index-links-title {
    margin: 10px 0;
    font-weight: bold;
    font-size: 16px;
    padding-left: 0px;
}
.post-body ul {
    padding-left: 0px;
    margin-bottom: 4px;
}
.post-body li {
    list-style-type: none;
}
.post-body a {
    color: #666;
}
.post-body .index-x {
    display: inline-block;
    padding: 6px 0;
    text-decoration: none;
    border-bottom: solid 1px #aaa;
}
.post-body li:last-child .index-x {
    border-bottom-width: 0;
}
.post-body .index-1 {
    margin-left: 0;
    width: calc(100% - 0px);
}
.post-body .index-2 {
    margin-left: 20px;
    width: calc(100% - 20px);
}
.post-body .index-3 {
    margin-left: 40px;
    width: calc(100% - 40px);
}

.post-body h2 {
    margin: 40px 0 20px 0;
    padding: 0 0 6px 0;
    font-size: 30px;
    line-height: 42px;
    font-weight: bold;
    border-bottom: solid 1px #ccc;
}
.post-body h3 {
    margin: 40px 0 20px 0;
    padding: 0 0 6px 0;
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    border-bottom: solid 1px #ddd;
}
.post-body h4 {
    margin: 40px 0 15px 0;
    padding: 0 0 0 8px;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    border-left: solid 6px #333;
}
@media screen and (max-width:640px) {
    .post-body h2 { font-size: 28px; line-height: 40px; }
    .post-body h3 { font-size: 22px; line-height: 34px; }
    .post-body h4 { font-size: 18px; line-height: 26px; }
}
.post-body .hashtag {
    font-size: 14px;
    font-weight: normal;
}

.post-body pre {
    margin-top: 1em;
}
.post-body blockquote {
    margin-top: 1em;
    padding: 5px 0 5px 15px;
    border-left: solid 6px #ddd;
    /* color: #888; */
    opacity: 0.9;
    /* font-style: italic; */
    font-size: 16px;
    line-height: 32px;
}
.post-body img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 600px;
}
.post-body .post-body-big {
    font-size: 1.3em;
}
.post-body .post-body-red {
    color: red;
}
.post-body .youtube-wrap {
    position: relative;
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 100%;
    max-width: 560px;
    aspect-ratio: 16 / 9;
}
.post-body .youtube-wrap iframe {
    width: 100%;
    height: 100%;
}
.youtube-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: #888;
    box-sizing: border-box;
}
.youtube-wrap span {
    background-color: #d71e18;
    color: #fff;
    padding: 6px 24px;
    border-radius: 8px;
    box-sizing: border-box;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    pointer-events: none;
}
.youtube-wrap .youtube-info {
    background-color: rgba(0, 0, 0, 0.4);
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    padding-left: 6px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none;
    font-size: 10px;
}
.youtube-wrap .youtube-info-logo {
    color: rgba(255, 255, 255, 0.7);
    font-weight: bold;
    display: inline-block;
    padding-right: 6px;
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
    font-size: 14px;
}
.post-body .tweet-wrap {
    display: inline-block;
    width: 100%;
}



.post-bottom-ad {
    margin-top: 40px;
    text-align: center;
}




.post-profile {
    margin-bottom: 20px;
    padding: 15px;
    border: solid 1px #ddd;
    line-height: 22px;
}
.post-profile-name {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}
.post-profile-link {
    margin-top: 4px;
    font-size: 14px;
}
.post-profile-sns {
    border-top: solid 1px #eee;
    margin-top: 10px;
    padding-top: 10px;
    font-size: 22px;
}
.post-profile-sns a {
    color: #222;
}
.post-profile-bio {
    border-top: solid 1px #eee;
    margin-top: 10px;
    padding-top: 10px;
    font-size: 13px;

    word-wrap: break-word;
    white-space: normal;
    word-break: break-word;
}



.post-bottom-wrap {
    margin-top: 60px;
    padding: 30px 0;
    background-color: #e4f0ef;
    /* background-color: #9dbdba; */
    color: #444;
    border-width: 0;
}
.post-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
}
.post-bottom strong {
    font-size: 14px;
}


.post-footer {
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 13px;
    text-align: center;
    border-top: solid 1px #ddd;
}
.post-footer a {
    text-decoration: none;
    /* color: #666; */
}



.post-content-side-recents {
    margin-top: -5px;
}
.post-content-side-recent {
    position: relative;
    margin-top: 5px;
    padding: 5px;
    width: 100%;
    min-height: 60px;
    box-sizing: border-box;
}
.post-content-side-recent:hover {
    background-color: #eee;
}
.post-content-side-recent-link {
    text-decoration: none;
}
.post-content-side-recent-link:hover {
    text-decoration: none;
}

.post-content-side-recent-icon {
    position: absolute;
    top: 18px;
    left: 20px;
    /* width : 60px;
    height: 60px; */
    font-size: 30px;
    text-align: center;
}

.post-content-side-recent-image {
    position: absolute;
    top: 0;
    left: 0;
    width : 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.post-content-side-recent-posttext {
    padding-left: 60px;
    box-sizing: border-box;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.post-content-side-recent-title {
    color: #222;
    font-size: 16px;
    line-height: 22px;
}
.post-content-side-recent-body {
    margin-top: 4px;
    color: #707272;
    font-size: 13px;
    line-height: 13px;
}
.post-content-side-recent-times {
    margin-top: 6px;
    color: #aaa;
    font-size: 11px;
    line-height: 11px;
}


.post-content-side-tags {
}
.post-content-side-tag {
    margin-top: 2px;
    padding: 2px 20px;

    word-wrap: break-word;
    white-space: normal;
    word-break: break-word;
}
.post-content-side-tag:hover {
    background-color: #eee;
}
.post-content-side-tag a {
    color: #444;
    text-decoration: none;
}
.post-content-side-tag-more {
    margin-top: 5px;
    margin-left: 10px;
}





.ref-posts {
    margin-top: 20px;
}
.ref-posts a {
    text-decoration: none;
}
.ref-post-wrap {
    margin-bottom: 20px;
}
@media screen and (max-width:991px) {
    .ref-post-wrap {
        margin-bottom: 10px;
    }    
}
.ref-post {
    display: inline-block;
    width: 48%;
    margin-top: 4px;
    padding: 15px;
    background-color: #fff;
    /* border: solid 1px #eeecec; */
    /* border-radius: 3px; */
    position: relative;
    text-align: left;
    box-sizing: border-box;
}
@media screen and (max-width:991px) {
    .ref-post {
        width: 100%;
    }    
}
.ref-post:hover {
    opacity: 0.7;
}
.ref-post-icon {
    position: absolute;
    top: 22px;
    left: 26px;
    font-size: 30px;
    text-align: center;
}
.ref-post-image {
    float : left;
    width : 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.ref-post-texts {
    padding-left: 40px;
    line-height: 22px;
    margin-left: 15px;
    /* display: inline-block; */
}
.ref-post-title {
    font-size: 16px;
    margin-top: 5px;
    font-weight: bold;
    color: #444;
}
.ref-post-body {
    font-size: 14px;
    margin-top: 3px;
    color: #666;
}
.ref-post-blog-name {
    margin-top: 5px;
    font-size: 12px;
    font-weight: bold;
    color: #888;
}
.ref-post-user {
    margin-top: 0px;
    line-height: 14px;
    font-size: 10px;
    color: #aaa;
}
.ref-post-user a {
    color: #aaa;
}



.page-block-root .ref-post {
    width: 100%;
}
.page-block-root .ref-post:hover {
    background-color: #eee;
}
.page-block-root .ref-post-title {
    font-size: 20px;
}

