@charset "UTF-8";

/*===================================
　PCここから
===================================*/
@media (min-width: 799px){
    /*  base
    ===================================*/
    .page_detail_tit .leftTit {
        float: left;
        width: 12%;
        height: 60%;
        margin-top: 2.9%;
        border-right: solid 1px #000;
        position: relative;
        box-sizing: border-box;;
    }

    .page_detail_tit .leftTitInner {
        display: inline-block;
        font-size: 11px;
        margin-top: 35px;
        padding: 9px 13px 5px;
        border: solid 1px #000000;
        border-radius: 5px;
        margin-right: 5px;
        color: #000000;
    }

    .page_detail_tit .centerTit {
        width: 76%;
        float: left;
        height: 100%;
        text-align: center;
        padding-top: 32px;
    }

    .page_detail_tit .centerTit .jadTit {
        width: 100%;
        float: left;
        height: 100%;
        text-align: center;
        font-size: 31px;
        line-height: 47px;
        letter-spacing: 2px;
        font-weight: bold;
    }

    .page_detail_tit .rightTit {
        float: left;
        width: 12%;
        height: 60%;
        margin-top: 2.9%;
        border-left: solid 1px #000;
        text-align: right;
        position: relative;
        box-sizing: border-box;;
    }

    .page_detail_tit .rightTitInner {
        display: inline-block;
        font-size: 19px;
        letter-spacing: 0px;
        font-weight: bold;
        margin-top: 35px;
        padding: 5px 13px;
        margin-right: 5px;
        color: #000000;
    }

    .journalPage .mainImage {
        clear: both;
        margin: auto;
        margin-bottom: 130px;
        background-color: transparent;
        position: relative;
        overflow: hidden;
    }

    .journalPage .mainImage img {
        width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
    }

    .content {
        text-align: center;
        margin: 0 202px;
    }

    .post_content h1 {
        text-align: left;
        border-top: solid 1px #000;
        border-bottom: solid 1px #000;
        padding: 26px 0;
        font-size: 20px;
        margin-bottom: 32px;
        letter-spacing: 1px;
        font-weight: bold;
    }

    .post_content h2 {
        text-align: left;
        border-top: solid 1px #000;
        border-bottom: solid 1px #000;
        border-top-style: dotted;
        border-bottom-style: dotted;
        padding: 26px 0;
        font-size: 20px;
        margin-bottom: 32px;
        letter-spacing: 1px;
        font-weight: bold;
    }

    .content .subImage {
        width: 696px;
        height: 416px;
        margin-bottom: 83px;
        background-color: #000000;
    }

    .content .contentBody p {
        line-height: 40px;
    }

    .related_posts_tit {
        border-top: solid 2px #000;
        border-bottom: solid 1px #000;
        padding: 24px 0;
        text-align: center;
        margin-bottom: 52px;
    }

    .related_posts_tit .mainTit {
        font-size: 25px;
        font-weight: bold;
        letter-spacing: 3px;
    }

    .related_posts_tit .subTit {
        font-size: 11px;
        font-weight: bold;
        margin-top: 7px;
    }

    .share {
        display: inline-block;
        margin-bottom: 20px;
    }

    .share .fb_box {
        margin-bottom:2px;
        float: left;
    }
    .share .tw_box {
        float: left;
        margin-left: 15px;
    }

}