/*-------------------------
    common
-------------------------*/
body, p, a{
    color: var(--color-white);
}
h2{
    font-size: 24px;
    font-weight: 500;
}
section,
.entry-content{
    background: var(--color-dark-gray);
}
.entry-content{
    padding: 0 100px !important;
}
section>div,
.entry-content>div{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

/*-------------------------
    News
-------------------------*/
/* タイトル */
#news-top{
    padding: calc(var(--header-height-pc) + 90px) 100px 20px;
}
h1{
    font-size: 32px;
    margin-bottom: 40px;
}

.back a{
    /* position: relative;
    display: inline-block; */
    font-size: 16px;
    font-weight: 400;
    /* padding: 10px 15px 10px 15px; */
}
/* .back a::before{
    content: "";
    padding: 3px;
    border-top: 2px solid var(--color-white);
    border-left: 2px solid var(--color-white);
    position: absolute;
    top: 50%;
    left: 5px;
    transform: rotate(-45deg) translateY(-50%);
} */
.entry-content p{
    font-size: 20px;
    line-height: 1.7;
    margin-top: 40px;
}
.entry-content p a{
    text-decoration: underline;
}
#author-date{
    margin-top: 90px;
}
#author-date p,
#author-date time{
    font-size: 16px;
    margin-bottom: 0;
}
#news-link{
    padding: 140px 100px;
}
#news-link>div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#news-link a{
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
}
#news-link>div>div a{
    position: relative;
}
#news-link>div>div:nth-child(1) a{
    left: -10px;
}
#news-link>div>div:nth-child(2) a{
    right: -10px;
}
.postid-1877 .file_link a{
    color: var(--color-orange);
    text-decoration: underline;
}
.postid-1877 h3{
    margin: 50px 0 20px;
}
.postid-1877 ul:not(header ul),
.postid-2219 ul:not(header ul){
    display: block;
    padding-left: 1.5em;
}
.postid-1877 li:not(header li),
.postid-2219 li:not(header li){
    list-style: disc;
    font-size: 20px;
}
@media (max-width: 1024px){
    .entry-content{
        padding: 0 50px;
    }
}
@media (max-width: 768px){
    #news-top{
        padding: calc(var(--header-height-sp) + 45px) 20px 20px;
    }
    .entry-content{
        padding: 0 20px !important;
    }
    section>div,
    .entry-content>div{
        max-width: 500px;
    }
    h1{
        font-size: 20px;
        margin-bottom: 20px;
    }
    h2{
        font-size: 18px;
    }
    #author-date{
        margin-top: 40px;
    }
    #author-date p,
    #author-date time{
        font-size: 14px;
    }
    .entry-content p{
        font-size: 16px;
        margin-top: 10px;
    }
    #news-link{
        padding: 50px 20px;
    }
}