.main-content {
    width: 70%;
}

.post-title {
    padding: 0.25em 0.5em;
    color: #434343;
    background: transparent;
    border-left: solid 5px #434343;
    margin-top: 80px;
    margin-bottom: 64px;
    overflow-wrap: anywhere
}

.download-button {
    display: inline-block;
}

.download-trigger {
    background-image: url(../img/download-btn.png);
    width: 300px;
    height: 64px;
    background-repeat: no-repeat;
    background-size: contain;
    border: #00000000;
}

.download-trigger:hover {
    background-image: url(../img/download-btn-hover.png);
}


.main-content img {
    width: 250px;
}



/* 　　　-------------------------------------
     　　　★ おすすめ記事 ★ 　　　
------------------------------------------*/
.side-right-erea {
    position: absolute;
    right: 0;
    width: 30%;
        top: 190px;
	z-index:500;
}

.recommended-posts {
    width: 25vw;
}

.recommended-posts h2 {
    text-align: center;
    font-size: 1.3rem;
    background-color: #1b88c6;
    color: #ffffff;
    margin-bottom: 0px;
    padding: 0.2rem;
}

.recommended-posts ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.recommended-item {
    padding: 16px 8px;
    border-bottom: solid 1px #cecece;
    border-left: solid 1px #cecece;
    border-right: solid 1px #cecece;
    background-color: #ffffff;
}

.category-name {
    display: inline-block;
    background: #eee;
    padding: 0.2em 0.5em;
    margin-right: 0.3em;
    border-radius: 3px;
}



/* 　　　-------------------------------------
        ★  パスワード入力モーダル  ★ 　　　
------------------------------------------*/
#password-modal {
    display: none;

    position: fixed;
    top: 40%;
    left: 40%;
    transform: translate(-50%, -50%);
    background: rgb(255, 255, 255);
    border: 1px solid rgb(204, 204, 204);
    padding: 20px;
    z-index: 1000;
}





@media screen and (max-width: 767px) {


    .main-content {
        width: auto;
    }




    /* 　　　-------------------------------------
     　　　★ おすすめ記事 ★ 　　　
    ------------------------------------------*/

    .side-right-erea {
        position: static;
        right: 0;
        width: auto;
        top: auto;
    }

    .recommended-posts {
        width: auto;
    }
}